프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ConfigureBootFromNewVolume ( Identifier volumeId, int volumeSize, bool deleteVolumeWithServer = false ) : void |
Configures the server to boot from a copy of an existing volume.
|
|
ConfigureBootFromNewVolume ( int volumeSize, bool deleteVolumeWithServer = false ) : void |
Configures the server to boot from a new volume, copied from the base server image.
|
|
ConfigureBootFromVolume ( Identifier volumeId, bool deleteVolumeWithServer = false ) : void |
Configures the server to boot from an existing volume.
|
|
LoadUserDataFromFile ( string path ) : void |
Load the UserData from the specified file path.
|
|
ServerCreateDefinition ( string name, Identifier imageId, Identifier flavorId ) : System |
Initializes a new instance of the ServerCreateDefinition class.
|
public ConfigureBootFromNewVolume ( Identifier volumeId, int volumeSize, bool deleteVolumeWithServer = false ) : void | ||
volumeId | Identifier | The volume identifier. |
volumeSize | int | Size of the volume. |
deleteVolumeWithServer | bool | if set to |
리턴 | void |
public ConfigureBootFromNewVolume ( int volumeSize, bool deleteVolumeWithServer = false ) : void | ||
volumeSize | int | Size of the volume. |
deleteVolumeWithServer | bool | if set to |
리턴 | void |
public ConfigureBootFromVolume ( Identifier volumeId, bool deleteVolumeWithServer = false ) : void | ||
volumeId | Identifier | The volume identifier. |
deleteVolumeWithServer | bool | if set to |
리턴 | void |
public LoadUserDataFromFile ( string path ) : void | ||
path | string | The user data file path. |
리턴 | void |
public ServerCreateDefinition ( string name, Identifier imageId, Identifier flavorId ) : System | ||
name | string | The server name. |
imageId | Identifier | The image identifier. |
flavorId | Identifier | The flavor identifier. |
리턴 | System |