PrivateLinkServiceIpConfiguration Class
- java.
lang. Object - com.
microsoft. azure. SubResource - com.
microsoft. azure. management. network. PrivateLinkServiceIpConfiguration
- com.
- com.
public class PrivateLinkServiceIpConfiguration
extends com.microsoft.azure.SubResource
The private link service ip configuration.
Constructor | Description | |
---|---|---|
Private |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
etag()
Get a unique read-only string that changes whenever the resource is updated. |
java.lang.String |
name()
Get the name of private link service ip configuration. |
java.lang.Boolean |
primary()
Get whether the ip configuration is primary or not. |
java.lang.String |
private Get the private IP address of the IP configuration. |
IPVersion |
private Get whether the specific IP configuration is IPv4 or IPv6. |
IPAllocation |
private Get the private IP address allocation method. |
Provisioning |
provisioning Get the provisioning state of the private link service IP configuration resource. |
com.microsoft.azure.management.network.implementation.SubnetInner |
subnet()
Get the reference to the subnet resource. |
java.lang.String |
type()
Get the resource type. |
Private |
with Set the name of private link service ip configuration. |
Private |
with Set whether the ip configuration is primary or not. |
Private |
with Set the private IP address of the IP configuration. |
Private |
with Set whether the specific IP configuration is IPv4 or IPv6. |
Private |
with Set the private IP address allocation method. |
Private |
with Set the reference to the subnet resource. |
PrivateLinkServiceIpConfiguration
public PrivateLinkServiceIpConfiguration()
etag
public String etag()
Get a unique read-only string that changes whenever the resource is updated.
Returns:
name
public String name()
Get the name of private link service ip configuration.
Returns:
primary
public Boolean primary()
Get whether the ip configuration is primary or not.
Returns:
privateIPAddress
public String privateIPAddress()
Get the private IP address of the IP configuration.
Returns:
privateIPAddressVersion
public IPVersion privateIPAddressVersion()
Get whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'.
Returns:
privateIPAllocationMethod
public IPAllocationMethod privateIPAllocationMethod()
Get the private IP address allocation method. Possible values include: 'Static', 'Dynamic'.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioning state of the private link service IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
Returns:
subnet
public SubnetInner subnet()
Get the reference to the subnet resource.
Returns:
type
public String type()
Get the resource type.
Returns:
withName
public PrivateLinkServiceIpConfiguration withName(String name)
Set the name of private link service ip configuration.
Parameters:
Returns:
withPrimary
public PrivateLinkServiceIpConfiguration withPrimary(Boolean primary)
Set whether the ip configuration is primary or not.
Parameters:
Returns:
withPrivateIPAddress
public PrivateLinkServiceIpConfiguration withPrivateIPAddress(String privateIPAddress)
Set the private IP address of the IP configuration.
Parameters:
Returns:
withPrivateIPAddressVersion
public PrivateLinkServiceIpConfiguration withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)
Set whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'.
Parameters:
Returns:
withPrivateIPAllocationMethod
public PrivateLinkServiceIpConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method. Possible values include: 'Static', 'Dynamic'.
Parameters:
Returns:
withSubnet
public PrivateLinkServiceIpConfiguration withSubnet(SubnetInner subnet)
Set the reference to the subnet resource.
Parameters:
Returns: