C# 클래스 wmib.Labs.Instance

파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 프로퍼티들

프로퍼티 타입 설명
FullUrl string
Host string
IP string
ImageID string
LaunchTime string
ModifyTime string
Name string
NumberOfCpu string
Online bool
OriginalName string
Puppets List
Ram string
Storage string
Type string
fqdn string
project Nova

공개 메소드들

메소드 설명
Instance ( string real, string name, string host, string ip, string type, bool online ) : System

메소드 상세

Instance() 공개 메소드

public Instance ( string real, string name, string host, string ip, string type, bool online ) : System
real string
name string
host string
ip string
type string
online bool
리턴 System

프로퍼티 상세

FullUrl 공개적으로 프로퍼티

public string FullUrl
리턴 string

Host 공개적으로 프로퍼티

public string Host
리턴 string

IP 공개적으로 프로퍼티

public string IP
리턴 string

ImageID 공개적으로 프로퍼티

public string ImageID
리턴 string

LaunchTime 공개적으로 프로퍼티

public string LaunchTime
리턴 string

ModifyTime 공개적으로 프로퍼티

public string ModifyTime
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

NumberOfCpu 공개적으로 프로퍼티

public string NumberOfCpu
리턴 string

Online 공개적으로 프로퍼티

public bool Online
리턴 bool

OriginalName 공개적으로 프로퍼티

public string OriginalName
리턴 string

Puppets 공개적으로 프로퍼티

public List Puppets
리턴 List

Ram 공개적으로 프로퍼티

public string Ram
리턴 string

Storage 공개적으로 프로퍼티

public string Storage
리턴 string

Type 공개적으로 프로퍼티

public string Type
리턴 string

fqdn 공개적으로 프로퍼티

public string fqdn
리턴 string

project 공개적으로 프로퍼티

public Nova project
리턴 Nova