PrivateLinkResource Interface

public interface PrivateLinkResource

An interface representing a private link resource.

Method Summary

Modifier and Type Method and Description
abstract String groupId()
abstract List<String> requiredDnsZoneNames()
abstract List<String> requiredMemberNames()

Method Details

groupId

public abstract String groupId()

Returns:

The group ID of Private link resource.

requiredDnsZoneNames

public abstract List requiredDnsZoneNames()

Returns:

The collection of DNS zone names of Private link resource.

requiredMemberNames

public abstract List requiredMemberNames()

Returns:

The collection of required member names of Private link resource.

Applies to