class Azure::Network::Mgmt::V2020_05_01::Models::NetworkInterfaceIPConfiguration
IPConfiguration
in a network interface.
Attributes
@return [Array<ApplicationGatewayBackendAddressPool>] The reference to ApplicationGatewayBackendAddressPool
resource.
@return [Array<ApplicationSecurityGroup>] Application security groups in which the IP configuration is included.
@return [String] A unique read-only string that changes whenever the resource is updated.
@return [Array<BackendAddressPool>] The reference to LoadBalancerBackendAddressPool resource.
@return [Array<InboundNatRule>] A list of references of LoadBalancerInboundNatRules.
@return [String] The name of the resource that is unique within a resource group. This name can be used to access the resource.
@return [Boolean] Whether this is a primary customer address on the network interface.
@return [String] Private IP address of the IP configuration.
@return [IPVersion] Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'
@return [IPAllocationMethod] The private IP address allocation method. Possible values include: 'Static', 'Dynamic'
@return
NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties
-
PrivateLinkConnection properties for the network interface.
@return [ProvisioningState] The provisioning state of the network interface IP configuration. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
@return [PublicIPAddress] Public IP address bound to the IP configuration.
@return [Subnet] Subnet
bound to the IP configuration.
@return [Array<VirtualNetworkTap>] The reference to Virtual Network
Taps.
Public Class Methods
Mapper for NetworkInterfaceIPConfiguration
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-05-01/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb, line 80 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NetworkInterfaceIPConfiguration', type: { name: 'Composite', class_name: 'NetworkInterfaceIPConfiguration', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, virtual_network_taps: { client_side_validation: true, required: false, serialized_name: 'properties.virtualNetworkTaps', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'VirtualNetworkTapElementType', type: { name: 'Composite', class_name: 'VirtualNetworkTap' } } } }, application_gateway_backend_address_pools: { client_side_validation: true, required: false, serialized_name: 'properties.applicationGatewayBackendAddressPools', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayBackendAddressPoolElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayBackendAddressPool' } } } }, load_balancer_backend_address_pools: { client_side_validation: true, required: false, serialized_name: 'properties.loadBalancerBackendAddressPools', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'BackendAddressPoolElementType', type: { name: 'Composite', class_name: 'BackendAddressPool' } } } }, load_balancer_inbound_nat_rules: { client_side_validation: true, required: false, serialized_name: 'properties.loadBalancerInboundNatRules', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'InboundNatRuleElementType', type: { name: 'Composite', class_name: 'InboundNatRule' } } } }, private_ipaddress: { client_side_validation: true, required: false, serialized_name: 'properties.privateIPAddress', type: { name: 'String' } }, private_ipallocation_method: { client_side_validation: true, required: false, serialized_name: 'properties.privateIPAllocationMethod', type: { name: 'String' } }, private_ipaddress_version: { client_side_validation: true, required: false, serialized_name: 'properties.privateIPAddressVersion', type: { name: 'String' } }, subnet: { client_side_validation: true, required: false, serialized_name: 'properties.subnet', type: { name: 'Composite', class_name: 'Subnet' } }, primary: { client_side_validation: true, required: false, serialized_name: 'properties.primary', type: { name: 'Boolean' } }, public_ipaddress: { client_side_validation: true, required: false, serialized_name: 'properties.publicIPAddress', type: { name: 'Composite', class_name: 'PublicIPAddress' } }, application_security_groups: { client_side_validation: true, required: false, serialized_name: 'properties.applicationSecurityGroups', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationSecurityGroupElementType', type: { name: 'Composite', class_name: 'ApplicationSecurityGroup' } } } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, private_link_connection_properties: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.privateLinkConnectionProperties', type: { name: 'Composite', class_name: 'NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, read_only: true, serialized_name: 'etag', type: { name: 'String' } } } } } end