GetSubnetPlainArgs

data class GetSubnetPlainArgs(val name: String, val parent: String) : ConvertibleToJava<GetSubnetPlainArgs>

A collection of arguments for invoking getSubnet.

Constructors

Link copied to clipboard
constructor(name: String, parent: String)

Properties

Link copied to clipboard

Name of the resource. UserDefined subnets are named in the format of "service-n", where n ranges from 1 to 5. Management subnets have arbitary names including "vmotion", "vsan", "system-management" etc. More details about subnet names can be found on the cloud console.

Link copied to clipboard

The resource name of the private cloud that this subnet belongs.

Functions

Link copied to clipboard
open override fun toJava(): GetSubnetPlainArgs