VmwareengineFunctions

Functions

Link copied to clipboard

Use this data source to get details about a cluster resource. To get more information about private cloud cluster, see:

suspend fun getCluster(argument: suspend GetClusterPlainArgsBuilder.() -> Unit): GetClusterResult
suspend fun getCluster(name: String, parent: String): GetClusterResult
Link copied to clipboard

Use this data source to get details about a external access rule resource. To get more information about external address, see:

Link copied to clipboard

Use this data source to get details about a external address resource. To get more information about external address, see:

Link copied to clipboard

Use this data source to get details about a VMwareEngine network resource. To get more information about VMwareEngine Network, see:

suspend fun getNetwork(argument: suspend GetNetworkPlainArgsBuilder.() -> Unit): GetNetworkResult
suspend fun getNetwork(location: String, name: String, project: String? = null): GetNetworkResult
Link copied to clipboard

Use this data source to get details about a network peering resource. To get more information about network peering, see:

suspend fun getNetworkPeering(name: String, project: String? = null): GetNetworkPeeringResult
Link copied to clipboard

Use this data source to get details about a network policy resource. To get more information about network policy, see:

suspend fun getNetworkPolicy(location: String, name: String, project: String? = null): GetNetworkPolicyResult
Link copied to clipboard

Use this data source to get NSX credentials for a Private Cloud. To get more information about private cloud NSX credentials, see:

Link copied to clipboard

Use this data source to get details about a private cloud resource. To get more information about private cloud, see:

suspend fun getPrivateCloud(location: String, name: String, project: String? = null): GetPrivateCloudResult
Link copied to clipboard

Use this data source to get details about a subnet. Management subnets support only read operations and should be configured through this data source. User defined subnets can be configured using the resource as well as the datasource. To get more information about private cloud subnet, see:

suspend fun getSubnet(argument: suspend GetSubnetPlainArgsBuilder.() -> Unit): GetSubnetResult
suspend fun getSubnet(name: String, parent: String): GetSubnetResult
Link copied to clipboard

Use this data source to get Vcenter credentials for a Private Cloud. To get more information about private cloud Vcenter credentials, see: