OriginServersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cdn;
new OriginServersProperty {
object Content,
object Type,
object Port = null,
object Priority = null,
object Weight = null
};
Properties
Name |
Type |
Description |
Content |
object |
No description. |
Type |
object |
No description. |
Port |
object |
No description. |
Priority |
object |
No description. |
Weight |
object |
No description. |
Content
Required
public object Content { get; set; }
Type
Required
public object Type { get; set; }
Port
Optional
public object Port { get; set; }
Priority
Optional
public object Priority { get; set; }
Weight
Optional
public object Weight { get; set; }