Class CreatePrivatePathServiceGatewayAccountPolicyOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.CreatePrivatePathServiceGatewayAccountPolicyOptions
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreatePrivatePathServiceGatewayAccountPolicyOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createPrivatePathServiceGatewayAccountPolicy options.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe access policy for the account.static classBuilder. - 
Method Summary
Modifier and TypeMethodDescriptionGets the accessPolicy.account()Gets the account.New builder.Gets the privatePathServiceGatewayId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
newBuilder
New builder.- Returns:
 - a CreatePrivatePathServiceGatewayAccountPolicyOptions builder
 
 - 
privatePathServiceGatewayId
Gets the privatePathServiceGatewayId. The private path service gateway identifier.- Returns:
 - the privatePathServiceGatewayId
 
 - 
accessPolicy
Gets the accessPolicy. The access policy for the account. Updating the access policy only affects pending and future endpoint gateway bindings. - permit: access will be permitted - deny: access will be denied - review: access will be manually reviewed - Updating to `review` sets the status of future endpoint gateway bindings from this account to `pending`. - Updating to `permit` updates both the status of any `pending` and future endpoint gateway bindings from this account to `permitted`. - Updating to `deny` updates both the status of any `pending` and future endpoint gateway bindings from this account to `denied`.- Returns:
 - the accessPolicy
 
 - 
account
Gets the account. The account for this access policy. The account must be unique across all account policies for this private path service gateway.- Returns:
 - the account
 
 
 -