Class VpcEndpointServiceUserState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.alicloud.privatelink.inputs.VpcEndpointServiceUserState
-
public final class VpcEndpointServiceUserState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VpcEndpointServiceUserState.Builder
-
Field Summary
Fields Modifier and Type Field Description static VpcEndpointServiceUserState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VpcEndpointServiceUserState.Builder
builder()
static VpcEndpointServiceUserState.Builder
builder(VpcEndpointServiceUserState defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
dryRun()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
serviceId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
userId()
-
-
-
Field Detail
-
Empty
public static final VpcEndpointServiceUserState Empty
-
-
Method Detail
-
dryRun
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> dryRun()
- Returns:
- Specifies whether to perform only a dry run, without performing the actual request. Valid values: - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned. - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
-
serviceId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> serviceId()
- Returns:
- The endpoint service ID.
-
userId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> userId()
- Returns:
- The ID of the Alibaba Cloud account in the whitelist of the endpoint service.
-
builder
public static VpcEndpointServiceUserState.Builder builder()
-
builder
public static VpcEndpointServiceUserState.Builder builder(VpcEndpointServiceUserState defaults)
-
-