Class GetServicePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.alicloud.apigateway.inputs.GetServicePlainArgs
-
public final class GetServicePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetServicePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetServicePlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetServicePlainArgs.Builder
builder()
static GetServicePlainArgs.Builder
builder(GetServicePlainArgs defaults)
java.util.Optional<java.lang.String>
enable()
-
-
-
Field Detail
-
Empty
public static final GetServicePlainArgs Empty
-
-
Method Detail
-
enable
public java.util.Optional<java.lang.String> enable()
- Returns:
- Setting the value to `On` to enable the service. If has been enabled, return the result. Valid values: "On" or "Off". Default to "Off". > **NOTE:** Setting `enable = "On"` to open the API gateway service that means you have read and agreed the [API Gateway Terms of Service](https://help.aliyun.com/document_detail/35391.html). The service can not closed once it is opened.
-
builder
public static GetServicePlainArgs.Builder builder()
-
builder
public static GetServicePlainArgs.Builder builder(GetServicePlainArgs defaults)
-
-