Skip to content

InstanceInfoProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Hbr;
new InstanceInfoProperty {
    object InstanceId,
    object SourceType,
    object AuthenticationType = null,
    object Password = null,
    object UserName = null
};

Properties

Name Type Description
InstanceId object No description.
SourceType object No description.
AuthenticationType object No description.
Password object No description.
UserName object No description.

InstanceIdRequired

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

SourceTypeRequired

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

AuthenticationTypeOptional

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

PasswordOptional

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

UserNameOptional

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