PrivateLinkResource Interface

Implements

public interface PrivateLinkResource
extends HasInnerModel<PrivateLinkResourceInner>

A private link resource.

Method Summary

Modifier and Type Method and Description
abstract String groupId()

Get the private link resource group id.

abstract String id()

Get the id value.

abstract String name()

Get the name value.

abstract List<String> requiredMembers()

Get the private link resource required member names.

abstract String type()

Get the type value.

Method Details

groupId

public abstract String groupId()

Get the private link resource group id.

Returns:

the groupId value

id

public abstract String id()

Get the id value.

Returns:

the id value

name

public abstract String name()

Get the name value.

Returns:

the name value

requiredMembers

public abstract List requiredMembers()

Get the private link resource required member names.

Returns:

the requiredMembers value

type

public abstract String type()

Get the type value.

Returns:

the type value

Applies to