CreateVmRequest
Unique identifier of the tariff to apply.
List of plugin identifiers to install or enable.
Unique identifier of the image used for provisioning.
Human-readable name of the virtual machine.
List of raw SSH public keys that should be authorized.
List of existing SSH key identifiers to attach.
Unique identifier of the tariff used for the public IP.
Strategy that defines how the public IP should be assigned.
Possible values: [New, Existing, None]
Unique identifier of an existing public IP to reuse.
List of private network identifiers to connect.
newNetworks object[]nullable
List of inline network definitions that should be created.
Human-readable name of the resource.
cidr IPNetwork (string)
CIDR block describing the subnet or network range.
baseAddress IPAddress (string)
Allowed value for base address.
Allowed value for address family.
Possible values: [Unknown, Unspecified, Unix, InterNetwork, ImpLink, Pup, Chaos, NS, Ipx, Iso, Osi, Ecma, DataKit, Ccitt, Sna, DecNet, DataLink, Lat, HyperChannel, AppleTalk, NetBios, VoiceView, FireFox, Banyan, Atm, InterNetworkV6, Cluster, Ieee12844, Irda, NetworkDesigners, Max, Packet, ControllerAreaNetwork]
Unique identifier of the scope.
Boolean flag that controls is ipv6 multicast.
Boolean flag that controls is ipv6 link local.
Boolean flag that controls is ipv6 site local.
Boolean flag that controls is ipv6 teredo.
Boolean flag that controls is ipv6 unique local.
Boolean flag that controls is ipv4 mapped to ipv6.
IP address value.
Value of prefix length.
{
"tariffId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"plugins": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"imageId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"vmName": "string",
"sshPublicKeys": [
"string"
],
"sshKeyIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"publicIpTariffId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"publicIpMode": "New",
"existingPublicIpId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"privateNetworkIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"newNetworks": [
{
"name": "string",
"cidr": "10.0.0.0/24"
}
]
}