public class LocalNetworkGatewayInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
LocalNetworkGatewayInner() |
| Modifier and Type | Method and Description |
|---|---|
BgpSettings |
bgpSettings()
Get the bgpSettings property: Local network gateway's BGP speaker settings.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
fqdn()
Get the fqdn property: FQDN of local network gateway.
|
String |
gatewayIpAddress()
Get the gatewayIpAddress property: IP address of local network gateway.
|
String |
id()
Get the id property: Resource ID.
|
AddressSpace |
localNetworkAddressSpace()
Get the localNetworkAddressSpace property: Local network site address space.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the local network gateway resource.
|
String |
resourceGuid()
Get the resourceGuid property: The resource GUID property of the local network gateway resource.
|
void |
validate()
Validates the instance.
|
LocalNetworkGatewayInner |
withBgpSettings(BgpSettings bgpSettings)
Set the bgpSettings property: Local network gateway's BGP speaker settings.
|
LocalNetworkGatewayInner |
withFqdn(String fqdn)
Set the fqdn property: FQDN of local network gateway.
|
LocalNetworkGatewayInner |
withGatewayIpAddress(String gatewayIpAddress)
Set the gatewayIpAddress property: IP address of local network gateway.
|
LocalNetworkGatewayInner |
withId(String id)
Set the id property: Resource ID.
|
LocalNetworkGatewayInner |
withLocalNetworkAddressSpace(AddressSpace localNetworkAddressSpace)
Set the localNetworkAddressSpace property: Local network site address space.
|
public String etag()
public AddressSpace localNetworkAddressSpace()
public LocalNetworkGatewayInner withLocalNetworkAddressSpace(AddressSpace localNetworkAddressSpace)
localNetworkAddressSpace - the localNetworkAddressSpace value to set.public String gatewayIpAddress()
public LocalNetworkGatewayInner withGatewayIpAddress(String gatewayIpAddress)
gatewayIpAddress - the gatewayIpAddress value to set.public String fqdn()
public LocalNetworkGatewayInner withFqdn(String fqdn)
fqdn - the fqdn value to set.public BgpSettings bgpSettings()
public LocalNetworkGatewayInner withBgpSettings(BgpSettings bgpSettings)
bgpSettings - the bgpSettings value to set.public String resourceGuid()
public ProvisioningState provisioningState()
public String id()
id in class com.azure.core.management.ProxyResourcepublic LocalNetworkGatewayInner withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.