Click or drag to resize
ServerCreateDefinition Properties

The ServerCreateDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAvailabilityZone
The availability zone in which the server is located.
Public propertyBlockDeviceMapping
Enables you to boot a server from a volume.
Public propertyDiskConfig
The server disk configuration.
Public propertyFlavorId
The flavor for the server instance.
Public propertyImageId
The image for the server instance.
Public propertyKeyPairName
The name of associated key pair, if any.
Public propertyMetadata
The associated metadata key and value pairs.
Public propertyName
The server name.
Public propertyNetworks
Specifies the networks to which the server should be attached.
Public propertyPersonality
The file path and contents, text only, to inject into the server at launch.

The maximum size of the file path data is 255 bytes. The maximum limit is The number of allowed bytes in the decoded, rather than encoded, data.

Public propertySchedulerHints
Specifies hints for the compute scheduler.
Public propertySecurityGroups
Associated security groups.
Public propertyShouldUseConfigurationDrive
Indicates whether a configuration drive enables metadata injection.
Public propertyUserData
Configuration information or scripts to use upon launch. Must be Base64 encoded.
Top
See Also