OutboundEnvironmentEndpoint Interface

public interface OutboundEnvironmentEndpoint

An immutable client-side representation of OutboundEnvironmentEndpoint.

Method Summary

Modifier and Type Method and Description
abstract String category()

Gets the category property: The category of endpoints accessed by the dedicated hsm service, e.g.

abstract List<EndpointDependency> endpoints()

Gets the endpoints property: The endpoints that dedicated hsm service connects to.

abstract OutboundEnvironmentEndpointInner innerModel()

Gets the inner com.azure.resourcemanager.hardwaresecuritymodules.fluent.models.OutboundEnvironmentEndpointInner object.

Method Details

category

public abstract String category()

Gets the category property: The category of endpoints accessed by the dedicated hsm service, e.g. azure-resource-management, apiserver, etc.

Returns:

the category value.

endpoints

public abstract List<EndpointDependency> endpoints()

Gets the endpoints property: The endpoints that dedicated hsm service connects to.

Returns:

the endpoints value.

innerModel

public abstract OutboundEnvironmentEndpointInner innerModel()

Gets the inner com.azure.resourcemanager.hardwaresecuritymodules.fluent.models.OutboundEnvironmentEndpointInner object.

Returns:

the inner object.

Applies to