Package-level declarations
Types
Link copied to clipboard
data class GetHciClusterPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetHciClusterPlainArgs>
A collection of arguments for invoking getHciCluster.
Link copied to clipboard
Builder for GetHciClusterPlainArgs.
Link copied to clipboard
data class HciClusterIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<HciClusterIdentityArgs>
Link copied to clipboard
Builder for HciClusterIdentityArgs.
Link copied to clipboard
data class HciLogicalNetworkSubnetArgs(val addressPrefix: Output<String>? = null, val ipAllocationMethod: Output<String>, val ipPools: Output<List<HciLogicalNetworkSubnetIpPoolArgs>>? = null, val routes: Output<List<HciLogicalNetworkSubnetRouteArgs>>? = null, val vlanId: Output<Int>? = null) : ConvertibleToJava<HciLogicalNetworkSubnetArgs>
Link copied to clipboard
Builder for HciLogicalNetworkSubnetArgs.
Link copied to clipboard
data class HciLogicalNetworkSubnetIpPoolArgs(val end: Output<String>, val start: Output<String>) : ConvertibleToJava<HciLogicalNetworkSubnetIpPoolArgs>
Link copied to clipboard
Builder for HciLogicalNetworkSubnetIpPoolArgs.
Link copied to clipboard
data class HciLogicalNetworkSubnetRouteArgs(val addressPrefix: Output<String>, val name: Output<String>, val nextHopIpAddress: Output<String>) : ConvertibleToJava<HciLogicalNetworkSubnetRouteArgs>
Link copied to clipboard
Builder for HciLogicalNetworkSubnetRouteArgs.