Skip to content

NextHopListProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new NextHopListProperty {
    object NextHopId,
    object NextHopType = null
};

Properties

Name Type Description
NextHopId object No description.
NextHopType object No description.

NextHopIdRequired

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

NextHopTypeOptional

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