InstanceInfoProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbr;
new InstanceInfoProperty {
object InstanceId,
object SourceType,
object AuthenticationType = null,
object Password = null,
object UserName = null
};
Properties
InstanceId
Required
public object InstanceId { get; set; }
SourceType
Required
public object SourceType { get; set; }
AuthenticationType
Optional
public object AuthenticationType { get; set; }
Password
Optional
public object Password { get; set; }
UserName
Optional
public object UserName { get; set; }