PrivateLinkResourceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. mysql. models. PrivateLinkResourceProperties
- com.
public final class PrivateLinkResourceProperties
Properties of a private link resource.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PrivateLinkResourceProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
groupId()
Get the group |
| List<String> |
requiredMembers()
Get the required |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkResourceProperties
public PrivateLinkResourceProperties()
Method Details
groupId
public String groupId()
Get the groupId property: The private link resource group id.
Returns:
requiredMembers
public List<String> requiredMembers()
Get the requiredMembers property: The private link resource required member names.
Returns:
validate
public void validate()
Validates the instance.