AccessBridge Interface

public interface AccessBridge

An immutable client-side representation of AccessBridge.

Method Summary

Modifier and Type Method and Description
abstract AccessBridgeDetailedStatus detailedStatus()

Gets the detailedStatus property: The detailed status reported by the access bridge.

abstract String detailedStatusMessage()

Gets the detailedStatusMessage property: The descriptive message that accompanies the detailed status.

abstract List<AccessBridgeEndpoint> 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 ExtendedLocation extendedLocation()

Gets the extendedLocation property: The extended location of the resource.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract AccessBridgeInner innerModel()

Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.AccessBridgeInner object.

abstract String ipv4ConnectedPrefix()

Gets the ipv4ConnectedPrefix property: The IPv4 subnet from which the access bridge allocates an address.

abstract String ipv6ConnectedPrefix()

Gets the ipv6ConnectedPrefix property: The IPv6 subnet from which the access bridge allocates an address.

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 networkId property: The resource ID of the internal network in a layer 3 isolation domain containing the IP subnets to use.

abstract TransportProtocol protocol()

Gets the protocol property: The protocol advertised by the access bridge endpoints.

abstract AccessBridgeProvisioningState provisioningState()

Gets the provisioningState property: The provisioning state of the access bridge.

abstract AccessBridge refresh()

Refreshes the resource to sync with Azure.

abstract AccessBridge 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<AccessBridgeSecurityRule> securityRules()

Gets the securityRules property: The list of security rules enforced by the access bridge.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

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 AccessBridge resource.

Method Details

detailedStatus

public abstract AccessBridgeDetailedStatus detailedStatus()

Gets the detailedStatus property: The detailed status reported by the access bridge.

Returns:

the detailedStatus value.

detailedStatusMessage

public abstract String detailedStatusMessage()

Gets the detailedStatusMessage property: The descriptive message that accompanies the detailed status.

Returns:

the detailedStatusMessage value.

endpoints

public abstract List<AccessBridgeEndpoint> endpoints()

Gets the endpoints property: The observed endpoints that clients should use to reach the access bridge.

Returns:

the endpoints value.

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:

the etag value.

extendedLocation

public abstract ExtendedLocation extendedLocation()

Gets the extendedLocation property: The extended location of the resource. This property is required when creating the resource.

Returns:

the extendedLocation value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract AccessBridgeInner innerModel()

Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.AccessBridgeInner object.

Returns:

the inner object.

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:

the ipv4ConnectedPrefix value.

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:

the ipv6ConnectedPrefix value.

location

public abstract String location()

Gets the location property: The geo-location where the resource lives.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

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:

the networkId value.

protocol

public abstract TransportProtocol protocol()

Gets the protocol property: The protocol advertised by the access bridge endpoints.

Returns:

the protocol value.

provisioningState

public abstract AccessBridgeProvisioningState provisioningState()

Gets the provisioningState property: The provisioning state of the access bridge.

Returns:

the provisioningState value.

refresh

public abstract AccessBridge refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract AccessBridge refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

region

public abstract Region region()

Gets the region of the resource.

Returns:

the region of the resource.

regionName

public abstract String regionName()

Gets the name of the resource region.

Returns:

the name of the resource region.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

securityRules

public abstract List<AccessBridgeSecurityRule> securityRules()

Gets the securityRules property: The list of security rules enforced by the access bridge.

Returns:

the securityRules value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

tags

public abstract Map<String,String> tags()

Gets the tags property: Resource tags.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract AccessBridge.Update update()

Begins update for the AccessBridge resource.

Returns:

the stage of resource update.

Applies to