Skip to content

EipsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new EipsProperty {
    object AllocationId,
    object Bandwidth = null
};

Properties

Name Type Description
AllocationId object No description.
Bandwidth object No description.

AllocationIdRequired

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

BandwidthOptional

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