Package com.ibm.cloud.is.vpc.v1.model
Class PrivatePathServiceGatewayAccountPolicy
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.PrivatePathServiceGatewayAccountPolicy
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrivatePathServiceGatewayAccountPolicy extends com.ibm.cloud.sdk.core.service.model.GenericModel
PrivatePathServiceGatewayAccountPolicy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PrivatePathServiceGatewayAccountPolicy.AccessPolicy
The access policy for the account: - permit: access will be permitted - deny: access will be denied - review: access will be manually reviewed The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.static interface
PrivatePathServiceGatewayAccountPolicy.ResourceType
The resource type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccessPolicy()
Gets the accessPolicy.AccountReference
getAccount()
Gets the account.Date
getCreatedAt()
Gets the createdAt.String
getHref()
Gets the href.String
getId()
Gets the id.String
getResourceType()
Gets the resourceType.
-
-
-
Method Detail
-
getAccessPolicy
public String getAccessPolicy()
Gets the accessPolicy. The access policy for the account: - permit: access will be permitted - deny: access will be denied - review: access will be manually reviewed The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the accessPolicy
-
getAccount
public AccountReference getAccount()
Gets the account. The account for this access policy.- Returns:
- the account
-
getCreatedAt
public Date getCreatedAt()
Gets the createdAt. The date and time that the account policy was created.- Returns:
- the createdAt
-
getHref
public String getHref()
Gets the href. The URL for this account policy.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this account policy.- Returns:
- the id
-
getResourceType
public String getResourceType()
Gets the resourceType. The resource type.- Returns:
- the resourceType
-
-