Package com.pulumi.alicloud.sae.outputs
Class ApplicationPostStartV2Exec
- java.lang.Object
-
- com.pulumi.alicloud.sae.outputs.ApplicationPostStartV2Exec
-
public final class ApplicationPostStartV2Exec extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApplicationPostStartV2Exec.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationPostStartV2Exec.Builder
builder()
static ApplicationPostStartV2Exec.Builder
builder(ApplicationPostStartV2Exec defaults)
java.util.List<java.lang.String>
commands()
-
-
-
Method Detail
-
commands
public java.util.List<java.lang.String> commands()
- Returns:
- Mirror start command. The command must be an executable object in the container. For example: sleep. Setting this command will cause the original startup command of the mirror to become invalid.
-
builder
public static ApplicationPostStartV2Exec.Builder builder()
-
builder
public static ApplicationPostStartV2Exec.Builder builder(ApplicationPostStartV2Exec defaults)
-
-