ComputeServiceExtensions_v2_1 Class |
Namespace: OpenStack.Synchronous
The ComputeServiceExtensions_v2_1 type exposes the following members.
Name | Description | |
---|---|---|
AssociateFloatingIPAddressAsync |
Associates a floating IP address to the server.
| |
AttachVolume |
Attaches a volume to a server.
| |
CancelResizeServer |
Cancels and reverts a pending resize action for a server.
| |
ConfirmResizeServer |
Confirms a pending resize action for a server.
| |
CreateImageMetadata |
Creates or replaces metadata for an image.
| |
CreateKeyPair |
Creates a new key pair.
| |
CreateSecurityGroup |
Creates a security group.
| |
CreateServer |
Creates a server.
| |
CreateServerGroup |
Creates a server group.
| |
CreateServerMetadata |
Creates or replaces a metadata item, by key, for a server.
| |
CreateVolume |
Creates a volume.
| |
DeleteImage |
Deletes an image.
| |
DeleteImageMetadata |
Deletes a metadata item, by key, for an image.
| |
DeleteKeyPair |
Deletes a keypair.
| |
DeleteSecurityGroup |
Deletes a security group.
| |
DeleteServer |
Deletes a server.
| |
DeleteServerGroup |
Deletes a server group.
| |
DeleteServerMetadata |
Deletes a metadata item, by key, from a server.
| |
DeleteVolume |
Deletes a volume.
| |
DeleteVolumeSnapshot |
Deletes a volume snapshot.
| |
DetachVolume |
Detaches a volume from a server.
| |
DisassociateFloatingIPAsync |
Disassociate a floating IP address from a server.
| |
GetConsoleOutput |
Shows console output for a server instance.
| |
GetFlavor |
Shows details for a flavor.
| |
GetImage |
Shows details for an image.
| |
GetImageMetadata |
Shows details for an image.
| |
GetImageMetadataItem |
Shows details for a metadata item, by key, for an image.
| |
GetKeyPair |
Shows details for a keypair that is associated with the account.
| |
GetLimits |
Shows rate and absolute limits for the account.
| |
GetRdpConsole |
Gets an RDP console for a server.
| |
GetSecurityGroup |
Shows details for a security group.
| |
GetSerialConsole |
Gets a SPICE console for a server.
| |
GetServer |
Shows details for a server.
| |
GetServerAction |
Lists the actions which have been applied to a sever.
| |
GetServerAddress |
Shows IP addresses details for a network label of a server instance.
| |
GetServerGroup |
Shows details for a server group.
| |
GetServerMetadata |
Shows details for a server.
| |
GetServerMetadataItem |
Shows details for a metadata item, by key, for a server.
| |
GetServerVolume |
Shows details for a volume attachment.
| |
GetSpiceConsole |
Gets a SPICE console for a server.
| |
GetVncConsole |
Gets a VNC console for a server.
| |
GetVolume |
Shows details for a volume.
| |
GetVolumeSnapshot |
Shows details for a volume snapshot.
| |
ImportKeyPair |
Imports a key pair.
| |
ListFlavors |
Lists available flavors.
| |
ListFlavorSummaries |
Lists summary information for available flavors.
| |
ListImages |
Lists available images.
| |
ListImageSummaries |
Lists summary information for available images.
| |
ListKeyPairs |
Lists keypairs that are associated with the account.
| |
ListSecurityGroups |
Lists security groups.
| |
ListServerActions |
Lists the actions which have been applied to a sever.
| |
ListServerAddresses |
Lists IP addresses that are assigned to a server.
| |
ListServerGroups |
Lists all server groups for the account.
| |
ListServers |
Lists all servers with details.
| |
ListServerSummaries |
Lists summary information for all servers.
| |
ListServerVolumes |
Lists the volume attachments for a server.
| |
ListVolumes |
Lists the volumes associated with the account.
| |
ListVolumeSnapshots |
Lists volume snapshots.
| |
RebootServer |
Reboots a server.
| |
RescueServer |
Puts a server in rescue mode and changes its status to RESCUE.
| |
ResizeServer |
Resizes a server.
Depending on the cloud configuration, ConfirmResizeServerAsync(String, CancellationToken) may need to be called to complete the resize operation. | |
SnapshotServer |
Creates a snapshot image from a server.
| |
SnapshotVolume |
Snapshots a volume.
| |
StartServer |
Starts a stopped server and changes its status to ACTIVE.
| |
StopServer |
Stops a running server and changes its status to SHUTOFF.
| |
UnrescueServer |
Unrescues a server. Changes status to ACTIVE.
| |
UpdateImageMetadata |
Creates or replaces one or more metadata items for an image.
Omitted keys are not removed unless overwrite is true. | |
UpdateSecurityGroup |
Updates a security group.
| |
UpdateServer |
Updates the editable attributes of a server.
| |
UpdateServerMetadata |
Creates or replaces one or more metadata items for a server.
Omitted keys are not removed unless overwrite is true. | |
WaitForImageStatus |
Waits for an image to reach the specified state.
| |
WaitForServerStatus(ComputeService, Identifier, ServerStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean) |
Waits for the server to reach the specified status.
| |
WaitForServerStatus(ComputeService, Identifier, IEnumerableServerStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean) |
Waits for the server to reach the specified status.
| |
WaitUntilImageIsDeleted |
Waits for the image to be deleted.
| |
WaitUntilServerIsDeleted |
Waits for the server to be deleted.
Treats a 404 NotFound exception as confirmation that it is deleted. |