IPConfiguration Class
The ip configurations for the private link service.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
IPConfiguration
Constructor
IPConfiguration(*, name: str, primary: Optional[bool] = None, private_ip_address: Optional[str] = None, private_ip_allocation_method: Optional[Union[str, azure.mgmt.hdinsight.models._hd_insight_management_client_enums.PrivateIPAllocationMethod]] = None, subnet: Optional[azure.mgmt.hdinsight.models._models_py3.ResourceId] = None, **kwargs)
Parameters
- private_ip_allocation_method
- str or PrivateIPAllocationMethod
Required
The method that private IP address is allocated. Possible values include: "dynamic", "static".
Variables
- id
- str
The private link IP configuration id.
- type
- str
The type of the private link IP configuration.
- provisioning_state
- str or PrivateLinkConfigurationProvisioningState
The private link configuration provisioning state, which only appears in the response. Possible values include: "InProgress", "Failed", "Succeeded", "Canceled", "Deleting".
Feedback
Submit and view feedback for