Infrastructure Configuration Placement
data class InfrastructureConfigurationPlacement(val availabilityZone: String? = null, val hostId: String? = null, val hostResourceGroupArn: String? = null, val tenancy: InfrastructureConfigurationPlacementTenancy? = null)
The placement options
Constructors
Link copied to clipboard
constructor(availabilityZone: String? = null, hostId: String? = null, hostResourceGroupArn: String? = null, tenancy: InfrastructureConfigurationPlacementTenancy? = null)