Class: Azure::ARM::Network::Models::FrontendIPConfiguration
- Inherits:
-
MsRestAzure::SubResource
- Object
- MsRestAzure::SubResource
- Azure::ARM::Network::Models::FrontendIPConfiguration
- Includes:
- MsRest::JSONable, MsRestAzure
- Defined in:
- lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb
Overview
Frontend IP address of the load balancer.
Instance Attribute Summary collapse
-
#etag ⇒ String
resource is updated.
-
#inbound_nat_pools ⇒ Array<SubResource>
this frontend IP.
-
#inbound_nat_rules ⇒ Array<SubResource>
this frontend IP.
-
#load_balancing_rules ⇒ Array<SubResource>
this frontend IP.
-
#name ⇒ String
resource group.
-
#outbound_nat_rules ⇒ Array<SubResource>
this frontend IP.
-
#private_ipaddress ⇒ String
The private IP address of the IP configuration.
-
#private_ipallocation_method ⇒ IPAllocationMethod
values are: ‘Static’ and ‘Dynamic’.
-
#provisioning_state ⇒ String
Possible values are: ‘Updating’, ‘Deleting’, and ‘Failed’.
-
#public_ipaddress ⇒ PublicIPAddress
The reference of the Public IP resource.
-
#subnet ⇒ Subnet
The reference of the subnet resource.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for FrontendIPConfiguration class as Ruby Hash.
Instance Attribute Details
#etag ⇒ String
resource is updated.
56 57 58 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 56 def etag @etag end |
#inbound_nat_pools ⇒ Array<SubResource>
this frontend IP.
22 23 24 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 22 def inbound_nat_pools @inbound_nat_pools end |
#inbound_nat_rules ⇒ Array<SubResource>
this frontend IP.
18 19 20 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 18 def inbound_nat_rules @inbound_nat_rules end |
#load_balancing_rules ⇒ Array<SubResource>
this frontend IP.
30 31 32 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 30 def load_balancing_rules @load_balancing_rules end |
#name ⇒ String
resource group. This name can be used to access the resource.
52 53 54 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 52 def name @name end |
#outbound_nat_rules ⇒ Array<SubResource>
this frontend IP.
26 27 28 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 26 def outbound_nat_rules @outbound_nat_rules end |
#private_ipaddress ⇒ String
Returns The private IP address of the IP configuration.
33 34 35 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 33 def private_ipaddress @private_ipaddress end |
#private_ipallocation_method ⇒ IPAllocationMethod
values are: ‘Static’ and ‘Dynamic’. Possible values include: ‘Static’, ‘Dynamic’
38 39 40 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 38 def private_ipallocation_method @private_ipallocation_method end |
#provisioning_state ⇒ String
Possible values are: ‘Updating’, ‘Deleting’, and ‘Failed’.
48 49 50 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 48 def provisioning_state @provisioning_state end |
#public_ipaddress ⇒ PublicIPAddress
Returns The reference of the Public IP resource.
44 45 46 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 44 def public_ipaddress @public_ipaddress end |
#subnet ⇒ Subnet
Returns The reference of the subnet resource.
41 42 43 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 41 def subnet @subnet end |
Class Method Details
.mapper ⇒ Object
Mapper for FrontendIPConfiguration class as Ruby Hash. This will be used for serialization/deserialization.
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 |
# File 'lib/generated/azure_mgmt_network/models/frontend_ipconfiguration.rb', line 63 def self.mapper() { required: false, serialized_name: 'FrontendIPConfiguration', type: { name: 'Composite', class_name: 'FrontendIPConfiguration', model_properties: { id: { required: false, serialized_name: 'id', type: { name: 'String' } }, inbound_nat_rules: { required: false, read_only: true, serialized_name: 'properties.inboundNatRules', type: { name: 'Sequence', element: { required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, inbound_nat_pools: { required: false, read_only: true, serialized_name: 'properties.inboundNatPools', type: { name: 'Sequence', element: { required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, outbound_nat_rules: { required: false, read_only: true, serialized_name: 'properties.outboundNatRules', type: { name: 'Sequence', element: { required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, load_balancing_rules: { required: false, read_only: true, serialized_name: 'properties.loadBalancingRules', type: { name: 'Sequence', element: { required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, private_ipaddress: { required: false, serialized_name: 'properties.privateIPAddress', type: { name: 'String' } }, private_ipallocation_method: { required: false, serialized_name: 'properties.privateIPAllocationMethod', type: { name: 'String' } }, subnet: { required: false, serialized_name: 'properties.subnet', type: { name: 'Composite', class_name: 'Subnet' } }, public_ipaddress: { required: false, serialized_name: 'properties.publicIPAddress', type: { name: 'Composite', class_name: 'PublicIPAddress' } }, provisioning_state: { required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, name: { required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { required: false, serialized_name: 'etag', type: { name: 'String' } } } } } end |