Skip to content

RosSNatEntryProps

Properties for defining a RosSNatEntry.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-snatentry

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosSNatEntryProps {
    SNatIp: interface{},
    SNatTableId: interface{},
    SnatEntryName: interface{},
    SourceCidr: interface{},
    SourceVSwitchId: interface{},
}

Properties

Name Type Description
SNatIp interface{} No description.
SNatTableId interface{} No description.
SnatEntryName interface{} No description.
SourceCidr interface{} No description.
SourceVSwitchId interface{} No description.

SNatIpRequired

SNatIp interface{}
  • Type: interface{}

SNatTableIdRequired

SNatTableId interface{}
  • Type: interface{}

SnatEntryNameOptional

SnatEntryName interface{}
  • Type: interface{}

SourceCidrOptional

SourceCidr interface{}
  • Type: interface{}

SourceVSwitchIdOptional

SourceVSwitchId interface{}
  • Type: interface{}