Class GetInstancesInstance
- java.lang.Object
-
- com.pulumi.alicloud.databasefilesystem.outputs.GetInstancesInstance
-
public final class GetInstancesInstance extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetInstancesInstance.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
attachNodeNumber()
static GetInstancesInstance.Builder
builder()
static GetInstancesInstance.Builder
builder(GetInstancesInstance defaults)
java.lang.String
category()
java.lang.String
createTime()
java.lang.String
dbfsClusterId()
java.util.List<GetInstancesInstanceEcsList>
ecsLists()
java.lang.Boolean
enableRaid()
java.lang.Boolean
encryption()
java.lang.String
id()
java.lang.String
instanceId()
java.lang.String
instanceName()
java.lang.String
kmsKeyId()
java.lang.String
paymentType()
java.lang.String
performanceLevel()
java.lang.String
raidStripeUnitNumber()
java.lang.Integer
size()
java.lang.String
status()
java.lang.String
zoneId()
-
-
-
Method Detail
-
attachNodeNumber
public java.lang.Integer attachNodeNumber()
- Returns:
- the number of nodes of the Database file system.
-
category
public java.lang.String category()
- Returns:
- The type of the Database file system. Valid values: `standard`.
-
createTime
public java.lang.String createTime()
- Returns:
- The create time of the Database file system.
-
dbfsClusterId
public java.lang.String dbfsClusterId()
- Returns:
- The cluster ID of the Database file system.
-
ecsLists
public java.util.List<GetInstancesInstanceEcsList> ecsLists()
- Returns:
- The collection of ECS instances mounted to the Database file system.
-
enableRaid
public java.lang.Boolean enableRaid()
- Returns:
- Whether to create the Database file system in RAID way. Valid values : `true` anf `false`.
-
encryption
public java.lang.Boolean encryption()
- Returns:
- Whether to encrypt the Database file system. Valid values: `true` and `false`.
-
id
public java.lang.String id()
- Returns:
- The ID of the Instance.
-
instanceId
public java.lang.String instanceId()
- Returns:
- The ID of the Database File System
-
instanceName
public java.lang.String instanceName()
- Returns:
- The name of the Database file system.
-
kmsKeyId
public java.lang.String kmsKeyId()
- Returns:
- The KMS key ID of the Database file system used. This parameter is valid When `encryption` parameter is set to `true`.
-
paymentType
public java.lang.String paymentType()
- Returns:
- Thr payment type of the Database file system. Valid value: `PayAsYouGo`.
-
performanceLevel
public java.lang.String performanceLevel()
- Returns:
- The performance level of the Database file system. Valid values: `PL0`, `PL1`, `PL2`, `PL3`.
-
raidStripeUnitNumber
public java.lang.String raidStripeUnitNumber()
- Returns:
- The number of strip . When `enable_raid` parameter is set to `true` will transfer. This parameter is valid When `enable_raid` parameter is set to `true`.
-
size
public java.lang.Integer size()
- Returns:
- The size Of the Database file system. Unit: GiB.
-
status
public java.lang.String status()
- Returns:
- The status of the Database file system.
-
zoneId
public java.lang.String zoneId()
- Returns:
- The Zone ID of the Database file system.
-
builder
public static GetInstancesInstance.Builder builder()
-
builder
public static GetInstancesInstance.Builder builder(GetInstancesInstance defaults)
-
-