Skip to content

ConnectionsProperty

Initializer

import com.aliyun.ros.cdk.redis.RosPrepayInstance.ConnectionsProperty;
ConnectionsProperty.builder()
//  .classicInnerConnection(IResolvable)
//  .classicInnerConnection(ClassicInnerConnectionProperty)
//  .directConnection(IResolvable)
//  .directConnection(DirectConnectionProperty)
//  .publicConnection(IResolvable)
//  .publicConnection(PublicConnectionProperty)
//  .vpcPrivateConnection(IResolvable)
//  .vpcPrivateConnection(VpcPrivateConnectionProperty)
    .build();

Properties

Name Type Description
classicInnerConnection com.aliyun.ros.cdk.core.IResolvable OR ClassicInnerConnectionProperty No description.
directConnection com.aliyun.ros.cdk.core.IResolvable OR DirectConnectionProperty No description.
publicConnection com.aliyun.ros.cdk.core.IResolvable OR PublicConnectionProperty No description.
vpcPrivateConnection com.aliyun.ros.cdk.core.IResolvable OR VpcPrivateConnectionProperty No description.

classicInnerConnectionOptional

public java.lang.Object getClassicInnerConnection();

directConnectionOptional

public java.lang.Object getDirectConnection();

publicConnectionOptional

public java.lang.Object getPublicConnection();

vpcPrivateConnectionOptional

public java.lang.Object getVpcPrivateConnection();