PrepayInstance
- Implements: IPrepayInstance
This class encapsulates and extends the ROS resource type ALIYUN::REDIS::PrepayInstance.
Initializers
import com.aliyun.ros.cdk.redis.PrepayInstance;
PrepayInstance.Builder.create(Construct scope, java.lang.String id, java.lang.Boolean enableResourcePropertyConstraint)
// .autoPay(java.lang.Boolean)
// .autoPay(IResolvable)
// .autoRenewDuration(java.lang.Number)
// .autoRenewDuration(IResolvable)
// .backupPolicy(IResolvable)
// .backupPolicy(BackupPolicyProperty)
// .connections(IResolvable)
// .connections(ConnectionsProperty)
// .deletionForce(java.lang.Boolean)
// .deletionForce(IResolvable)
// .deletionProtection(java.lang.Boolean)
// .deletionProtection(IResolvable)
// .engineVersion(java.lang.String)
// .engineVersion(IResolvable)
// .evictionPolicy(java.lang.String)
// .evictionPolicy(IResolvable)
// .instanceClass(java.lang.String)
// .instanceClass(IResolvable)
// .instanceMaintainTime(IResolvable)
// .instanceMaintainTime(InstanceMaintainTimeProperty)
// .instanceName(java.lang.String)
// .instanceName(IResolvable)
// .nodeType(java.lang.String)
// .nodeType(IResolvable)
// .password(java.lang.String)
// .password(IResolvable)
// .period(java.lang.Number)
// .period(IResolvable)
// .periodUnit(java.lang.String)
// .periodUnit(IResolvable)
// .productType(java.lang.String)
// .productType(IResolvable)
// .readOnlyCount(java.lang.Number)
// .readOnlyCount(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
// .secondaryZoneId(java.lang.String)
// .secondaryZoneId(IResolvable)
// .securityGroupId(java.lang.String)
// .securityGroupId(IResolvable)
// .shardCount(java.lang.Number)
// .shardCount(IResolvable)
// .sslEnabled(java.lang.String)
// .sslEnabled(IResolvable)
// .subscriptionDeletionForce(java.lang.Boolean)
// .subscriptionDeletionForce(IResolvable)
// .tags(java.util.List<TagsProperty>)
// .tairConfig(IResolvable)
// .tairConfig(TairConfigProperty)
// .tlsProtocol(java.lang.String)
// .tlsProtocol(IResolvable)
// .vpcId(java.lang.String)
// .vpcId(IResolvable)
// .vpcPasswordFree(java.lang.Boolean)
// .vpcPasswordFree(IResolvable)
// .vSwitchId(java.lang.String)
// .vSwitchId(IResolvable)
// .zoneId(java.lang.String)
// .zoneId(IResolvable)
.build();
| Name | Type | Description |
|---|---|---|
scope | com.aliyun.ros.cdk.core.Construct | No description. |
id | java.lang.String | No description. |
enableResourcePropertyConstraint | java.lang.Boolean | No description. |
autoPay | java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable | Property autoPay: Indicates whether automatic payment is enabled. |
autoRenewDuration | java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable | Property autoRenewDuration: The auto-renewal period. |
backupPolicy | com.aliyun.ros.cdk.core.IResolvable OR BackupPolicyProperty | Property backupPolicy: Backup policy. |
connections | com.aliyun.ros.cdk.core.IResolvable OR ConnectionsProperty | Property connections: Connection address. |
deletionForce | java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable | Property deletionForce: Whether destroy instance when it is in recycle. |
deletionProtection | java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable | Property deletionProtection: Specifies whether to enable the release protection feature for the instance. |
engineVersion | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property engineVersion: Engine version. |
evictionPolicy | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property evictionPolicy: The eviction policy of cache data storage. |
instanceClass | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property instanceClass: Redis instance type. |
instanceMaintainTime | com.aliyun.ros.cdk.core.IResolvable OR InstanceMaintainTimeProperty | Property instanceMaintainTime: Instance maintain time. |
instanceName | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property instanceName: Display name of the instance, [2, 128] English or Chinese characters, must start with a letter or Chinese in size, can contain numbers, '_' or '.', '-'. |
nodeType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property nodeType: The type of node. |
password | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property password: The password of redis instance.length 8 to 30 characters, need to contain both uppercase and lowercase letters and numbers. |
period | java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable | Property period: The period of order, when choose Prepaid required.optional value 1-9, 12, 24, 36, 60 Unit in month. |
periodUnit | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property periodUnit: The unit of the subscription duration. |
productType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property productType: Product type. |
readOnlyCount | java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable | Property readOnlyCount: The number of read replicas in the primary zone. |
resourceGroupId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property resourceGroupId: Resource group id. |
secondaryZoneId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property secondaryZoneId: The secondary zone ID of the instance. |
securityGroupId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property securityGroupId: The IDs of security groups. |
shardCount | java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable | Property shardCount: The number of data nodes in the instance. |
sslEnabled | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property sslEnabled: Modifies the SSL status. |
subscriptionDeletionForce | java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable | Property subscriptionDeletionForce: This option is only applicable to subscription instances. |
tags | java.util.List<TagsProperty> | Property tags: Tags to attach to redis. |
tairConfig | com.aliyun.ros.cdk.core.IResolvable OR TairConfigProperty | Property tairConfig: Tair config. |
tlsProtocol | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property tlsProtocol: The TLS version of the instance. |
vpcId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property vpcId: The VPC id to create ecs instance. |
vpcPasswordFree | java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable | Property vpcPasswordFree: Specifies whether to enable password free for access within the VPC. |
vSwitchId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property vSwitchId: The vSwitch Id to create ecs instance. |
zoneId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property zoneId: The zone id of input region. |
scopeRequired
- Type: com.aliyun.ros.cdk.core.Construct
idRequired
- Type: java.lang.String
enableResourcePropertyConstraintOptional
- Type: java.lang.Boolean
autoPayOptional
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property autoPay: Indicates whether automatic payment is enabled.
Valid values: false: Automatic payment is disabled. You need to go to Orders to make the payment once an order is generated. true: Automatic payment is enabled. The payment is automatically made. Default is False
autoRenewDurationOptional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property autoRenewDuration: The auto-renewal period.
Valid values: 1 to 12. When the instance is about to expire, the instance is automatically renewed based on the number of months specified by this parameter. Note This parameter is valid only when ChargeType is set to PrePaid.
backupPolicyOptional
- Type: com.aliyun.ros.cdk.core.IResolvable OR BackupPolicyProperty
Property backupPolicy: Backup policy.
connectionsOptional
- Type: com.aliyun.ros.cdk.core.IResolvable OR ConnectionsProperty
Property connections: Connection address.
deletionForceOptional
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property deletionForce: Whether destroy instance when it is in recycle.
Default is false
deletionProtectionOptional
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property deletionProtection: Specifies whether to enable the release protection feature for the instance.
Default is false.
engineVersionOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property engineVersion: Engine version.
Supported values: 2.8, 4.0, 5.0, 6.0 and 7.0
evictionPolicyOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property evictionPolicy: The eviction policy of cache data storage.
instanceClassOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceClass: Redis instance type.
Refer the Redis instance type reference, such as 'redis.master.small.default', 'redis.master.4xlarge.default', 'redis.sharding.mid.default' etc
instanceMaintainTimeOptional
- Type: com.aliyun.ros.cdk.core.IResolvable OR InstanceMaintainTimeProperty
Property instanceMaintainTime: Instance maintain time.
instanceNameOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceName: Display name of the instance, [2, 128] English or Chinese characters, must start with a letter or Chinese in size, can contain numbers, '_' or '.', '-'.
nodeTypeOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property nodeType: The type of node.
Valid value:
- STAND_ALONE
- MASTER_SLAVE
- double
- single
passwordOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property password: The password of redis instance.length 8 to 30 characters, need to contain both uppercase and lowercase letters and numbers.
periodOptional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property period: The period of order, when choose Prepaid required.optional value 1-9, 12, 24, 36, 60 Unit in month.
periodUnitOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property periodUnit: The unit of the subscription duration.
Valid values: Month Year Default value: Month.
productTypeOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property productType: Product type.
Valid values:Local: Community Edition(Local) or Enhanced Edition(Local)Tair_rdb: Performance Enhanced(Cloud Disk)Tair_scm: Persistent Memory(Cloud Disk)Tair_essd: Capacity Storage(Cloud Disk)OnECS: Community Edition(Cloud Disk)
readOnlyCountOptional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property readOnlyCount: The number of read replicas in the primary zone.
Valid values: 1 to 9.
resourceGroupIdOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: Resource group id.
secondaryZoneIdOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property secondaryZoneId: The secondary zone ID of the instance.
securityGroupIdOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property securityGroupId: The IDs of security groups.
Separate multiple security group IDs with commas (,) and up to 10 can be set.
shardCountOptional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property shardCount: The number of data nodes in the instance.
Default value: 1. Valid values: 1: You can create an instance in the standard architecture that contains only a single data node. For more information about the standard architecture, see Cluster master-replica instances. 2 to 32: You can create an instance in the cluster architecturethat contains the specified number of data nodes. For more information about the cluster architecture, see Cluster master-replica instances.
sslEnabledOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property sslEnabled: Modifies the SSL status.
Valid values: Disable: disables SSL encryption. Enable: enables SSL encryption. Update: updates the SSL certificate.
subscriptionDeletionForceOptional
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property subscriptionDeletionForce: This option is only applicable to subscription instances.
For subscription instances, if this option is true, the instance will be converted to a postpaid instance before being deleted. If false, the forced deletion will not be performed. This operation will incur additional fees, so choose carefully.
tagsOptional
- Type: java.util.List<TagsProperty>
Property tags: Tags to attach to redis.
Max support 20 tags to add during create redis. Each tag with two properties Key and Value, and Key is required.
tairConfigOptional
- Type: com.aliyun.ros.cdk.core.IResolvable OR TairConfigProperty
Property tairConfig: Tair config.
This parameter is available only if the InstanceClass parameter is start with tair.
tlsProtocolOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property tlsProtocol: The TLS version of the instance.
vpcIdOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vpcId: The VPC id to create ecs instance.
vpcPasswordFreeOptional
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property vpcPasswordFree: Specifies whether to enable password free for access within the VPC.
If set to:
- true: enables password free.
- false: disables password free.
vSwitchIdOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vSwitchId: The vSwitch Id to create ecs instance.
zoneIdOptional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property zoneId: The zone id of input region.
Methods
| Name | Description |
|---|---|
toString | Returns a string representation of this construct. |
synthesize | Allows this construct to emit artifacts into the cloud assembly during synthesis. |
addCondition | No description. |
addCount | No description. |
addDependency | No description. |
addResourceDesc | No description. |
applyRemovalPolicy | No description. |
fetchCondition | No description. |
fetchDependency | No description. |
fetchResourceDesc | No description. |
getAtt | No description. |
setMetadata | No description. |
toString
public java.lang.String toString()
Returns a string representation of this construct.
synthesize
public void synthesize(ISynthesisSession session)
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.
- Type: com.aliyun.ros.cdk.core.ISynthesisSession
The synthesis session.
addCondition
public void addCondition(RosCondition condition)
- Type: com.aliyun.ros.cdk.core.RosCondition
addCount
public void addCount(java.lang.Number OR IResolvable count)
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
addDependency
public void addDependency(Resource resource)
- Type: com.aliyun.ros.cdk.core.Resource
addResourceDesc
public void addResourceDesc(java.lang.String desc)
- Type: java.lang.String
applyRemovalPolicy
public void applyRemovalPolicy(RemovalPolicy policy)
- Type: com.aliyun.ros.cdk.core.RemovalPolicy
fetchCondition
public RosCondition fetchCondition()
fetchDependency
public java.util.List<java.lang.String> fetchDependency()
fetchResourceDesc
public java.lang.String fetchResourceDesc()
getAtt
public IResolvable getAtt(java.lang.String name)
- Type: java.lang.String
setMetadata
public void setMetadata(java.lang.String key, java.lang.Object value)
- Type: java.lang.String
- Type: java.lang.Object
Static Functions
| Name | Description |
|---|---|
isConstruct | Return whether the given object is a Construct. |
isConstruct
import com.aliyun.ros.cdk.redis.PrepayInstance;
PrepayInstance.isConstruct(java.lang.Object x)
Return whether the given object is a Construct.
- Type: java.lang.Object
Properties
| Name | Type | Description |
|---|---|---|
node | com.aliyun.ros.cdk.core.ConstructNode | The construct tree node associated with this construct. |
env | com.aliyun.ros.cdk.core.IResourceEnvironment | The environment this resource belongs to. |
ref | java.lang.String | No description. |
stack | com.aliyun.ros.cdk.core.Stack | The stack in which this resource is defined. |
resource | com.aliyun.ros.cdk.core.RosResource | No description. |
attrArchitectureType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ArchitectureType: The architecture. |
attrBandwidth | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute Bandwidth: The bandwidth of the instance. |
attrCapacity | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute Capacity: The storage capacity of the instance. |
attrChargeType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ChargeType: The billing method of the instance. |
attrClassicInnerConnectionPort | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ClassicInnerConnectionPort: The classic inner connection port of the instance. |
attrClassicInnerConnectionString | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ClassicInnerConnectionString: The classic inner connection string of the instance. |
attrConnectionDomain | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ConnectionDomain: Connection domain of created instance. |
attrConnections | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute Connections: The maximum number of connections supported by the instance. |
attrDirectConnectionPort | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute DirectConnectionPort: The direct connection port of the instance. |
attrDirectConnectionString | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute DirectConnectionString: The direct connection string of the instance. |
attrEngineVersion | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute EngineVersion: The engine version of the instance. |
attrHasRenewChangeOrder | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute HasRenewChangeOrder: Indicates whether the Alibaba Cloud account has pending renewal or scaling orders. |
attrInstanceClass | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute InstanceClass: Redis instance type. |
attrInstanceId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute InstanceId: Instance id of created redis instance. |
attrInstanceName | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute InstanceName: Name of created redis instance. |
attrInstanceType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute InstanceType: The engine type of the instance. |
attrNetworkType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute NetworkType: The network type. |
attrNodeType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute NodeType: The type of node. |
attrOrderId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute OrderId: Order Id of created instance. |
attrPackageType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute PackageType: The plan type. |
attrPort | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute Port: Port of created instance. |
attrPrivateIp | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute PrivateIp: The internal IP address of the instance. |
attrPublicConnectionPort | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute PublicConnectionPort: The public connection port of the instance. |
attrPublicConnectionString | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute PublicConnectionString: The public connection string of the instance. |
attrQps | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute QPS: The queries per second (QPS) supported by the instance. |
attrResourceGroupId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ResourceGroupId: The ID of the resource group to which the instance belongs. |
attrVpcId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute VpcId: The ID of the VPC. |
attrVpcPrivateConnectionPort | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute VpcPrivateConnectionPort: The vpc private connection port of the instance. |
attrVpcPrivateConnectionString | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute VpcPrivateConnectionString: The vpc private connection string of the instance. |
attrVSwitchId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute VSwitchId: The ID of the vSwitch. |
attrZoneId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Attribute ZoneId: The ID of the zone. |
props | PrepayInstanceProps | No description. |
nodeRequired
public ConstructNode getNode();
- Type: com.aliyun.ros.cdk.core.ConstructNode
The construct tree node associated with this construct.
envRequired
public IResourceEnvironment getEnv();
- Type: com.aliyun.ros.cdk.core.IResourceEnvironment
The environment this resource belongs to.
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
refRequired
public java.lang.String getRef();
- Type: java.lang.String
stackRequired
public Stack getStack();
- Type: com.aliyun.ros.cdk.core.Stack
The stack in which this resource is defined.
resourceOptional
public RosResource getResource();
- Type: com.aliyun.ros.cdk.core.RosResource
attrArchitectureTypeRequired
public java.lang.Object getAttrArchitectureType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ArchitectureType: The architecture.
attrBandwidthRequired
public java.lang.Object getAttrBandwidth();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute Bandwidth: The bandwidth of the instance.
Unit: Mbit/s.
attrCapacityRequired
public java.lang.Object getAttrCapacity();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute Capacity: The storage capacity of the instance.
Unit: MB.
attrChargeTypeRequired
public java.lang.Object getAttrChargeType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ChargeType: The billing method of the instance.
attrClassicInnerConnectionPortRequired
public java.lang.Object getAttrClassicInnerConnectionPort();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ClassicInnerConnectionPort: The classic inner connection port of the instance.
attrClassicInnerConnectionStringRequired
public java.lang.Object getAttrClassicInnerConnectionString();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ClassicInnerConnectionString: The classic inner connection string of the instance.
attrConnectionDomainRequired
public java.lang.Object getAttrConnectionDomain();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ConnectionDomain: Connection domain of created instance.
attrConnectionsRequired
public java.lang.Object getAttrConnections();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute Connections: The maximum number of connections supported by the instance.
attrDirectConnectionPortRequired
public java.lang.Object getAttrDirectConnectionPort();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute DirectConnectionPort: The direct connection port of the instance.
attrDirectConnectionStringRequired
public java.lang.Object getAttrDirectConnectionString();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute DirectConnectionString: The direct connection string of the instance.
attrEngineVersionRequired
public java.lang.Object getAttrEngineVersion();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute EngineVersion: The engine version of the instance.
attrHasRenewChangeOrderRequired
public java.lang.Object getAttrHasRenewChangeOrder();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute HasRenewChangeOrder: Indicates whether the Alibaba Cloud account has pending renewal or scaling orders.
attrInstanceClassRequired
public java.lang.Object getAttrInstanceClass();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute InstanceClass: Redis instance type.
attrInstanceIdRequired
public java.lang.Object getAttrInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute InstanceId: Instance id of created redis instance.
attrInstanceNameRequired
public java.lang.Object getAttrInstanceName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute InstanceName: Name of created redis instance.
attrInstanceTypeRequired
public java.lang.Object getAttrInstanceType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute InstanceType: The engine type of the instance.
attrNetworkTypeRequired
public java.lang.Object getAttrNetworkType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute NetworkType: The network type.
attrNodeTypeRequired
public java.lang.Object getAttrNodeType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute NodeType: The type of node.
attrOrderIdRequired
public java.lang.Object getAttrOrderId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute OrderId: Order Id of created instance.
attrPackageTypeRequired
public java.lang.Object getAttrPackageType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute PackageType: The plan type.
attrPortRequired
public java.lang.Object getAttrPort();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute Port: Port of created instance.
attrPrivateIpRequired
public java.lang.Object getAttrPrivateIp();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute PrivateIp: The internal IP address of the instance.
attrPublicConnectionPortRequired
public java.lang.Object getAttrPublicConnectionPort();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute PublicConnectionPort: The public connection port of the instance.
attrPublicConnectionStringRequired
public java.lang.Object getAttrPublicConnectionString();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute PublicConnectionString: The public connection string of the instance.
attrQpsRequired
public java.lang.Object getAttrQps();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute QPS: The queries per second (QPS) supported by the instance.
attrResourceGroupIdRequired
public java.lang.Object getAttrResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ResourceGroupId: The ID of the resource group to which the instance belongs.
attrVpcIdRequired
public java.lang.Object getAttrVpcId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute VpcId: The ID of the VPC.
attrVpcPrivateConnectionPortRequired
public java.lang.Object getAttrVpcPrivateConnectionPort();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute VpcPrivateConnectionPort: The vpc private connection port of the instance.
attrVpcPrivateConnectionStringRequired
public java.lang.Object getAttrVpcPrivateConnectionString();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute VpcPrivateConnectionString: The vpc private connection string of the instance.
attrVSwitchIdRequired
public java.lang.Object getAttrVSwitchId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute VSwitchId: The ID of the vSwitch.
attrZoneIdRequired
public java.lang.Object getAttrZoneId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Attribute ZoneId: The ID of the zone.
propsRequired
public PrepayInstanceProps getProps();
- Type: PrepayInstanceProps