Skip to content

RosSmartAccessGatewayProps

Properties for defining a RosSmartAccessGateway.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-smartaccessgateway

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sag;
new RosSmartAccessGatewayProps {
    object BuyerMessage,
    object ChargeType,
    object HardWareSpec,
    object HaType,
    object MaxBandWidth,
    object Period,
    object ReceiverAddress,
    object ReceiverCity,
    object ReceiverCountry,
    object ReceiverDistrict,
    object ReceiverEmail,
    object ReceiverMobile,
    object ReceiverName,
    object ReceiverState,
    object ReceiverTown,
    object ReceiverZip,
    object Activate = null,
    object AlreadyHaveSag = null,
    object AutoPay = null,
    object CidrBlock = null,
    object Description = null,
    object Name = null,
    object ReceiverPhone = null,
    object RoutingStrategy = null,
    object SecurityLockThreshold = null
};

Properties

Name Type Description
BuyerMessage object No description.
ChargeType object No description.
HardWareSpec object No description.
HaType object No description.
MaxBandWidth object No description.
Period object No description.
ReceiverAddress object No description.
ReceiverCity object No description.
ReceiverCountry object No description.
ReceiverDistrict object No description.
ReceiverEmail object No description.
ReceiverMobile object No description.
ReceiverName object No description.
ReceiverState object No description.
ReceiverTown object No description.
ReceiverZip object No description.
Activate object No description.
AlreadyHaveSag object No description.
AutoPay object No description.
CidrBlock object No description.
Description object No description.
Name object No description.
ReceiverPhone object No description.
RoutingStrategy object No description.
SecurityLockThreshold object No description.

BuyerMessageRequired

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

ChargeTypeRequired

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

HardWareSpecRequired

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

HaTypeRequired

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

MaxBandWidthRequired

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

PeriodRequired

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

ReceiverAddressRequired

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

ReceiverCityRequired

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

ReceiverCountryRequired

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

ReceiverDistrictRequired

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

ReceiverEmailRequired

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

ReceiverMobileRequired

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

ReceiverNameRequired

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

ReceiverStateRequired

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

ReceiverTownRequired

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

ReceiverZipRequired

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

ActivateOptional

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

AlreadyHaveSagOptional

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

AutoPayOptional

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

CidrBlockOptional

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

DescriptionOptional

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

NameOptional

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

ReceiverPhoneOptional

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

RoutingStrategyOptional

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

SecurityLockThresholdOptional

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