Skip to content

ServiceConfigsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new ServiceConfigsProperty {
    object ServiceId,
    object Weight,
    object Match = null,
    object Port = null,
    object Protocol = null,
    object Version = null
};

Properties

Name Type Description
ServiceId object No description.
Weight object No description.
Match object No description.
Port object No description.
Protocol object No description.
Version object No description.

ServiceIdRequired

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

WeightRequired

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

MatchOptional

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

PortOptional

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

ProtocolOptional

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

VersionOptional

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