BastionHostIPConfiguration Class
IP configuration of an Bastion Host.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_04_01.models._models_py3.SubResourceBastionHostIPConfiguration
Constructor
BastionHostIPConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, subnet: typing.Union[_ForwardRef('SubResource'), NoneType] = None, public_ip_address: typing.Union[_ForwardRef('SubResource'), NoneType] = None, private_ip_allocation_method: typing.Union[str, _ForwardRef('IPAllocationMethod'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the resource that is unique within a resource group. This name can be used to access the resource.
- subnet
- SubResource
Reference of the subnet resource.
- public_ip_address
- SubResource
Reference of the PublicIP resource.
- private_ip_allocation_method
- str or IPAllocationMethod
Private IP allocation method. Possible values include: "Static", "Dynamic".
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Ip configuration type.
- provisioning_state
- str or ProvisioningState
The provisioning state of the bastion host IP configuration resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for