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