Skip to content

ConnectionsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Redis;
new ConnectionsProperty {
    object ClassicInnerConnection = null,
    object DirectConnection = null,
    object PublicConnection = null,
    object VpcPrivateConnection = null
};

Properties

Name Type Description
ClassicInnerConnection object No description.
DirectConnection object No description.
PublicConnection object No description.
VpcPrivateConnection object No description.

ClassicInnerConnectionOptional

public object ClassicInnerConnection { get; set; }
  • Type: object

DirectConnectionOptional

public object DirectConnection { get; set; }
  • Type: object

PublicConnectionOptional

public object PublicConnection { get; set; }
  • Type: object

VpcPrivateConnectionOptional

public object VpcPrivateConnection { get; set; }
  • Type: object