Package-level declarations
Types
Link copied to clipboard
data class ClusterAutoscalingSettings(val autoscalingPolicies: List<ClusterAutoscalingSettingsAutoscalingPolicy>, val coolDownPeriod: String? = null, val maxClusterNodeCount: Int? = null, val minClusterNodeCount: Int? = null)
Link copied to clipboard
data class ClusterAutoscalingSettingsAutoscalingPolicy(val autoscalePolicyId: String, val consumedMemoryThresholds: ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds? = null, val cpuThresholds: ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds? = null, val nodeTypeId: String, val scaleOutSize: Int, val storageThresholds: ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds? = null)
Link copied to clipboard
data class ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class ClusterNodeTypeConfig(val customCoreCount: Int? = null, val nodeCount: Int, val nodeTypeId: String)
Link copied to clipboard
data class ExternalAccessRuleDestinationIpRange(val externalAddress: String? = null, val ipAddressRange: String? = null)
Link copied to clipboard
data class ExternalAccessRuleSourceIpRange(val ipAddress: String? = null, val ipAddressRange: String? = null)
Link copied to clipboard
data class GetClusterAutoscalingSetting(val autoscalingPolicies: List<GetClusterAutoscalingSettingAutoscalingPolicy>, val coolDownPeriod: String, val maxClusterNodeCount: Int, val minClusterNodeCount: Int)
Link copied to clipboard
data class GetClusterAutoscalingSettingAutoscalingPolicy(val autoscalePolicyId: String, val consumedMemoryThresholds: List<GetClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThreshold>, val cpuThresholds: List<GetClusterAutoscalingSettingAutoscalingPolicyCpuThreshold>, val nodeTypeId: String, val scaleOutSize: Int, val storageThresholds: List<GetClusterAutoscalingSettingAutoscalingPolicyStorageThreshold>)
Link copied to clipboard
data class GetClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThreshold(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class GetClusterAutoscalingSettingAutoscalingPolicyCpuThreshold(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class GetClusterAutoscalingSettingAutoscalingPolicyStorageThreshold(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class GetClusterNodeTypeConfig(val customCoreCount: Int, val nodeCount: Int, val nodeTypeId: String)
Link copied to clipboard
data class GetClusterResult(val autoscalingSettings: List<GetClusterAutoscalingSetting>, val id: String, val management: Boolean, val name: String, val nodeTypeConfigs: List<GetClusterNodeTypeConfig>, val parent: String, val state: String, val uid: String)
A collection of values returned by getCluster.
Link copied to clipboard
data class GetExternalAccessRuleDestinationIpRange(val externalAddress: String, val ipAddressRange: String)
Link copied to clipboard
data class GetExternalAccessRuleResult(val action: String, val createTime: String, val description: String, val destinationIpRanges: List<GetExternalAccessRuleDestinationIpRange>, val destinationPorts: List<String>, val id: String, val ipProtocol: String, val name: String, val parent: String, val priority: Int, val sourceIpRanges: List<GetExternalAccessRuleSourceIpRange>, val sourcePorts: List<String>, val state: String, val uid: String, val updateTime: String)
A collection of values returned by getExternalAccessRule.
Link copied to clipboard
Link copied to clipboard
data class GetExternalAddressResult(val createTime: String, val description: String, val externalIp: String, val id: String, val internalIp: String, val name: String, val parent: String, val state: String, val uid: String, val updateTime: String)
A collection of values returned by getExternalAddress.
Link copied to clipboard
data class GetNetworkPeeringResult(val createTime: String, val description: String, val exportCustomRoutes: Boolean, val exportCustomRoutesWithPublicIp: Boolean, val id: String, val importCustomRoutes: Boolean, val importCustomRoutesWithPublicIp: Boolean, val name: String, val peerNetwork: String, val peerNetworkType: String, val project: String? = null, val state: String, val stateDetails: String, val uid: String, val updateTime: String, val vmwareEngineNetwork: String, val vmwareEngineNetworkCanonical: String)
A collection of values returned by getNetworkPeering.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetNetworkPolicyResult(val createTime: String, val description: String, val edgeServicesCidr: String, val externalIps: List<GetNetworkPolicyExternalIp>, val id: String, val internetAccesses: List<GetNetworkPolicyInternetAccess>, val location: String, val name: String, val project: String? = null, val uid: String, val updateTime: String, val vmwareEngineNetwork: String, val vmwareEngineNetworkCanonical: String)
A collection of values returned by getNetworkPolicy.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetNsxCredentialsResult(val id: String, val parent: String, val password: String, val username: String)
A collection of values returned by getNsxCredentials.
Link copied to clipboard
data class GetPrivateCloudHcx(val fqdn: String, val internalIp: String, val state: String, val version: String)
Link copied to clipboard
data class GetPrivateCloudManagementCluster(val autoscalingSettings: List<GetPrivateCloudManagementClusterAutoscalingSetting>, val clusterId: String, val nodeTypeConfigs: List<GetPrivateCloudManagementClusterNodeTypeConfig>, val stretchedClusterConfigs: List<GetPrivateCloudManagementClusterStretchedClusterConfig>)
Link copied to clipboard
data class GetPrivateCloudManagementClusterAutoscalingSetting(val autoscalingPolicies: List<GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicy>, val coolDownPeriod: String, val maxClusterNodeCount: Int, val minClusterNodeCount: Int)
Link copied to clipboard
data class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicy(val autoscalePolicyId: String, val consumedMemoryThresholds: List<GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThreshold>, val cpuThresholds: List<GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThreshold>, val nodeTypeId: String, val scaleOutSize: Int, val storageThresholds: List<GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThreshold>)
Link copied to clipboard
data class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThreshold(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThreshold(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThreshold(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class GetPrivateCloudManagementClusterNodeTypeConfig(val customCoreCount: Int, val nodeCount: Int, val nodeTypeId: String)
Link copied to clipboard
data class GetPrivateCloudManagementClusterStretchedClusterConfig(val preferredLocation: String, val secondaryLocation: String)
Link copied to clipboard
Link copied to clipboard
data class GetPrivateCloudNsx(val fqdn: String, val internalIp: String, val state: String, val version: String)
Link copied to clipboard
data class GetPrivateCloudResult(val deletionDelayHours: Int, val description: String, val hcxes: List<GetPrivateCloudHcx>, val id: String, val location: String, val managementClusters: List<GetPrivateCloudManagementCluster>, val name: String, val networkConfigs: List<GetPrivateCloudNetworkConfig>, val nsxes: List<GetPrivateCloudNsx>, val project: String? = null, val sendDeletionDelayHoursIfZero: Boolean, val state: String, val type: String, val uid: String, val vcenters: List<GetPrivateCloudVcenter>)
A collection of values returned by getPrivateCloud.
Link copied to clipboard
data class GetPrivateCloudVcenter(val fqdn: String, val internalIp: String, val state: String, val version: String)
Link copied to clipboard
Link copied to clipboard
data class GetSubnetResult(val createTime: String, val dhcpAddressRanges: List<GetSubnetDhcpAddressRange>, val gatewayId: String, val gatewayIp: String, val id: String, val ipCidrRange: String, val name: String, val parent: String, val standardConfig: Boolean, val state: String, val type: String, val uid: String, val updateTime: String, val vlanId: Int)
A collection of values returned by getSubnet.
Link copied to clipboard
data class GetVcenterCredentialsResult(val id: String, val parent: String, val password: String, val username: String)
A collection of values returned by getVcenterCredentials.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PrivateCloudHcx(val fqdn: String? = null, val internalIp: String? = null, val state: String? = null, val version: String? = null)
Link copied to clipboard
data class PrivateCloudManagementCluster(val autoscalingSettings: PrivateCloudManagementClusterAutoscalingSettings? = null, val clusterId: String, val nodeTypeConfigs: List<PrivateCloudManagementClusterNodeTypeConfig>? = null, val stretchedClusterConfig: PrivateCloudManagementClusterStretchedClusterConfig? = null)
Link copied to clipboard
data class PrivateCloudManagementClusterAutoscalingSettings(val autoscalingPolicies: List<PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy>, val coolDownPeriod: String? = null, val maxClusterNodeCount: Int? = null, val minClusterNodeCount: Int? = null)
Link copied to clipboard
data class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy(val autoscalePolicyId: String, val consumedMemoryThresholds: PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds? = null, val cpuThresholds: PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds? = null, val nodeTypeId: String, val scaleOutSize: Int, val storageThresholds: PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds? = null)
Link copied to clipboard
data class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds(val scaleIn: Int, val scaleOut: Int)
Link copied to clipboard
data class PrivateCloudManagementClusterNodeTypeConfig(val customCoreCount: Int? = null, val nodeCount: Int, val nodeTypeId: String)
Link copied to clipboard
data class PrivateCloudManagementClusterStretchedClusterConfig(val preferredLocation: String? = null, val secondaryLocation: String? = null)
Link copied to clipboard
Link copied to clipboard
data class PrivateCloudNsx(val fqdn: String? = null, val internalIp: String? = null, val state: String? = null, val version: String? = null)
Link copied to clipboard
data class PrivateCloudVcenter(val fqdn: String? = null, val internalIp: String? = null, val state: String? = null, val version: String? = null)
Link copied to clipboard
data class SubnetDhcpAddressRange(val firstAddress: String? = null, val lastAddress: String? = null)