class Azure::Network::Mgmt::V2016_06_01::Models::ApplicationGatewayFrontendIPConfiguration
Frontend IP configuration of application gateway
Attributes
@return [String] A unique read-only string that changes whenever the resource is updated
@return [String] Name of the resource that is unique within a resource group. This name can be used to access the resource
@return [String] PrivateIPAddress of the Network
Interface IP Configuration
@return [IPAllocationMethod] PrivateIP allocation method (Static/Dynamic). Possible values include: 'Static', 'Dynamic'
@return [String] Provisioning state of the PublicIP resource Updating/Deleting/Failed
@return [SubResource] Reference of the PublicIP resource
@return [SubResource] Reference of the subnet resource
Public Class Methods
Mapper for ApplicationGatewayFrontendIPConfiguration
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway_frontend_ipconfiguration.rb, line 47 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayFrontendIPConfiguration', type: { name: 'Composite', class_name: 'ApplicationGatewayFrontendIPConfiguration', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, 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' } }, subnet: { client_side_validation: true, required: false, serialized_name: 'properties.subnet', type: { name: 'Composite', class_name: 'SubResource' } }, public_ipaddress: { client_side_validation: true, required: false, serialized_name: 'properties.publicIPAddress', type: { name: 'Composite', class_name: 'SubResource' } }, provisioning_state: { client_side_validation: true, required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, serialized_name: 'etag', type: { name: 'String' } } } } } end