NetworkInterfaceIPConfigurationResponse

data class NetworkInterfaceIPConfigurationResponse(val applicationGatewayBackendAddressPools: List<ApplicationGatewayBackendAddressPoolResponse>? = null, val applicationSecurityGroups: List<ApplicationSecurityGroupResponse>? = null, val etag: String, val id: String? = null, val loadBalancerBackendAddressPools: List<BackendAddressPoolResponse>? = null, val loadBalancerInboundNatRules: List<InboundNatRuleResponse>? = null, val name: String? = null, val primary: Boolean? = null, val privateIPAddress: String? = null, val privateIPAddressVersion: String? = null, val privateIPAllocationMethod: String? = null, val privateLinkConnectionProperties: NetworkInterfaceIPConfigurationPrivateLinkConnectionPropertiesResponse, val provisioningState: String, val publicIPAddress: PublicIPAddressResponse? = null, val subnet: SubnetResponse? = null, val type: String? = null, val virtualNetworkTaps: List<VirtualNetworkTapResponse>? = null)

IPConfiguration in a network interface.

Constructors

Link copied to clipboard
constructor(applicationGatewayBackendAddressPools: List<ApplicationGatewayBackendAddressPoolResponse>? = null, applicationSecurityGroups: List<ApplicationSecurityGroupResponse>? = null, etag: String, id: String? = null, loadBalancerBackendAddressPools: List<BackendAddressPoolResponse>? = null, loadBalancerInboundNatRules: List<InboundNatRuleResponse>? = null, name: String? = null, primary: Boolean? = null, privateIPAddress: String? = null, privateIPAddressVersion: String? = null, privateIPAllocationMethod: String? = null, privateLinkConnectionProperties: NetworkInterfaceIPConfigurationPrivateLinkConnectionPropertiesResponse, provisioningState: String, publicIPAddress: PublicIPAddressResponse? = null, subnet: SubnetResponse? = null, type: String? = null, virtualNetworkTaps: List<VirtualNetworkTapResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The reference to ApplicationGatewayBackendAddressPool resource.

Link copied to clipboard

Application security groups in which the IP configuration is included.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

The reference to LoadBalancerBackendAddressPool resource.

Link copied to clipboard

A list of references of LoadBalancerInboundNatRules.

Link copied to clipboard
val name: String? = null

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard
val primary: Boolean? = null

Whether this is a primary customer address on the network interface.

Link copied to clipboard

Private IP address of the IP configuration.

Link copied to clipboard

Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.

Link copied to clipboard

The private IP address allocation method.

Link copied to clipboard
Link copied to clipboard

The provisioning state of the network interface IP configuration.

Link copied to clipboard

Public IP address bound to the IP configuration.

Link copied to clipboard
val subnet: SubnetResponse? = null

Subnet bound to the IP configuration.

Link copied to clipboard
val type: String? = null

Resource type.

Link copied to clipboard

The reference to Virtual Network Taps.