Skip to content

SourcesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dcdn;
new SourcesProperty {
    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; }
  • Type: object

TypeRequired

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

PortOptional

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

PriorityOptional

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

WeightOptional

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