public class VirtualNetworkGatewayIpConfigurationInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
VirtualNetworkGatewayIpConfigurationInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: The name of the resource that is unique within a resource group.
|
String |
privateIpAddress()
Get the privateIpAddress property: Private IP Address for this gateway.
|
IpAllocationMethod |
privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the virtual network gateway IP configuration
resource.
|
com.azure.core.management.SubResource |
publicIpAddress()
Get the publicIpAddress property: The reference to the public IP resource.
|
com.azure.core.management.SubResource |
subnet()
Get the subnet property: The reference to the subnet resource.
|
void |
validate()
Validates the instance.
|
VirtualNetworkGatewayIpConfigurationInner |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
VirtualNetworkGatewayIpConfigurationInner |
withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
VirtualNetworkGatewayIpConfigurationInner |
withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)
Set the publicIpAddress property: The reference to the public IP resource.
|
VirtualNetworkGatewayIpConfigurationInner |
withSubnet(com.azure.core.management.SubResource subnet)
Set the subnet property: The reference to the subnet resource.
|
public VirtualNetworkGatewayIpConfigurationInner()
public String name()
public VirtualNetworkGatewayIpConfigurationInner withName(String name)
name - the name value to set.public String etag()
public IpAllocationMethod privateIpAllocationMethod()
public VirtualNetworkGatewayIpConfigurationInner withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
privateIpAllocationMethod - the privateIpAllocationMethod value to set.public com.azure.core.management.SubResource subnet()
public VirtualNetworkGatewayIpConfigurationInner withSubnet(com.azure.core.management.SubResource subnet)
subnet - the subnet value to set.public com.azure.core.management.SubResource publicIpAddress()
public VirtualNetworkGatewayIpConfigurationInner withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)
publicIpAddress - the publicIpAddress value to set.public String privateIpAddress()
public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.