Skip to content

VirtualHostProps

Properties for defining a VirtualHost.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-amqp-virtualhost

Initializer

using AlibabaCloud.SDK.ROS.CDK.Amqp;
new VirtualHostProps {
    object InstanceId,
    object VirtualHost
};

Properties

Name Type Description
InstanceId object Property instanceId: InstanceId.
VirtualHost object Property virtualHost: The name of the virtual host.

InstanceIdRequired

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

Property instanceId: InstanceId.


VirtualHostRequired

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

Property virtualHost: The name of the virtual host.