EvsClient

interface EvsClient : SdkClient

Amazon Elastic VMware Service (Amazon EVS) is a service that you can use to deploy a VMware Cloud Foundation (VCF) software environment directly on EC2 bare metal instances within an Amazon Virtual Private Cloud (VPC).

Workloads running on Amazon EVS are fully compatible with workloads running on any standard VMware vSphere environment. This means that you can migrate any VMware-based workload to Amazon EVS without workload modification.

Properties

Link copied to clipboard
abstract override val config: EvsClient.Config

EvsClient's configuration

Functions

Link copied to clipboard

Creates an Amazon EVS environment that runs VCF software, such as SDDC Manager, NSX Manager, and vCenter Server.

Link copied to clipboard

Creates an ESXi host and adds it to an Amazon EVS environment. Amazon EVS supports 4-16 hosts per environment.

Link copied to clipboard

Deletes an Amazon EVS environment.

Link copied to clipboard

Deletes a host from an Amazon EVS environment.

Link copied to clipboard

Returns a description of the specified environment.

Link copied to clipboard

List the hosts within an environment.

Link copied to clipboard
abstract suspend fun listEnvironments(input: ListEnvironmentsRequest = ListEnvironmentsRequest { }): ListEnvironmentsResponse

Lists the Amazon EVS environments in your Amazon Web Services account in the specified Amazon Web Services Region.

Link copied to clipboard

Lists environment VLANs that are associated with the specified environment.

Link copied to clipboard

Lists the tags for an Amazon EVS resource.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Associates the specified tags to an Amazon EVS resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted. Tags that you create for Amazon EVS resources don't propagate to any other resources associated with the environment. For example, if you tag an environment with this operation, that tag doesn't automatically propagate to the VLAN subnets and hosts associated with the environment.

Link copied to clipboard

Deletes specified tags from an Amazon EVS resource.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates an Amazon EVS environment that runs VCF software, such as SDDC Manager, NSX Manager, and vCenter Server.

Link copied to clipboard

Creates an ESXi host and adds it to an Amazon EVS environment. Amazon EVS supports 4-16 hosts per environment.

Link copied to clipboard

Deletes an Amazon EVS environment.

Link copied to clipboard

Deletes a host from an Amazon EVS environment.

Link copied to clipboard

Returns a description of the specified environment.

Link copied to clipboard

List the hosts within an environment.

Link copied to clipboard

Lists the Amazon EVS environments in your Amazon Web Services account in the specified Amazon Web Services Region.

Link copied to clipboard

Lists environment VLANs that are associated with the specified environment.

Link copied to clipboard

Lists the tags for an Amazon EVS resource.

Link copied to clipboard
inline suspend fun EvsClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Associates the specified tags to an Amazon EVS resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted. Tags that you create for Amazon EVS resources don't propagate to any other resources associated with the environment. For example, if you tag an environment with this operation, that tag doesn't automatically propagate to the VLAN subnets and hosts associated with the environment.

Link copied to clipboard
inline suspend fun EvsClient.untagResource(crossinline block: UntagResourceRequest.Builder.() -> Unit): UntagResourceResponse

Deletes specified tags from an Amazon EVS resource.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.