Package com.ibm.cloud.is.vpc.v1.model
Class RevokeAccountForPrivatePathServiceGatewayOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.RevokeAccountForPrivatePathServiceGatewayOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RevokeAccountForPrivatePathServiceGatewayOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The revokeAccountForPrivatePathServiceGateway options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RevokeAccountForPrivatePathServiceGatewayOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountIdentity
account()
Gets the account.RevokeAccountForPrivatePathServiceGatewayOptions.Builder
newBuilder()
New builder.String
privatePathServiceGatewayId()
Gets the privatePathServiceGatewayId.
-
-
-
Method Detail
-
newBuilder
public RevokeAccountForPrivatePathServiceGatewayOptions.Builder newBuilder()
New builder.- Returns:
- a RevokeAccountForPrivatePathServiceGatewayOptions builder
-
privatePathServiceGatewayId
public String privatePathServiceGatewayId()
Gets the privatePathServiceGatewayId. The private path service gateway identifier.- Returns:
- the privatePathServiceGatewayId
-
account
public AccountIdentity account()
Gets the account. The account that will be revoked access to the private path service gateway.- Returns:
- the account
-
-