InstanceInfoProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbr;
new InstanceInfoProperty {
object InstanceId,
object SourceType,
object AuthenticationType = null,
object Password = null,
object UserName = null
};
Properties
InstanceIdRequired
public object InstanceId { get; set; }
SourceTypeRequired
public object SourceType { get; set; }
AuthenticationTypeOptional
public object AuthenticationType { get; set; }
PasswordOptional
public object Password { get; set; }
UserNameOptional
public object UserName { get; set; }