ConnectableResource Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.ConnectableResource

public final class ConnectableResource

Describes the allowed inbound and outbound traffic of an Azure resource.

Constructor Summary

Constructor Description
ConnectableResource()

Creates an instance of ConnectableResource class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: The Azure resource id.

List<ConnectedResource> inboundConnectedResources()

Get the inboundConnectedResources property: The list of Azure resources that the resource has inbound allowed connection from.

List<ConnectedResource> outboundConnectedResources()

Get the outboundConnectedResources property: The list of Azure resources that the resource has outbound allowed connection to.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ConnectableResource

public ConnectableResource()

Creates an instance of ConnectableResource class.

Method Details

id

public String id()

Get the id property: The Azure resource id.

Returns:

the id value.

inboundConnectedResources

public List inboundConnectedResources()

Get the inboundConnectedResources property: The list of Azure resources that the resource has inbound allowed connection from.

Returns:

the inboundConnectedResources value.

outboundConnectedResources

public List outboundConnectedResources()

Get the outboundConnectedResources property: The list of Azure resources that the resource has outbound allowed connection to.

Returns:

the outboundConnectedResources value.

validate

public void validate()

Validates the instance.

Applies to