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. |
ContentRequired
public object Content { get; set; }
TypeRequired
public object Type { get; set; }
PortOptional
public object Port { get; set; }
PriorityOptional
public object Priority { get; set; }
WeightOptional
public object Weight { get; set; }