Skip to content

RosEIPProProps

Properties for defining a RosEIPPro.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-eippro

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosEIPProProps {
    object AutoPay = null,
    object Bandwidth = null,
    object DeletionProtection = null,
    object Description = null,
    object InstanceChargeType = null,
    object InstanceId = null,
    object InternetChargeType = null,
    object IpAddress = null,
    object Isp = null,
    object Name = null,
    object Netmode = null,
    object Period = null,
    object PricingCycle = null,
    object PublicIpAddressPoolId = null,
    object ResourceGroupId = null,
    object SecurityProtectionTypes = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
AutoPay object No description.
Bandwidth object No description.
DeletionProtection object No description.
Description object No description.
InstanceChargeType object No description.
InstanceId object No description.
InternetChargeType object No description.
IpAddress object No description.
Isp object No description.
Name object No description.
Netmode object No description.
Period object No description.
PricingCycle object No description.
PublicIpAddressPoolId object No description.
ResourceGroupId object No description.
SecurityProtectionTypes object No description.
Tags TagsProperty[] No description.

AutoPayOptional

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

BandwidthOptional

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

DeletionProtectionOptional

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

DescriptionOptional

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

InstanceChargeTypeOptional

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

InstanceIdOptional

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

InternetChargeTypeOptional

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

IpAddressOptional

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

IspOptional

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

NameOptional

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

NetmodeOptional

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

PeriodOptional

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

PricingCycleOptional

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

PublicIpAddressPoolIdOptional

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

ResourceGroupIdOptional

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

SecurityProtectionTypesOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }