public class VpnSiteLinkInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
VpnSiteLinkInner() |
| Modifier and Type | Method and Description |
|---|---|
VpnLinkBgpSettings |
bgpProperties()
Get the bgpProperties property: The set of bgp properties.
|
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 vpn-site-link.
|
String |
ipAddress()
Get the ipAddress property: The ip-address for the vpn-site-link.
|
VpnLinkProviderProperties |
linkProperties()
Get the linkProperties property: The link provider properties.
|
String |
name()
Get the name property: The name of the resource that is unique within a resource group.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the VPN site link resource.
|
String |
type()
Get the type property: Resource type.
|
void |
validate()
Validates the instance.
|
VpnSiteLinkInner |
withBgpProperties(VpnLinkBgpSettings bgpProperties)
Set the bgpProperties property: The set of bgp properties.
|
VpnSiteLinkInner |
withFqdn(String fqdn)
Set the fqdn property: FQDN of vpn-site-link.
|
VpnSiteLinkInner |
withIpAddress(String ipAddress)
Set the ipAddress property: The ip-address for the vpn-site-link.
|
VpnSiteLinkInner |
withLinkProperties(VpnLinkProviderProperties linkProperties)
Set the linkProperties property: The link provider properties.
|
VpnSiteLinkInner |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
public String etag()
public String name()
public VpnSiteLinkInner withName(String name)
name - the name value to set.public String type()
public VpnLinkProviderProperties linkProperties()
public VpnSiteLinkInner withLinkProperties(VpnLinkProviderProperties linkProperties)
linkProperties - the linkProperties value to set.public String ipAddress()
public VpnSiteLinkInner withIpAddress(String ipAddress)
ipAddress - the ipAddress value to set.public String fqdn()
public VpnSiteLinkInner withFqdn(String fqdn)
fqdn - the fqdn value to set.public VpnLinkBgpSettings bgpProperties()
public VpnSiteLinkInner withBgpProperties(VpnLinkBgpSettings bgpProperties)
bgpProperties - the bgpProperties value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.