VirtualNetworkGatewayIPConfiguration Class
IP configuration for virtual network gateway.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2016_09_01.models._models_py3.SubResourceVirtualNetworkGatewayIPConfiguration
Constructor
VirtualNetworkGatewayIPConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, private_ip_allocation_method: typing.Union[str, _ForwardRef('IPAllocationMethod'), NoneType] = None, subnet: typing.Union[_ForwardRef('SubResource'), NoneType] = None, public_ip_address: typing.Union[_ForwardRef('SubResource'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- private_ip_allocation_method
- str or IPAllocationMethod
The private IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: "Static", "Dynamic".
- subnet
- SubResource
The reference of the subnet resource.
- public_ip_address
- SubResource
The reference of the public IP resource.
Variables
- provisioning_state
- str
The provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for