Skip to content

ServicesProperty

Initializer

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

Properties

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

NameOptional

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

PortOptional

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

ProtocolOptional

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

ServiceIdOptional

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

VersionOptional

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

WeightOptional

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