AccessBridge Interface
public interface AccessBridge
An immutable client-side representation of AccessBridge.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Access |
detailedStatus()
Gets the detailed |
| abstract String |
detailedStatusMessage()
Gets the detailed |
|
abstract
List<Access |
endpoints()
Gets the endpoints property: The observed endpoints that clients should use to reach the access bridge. |
| abstract String |
etag()
Gets the etag property: "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. |
|
abstract
Extended |
extendedLocation()
Gets the extended |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Access |
innerModel()
Gets the inner com. |
| abstract String |
ipv4ConnectedPrefix()
Gets the ipv4Connected |
| abstract String |
ipv6ConnectedPrefix()
Gets the ipv6Connected |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
networkId()
Gets the network |
|
abstract
Transport |
protocol()
Gets the protocol property: The protocol advertised by the access bridge endpoints. |
|
abstract
Access |
provisioningState()
Gets the provisioning |
|
abstract
Access |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Access |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
List<Access |
securityRules()
Gets the security |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Access |
Method Details
detailedStatus
public abstract AccessBridgeDetailedStatus detailedStatus()
Gets the detailedStatus property: The detailed status reported by the access bridge.
Returns:
detailedStatusMessage
public abstract String detailedStatusMessage()
Gets the detailedStatusMessage property: The descriptive message that accompanies the detailed status.
Returns:
endpoints
public abstract List<AccessBridgeEndpoint> endpoints()
Gets the endpoints property: The observed endpoints that clients should use to reach the access bridge.
Returns:
etag
public abstract String etag()
Gets the etag property: "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.").
Returns:
extendedLocation
public abstract ExtendedLocation extendedLocation()
Gets the extendedLocation property: The extended location of the resource. This property is required when creating the resource.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract AccessBridgeInner innerModel()
Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.AccessBridgeInner object.
Returns:
ipv4ConnectedPrefix
public abstract String ipv4ConnectedPrefix()
Gets the ipv4ConnectedPrefix property: The IPv4 subnet from which the access bridge allocates an address. This subnet must be part of the internal network specified by networkId.
Returns:
ipv6ConnectedPrefix
public abstract String ipv6ConnectedPrefix()
Gets the ipv6ConnectedPrefix property: The IPv6 subnet from which the access bridge allocates an address. This subnet must be part of the internal network specified by networkId.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
networkId
public abstract String networkId()
Gets the networkId property: The resource ID of the internal network in a layer 3 isolation domain containing the IP subnets to use.
Returns:
protocol
public abstract TransportProtocol protocol()
Gets the protocol property: The protocol advertised by the access bridge endpoints.
Returns:
provisioningState
public abstract AccessBridgeProvisioningState provisioningState()
Gets the provisioningState property: The provisioning state of the access bridge.
Returns:
refresh
public abstract AccessBridge refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract AccessBridge refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
securityRules
public abstract List<AccessBridgeSecurityRule> securityRules()
Gets the securityRules property: The list of security rules enforced by the access bridge.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract AccessBridge.Update update()
Begins update for the AccessBridge resource.
Returns: