NicIpConfigurationResourceSettingsResponse

data class NicIpConfigurationResourceSettingsResponse(val loadBalancerBackendAddressPools: List<LoadBalancerBackendAddressPoolReferenceResponse>? = null, val loadBalancerNatRules: List<LoadBalancerNatRuleReferenceResponse>? = null, val name: String? = null, val primary: Boolean? = null, val privateIpAddress: String? = null, val privateIpAllocationMethod: String? = null, val publicIp: PublicIpReferenceResponse? = null, val subnet: SubnetReferenceResponse? = null)

Defines NIC IP configuration properties.

Constructors

constructor(loadBalancerBackendAddressPools: List<LoadBalancerBackendAddressPoolReferenceResponse>? = null, loadBalancerNatRules: List<LoadBalancerNatRuleReferenceResponse>? = null, name: String? = null, primary: Boolean? = null, privateIpAddress: String? = null, privateIpAllocationMethod: String? = null, publicIp: PublicIpReferenceResponse? = null, subnet: SubnetReferenceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the references of the load balancer backend address pools.

Link copied to clipboard

Gets or sets the references of the load balancer NAT rules.

Link copied to clipboard
val name: String? = null

Gets or sets the IP configuration name.

Link copied to clipboard
val primary: Boolean? = null

Gets or sets a value indicating whether this IP configuration is the primary.

Link copied to clipboard

Gets or sets the private IP address of the network interface IP Configuration.

Link copied to clipboard

Gets or sets the private IP address allocation method.

Link copied to clipboard

Defines reference to a public IP.

Link copied to clipboard

Defines reference to subnet.