LocalNetworkGatewayPropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. LocalNetworkGatewayPropertiesFormat
- com.
Implements
public final class LocalNetworkGatewayPropertiesFormat
implements JsonSerializable<LocalNetworkGatewayPropertiesFormat>
LocalNetworkGateway properties.
Constructor Summary
| Constructor | Description |
|---|---|
| LocalNetworkGatewayPropertiesFormat() |
Creates an instance of Local |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Bgp |
bgpSettings()
Get the bgp |
| String |
fqdn()
Get the fqdn property: FQDN of local network gateway. |
|
static
Local |
fromJson(JsonReader jsonReader)
Reads an instance of Local |
| String |
gatewayIpAddress()
Get the gateway |
|
Address |
localNetworkAddressSpace()
Get the local |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
resourceGuid()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Local |
withBgpSettings(BgpSettings bgpSettings)
Set the bgp |
|
Local |
withFqdn(String fqdn)
Set the fqdn property: FQDN of local network gateway. |
|
Local |
withGatewayIpAddress(String gatewayIpAddress)
Set the gateway |
|
Local |
withLocalNetworkAddressSpace(AddressSpace localNetworkAddressSpace)
Set the local |
Methods inherited from java.lang.Object
Constructor Details
LocalNetworkGatewayPropertiesFormat
public LocalNetworkGatewayPropertiesFormat()
Creates an instance of LocalNetworkGatewayPropertiesFormat class.
Method Details
bgpSettings
public BgpSettings bgpSettings()
Get the bgpSettings property: Local network gateway's BGP speaker settings.
Returns:
fqdn
public String fqdn()
Get the fqdn property: FQDN of local network gateway.
Returns:
fromJson
public static LocalNetworkGatewayPropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of LocalNetworkGatewayPropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
gatewayIpAddress
public String gatewayIpAddress()
Get the gatewayIpAddress property: IP address of local network gateway.
Returns:
localNetworkAddressSpace
public AddressSpace localNetworkAddressSpace()
Get the localNetworkAddressSpace property: Local network site address space.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the local network gateway resource.
Returns:
resourceGuid
public String resourceGuid()
Get the resourceGuid property: The resource GUID property of the local network gateway resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBgpSettings
public LocalNetworkGatewayPropertiesFormat withBgpSettings(BgpSettings bgpSettings)
Set the bgpSettings property: Local network gateway's BGP speaker settings.
Parameters:
Returns:
withFqdn
public LocalNetworkGatewayPropertiesFormat withFqdn(String fqdn)
Set the fqdn property: FQDN of local network gateway.
Parameters:
Returns:
withGatewayIpAddress
public LocalNetworkGatewayPropertiesFormat withGatewayIpAddress(String gatewayIpAddress)
Set the gatewayIpAddress property: IP address of local network gateway.
Parameters:
Returns:
withLocalNetworkAddressSpace
public LocalNetworkGatewayPropertiesFormat withLocalNetworkAddressSpace(AddressSpace localNetworkAddressSpace)
Set the localNetworkAddressSpace property: Local network site address space.
Parameters:
Returns: