C# Class wmib.Labs.Instance

Exibir arquivo Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
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

Public Methods

Method Description
Instance ( string real, string name, string host, string ip, string type, bool online ) : System

Method Details

Instance() public method

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
return System

Property Details

FullUrl public_oe property

public string FullUrl
return string

Host public_oe property

public string Host
return string

IP public_oe property

public string IP
return string

ImageID public_oe property

public string ImageID
return string

LaunchTime public_oe property

public string LaunchTime
return string

ModifyTime public_oe property

public string ModifyTime
return string

Name public_oe property

public string Name
return string

NumberOfCpu public_oe property

public string NumberOfCpu
return string

Online public_oe property

public bool Online
return bool

OriginalName public_oe property

public string OriginalName
return string

Puppets public_oe property

public List Puppets
return List

Ram public_oe property

public string Ram
return string

Storage public_oe property

public string Storage
return string

Type public_oe property

public string Type
return string

fqdn public_oe property

public string fqdn
return string

project public_oe property

public Nova project
return Nova