SecurityOptionsProperty
Initializer
import com.aliyun.ros.cdk.ecs.RosInstanceGroupClone.SecurityOptionsProperty;
SecurityOptionsProperty.builder()
// .trustedSystemMode(java.lang.String)
// .trustedSystemMode(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
trustedSystemMode |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
trustedSystemMode
Optional
public java.lang.Object getTrustedSystemMode();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable