Documentation ¶
Overview ¶
Package fwcenteriface provides an interface to enable mocking the FWCENTER service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type AddAddressBookInput
- func (s AddAddressBookInput) GoString() string
- func (s *AddAddressBookInput) SetAddressList(v []*string) *AddAddressBookInput
- func (s *AddAddressBookInput) SetDescription(v string) *AddAddressBookInput
- func (s *AddAddressBookInput) SetGroupName(v string) *AddAddressBookInput
- func (s *AddAddressBookInput) SetGroupType(v string) *AddAddressBookInput
- func (s AddAddressBookInput) String() string
- func (s *AddAddressBookInput) Validate() error
- type AddAddressBookOutput
- type AddControlPolicyInput
- func (s AddControlPolicyInput) GoString() string
- func (s *AddControlPolicyInput) SetAction(v string) *AddControlPolicyInput
- func (s *AddControlPolicyInput) SetDescription(v string) *AddControlPolicyInput
- func (s *AddControlPolicyInput) SetDestPort(v string) *AddControlPolicyInput
- func (s *AddControlPolicyInput) SetDestPortType(v string) *AddControlPolicyInput
- func (s *AddControlPolicyInput) SetDestination(v string) *AddControlPolicyInput
- func (s *AddControlPolicyInput) SetDestinationType(v string) *AddControlPolicyInput
- func (s *AddControlPolicyInput) SetDirection(v string) *AddControlPolicyInput
- func (s *AddControlPolicyInput) SetPrio(v int32) *AddControlPolicyInput
- func (s *AddControlPolicyInput) SetProto(v string) *AddControlPolicyInput
- func (s *AddControlPolicyInput) SetSource(v string) *AddControlPolicyInput
- func (s *AddControlPolicyInput) SetSourceType(v string) *AddControlPolicyInput
- func (s *AddControlPolicyInput) SetStatus(v bool) *AddControlPolicyInput
- func (s AddControlPolicyInput) String() string
- func (s *AddControlPolicyInput) Validate() error
- type AddControlPolicyOutput
- type AddDnsControlPolicyInput
- func (s AddDnsControlPolicyInput) GoString() string
- func (s *AddDnsControlPolicyInput) SetDescription(v string) *AddDnsControlPolicyInput
- func (s *AddDnsControlPolicyInput) SetDestination(v string) *AddDnsControlPolicyInput
- func (s *AddDnsControlPolicyInput) SetDestinationType(v string) *AddDnsControlPolicyInput
- func (s *AddDnsControlPolicyInput) SetSource(v []*SourceForAddDnsControlPolicyInput) *AddDnsControlPolicyInput
- func (s AddDnsControlPolicyInput) String() string
- func (s *AddDnsControlPolicyInput) Validate() error
- type AddDnsControlPolicyOutput
- type AddVpcFirewallAclRuleInput
- func (s AddVpcFirewallAclRuleInput) GoString() string
- func (s *AddVpcFirewallAclRuleInput) SetAction(v string) *AddVpcFirewallAclRuleInput
- func (s *AddVpcFirewallAclRuleInput) SetDescription(v string) *AddVpcFirewallAclRuleInput
- func (s *AddVpcFirewallAclRuleInput) SetDestPort(v string) *AddVpcFirewallAclRuleInput
- func (s *AddVpcFirewallAclRuleInput) SetDestPortType(v string) *AddVpcFirewallAclRuleInput
- func (s *AddVpcFirewallAclRuleInput) SetDestination(v string) *AddVpcFirewallAclRuleInput
- func (s *AddVpcFirewallAclRuleInput) SetDestinationType(v string) *AddVpcFirewallAclRuleInput
- func (s *AddVpcFirewallAclRuleInput) SetPrio(v int32) *AddVpcFirewallAclRuleInput
- func (s *AddVpcFirewallAclRuleInput) SetProto(v string) *AddVpcFirewallAclRuleInput
- func (s *AddVpcFirewallAclRuleInput) SetSource(v string) *AddVpcFirewallAclRuleInput
- func (s *AddVpcFirewallAclRuleInput) SetSourceType(v string) *AddVpcFirewallAclRuleInput
- func (s *AddVpcFirewallAclRuleInput) SetStatus(v bool) *AddVpcFirewallAclRuleInput
- func (s *AddVpcFirewallAclRuleInput) SetVpcFirewallId(v string) *AddVpcFirewallAclRuleInput
- func (s AddVpcFirewallAclRuleInput) String() string
- func (s *AddVpcFirewallAclRuleInput) Validate() error
- type AddVpcFirewallAclRuleOutput
- type AssetListInput
- func (s AssetListInput) GoString() string
- func (s *AssetListInput) SetAsset(v string) *AssetListInput
- func (s *AssetListInput) SetAsset_type(v []*string) *AssetListInput
- func (s *AssetListInput) SetCurrent_page(v int32) *AssetListInput
- func (s *AssetListInput) SetPage_size(v int32) *AssetListInput
- func (s *AssetListInput) SetStat(v int32) *AssetListInput
- func (s AssetListInput) String() string
- func (s *AssetListInput) Validate() error
- type AssetListOutput
- func (s AssetListOutput) GoString() string
- func (s *AssetListOutput) SetCount(v int32) *AssetListOutput
- func (s *AssetListOutput) SetData(v []*DataForAssetListOutput) *AssetListOutput
- func (s *AssetListOutput) SetPageNumber(v int32) *AssetListOutput
- func (s *AssetListOutput) SetPageSize(v int32) *AssetListOutput
- func (s *AssetListOutput) SetTotalCount(v int32) *AssetListOutput
- func (s AssetListOutput) String() string
- type DataForAssetListOutput
- func (s DataForAssetListOutput) GoString() string
- func (s *DataForAssetListOutput) SetAccount_id(v string) *DataForAssetListOutput
- func (s *DataForAssetListOutput) SetCluster(v int32) *DataForAssetListOutput
- func (s *DataForAssetListOutput) SetEnable(v bool) *DataForAssetListOutput
- func (s *DataForAssetListOutput) SetId(v int32) *DataForAssetListOutput
- func (s *DataForAssetListOutput) SetIp(v string) *DataForAssetListOutput
- func (s *DataForAssetListOutput) SetName(v string) *DataForAssetListOutput
- func (s *DataForAssetListOutput) SetRegion(v string) *DataForAssetListOutput
- func (s *DataForAssetListOutput) SetType(v string) *DataForAssetListOutput
- func (s DataForAssetListOutput) String() string
- type DataForDescribeAddressBookOutput
- func (s DataForDescribeAddressBookOutput) GoString() string
- func (s *DataForDescribeAddressBookOutput) SetAddressList(v []*string) *DataForDescribeAddressBookOutput
- func (s *DataForDescribeAddressBookOutput) SetDescription(v string) *DataForDescribeAddressBookOutput
- func (s *DataForDescribeAddressBookOutput) SetGroupName(v string) *DataForDescribeAddressBookOutput
- func (s *DataForDescribeAddressBookOutput) SetGroupType(v string) *DataForDescribeAddressBookOutput
- func (s *DataForDescribeAddressBookOutput) SetGroupUuid(v string) *DataForDescribeAddressBookOutput
- func (s *DataForDescribeAddressBookOutput) SetRefCnt(v int32) *DataForDescribeAddressBookOutput
- func (s DataForDescribeAddressBookOutput) String() string
- type DataForDescribeControlPolicyByRuleIdOutput
- func (s DataForDescribeControlPolicyByRuleIdOutput) GoString() string
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetAccountId(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetAction(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDescription(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestPort(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestPortGroupType(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestPortList(v []*string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestPortType(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestination(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestinationCidrList(v []*string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestinationGroupType(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestinationType(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDirection(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetHitCnt(v int32) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetPrio(v int32) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetProto(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetRuleId(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetSource(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetSourceCidrList(v []*string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetSourceGroupType(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetSourceType(v string) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetStatus(v bool) *DataForDescribeControlPolicyByRuleIdOutput
- func (s *DataForDescribeControlPolicyByRuleIdOutput) SetUseCount(v int32) *DataForDescribeControlPolicyByRuleIdOutput
- func (s DataForDescribeControlPolicyByRuleIdOutput) String() string
- type DataForDescribeControlPolicyOutput
- func (s DataForDescribeControlPolicyOutput) GoString() string
- func (s *DataForDescribeControlPolicyOutput) SetAccountId(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetAction(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetDescription(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetDestPort(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetDestPortGroupType(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetDestPortList(v []*string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetDestPortType(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetDestination(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetDestinationCidrList(v []*string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetDestinationGroupType(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetDestinationType(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetDirection(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetHitCnt(v int32) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetPrio(v int32) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetProto(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetRuleId(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetSource(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetSourceCidrList(v []*string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetSourceGroupType(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetSourceType(v string) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetStatus(v bool) *DataForDescribeControlPolicyOutput
- func (s *DataForDescribeControlPolicyOutput) SetUseCount(v int32) *DataForDescribeControlPolicyOutput
- func (s DataForDescribeControlPolicyOutput) String() string
- type DataForDescribeDnsControlPolicyOutput
- func (s DataForDescribeDnsControlPolicyOutput) GoString() string
- func (s *DataForDescribeDnsControlPolicyOutput) SetAccountId(v string) *DataForDescribeDnsControlPolicyOutput
- func (s *DataForDescribeDnsControlPolicyOutput) SetDescription(v string) *DataForDescribeDnsControlPolicyOutput
- func (s *DataForDescribeDnsControlPolicyOutput) SetDestination(v string) *DataForDescribeDnsControlPolicyOutput
- func (s *DataForDescribeDnsControlPolicyOutput) SetDestinationGroupList(v []*string) *DataForDescribeDnsControlPolicyOutput
- func (s *DataForDescribeDnsControlPolicyOutput) SetDestinationType(v string) *DataForDescribeDnsControlPolicyOutput
- func (s *DataForDescribeDnsControlPolicyOutput) SetDomainList(v []*string) *DataForDescribeDnsControlPolicyOutput
- func (s *DataForDescribeDnsControlPolicyOutput) SetHitCnt(v int32) *DataForDescribeDnsControlPolicyOutput
- func (s *DataForDescribeDnsControlPolicyOutput) SetLastHitTime(v int32) *DataForDescribeDnsControlPolicyOutput
- func (s *DataForDescribeDnsControlPolicyOutput) SetRuleId(v string) *DataForDescribeDnsControlPolicyOutput
- func (s *DataForDescribeDnsControlPolicyOutput) SetSource(v []*SourceForDescribeDnsControlPolicyOutput) *DataForDescribeDnsControlPolicyOutput
- func (s *DataForDescribeDnsControlPolicyOutput) SetStatus(v bool) *DataForDescribeDnsControlPolicyOutput
- func (s *DataForDescribeDnsControlPolicyOutput) SetUseCount(v int32) *DataForDescribeDnsControlPolicyOutput
- func (s DataForDescribeDnsControlPolicyOutput) String() string
- type DataForDescribeVpcFirewallAclRuleListOutput
- func (s DataForDescribeVpcFirewallAclRuleListOutput) GoString() string
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetAccountId(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetAction(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDescription(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestPort(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestPortGroupType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestPortList(v []*string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestPortType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestination(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestinationCidrList(v []*string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestinationGroupType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestinationType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetHitCnt(v int32) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetPrio(v int32) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetProto(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetRuleId(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetSource(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetSourceCidrList(v []*string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetSourceGroupType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetSourceType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetStatus(v bool) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetUseCount(v int32) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetVpcFirewallId(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetVpcFirewallName(v string) *DataForDescribeVpcFirewallAclRuleListOutput
- func (s DataForDescribeVpcFirewallAclRuleListOutput) String() string
- type DataForDescribeVpcFirewallListOutput
- func (s DataForDescribeVpcFirewallListOutput) GoString() string
- func (s *DataForDescribeVpcFirewallListOutput) SetErrMessage(v string) *DataForDescribeVpcFirewallListOutput
- func (s *DataForDescribeVpcFirewallListOutput) SetFirewallStatus(v string) *DataForDescribeVpcFirewallListOutput
- func (s *DataForDescribeVpcFirewallListOutput) SetPeakTrafficWithin7Day(v int32) *DataForDescribeVpcFirewallListOutput
- func (s *DataForDescribeVpcFirewallListOutput) SetRegion(v string) *DataForDescribeVpcFirewallListOutput
- func (s *DataForDescribeVpcFirewallListOutput) SetRouteMode(v string) *DataForDescribeVpcFirewallListOutput
- func (s *DataForDescribeVpcFirewallListOutput) SetRoutePolicyStatus(v string) *DataForDescribeVpcFirewallListOutput
- func (s *DataForDescribeVpcFirewallListOutput) SetTransitRouterDescription(v string) *DataForDescribeVpcFirewallListOutput
- func (s *DataForDescribeVpcFirewallListOutput) SetTransitRouterId(v string) *DataForDescribeVpcFirewallListOutput
- func (s *DataForDescribeVpcFirewallListOutput) SetTransitRouterName(v string) *DataForDescribeVpcFirewallListOutput
- func (s *DataForDescribeVpcFirewallListOutput) SetVpcFirewallId(v string) *DataForDescribeVpcFirewallListOutput
- func (s *DataForDescribeVpcFirewallListOutput) SetVpcFirewallName(v string) *DataForDescribeVpcFirewallListOutput
- func (s DataForDescribeVpcFirewallListOutput) String() string
- type DataForDescribeVpcsOutput
- func (s DataForDescribeVpcsOutput) GoString() string
- func (s *DataForDescribeVpcsOutput) SetName(v string) *DataForDescribeVpcsOutput
- func (s *DataForDescribeVpcsOutput) SetRegion(v string) *DataForDescribeVpcsOutput
- func (s *DataForDescribeVpcsOutput) SetVpcId(v string) *DataForDescribeVpcsOutput
- func (s DataForDescribeVpcsOutput) String() string
- type DeleteAddressBookInput
- type DeleteAddressBookOutput
- type DeleteControlPolicyInput
- func (s DeleteControlPolicyInput) GoString() string
- func (s *DeleteControlPolicyInput) SetDirection(v string) *DeleteControlPolicyInput
- func (s *DeleteControlPolicyInput) SetRuleId(v string) *DeleteControlPolicyInput
- func (s DeleteControlPolicyInput) String() string
- func (s *DeleteControlPolicyInput) Validate() error
- type DeleteControlPolicyOutput
- type DeleteDnsControlPolicyInput
- type DeleteDnsControlPolicyOutput
- type DeleteVpcFirewallAclRuleInput
- func (s DeleteVpcFirewallAclRuleInput) GoString() string
- func (s *DeleteVpcFirewallAclRuleInput) SetRuleIds(v []*string) *DeleteVpcFirewallAclRuleInput
- func (s *DeleteVpcFirewallAclRuleInput) SetVpcFirewallId(v string) *DeleteVpcFirewallAclRuleInput
- func (s DeleteVpcFirewallAclRuleInput) String() string
- func (s *DeleteVpcFirewallAclRuleInput) Validate() error
- type DeleteVpcFirewallAclRuleOutput
- type DescribeAddressBookInput
- func (s DescribeAddressBookInput) GoString() string
- func (s *DescribeAddressBookInput) SetGroupType(v string) *DescribeAddressBookInput
- func (s *DescribeAddressBookInput) SetPageNumber(v int32) *DescribeAddressBookInput
- func (s *DescribeAddressBookInput) SetPageSize(v int32) *DescribeAddressBookInput
- func (s *DescribeAddressBookInput) SetQuery(v string) *DescribeAddressBookInput
- func (s DescribeAddressBookInput) String() string
- type DescribeAddressBookOutput
- func (s DescribeAddressBookOutput) GoString() string
- func (s *DescribeAddressBookOutput) SetCount(v int32) *DescribeAddressBookOutput
- func (s *DescribeAddressBookOutput) SetData(v []*DataForDescribeAddressBookOutput) *DescribeAddressBookOutput
- func (s *DescribeAddressBookOutput) SetPageNumber(v int32) *DescribeAddressBookOutput
- func (s *DescribeAddressBookOutput) SetPageSize(v int32) *DescribeAddressBookOutput
- func (s *DescribeAddressBookOutput) SetTotalCount(v int32) *DescribeAddressBookOutput
- func (s DescribeAddressBookOutput) String() string
- type DescribeControlPolicyByRuleIdInput
- func (s DescribeControlPolicyByRuleIdInput) GoString() string
- func (s *DescribeControlPolicyByRuleIdInput) SetDirection(v string) *DescribeControlPolicyByRuleIdInput
- func (s *DescribeControlPolicyByRuleIdInput) SetRuleIds(v []*string) *DescribeControlPolicyByRuleIdInput
- func (s DescribeControlPolicyByRuleIdInput) String() string
- func (s *DescribeControlPolicyByRuleIdInput) Validate() error
- type DescribeControlPolicyByRuleIdOutput
- type DescribeControlPolicyInput
- func (s DescribeControlPolicyInput) GoString() string
- func (s *DescribeControlPolicyInput) SetAction(v []*string) *DescribeControlPolicyInput
- func (s *DescribeControlPolicyInput) SetDescription(v string) *DescribeControlPolicyInput
- func (s *DescribeControlPolicyInput) SetDestination(v string) *DescribeControlPolicyInput
- func (s *DescribeControlPolicyInput) SetDirection(v string) *DescribeControlPolicyInput
- func (s *DescribeControlPolicyInput) SetPageNumber(v int32) *DescribeControlPolicyInput
- func (s *DescribeControlPolicyInput) SetPageSize(v int32) *DescribeControlPolicyInput
- func (s *DescribeControlPolicyInput) SetProto(v []*string) *DescribeControlPolicyInput
- func (s *DescribeControlPolicyInput) SetRuleId(v string) *DescribeControlPolicyInput
- func (s *DescribeControlPolicyInput) SetSource(v string) *DescribeControlPolicyInput
- func (s *DescribeControlPolicyInput) SetStatus(v []*bool) *DescribeControlPolicyInput
- func (s DescribeControlPolicyInput) String() string
- func (s *DescribeControlPolicyInput) Validate() error
- type DescribeControlPolicyOutput
- func (s DescribeControlPolicyOutput) GoString() string
- func (s *DescribeControlPolicyOutput) SetCount(v int32) *DescribeControlPolicyOutput
- func (s *DescribeControlPolicyOutput) SetData(v []*DataForDescribeControlPolicyOutput) *DescribeControlPolicyOutput
- func (s *DescribeControlPolicyOutput) SetPageNumber(v int32) *DescribeControlPolicyOutput
- func (s *DescribeControlPolicyOutput) SetPageSize(v int32) *DescribeControlPolicyOutput
- func (s *DescribeControlPolicyOutput) SetTotalCount(v int32) *DescribeControlPolicyOutput
- func (s DescribeControlPolicyOutput) String() string
- type DescribeControlPolicyPriorUsedInput
- type DescribeControlPolicyPriorUsedOutput
- func (s DescribeControlPolicyPriorUsedOutput) GoString() string
- func (s *DescribeControlPolicyPriorUsedOutput) SetAccountId(v string) *DescribeControlPolicyPriorUsedOutput
- func (s *DescribeControlPolicyPriorUsedOutput) SetEnd(v int32) *DescribeControlPolicyPriorUsedOutput
- func (s *DescribeControlPolicyPriorUsedOutput) SetStart(v int32) *DescribeControlPolicyPriorUsedOutput
- func (s DescribeControlPolicyPriorUsedOutput) String() string
- type DescribeDnsControlPolicyInput
- func (s DescribeDnsControlPolicyInput) GoString() string
- func (s *DescribeDnsControlPolicyInput) SetDescription(v string) *DescribeDnsControlPolicyInput
- func (s *DescribeDnsControlPolicyInput) SetDestination(v []*string) *DescribeDnsControlPolicyInput
- func (s *DescribeDnsControlPolicyInput) SetPageNumber(v int32) *DescribeDnsControlPolicyInput
- func (s *DescribeDnsControlPolicyInput) SetPageSize(v int32) *DescribeDnsControlPolicyInput
- func (s *DescribeDnsControlPolicyInput) SetRuleId(v []*string) *DescribeDnsControlPolicyInput
- func (s *DescribeDnsControlPolicyInput) SetSource(v []*string) *DescribeDnsControlPolicyInput
- func (s *DescribeDnsControlPolicyInput) SetStatus(v []*bool) *DescribeDnsControlPolicyInput
- func (s DescribeDnsControlPolicyInput) String() string
- type DescribeDnsControlPolicyOutput
- func (s DescribeDnsControlPolicyOutput) GoString() string
- func (s *DescribeDnsControlPolicyOutput) SetCount(v int32) *DescribeDnsControlPolicyOutput
- func (s *DescribeDnsControlPolicyOutput) SetData(v []*DataForDescribeDnsControlPolicyOutput) *DescribeDnsControlPolicyOutput
- func (s *DescribeDnsControlPolicyOutput) SetPageNumber(v int32) *DescribeDnsControlPolicyOutput
- func (s *DescribeDnsControlPolicyOutput) SetPageSize(v int32) *DescribeDnsControlPolicyOutput
- func (s *DescribeDnsControlPolicyOutput) SetTotalCount(v int32) *DescribeDnsControlPolicyOutput
- func (s DescribeDnsControlPolicyOutput) String() string
- type DescribeVpcFirewallAclRuleListInput
- func (s DescribeVpcFirewallAclRuleListInput) GoString() string
- func (s *DescribeVpcFirewallAclRuleListInput) SetAction(v []*string) *DescribeVpcFirewallAclRuleListInput
- func (s *DescribeVpcFirewallAclRuleListInput) SetDescription(v string) *DescribeVpcFirewallAclRuleListInput
- func (s *DescribeVpcFirewallAclRuleListInput) SetDestination(v string) *DescribeVpcFirewallAclRuleListInput
- func (s *DescribeVpcFirewallAclRuleListInput) SetPageNumber(v int32) *DescribeVpcFirewallAclRuleListInput
- func (s *DescribeVpcFirewallAclRuleListInput) SetPageSize(v int32) *DescribeVpcFirewallAclRuleListInput
- func (s *DescribeVpcFirewallAclRuleListInput) SetProto(v []*string) *DescribeVpcFirewallAclRuleListInput
- func (s *DescribeVpcFirewallAclRuleListInput) SetRuleId(v string) *DescribeVpcFirewallAclRuleListInput
- func (s *DescribeVpcFirewallAclRuleListInput) SetSource(v string) *DescribeVpcFirewallAclRuleListInput
- func (s *DescribeVpcFirewallAclRuleListInput) SetStatus(v []*bool) *DescribeVpcFirewallAclRuleListInput
- func (s *DescribeVpcFirewallAclRuleListInput) SetVpcFirewallId(v string) *DescribeVpcFirewallAclRuleListInput
- func (s DescribeVpcFirewallAclRuleListInput) String() string
- func (s *DescribeVpcFirewallAclRuleListInput) Validate() error
- type DescribeVpcFirewallAclRuleListOutput
- func (s DescribeVpcFirewallAclRuleListOutput) GoString() string
- func (s *DescribeVpcFirewallAclRuleListOutput) SetCount(v int32) *DescribeVpcFirewallAclRuleListOutput
- func (s *DescribeVpcFirewallAclRuleListOutput) SetData(v []*DataForDescribeVpcFirewallAclRuleListOutput) *DescribeVpcFirewallAclRuleListOutput
- func (s *DescribeVpcFirewallAclRuleListOutput) SetPageNumber(v int32) *DescribeVpcFirewallAclRuleListOutput
- func (s *DescribeVpcFirewallAclRuleListOutput) SetPageSize(v int32) *DescribeVpcFirewallAclRuleListOutput
- func (s *DescribeVpcFirewallAclRuleListOutput) SetTotalCount(v int32) *DescribeVpcFirewallAclRuleListOutput
- func (s DescribeVpcFirewallAclRuleListOutput) String() string
- type DescribeVpcFirewallAclRulePriorUsedInput
- func (s DescribeVpcFirewallAclRulePriorUsedInput) GoString() string
- func (s *DescribeVpcFirewallAclRulePriorUsedInput) SetVpcFirewallId(v string) *DescribeVpcFirewallAclRulePriorUsedInput
- func (s DescribeVpcFirewallAclRulePriorUsedInput) String() string
- func (s *DescribeVpcFirewallAclRulePriorUsedInput) Validate() error
- type DescribeVpcFirewallAclRulePriorUsedOutput
- func (s DescribeVpcFirewallAclRulePriorUsedOutput) GoString() string
- func (s *DescribeVpcFirewallAclRulePriorUsedOutput) SetAccountId(v string) *DescribeVpcFirewallAclRulePriorUsedOutput
- func (s *DescribeVpcFirewallAclRulePriorUsedOutput) SetEnd(v int32) *DescribeVpcFirewallAclRulePriorUsedOutput
- func (s *DescribeVpcFirewallAclRulePriorUsedOutput) SetStart(v int32) *DescribeVpcFirewallAclRulePriorUsedOutput
- func (s *DescribeVpcFirewallAclRulePriorUsedOutput) SetVpcFirewallId(v string) *DescribeVpcFirewallAclRulePriorUsedOutput
- func (s DescribeVpcFirewallAclRulePriorUsedOutput) String() string
- type DescribeVpcFirewallListInput
- func (s DescribeVpcFirewallListInput) GoString() string
- func (s *DescribeVpcFirewallListInput) SetFirewallStatus(v []*string) *DescribeVpcFirewallListInput
- func (s *DescribeVpcFirewallListInput) SetPageNumber(v int32) *DescribeVpcFirewallListInput
- func (s *DescribeVpcFirewallListInput) SetPageSize(v int32) *DescribeVpcFirewallListInput
- func (s *DescribeVpcFirewallListInput) SetRegionCode(v []*string) *DescribeVpcFirewallListInput
- func (s *DescribeVpcFirewallListInput) SetRouteMode(v []*string) *DescribeVpcFirewallListInput
- func (s *DescribeVpcFirewallListInput) SetRoutePolicyStatus(v []*string) *DescribeVpcFirewallListInput
- func (s *DescribeVpcFirewallListInput) SetTransitRouterId(v string) *DescribeVpcFirewallListInput
- func (s *DescribeVpcFirewallListInput) SetTransitRouterName(v string) *DescribeVpcFirewallListInput
- func (s *DescribeVpcFirewallListInput) SetVpcFirewallId(v string) *DescribeVpcFirewallListInput
- func (s *DescribeVpcFirewallListInput) SetVpcFirewallName(v string) *DescribeVpcFirewallListInput
- func (s DescribeVpcFirewallListInput) String() string
- type DescribeVpcFirewallListOutput
- func (s DescribeVpcFirewallListOutput) GoString() string
- func (s *DescribeVpcFirewallListOutput) SetCount(v int32) *DescribeVpcFirewallListOutput
- func (s *DescribeVpcFirewallListOutput) SetData(v []*DataForDescribeVpcFirewallListOutput) *DescribeVpcFirewallListOutput
- func (s *DescribeVpcFirewallListOutput) SetPageNumber(v int32) *DescribeVpcFirewallListOutput
- func (s *DescribeVpcFirewallListOutput) SetPageSize(v int32) *DescribeVpcFirewallListOutput
- func (s *DescribeVpcFirewallListOutput) SetTotalCount(v int32) *DescribeVpcFirewallListOutput
- func (s DescribeVpcFirewallListOutput) String() string
- type DescribeVpcsInput
- type DescribeVpcsOutput
- type FWCENTER
- func (c *FWCENTER) AddAddressBook(input *AddAddressBookInput) (*AddAddressBookOutput, error)
- func (c *FWCENTER) AddAddressBookCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) AddAddressBookCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) AddAddressBookCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) AddAddressBookRequest(input *AddAddressBookInput) (req *request.Request, output *AddAddressBookOutput)
- func (c *FWCENTER) AddAddressBookWithContext(ctx volcengine.Context, input *AddAddressBookInput, opts ...request.Option) (*AddAddressBookOutput, error)
- func (c *FWCENTER) AddControlPolicy(input *AddControlPolicyInput) (*AddControlPolicyOutput, error)
- func (c *FWCENTER) AddControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) AddControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) AddControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) AddControlPolicyRequest(input *AddControlPolicyInput) (req *request.Request, output *AddControlPolicyOutput)
- func (c *FWCENTER) AddControlPolicyWithContext(ctx volcengine.Context, input *AddControlPolicyInput, opts ...request.Option) (*AddControlPolicyOutput, error)
- func (c *FWCENTER) AddDnsControlPolicy(input *AddDnsControlPolicyInput) (*AddDnsControlPolicyOutput, error)
- func (c *FWCENTER) AddDnsControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) AddDnsControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) AddDnsControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) AddDnsControlPolicyRequest(input *AddDnsControlPolicyInput) (req *request.Request, output *AddDnsControlPolicyOutput)
- func (c *FWCENTER) AddDnsControlPolicyWithContext(ctx volcengine.Context, input *AddDnsControlPolicyInput, ...) (*AddDnsControlPolicyOutput, error)
- func (c *FWCENTER) AddVpcFirewallAclRule(input *AddVpcFirewallAclRuleInput) (*AddVpcFirewallAclRuleOutput, error)
- func (c *FWCENTER) AddVpcFirewallAclRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) AddVpcFirewallAclRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) AddVpcFirewallAclRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) AddVpcFirewallAclRuleRequest(input *AddVpcFirewallAclRuleInput) (req *request.Request, output *AddVpcFirewallAclRuleOutput)
- func (c *FWCENTER) AddVpcFirewallAclRuleWithContext(ctx volcengine.Context, input *AddVpcFirewallAclRuleInput, ...) (*AddVpcFirewallAclRuleOutput, error)
- func (c *FWCENTER) AssetList(input *AssetListInput) (*AssetListOutput, error)
- func (c *FWCENTER) AssetListCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) AssetListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) AssetListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) AssetListRequest(input *AssetListInput) (req *request.Request, output *AssetListOutput)
- func (c *FWCENTER) AssetListWithContext(ctx volcengine.Context, input *AssetListInput, opts ...request.Option) (*AssetListOutput, error)
- func (c *FWCENTER) DeleteAddressBook(input *DeleteAddressBookInput) (*DeleteAddressBookOutput, error)
- func (c *FWCENTER) DeleteAddressBookCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DeleteAddressBookCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DeleteAddressBookCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DeleteAddressBookRequest(input *DeleteAddressBookInput) (req *request.Request, output *DeleteAddressBookOutput)
- func (c *FWCENTER) DeleteAddressBookWithContext(ctx volcengine.Context, input *DeleteAddressBookInput, opts ...request.Option) (*DeleteAddressBookOutput, error)
- func (c *FWCENTER) DeleteControlPolicy(input *DeleteControlPolicyInput) (*DeleteControlPolicyOutput, error)
- func (c *FWCENTER) DeleteControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DeleteControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DeleteControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DeleteControlPolicyRequest(input *DeleteControlPolicyInput) (req *request.Request, output *DeleteControlPolicyOutput)
- func (c *FWCENTER) DeleteControlPolicyWithContext(ctx volcengine.Context, input *DeleteControlPolicyInput, ...) (*DeleteControlPolicyOutput, error)
- func (c *FWCENTER) DeleteDnsControlPolicy(input *DeleteDnsControlPolicyInput) (*DeleteDnsControlPolicyOutput, error)
- func (c *FWCENTER) DeleteDnsControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DeleteDnsControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DeleteDnsControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DeleteDnsControlPolicyRequest(input *DeleteDnsControlPolicyInput) (req *request.Request, output *DeleteDnsControlPolicyOutput)
- func (c *FWCENTER) DeleteDnsControlPolicyWithContext(ctx volcengine.Context, input *DeleteDnsControlPolicyInput, ...) (*DeleteDnsControlPolicyOutput, error)
- func (c *FWCENTER) DeleteVpcFirewallAclRule(input *DeleteVpcFirewallAclRuleInput) (*DeleteVpcFirewallAclRuleOutput, error)
- func (c *FWCENTER) DeleteVpcFirewallAclRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DeleteVpcFirewallAclRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DeleteVpcFirewallAclRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DeleteVpcFirewallAclRuleRequest(input *DeleteVpcFirewallAclRuleInput) (req *request.Request, output *DeleteVpcFirewallAclRuleOutput)
- func (c *FWCENTER) DeleteVpcFirewallAclRuleWithContext(ctx volcengine.Context, input *DeleteVpcFirewallAclRuleInput, ...) (*DeleteVpcFirewallAclRuleOutput, error)
- func (c *FWCENTER) DescribeAddressBook(input *DescribeAddressBookInput) (*DescribeAddressBookOutput, error)
- func (c *FWCENTER) DescribeAddressBookCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeAddressBookCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DescribeAddressBookCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeAddressBookRequest(input *DescribeAddressBookInput) (req *request.Request, output *DescribeAddressBookOutput)
- func (c *FWCENTER) DescribeAddressBookWithContext(ctx volcengine.Context, input *DescribeAddressBookInput, ...) (*DescribeAddressBookOutput, error)
- func (c *FWCENTER) DescribeControlPolicy(input *DescribeControlPolicyInput) (*DescribeControlPolicyOutput, error)
- func (c *FWCENTER) DescribeControlPolicyByRuleId(input *DescribeControlPolicyByRuleIdInput) (*DescribeControlPolicyByRuleIdOutput, error)
- func (c *FWCENTER) DescribeControlPolicyByRuleIdCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeControlPolicyByRuleIdCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DescribeControlPolicyByRuleIdCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeControlPolicyByRuleIdRequest(input *DescribeControlPolicyByRuleIdInput) (req *request.Request, output *DescribeControlPolicyByRuleIdOutput)
- func (c *FWCENTER) DescribeControlPolicyByRuleIdWithContext(ctx volcengine.Context, input *DescribeControlPolicyByRuleIdInput, ...) (*DescribeControlPolicyByRuleIdOutput, error)
- func (c *FWCENTER) DescribeControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DescribeControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeControlPolicyPriorUsed(input *DescribeControlPolicyPriorUsedInput) (*DescribeControlPolicyPriorUsedOutput, error)
- func (c *FWCENTER) DescribeControlPolicyPriorUsedCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeControlPolicyPriorUsedCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DescribeControlPolicyPriorUsedCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeControlPolicyPriorUsedRequest(input *DescribeControlPolicyPriorUsedInput) (req *request.Request, output *DescribeControlPolicyPriorUsedOutput)
- func (c *FWCENTER) DescribeControlPolicyPriorUsedWithContext(ctx volcengine.Context, input *DescribeControlPolicyPriorUsedInput, ...) (*DescribeControlPolicyPriorUsedOutput, error)
- func (c *FWCENTER) DescribeControlPolicyRequest(input *DescribeControlPolicyInput) (req *request.Request, output *DescribeControlPolicyOutput)
- func (c *FWCENTER) DescribeControlPolicyWithContext(ctx volcengine.Context, input *DescribeControlPolicyInput, ...) (*DescribeControlPolicyOutput, error)
- func (c *FWCENTER) DescribeDnsControlPolicy(input *DescribeDnsControlPolicyInput) (*DescribeDnsControlPolicyOutput, error)
- func (c *FWCENTER) DescribeDnsControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeDnsControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DescribeDnsControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeDnsControlPolicyRequest(input *DescribeDnsControlPolicyInput) (req *request.Request, output *DescribeDnsControlPolicyOutput)
- func (c *FWCENTER) DescribeDnsControlPolicyWithContext(ctx volcengine.Context, input *DescribeDnsControlPolicyInput, ...) (*DescribeDnsControlPolicyOutput, error)
- func (c *FWCENTER) DescribeVpcFirewallAclRuleList(input *DescribeVpcFirewallAclRuleListInput) (*DescribeVpcFirewallAclRuleListOutput, error)
- func (c *FWCENTER) DescribeVpcFirewallAclRuleListCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeVpcFirewallAclRuleListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DescribeVpcFirewallAclRuleListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeVpcFirewallAclRuleListRequest(input *DescribeVpcFirewallAclRuleListInput) (req *request.Request, output *DescribeVpcFirewallAclRuleListOutput)
- func (c *FWCENTER) DescribeVpcFirewallAclRuleListWithContext(ctx volcengine.Context, input *DescribeVpcFirewallAclRuleListInput, ...) (*DescribeVpcFirewallAclRuleListOutput, error)
- func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsed(input *DescribeVpcFirewallAclRulePriorUsedInput) (*DescribeVpcFirewallAclRulePriorUsedOutput, error)
- func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsedCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsedCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsedCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsedRequest(input *DescribeVpcFirewallAclRulePriorUsedInput) (req *request.Request, output *DescribeVpcFirewallAclRulePriorUsedOutput)
- func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsedWithContext(ctx volcengine.Context, input *DescribeVpcFirewallAclRulePriorUsedInput, ...) (*DescribeVpcFirewallAclRulePriorUsedOutput, error)
- func (c *FWCENTER) DescribeVpcFirewallList(input *DescribeVpcFirewallListInput) (*DescribeVpcFirewallListOutput, error)
- func (c *FWCENTER) DescribeVpcFirewallListCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeVpcFirewallListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DescribeVpcFirewallListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeVpcFirewallListRequest(input *DescribeVpcFirewallListInput) (req *request.Request, output *DescribeVpcFirewallListOutput)
- func (c *FWCENTER) DescribeVpcFirewallListWithContext(ctx volcengine.Context, input *DescribeVpcFirewallListInput, ...) (*DescribeVpcFirewallListOutput, error)
- func (c *FWCENTER) DescribeVpcs(input *DescribeVpcsInput) (*DescribeVpcsOutput, error)
- func (c *FWCENTER) DescribeVpcsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeVpcsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) DescribeVpcsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) DescribeVpcsRequest(input *DescribeVpcsInput) (req *request.Request, output *DescribeVpcsOutput)
- func (c *FWCENTER) DescribeVpcsWithContext(ctx volcengine.Context, input *DescribeVpcsInput, opts ...request.Option) (*DescribeVpcsOutput, error)
- func (c *FWCENTER) ModifyAddressBook(input *ModifyAddressBookInput) (*ModifyAddressBookOutput, error)
- func (c *FWCENTER) ModifyAddressBookCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyAddressBookCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) ModifyAddressBookCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyAddressBookRequest(input *ModifyAddressBookInput) (req *request.Request, output *ModifyAddressBookOutput)
- func (c *FWCENTER) ModifyAddressBookWithContext(ctx volcengine.Context, input *ModifyAddressBookInput, opts ...request.Option) (*ModifyAddressBookOutput, error)
- func (c *FWCENTER) ModifyControlPolicy(input *ModifyControlPolicyInput) (*ModifyControlPolicyOutput, error)
- func (c *FWCENTER) ModifyControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) ModifyControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyControlPolicyPosition(input *ModifyControlPolicyPositionInput) (*ModifyControlPolicyPositionOutput, error)
- func (c *FWCENTER) ModifyControlPolicyPositionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyControlPolicyPositionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) ModifyControlPolicyPositionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyControlPolicyPositionRequest(input *ModifyControlPolicyPositionInput) (req *request.Request, output *ModifyControlPolicyPositionOutput)
- func (c *FWCENTER) ModifyControlPolicyPositionWithContext(ctx volcengine.Context, input *ModifyControlPolicyPositionInput, ...) (*ModifyControlPolicyPositionOutput, error)
- func (c *FWCENTER) ModifyControlPolicyRequest(input *ModifyControlPolicyInput) (req *request.Request, output *ModifyControlPolicyOutput)
- func (c *FWCENTER) ModifyControlPolicyWithContext(ctx volcengine.Context, input *ModifyControlPolicyInput, ...) (*ModifyControlPolicyOutput, error)
- func (c *FWCENTER) ModifyDnsControlPolicy(input *ModifyDnsControlPolicyInput) (*ModifyDnsControlPolicyOutput, error)
- func (c *FWCENTER) ModifyDnsControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyDnsControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) ModifyDnsControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyDnsControlPolicyRequest(input *ModifyDnsControlPolicyInput) (req *request.Request, output *ModifyDnsControlPolicyOutput)
- func (c *FWCENTER) ModifyDnsControlPolicyWithContext(ctx volcengine.Context, input *ModifyDnsControlPolicyInput, ...) (*ModifyDnsControlPolicyOutput, error)
- func (c *FWCENTER) ModifyVpcFirewallAclRule(input *ModifyVpcFirewallAclRuleInput) (*ModifyVpcFirewallAclRuleOutput, error)
- func (c *FWCENTER) ModifyVpcFirewallAclRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyVpcFirewallAclRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) ModifyVpcFirewallAclRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyVpcFirewallAclRulePosition(input *ModifyVpcFirewallAclRulePositionInput) (*ModifyVpcFirewallAclRulePositionOutput, error)
- func (c *FWCENTER) ModifyVpcFirewallAclRulePositionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyVpcFirewallAclRulePositionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) ModifyVpcFirewallAclRulePositionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) ModifyVpcFirewallAclRulePositionRequest(input *ModifyVpcFirewallAclRulePositionInput) (req *request.Request, output *ModifyVpcFirewallAclRulePositionOutput)
- func (c *FWCENTER) ModifyVpcFirewallAclRulePositionWithContext(ctx volcengine.Context, input *ModifyVpcFirewallAclRulePositionInput, ...) (*ModifyVpcFirewallAclRulePositionOutput, error)
- func (c *FWCENTER) ModifyVpcFirewallAclRuleRequest(input *ModifyVpcFirewallAclRuleInput) (req *request.Request, output *ModifyVpcFirewallAclRuleOutput)
- func (c *FWCENTER) ModifyVpcFirewallAclRuleWithContext(ctx volcengine.Context, input *ModifyVpcFirewallAclRuleInput, ...) (*ModifyVpcFirewallAclRuleOutput, error)
- func (c *FWCENTER) UpdateAssets(input *UpdateAssetsInput) (*UpdateAssetsOutput, error)
- func (c *FWCENTER) UpdateAssetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) UpdateAssetsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) UpdateAssetsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) UpdateAssetsRequest(input *UpdateAssetsInput) (req *request.Request, output *UpdateAssetsOutput)
- func (c *FWCENTER) UpdateAssetsWithContext(ctx volcengine.Context, input *UpdateAssetsInput, opts ...request.Option) (*UpdateAssetsOutput, error)
- func (c *FWCENTER) UpdateControlPolicySwitch(input *UpdateControlPolicySwitchInput) (*UpdateControlPolicySwitchOutput, error)
- func (c *FWCENTER) UpdateControlPolicySwitchCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) UpdateControlPolicySwitchCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) UpdateControlPolicySwitchCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) UpdateControlPolicySwitchRequest(input *UpdateControlPolicySwitchInput) (req *request.Request, output *UpdateControlPolicySwitchOutput)
- func (c *FWCENTER) UpdateControlPolicySwitchWithContext(ctx volcengine.Context, input *UpdateControlPolicySwitchInput, ...) (*UpdateControlPolicySwitchOutput, error)
- func (c *FWCENTER) UpdateDnsControlPolicySwitch(input *UpdateDnsControlPolicySwitchInput) (*UpdateDnsControlPolicySwitchOutput, error)
- func (c *FWCENTER) UpdateDnsControlPolicySwitchCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) UpdateDnsControlPolicySwitchCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) UpdateDnsControlPolicySwitchCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) UpdateDnsControlPolicySwitchRequest(input *UpdateDnsControlPolicySwitchInput) (req *request.Request, output *UpdateDnsControlPolicySwitchOutput)
- func (c *FWCENTER) UpdateDnsControlPolicySwitchWithContext(ctx volcengine.Context, input *UpdateDnsControlPolicySwitchInput, ...) (*UpdateDnsControlPolicySwitchOutput, error)
- func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitch(input *UpdateVpcFirewallAclRuleSwitchInput) (*UpdateVpcFirewallAclRuleSwitchOutput, error)
- func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitchCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitchCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitchCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitchRequest(input *UpdateVpcFirewallAclRuleSwitchInput) (req *request.Request, output *UpdateVpcFirewallAclRuleSwitchOutput)
- func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitchWithContext(ctx volcengine.Context, input *UpdateVpcFirewallAclRuleSwitchInput, ...) (*UpdateVpcFirewallAclRuleSwitchOutput, error)
- type FWCENTERAPI
- type ModifyAddressBookInput
- func (s ModifyAddressBookInput) GoString() string
- func (s *ModifyAddressBookInput) SetAddressList(v []*string) *ModifyAddressBookInput
- func (s *ModifyAddressBookInput) SetDescription(v string) *ModifyAddressBookInput
- func (s *ModifyAddressBookInput) SetGroupName(v string) *ModifyAddressBookInput
- func (s *ModifyAddressBookInput) SetGroupUuid(v string) *ModifyAddressBookInput
- func (s ModifyAddressBookInput) String() string
- func (s *ModifyAddressBookInput) Validate() error
- type ModifyAddressBookOutput
- type ModifyControlPolicyInput
- func (s ModifyControlPolicyInput) GoString() string
- func (s *ModifyControlPolicyInput) SetAction(v string) *ModifyControlPolicyInput
- func (s *ModifyControlPolicyInput) SetDescription(v string) *ModifyControlPolicyInput
- func (s *ModifyControlPolicyInput) SetDestPort(v string) *ModifyControlPolicyInput
- func (s *ModifyControlPolicyInput) SetDestPortType(v string) *ModifyControlPolicyInput
- func (s *ModifyControlPolicyInput) SetDestination(v string) *ModifyControlPolicyInput
- func (s *ModifyControlPolicyInput) SetDestinationType(v string) *ModifyControlPolicyInput
- func (s *ModifyControlPolicyInput) SetDirection(v string) *ModifyControlPolicyInput
- func (s *ModifyControlPolicyInput) SetProto(v string) *ModifyControlPolicyInput
- func (s *ModifyControlPolicyInput) SetRuleId(v string) *ModifyControlPolicyInput
- func (s *ModifyControlPolicyInput) SetSource(v string) *ModifyControlPolicyInput
- func (s *ModifyControlPolicyInput) SetSourceType(v string) *ModifyControlPolicyInput
- func (s *ModifyControlPolicyInput) SetStatus(v bool) *ModifyControlPolicyInput
- func (s ModifyControlPolicyInput) String() string
- func (s *ModifyControlPolicyInput) Validate() error
- type ModifyControlPolicyOutput
- type ModifyControlPolicyPositionInput
- func (s ModifyControlPolicyPositionInput) GoString() string
- func (s *ModifyControlPolicyPositionInput) SetDirection(v string) *ModifyControlPolicyPositionInput
- func (s *ModifyControlPolicyPositionInput) SetNewPrio(v int32) *ModifyControlPolicyPositionInput
- func (s *ModifyControlPolicyPositionInput) SetRuleId(v string) *ModifyControlPolicyPositionInput
- func (s ModifyControlPolicyPositionInput) String() string
- func (s *ModifyControlPolicyPositionInput) Validate() error
- type ModifyControlPolicyPositionOutput
- type ModifyDnsControlPolicyInput
- func (s ModifyDnsControlPolicyInput) GoString() string
- func (s *ModifyDnsControlPolicyInput) SetDescription(v string) *ModifyDnsControlPolicyInput
- func (s *ModifyDnsControlPolicyInput) SetDestination(v string) *ModifyDnsControlPolicyInput
- func (s *ModifyDnsControlPolicyInput) SetDestinationType(v string) *ModifyDnsControlPolicyInput
- func (s *ModifyDnsControlPolicyInput) SetRuleId(v string) *ModifyDnsControlPolicyInput
- func (s *ModifyDnsControlPolicyInput) SetSource(v []*SourceForModifyDnsControlPolicyInput) *ModifyDnsControlPolicyInput
- func (s *ModifyDnsControlPolicyInput) SetStatus(v bool) *ModifyDnsControlPolicyInput
- func (s ModifyDnsControlPolicyInput) String() string
- func (s *ModifyDnsControlPolicyInput) Validate() error
- type ModifyDnsControlPolicyOutput
- type ModifyVpcFirewallAclRuleInput
- func (s ModifyVpcFirewallAclRuleInput) GoString() string
- func (s *ModifyVpcFirewallAclRuleInput) SetAction(v string) *ModifyVpcFirewallAclRuleInput
- func (s *ModifyVpcFirewallAclRuleInput) SetDescription(v string) *ModifyVpcFirewallAclRuleInput
- func (s *ModifyVpcFirewallAclRuleInput) SetDestPort(v string) *ModifyVpcFirewallAclRuleInput
- func (s *ModifyVpcFirewallAclRuleInput) SetDestPortType(v string) *ModifyVpcFirewallAclRuleInput
- func (s *ModifyVpcFirewallAclRuleInput) SetDestination(v string) *ModifyVpcFirewallAclRuleInput
- func (s *ModifyVpcFirewallAclRuleInput) SetDestinationType(v string) *ModifyVpcFirewallAclRuleInput
- func (s *ModifyVpcFirewallAclRuleInput) SetProto(v string) *ModifyVpcFirewallAclRuleInput
- func (s *ModifyVpcFirewallAclRuleInput) SetRuleId(v string) *ModifyVpcFirewallAclRuleInput
- func (s *ModifyVpcFirewallAclRuleInput) SetSource(v string) *ModifyVpcFirewallAclRuleInput
- func (s *ModifyVpcFirewallAclRuleInput) SetSourceType(v string) *ModifyVpcFirewallAclRuleInput
- func (s *ModifyVpcFirewallAclRuleInput) SetStatus(v bool) *ModifyVpcFirewallAclRuleInput
- func (s *ModifyVpcFirewallAclRuleInput) SetVpcFirewallId(v string) *ModifyVpcFirewallAclRuleInput
- func (s ModifyVpcFirewallAclRuleInput) String() string
- func (s *ModifyVpcFirewallAclRuleInput) Validate() error
- type ModifyVpcFirewallAclRuleOutput
- type ModifyVpcFirewallAclRulePositionInput
- func (s ModifyVpcFirewallAclRulePositionInput) GoString() string
- func (s *ModifyVpcFirewallAclRulePositionInput) SetNewPrio(v int32) *ModifyVpcFirewallAclRulePositionInput
- func (s *ModifyVpcFirewallAclRulePositionInput) SetRuleId(v string) *ModifyVpcFirewallAclRulePositionInput
- func (s *ModifyVpcFirewallAclRulePositionInput) SetVpcFirewallId(v string) *ModifyVpcFirewallAclRulePositionInput
- func (s ModifyVpcFirewallAclRulePositionInput) String() string
- func (s *ModifyVpcFirewallAclRulePositionInput) Validate() error
- type ModifyVpcFirewallAclRulePositionOutput
- type SourceForAddDnsControlPolicyInput
- func (s SourceForAddDnsControlPolicyInput) GoString() string
- func (s *SourceForAddDnsControlPolicyInput) SetRegion(v string) *SourceForAddDnsControlPolicyInput
- func (s *SourceForAddDnsControlPolicyInput) SetVpcId(v string) *SourceForAddDnsControlPolicyInput
- func (s SourceForAddDnsControlPolicyInput) String() string
- type SourceForDescribeDnsControlPolicyOutput
- func (s SourceForDescribeDnsControlPolicyOutput) GoString() string
- func (s *SourceForDescribeDnsControlPolicyOutput) SetRegion(v string) *SourceForDescribeDnsControlPolicyOutput
- func (s *SourceForDescribeDnsControlPolicyOutput) SetVpcId(v string) *SourceForDescribeDnsControlPolicyOutput
- func (s SourceForDescribeDnsControlPolicyOutput) String() string
- type SourceForModifyDnsControlPolicyInput
- func (s SourceForModifyDnsControlPolicyInput) GoString() string
- func (s *SourceForModifyDnsControlPolicyInput) SetRegion(v string) *SourceForModifyDnsControlPolicyInput
- func (s *SourceForModifyDnsControlPolicyInput) SetVpcId(v string) *SourceForModifyDnsControlPolicyInput
- func (s SourceForModifyDnsControlPolicyInput) String() string
- type UpdateAssetsInput
- type UpdateAssetsOutput
- type UpdateControlPolicySwitchInput
- func (s UpdateControlPolicySwitchInput) GoString() string
- func (s *UpdateControlPolicySwitchInput) SetDirection(v string) *UpdateControlPolicySwitchInput
- func (s *UpdateControlPolicySwitchInput) SetRuleIds(v []*string) *UpdateControlPolicySwitchInput
- func (s *UpdateControlPolicySwitchInput) SetStatus(v bool) *UpdateControlPolicySwitchInput
- func (s UpdateControlPolicySwitchInput) String() string
- func (s *UpdateControlPolicySwitchInput) Validate() error
- type UpdateControlPolicySwitchOutput
- type UpdateDnsControlPolicySwitchInput
- func (s UpdateDnsControlPolicySwitchInput) GoString() string
- func (s *UpdateDnsControlPolicySwitchInput) SetRuleId(v string) *UpdateDnsControlPolicySwitchInput
- func (s *UpdateDnsControlPolicySwitchInput) SetStatus(v bool) *UpdateDnsControlPolicySwitchInput
- func (s UpdateDnsControlPolicySwitchInput) String() string
- func (s *UpdateDnsControlPolicySwitchInput) Validate() error
- type UpdateDnsControlPolicySwitchOutput
- type UpdateVpcFirewallAclRuleSwitchInput
- func (s UpdateVpcFirewallAclRuleSwitchInput) GoString() string
- func (s *UpdateVpcFirewallAclRuleSwitchInput) SetRuleIds(v []*string) *UpdateVpcFirewallAclRuleSwitchInput
- func (s *UpdateVpcFirewallAclRuleSwitchInput) SetStatus(v bool) *UpdateVpcFirewallAclRuleSwitchInput
- func (s *UpdateVpcFirewallAclRuleSwitchInput) SetVpcFirewallId(v string) *UpdateVpcFirewallAclRuleSwitchInput
- func (s UpdateVpcFirewallAclRuleSwitchInput) String() string
- func (s *UpdateVpcFirewallAclRuleSwitchInput) Validate() error
- type UpdateVpcFirewallAclRuleSwitchOutput
Constants ¶
const ( ServiceName = "fw_center" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "fw_center" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddAddressBookInput ¶
type AddAddressBookInput struct { AddressList []*string `type:"list"` Description *string `type:"string"` // GroupName is a required field GroupName *string `type:"string" required:"true"` // GroupType is a required field GroupType *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AddAddressBookInput) GoString ¶
func (s AddAddressBookInput) GoString() string
GoString returns the string representation
func (*AddAddressBookInput) SetAddressList ¶
func (s *AddAddressBookInput) SetAddressList(v []*string) *AddAddressBookInput
SetAddressList sets the AddressList field's value.
func (*AddAddressBookInput) SetDescription ¶
func (s *AddAddressBookInput) SetDescription(v string) *AddAddressBookInput
SetDescription sets the Description field's value.
func (*AddAddressBookInput) SetGroupName ¶
func (s *AddAddressBookInput) SetGroupName(v string) *AddAddressBookInput
SetGroupName sets the GroupName field's value.
func (*AddAddressBookInput) SetGroupType ¶
func (s *AddAddressBookInput) SetGroupType(v string) *AddAddressBookInput
SetGroupType sets the GroupType field's value.
func (AddAddressBookInput) String ¶
func (s AddAddressBookInput) String() string
String returns the string representation
func (*AddAddressBookInput) Validate ¶
func (s *AddAddressBookInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddAddressBookOutput ¶
type AddAddressBookOutput struct { Metadata *response.ResponseMetadata GroupUuid *string `type:"string"` // contains filtered or unexported fields }
func (AddAddressBookOutput) GoString ¶
func (s AddAddressBookOutput) GoString() string
GoString returns the string representation
func (*AddAddressBookOutput) SetGroupUuid ¶
func (s *AddAddressBookOutput) SetGroupUuid(v string) *AddAddressBookOutput
SetGroupUuid sets the GroupUuid field's value.
func (AddAddressBookOutput) String ¶
func (s AddAddressBookOutput) String() string
String returns the string representation
type AddControlPolicyInput ¶
type AddControlPolicyInput struct { // Action is a required field Action *string `type:"string" required:"true"` Description *string `type:"string"` DestPort *string `type:"string"` DestPortType *string `type:"string"` // Destination is a required field Destination *string `type:"string" required:"true"` // DestinationType is a required field DestinationType *string `type:"string" required:"true"` // Direction is a required field Direction *string `type:"string" required:"true"` Prio *int32 `type:"int32"` // Proto is a required field Proto *string `type:"string" required:"true"` // Source is a required field Source *string `type:"string" required:"true"` // SourceType is a required field SourceType *string `type:"string" required:"true"` Status *bool `type:"boolean"` // contains filtered or unexported fields }
func (AddControlPolicyInput) GoString ¶
func (s AddControlPolicyInput) GoString() string
GoString returns the string representation
func (*AddControlPolicyInput) SetAction ¶
func (s *AddControlPolicyInput) SetAction(v string) *AddControlPolicyInput
SetAction sets the Action field's value.
func (*AddControlPolicyInput) SetDescription ¶
func (s *AddControlPolicyInput) SetDescription(v string) *AddControlPolicyInput
SetDescription sets the Description field's value.
func (*AddControlPolicyInput) SetDestPort ¶
func (s *AddControlPolicyInput) SetDestPort(v string) *AddControlPolicyInput
SetDestPort sets the DestPort field's value.
func (*AddControlPolicyInput) SetDestPortType ¶
func (s *AddControlPolicyInput) SetDestPortType(v string) *AddControlPolicyInput
SetDestPortType sets the DestPortType field's value.
func (*AddControlPolicyInput) SetDestination ¶
func (s *AddControlPolicyInput) SetDestination(v string) *AddControlPolicyInput
SetDestination sets the Destination field's value.
func (*AddControlPolicyInput) SetDestinationType ¶
func (s *AddControlPolicyInput) SetDestinationType(v string) *AddControlPolicyInput
SetDestinationType sets the DestinationType field's value.
func (*AddControlPolicyInput) SetDirection ¶
func (s *AddControlPolicyInput) SetDirection(v string) *AddControlPolicyInput
SetDirection sets the Direction field's value.
func (*AddControlPolicyInput) SetPrio ¶
func (s *AddControlPolicyInput) SetPrio(v int32) *AddControlPolicyInput
SetPrio sets the Prio field's value.
func (*AddControlPolicyInput) SetProto ¶
func (s *AddControlPolicyInput) SetProto(v string) *AddControlPolicyInput
SetProto sets the Proto field's value.
func (*AddControlPolicyInput) SetSource ¶
func (s *AddControlPolicyInput) SetSource(v string) *AddControlPolicyInput
SetSource sets the Source field's value.
func (*AddControlPolicyInput) SetSourceType ¶
func (s *AddControlPolicyInput) SetSourceType(v string) *AddControlPolicyInput
SetSourceType sets the SourceType field's value.
func (*AddControlPolicyInput) SetStatus ¶
func (s *AddControlPolicyInput) SetStatus(v bool) *AddControlPolicyInput
SetStatus sets the Status field's value.
func (AddControlPolicyInput) String ¶
func (s AddControlPolicyInput) String() string
String returns the string representation
func (*AddControlPolicyInput) Validate ¶
func (s *AddControlPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddControlPolicyOutput ¶
type AddControlPolicyOutput struct { Metadata *response.ResponseMetadata RuleId *string `type:"string"` // contains filtered or unexported fields }
func (AddControlPolicyOutput) GoString ¶
func (s AddControlPolicyOutput) GoString() string
GoString returns the string representation
func (*AddControlPolicyOutput) SetRuleId ¶
func (s *AddControlPolicyOutput) SetRuleId(v string) *AddControlPolicyOutput
SetRuleId sets the RuleId field's value.
func (AddControlPolicyOutput) String ¶
func (s AddControlPolicyOutput) String() string
String returns the string representation
type AddDnsControlPolicyInput ¶ added in v1.0.135
type AddDnsControlPolicyInput struct { Description *string `type:"string"` // Destination is a required field Destination *string `type:"string" required:"true"` // DestinationType is a required field DestinationType *string `type:"string" required:"true"` Source []*SourceForAddDnsControlPolicyInput `type:"list"` // contains filtered or unexported fields }
func (AddDnsControlPolicyInput) GoString ¶ added in v1.0.135
func (s AddDnsControlPolicyInput) GoString() string
GoString returns the string representation
func (*AddDnsControlPolicyInput) SetDescription ¶ added in v1.0.135
func (s *AddDnsControlPolicyInput) SetDescription(v string) *AddDnsControlPolicyInput
SetDescription sets the Description field's value.
func (*AddDnsControlPolicyInput) SetDestination ¶ added in v1.0.135
func (s *AddDnsControlPolicyInput) SetDestination(v string) *AddDnsControlPolicyInput
SetDestination sets the Destination field's value.
func (*AddDnsControlPolicyInput) SetDestinationType ¶ added in v1.0.135
func (s *AddDnsControlPolicyInput) SetDestinationType(v string) *AddDnsControlPolicyInput
SetDestinationType sets the DestinationType field's value.
func (*AddDnsControlPolicyInput) SetSource ¶ added in v1.0.135
func (s *AddDnsControlPolicyInput) SetSource(v []*SourceForAddDnsControlPolicyInput) *AddDnsControlPolicyInput
SetSource sets the Source field's value.
func (AddDnsControlPolicyInput) String ¶ added in v1.0.135
func (s AddDnsControlPolicyInput) String() string
String returns the string representation
func (*AddDnsControlPolicyInput) Validate ¶ added in v1.0.135
func (s *AddDnsControlPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddDnsControlPolicyOutput ¶ added in v1.0.135
type AddDnsControlPolicyOutput struct { Metadata *response.ResponseMetadata RuleId *string `type:"string"` // contains filtered or unexported fields }
func (AddDnsControlPolicyOutput) GoString ¶ added in v1.0.135
func (s AddDnsControlPolicyOutput) GoString() string
GoString returns the string representation
func (*AddDnsControlPolicyOutput) SetRuleId ¶ added in v1.0.135
func (s *AddDnsControlPolicyOutput) SetRuleId(v string) *AddDnsControlPolicyOutput
SetRuleId sets the RuleId field's value.
func (AddDnsControlPolicyOutput) String ¶ added in v1.0.135
func (s AddDnsControlPolicyOutput) String() string
String returns the string representation
type AddVpcFirewallAclRuleInput ¶
type AddVpcFirewallAclRuleInput struct { // Action is a required field Action *string `type:"string" required:"true"` Description *string `type:"string"` DestPort *string `type:"string"` DestPortType *string `type:"string"` // Destination is a required field Destination *string `type:"string" required:"true"` // DestinationType is a required field DestinationType *string `type:"string" required:"true"` Prio *int32 `type:"int32"` // Proto is a required field Proto *string `type:"string" required:"true"` // Source is a required field Source *string `type:"string" required:"true"` // SourceType is a required field SourceType *string `type:"string" required:"true"` Status *bool `type:"boolean"` // VpcFirewallId is a required field VpcFirewallId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (AddVpcFirewallAclRuleInput) GoString ¶
func (s AddVpcFirewallAclRuleInput) GoString() string
GoString returns the string representation
func (*AddVpcFirewallAclRuleInput) SetAction ¶
func (s *AddVpcFirewallAclRuleInput) SetAction(v string) *AddVpcFirewallAclRuleInput
SetAction sets the Action field's value.
func (*AddVpcFirewallAclRuleInput) SetDescription ¶
func (s *AddVpcFirewallAclRuleInput) SetDescription(v string) *AddVpcFirewallAclRuleInput
SetDescription sets the Description field's value.
func (*AddVpcFirewallAclRuleInput) SetDestPort ¶
func (s *AddVpcFirewallAclRuleInput) SetDestPort(v string) *AddVpcFirewallAclRuleInput
SetDestPort sets the DestPort field's value.
func (*AddVpcFirewallAclRuleInput) SetDestPortType ¶
func (s *AddVpcFirewallAclRuleInput) SetDestPortType(v string) *AddVpcFirewallAclRuleInput
SetDestPortType sets the DestPortType field's value.
func (*AddVpcFirewallAclRuleInput) SetDestination ¶
func (s *AddVpcFirewallAclRuleInput) SetDestination(v string) *AddVpcFirewallAclRuleInput
SetDestination sets the Destination field's value.
func (*AddVpcFirewallAclRuleInput) SetDestinationType ¶
func (s *AddVpcFirewallAclRuleInput) SetDestinationType(v string) *AddVpcFirewallAclRuleInput
SetDestinationType sets the DestinationType field's value.
func (*AddVpcFirewallAclRuleInput) SetPrio ¶
func (s *AddVpcFirewallAclRuleInput) SetPrio(v int32) *AddVpcFirewallAclRuleInput
SetPrio sets the Prio field's value.
func (*AddVpcFirewallAclRuleInput) SetProto ¶
func (s *AddVpcFirewallAclRuleInput) SetProto(v string) *AddVpcFirewallAclRuleInput
SetProto sets the Proto field's value.
func (*AddVpcFirewallAclRuleInput) SetSource ¶
func (s *AddVpcFirewallAclRuleInput) SetSource(v string) *AddVpcFirewallAclRuleInput
SetSource sets the Source field's value.
func (*AddVpcFirewallAclRuleInput) SetSourceType ¶
func (s *AddVpcFirewallAclRuleInput) SetSourceType(v string) *AddVpcFirewallAclRuleInput
SetSourceType sets the SourceType field's value.
func (*AddVpcFirewallAclRuleInput) SetStatus ¶
func (s *AddVpcFirewallAclRuleInput) SetStatus(v bool) *AddVpcFirewallAclRuleInput
SetStatus sets the Status field's value.
func (*AddVpcFirewallAclRuleInput) SetVpcFirewallId ¶
func (s *AddVpcFirewallAclRuleInput) SetVpcFirewallId(v string) *AddVpcFirewallAclRuleInput
SetVpcFirewallId sets the VpcFirewallId field's value.
func (AddVpcFirewallAclRuleInput) String ¶
func (s AddVpcFirewallAclRuleInput) String() string
String returns the string representation
func (*AddVpcFirewallAclRuleInput) Validate ¶
func (s *AddVpcFirewallAclRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddVpcFirewallAclRuleOutput ¶
type AddVpcFirewallAclRuleOutput struct { Metadata *response.ResponseMetadata RuleId *string `type:"string"` // contains filtered or unexported fields }
func (AddVpcFirewallAclRuleOutput) GoString ¶
func (s AddVpcFirewallAclRuleOutput) GoString() string
GoString returns the string representation
func (*AddVpcFirewallAclRuleOutput) SetRuleId ¶
func (s *AddVpcFirewallAclRuleOutput) SetRuleId(v string) *AddVpcFirewallAclRuleOutput
SetRuleId sets the RuleId field's value.
func (AddVpcFirewallAclRuleOutput) String ¶
func (s AddVpcFirewallAclRuleOutput) String() string
String returns the string representation
type AssetListInput ¶
type AssetListInput struct { Asset *string `type:"string" json:"asset"` Asset_type []*string `type:"list" json:"asset_type"` Current_page *int32 `type:"int32" json:"current_page"` Page_size *int32 `type:"int32" json:"page_size"` // Stat is a required field Stat *int32 `type:"int32" json:"stat" required:"true"` // contains filtered or unexported fields }
func (AssetListInput) GoString ¶
func (s AssetListInput) GoString() string
GoString returns the string representation
func (*AssetListInput) SetAsset ¶
func (s *AssetListInput) SetAsset(v string) *AssetListInput
SetAsset sets the Asset field's value.
func (*AssetListInput) SetAsset_type ¶
func (s *AssetListInput) SetAsset_type(v []*string) *AssetListInput
SetAsset_type sets the Asset_type field's value.
func (*AssetListInput) SetCurrent_page ¶
func (s *AssetListInput) SetCurrent_page(v int32) *AssetListInput
SetCurrent_page sets the Current_page field's value.
func (*AssetListInput) SetPage_size ¶
func (s *AssetListInput) SetPage_size(v int32) *AssetListInput
SetPage_size sets the Page_size field's value.
func (*AssetListInput) SetStat ¶
func (s *AssetListInput) SetStat(v int32) *AssetListInput
SetStat sets the Stat field's value.
func (AssetListInput) String ¶
func (s AssetListInput) String() string
String returns the string representation
func (*AssetListInput) Validate ¶
func (s *AssetListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssetListOutput ¶
type AssetListOutput struct { Metadata *response.ResponseMetadata Count *int32 `type:"int32"` Data []*DataForAssetListOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (AssetListOutput) GoString ¶
func (s AssetListOutput) GoString() string
GoString returns the string representation
func (*AssetListOutput) SetCount ¶
func (s *AssetListOutput) SetCount(v int32) *AssetListOutput
SetCount sets the Count field's value.
func (*AssetListOutput) SetData ¶
func (s *AssetListOutput) SetData(v []*DataForAssetListOutput) *AssetListOutput
SetData sets the Data field's value.
func (*AssetListOutput) SetPageNumber ¶
func (s *AssetListOutput) SetPageNumber(v int32) *AssetListOutput
SetPageNumber sets the PageNumber field's value.
func (*AssetListOutput) SetPageSize ¶
func (s *AssetListOutput) SetPageSize(v int32) *AssetListOutput
SetPageSize sets the PageSize field's value.
func (*AssetListOutput) SetTotalCount ¶
func (s *AssetListOutput) SetTotalCount(v int32) *AssetListOutput
SetTotalCount sets the TotalCount field's value.
func (AssetListOutput) String ¶
func (s AssetListOutput) String() string
String returns the string representation
type DataForAssetListOutput ¶ added in v1.0.124
type DataForAssetListOutput struct { Account_id *string `type:"string" json:"account_id"` Cluster *int32 `type:"int32" json:"cluster"` Enable *bool `type:"boolean" json:"enable"` Id *int32 `type:"int32" json:"id"` Ip *string `type:"string" json:"ip"` Name *string `type:"string" json:"name"` Region *string `type:"string" json:"region"` Type *string `type:"string" json:"type"` // contains filtered or unexported fields }
func (DataForAssetListOutput) GoString ¶ added in v1.0.124
func (s DataForAssetListOutput) GoString() string
GoString returns the string representation
func (*DataForAssetListOutput) SetAccount_id ¶ added in v1.0.124
func (s *DataForAssetListOutput) SetAccount_id(v string) *DataForAssetListOutput
SetAccount_id sets the Account_id field's value.
func (*DataForAssetListOutput) SetCluster ¶ added in v1.0.124
func (s *DataForAssetListOutput) SetCluster(v int32) *DataForAssetListOutput
SetCluster sets the Cluster field's value.
func (*DataForAssetListOutput) SetEnable ¶ added in v1.0.124
func (s *DataForAssetListOutput) SetEnable(v bool) *DataForAssetListOutput
SetEnable sets the Enable field's value.
func (*DataForAssetListOutput) SetId ¶ added in v1.0.124
func (s *DataForAssetListOutput) SetId(v int32) *DataForAssetListOutput
SetId sets the Id field's value.
func (*DataForAssetListOutput) SetIp ¶ added in v1.0.124
func (s *DataForAssetListOutput) SetIp(v string) *DataForAssetListOutput
SetIp sets the Ip field's value.
func (*DataForAssetListOutput) SetName ¶ added in v1.0.124
func (s *DataForAssetListOutput) SetName(v string) *DataForAssetListOutput
SetName sets the Name field's value.
func (*DataForAssetListOutput) SetRegion ¶ added in v1.0.124
func (s *DataForAssetListOutput) SetRegion(v string) *DataForAssetListOutput
SetRegion sets the Region field's value.
func (*DataForAssetListOutput) SetType ¶ added in v1.0.124
func (s *DataForAssetListOutput) SetType(v string) *DataForAssetListOutput
SetType sets the Type field's value.
func (DataForAssetListOutput) String ¶ added in v1.0.124
func (s DataForAssetListOutput) String() string
String returns the string representation
type DataForDescribeAddressBookOutput ¶ added in v1.0.124
type DataForDescribeAddressBookOutput struct { AddressList []*string `type:"list"` Description *string `type:"string"` GroupName *string `type:"string"` GroupType *string `type:"string"` GroupUuid *string `type:"string"` RefCnt *int32 `type:"int32"` // contains filtered or unexported fields }
func (DataForDescribeAddressBookOutput) GoString ¶ added in v1.0.124
func (s DataForDescribeAddressBookOutput) GoString() string
GoString returns the string representation
func (*DataForDescribeAddressBookOutput) SetAddressList ¶ added in v1.0.124
func (s *DataForDescribeAddressBookOutput) SetAddressList(v []*string) *DataForDescribeAddressBookOutput
SetAddressList sets the AddressList field's value.
func (*DataForDescribeAddressBookOutput) SetDescription ¶ added in v1.0.124
func (s *DataForDescribeAddressBookOutput) SetDescription(v string) *DataForDescribeAddressBookOutput
SetDescription sets the Description field's value.
func (*DataForDescribeAddressBookOutput) SetGroupName ¶ added in v1.0.124
func (s *DataForDescribeAddressBookOutput) SetGroupName(v string) *DataForDescribeAddressBookOutput
SetGroupName sets the GroupName field's value.
func (*DataForDescribeAddressBookOutput) SetGroupType ¶ added in v1.0.124
func (s *DataForDescribeAddressBookOutput) SetGroupType(v string) *DataForDescribeAddressBookOutput
SetGroupType sets the GroupType field's value.
func (*DataForDescribeAddressBookOutput) SetGroupUuid ¶ added in v1.0.124
func (s *DataForDescribeAddressBookOutput) SetGroupUuid(v string) *DataForDescribeAddressBookOutput
SetGroupUuid sets the GroupUuid field's value.
func (*DataForDescribeAddressBookOutput) SetRefCnt ¶ added in v1.0.124
func (s *DataForDescribeAddressBookOutput) SetRefCnt(v int32) *DataForDescribeAddressBookOutput
SetRefCnt sets the RefCnt field's value.
func (DataForDescribeAddressBookOutput) String ¶ added in v1.0.124
func (s DataForDescribeAddressBookOutput) String() string
String returns the string representation
type DataForDescribeControlPolicyByRuleIdOutput ¶ added in v1.0.124
type DataForDescribeControlPolicyByRuleIdOutput struct { AccountId *string `type:"string"` Action *string `type:"string"` Description *string `type:"string"` DestPort *string `type:"string"` DestPortGroupType *string `type:"string"` DestPortList []*string `type:"list"` DestPortType *string `type:"string"` Destination *string `type:"string"` DestinationCidrList []*string `type:"list"` DestinationGroupType *string `type:"string"` DestinationType *string `type:"string"` Direction *string `type:"string"` HitCnt *int32 `type:"int32"` Prio *int32 `type:"int32"` Proto *string `type:"string"` RuleId *string `type:"string"` Source *string `type:"string"` SourceCidrList []*string `type:"list"` SourceGroupType *string `type:"string"` SourceType *string `type:"string"` Status *bool `type:"boolean"` UseCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DataForDescribeControlPolicyByRuleIdOutput) GoString ¶ added in v1.0.124
func (s DataForDescribeControlPolicyByRuleIdOutput) GoString() string
GoString returns the string representation
func (*DataForDescribeControlPolicyByRuleIdOutput) SetAccountId ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetAccountId(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetAccountId sets the AccountId field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetAction ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetAction(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetAction sets the Action field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetDescription ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDescription(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetDescription sets the Description field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetDestPort ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestPort(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetDestPort sets the DestPort field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetDestPortGroupType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestPortGroupType(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetDestPortGroupType sets the DestPortGroupType field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetDestPortList ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestPortList(v []*string) *DataForDescribeControlPolicyByRuleIdOutput
SetDestPortList sets the DestPortList field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetDestPortType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestPortType(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetDestPortType sets the DestPortType field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetDestination ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestination(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetDestination sets the Destination field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetDestinationCidrList ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestinationCidrList(v []*string) *DataForDescribeControlPolicyByRuleIdOutput
SetDestinationCidrList sets the DestinationCidrList field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetDestinationGroupType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestinationGroupType(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetDestinationGroupType sets the DestinationGroupType field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetDestinationType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDestinationType(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetDestinationType sets the DestinationType field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetDirection ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetDirection(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetDirection sets the Direction field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetHitCnt ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetHitCnt(v int32) *DataForDescribeControlPolicyByRuleIdOutput
SetHitCnt sets the HitCnt field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetPrio ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetPrio(v int32) *DataForDescribeControlPolicyByRuleIdOutput
SetPrio sets the Prio field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetProto ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetProto(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetProto sets the Proto field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetRuleId ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetRuleId(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetRuleId sets the RuleId field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetSource ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetSource(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetSource sets the Source field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetSourceCidrList ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetSourceCidrList(v []*string) *DataForDescribeControlPolicyByRuleIdOutput
SetSourceCidrList sets the SourceCidrList field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetSourceGroupType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetSourceGroupType(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetSourceGroupType sets the SourceGroupType field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetSourceType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetSourceType(v string) *DataForDescribeControlPolicyByRuleIdOutput
SetSourceType sets the SourceType field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetStatus ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetStatus(v bool) *DataForDescribeControlPolicyByRuleIdOutput
SetStatus sets the Status field's value.
func (*DataForDescribeControlPolicyByRuleIdOutput) SetUseCount ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyByRuleIdOutput) SetUseCount(v int32) *DataForDescribeControlPolicyByRuleIdOutput
SetUseCount sets the UseCount field's value.
func (DataForDescribeControlPolicyByRuleIdOutput) String ¶ added in v1.0.124
func (s DataForDescribeControlPolicyByRuleIdOutput) String() string
String returns the string representation
type DataForDescribeControlPolicyOutput ¶ added in v1.0.124
type DataForDescribeControlPolicyOutput struct { AccountId *string `type:"string"` Action *string `type:"string"` Description *string `type:"string"` DestPort *string `type:"string"` DestPortGroupType *string `type:"string"` DestPortList []*string `type:"list"` DestPortType *string `type:"string"` Destination *string `type:"string"` DestinationCidrList []*string `type:"list"` DestinationGroupType *string `type:"string"` DestinationType *string `type:"string"` Direction *string `type:"string"` HitCnt *int32 `type:"int32"` Prio *int32 `type:"int32"` Proto *string `type:"string"` RuleId *string `type:"string"` Source *string `type:"string"` SourceCidrList []*string `type:"list"` SourceGroupType *string `type:"string"` SourceType *string `type:"string"` Status *bool `type:"boolean"` UseCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DataForDescribeControlPolicyOutput) GoString ¶ added in v1.0.124
func (s DataForDescribeControlPolicyOutput) GoString() string
GoString returns the string representation
func (*DataForDescribeControlPolicyOutput) SetAccountId ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetAccountId(v string) *DataForDescribeControlPolicyOutput
SetAccountId sets the AccountId field's value.
func (*DataForDescribeControlPolicyOutput) SetAction ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetAction(v string) *DataForDescribeControlPolicyOutput
SetAction sets the Action field's value.
func (*DataForDescribeControlPolicyOutput) SetDescription ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetDescription(v string) *DataForDescribeControlPolicyOutput
SetDescription sets the Description field's value.
func (*DataForDescribeControlPolicyOutput) SetDestPort ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetDestPort(v string) *DataForDescribeControlPolicyOutput
SetDestPort sets the DestPort field's value.
func (*DataForDescribeControlPolicyOutput) SetDestPortGroupType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetDestPortGroupType(v string) *DataForDescribeControlPolicyOutput
SetDestPortGroupType sets the DestPortGroupType field's value.
func (*DataForDescribeControlPolicyOutput) SetDestPortList ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetDestPortList(v []*string) *DataForDescribeControlPolicyOutput
SetDestPortList sets the DestPortList field's value.
func (*DataForDescribeControlPolicyOutput) SetDestPortType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetDestPortType(v string) *DataForDescribeControlPolicyOutput
SetDestPortType sets the DestPortType field's value.
func (*DataForDescribeControlPolicyOutput) SetDestination ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetDestination(v string) *DataForDescribeControlPolicyOutput
SetDestination sets the Destination field's value.
func (*DataForDescribeControlPolicyOutput) SetDestinationCidrList ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetDestinationCidrList(v []*string) *DataForDescribeControlPolicyOutput
SetDestinationCidrList sets the DestinationCidrList field's value.
func (*DataForDescribeControlPolicyOutput) SetDestinationGroupType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetDestinationGroupType(v string) *DataForDescribeControlPolicyOutput
SetDestinationGroupType sets the DestinationGroupType field's value.
func (*DataForDescribeControlPolicyOutput) SetDestinationType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetDestinationType(v string) *DataForDescribeControlPolicyOutput
SetDestinationType sets the DestinationType field's value.
func (*DataForDescribeControlPolicyOutput) SetDirection ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetDirection(v string) *DataForDescribeControlPolicyOutput
SetDirection sets the Direction field's value.
func (*DataForDescribeControlPolicyOutput) SetHitCnt ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetHitCnt(v int32) *DataForDescribeControlPolicyOutput
SetHitCnt sets the HitCnt field's value.
func (*DataForDescribeControlPolicyOutput) SetPrio ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetPrio(v int32) *DataForDescribeControlPolicyOutput
SetPrio sets the Prio field's value.
func (*DataForDescribeControlPolicyOutput) SetProto ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetProto(v string) *DataForDescribeControlPolicyOutput
SetProto sets the Proto field's value.
func (*DataForDescribeControlPolicyOutput) SetRuleId ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetRuleId(v string) *DataForDescribeControlPolicyOutput
SetRuleId sets the RuleId field's value.
func (*DataForDescribeControlPolicyOutput) SetSource ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetSource(v string) *DataForDescribeControlPolicyOutput
SetSource sets the Source field's value.
func (*DataForDescribeControlPolicyOutput) SetSourceCidrList ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetSourceCidrList(v []*string) *DataForDescribeControlPolicyOutput
SetSourceCidrList sets the SourceCidrList field's value.
func (*DataForDescribeControlPolicyOutput) SetSourceGroupType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetSourceGroupType(v string) *DataForDescribeControlPolicyOutput
SetSourceGroupType sets the SourceGroupType field's value.
func (*DataForDescribeControlPolicyOutput) SetSourceType ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetSourceType(v string) *DataForDescribeControlPolicyOutput
SetSourceType sets the SourceType field's value.
func (*DataForDescribeControlPolicyOutput) SetStatus ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetStatus(v bool) *DataForDescribeControlPolicyOutput
SetStatus sets the Status field's value.
func (*DataForDescribeControlPolicyOutput) SetUseCount ¶ added in v1.0.124
func (s *DataForDescribeControlPolicyOutput) SetUseCount(v int32) *DataForDescribeControlPolicyOutput
SetUseCount sets the UseCount field's value.
func (DataForDescribeControlPolicyOutput) String ¶ added in v1.0.124
func (s DataForDescribeControlPolicyOutput) String() string
String returns the string representation
type DataForDescribeDnsControlPolicyOutput ¶ added in v1.0.135
type DataForDescribeDnsControlPolicyOutput struct { AccountId *string `type:"string"` Description *string `type:"string"` Destination *string `type:"string"` DestinationGroupList []*string `type:"list"` DestinationType *string `type:"string"` DomainList []*string `type:"list"` HitCnt *int32 `type:"int32"` LastHitTime *int32 `type:"int32"` RuleId *string `type:"string"` Source []*SourceForDescribeDnsControlPolicyOutput `type:"list"` Status *bool `type:"boolean"` UseCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DataForDescribeDnsControlPolicyOutput) GoString ¶ added in v1.0.135
func (s DataForDescribeDnsControlPolicyOutput) GoString() string
GoString returns the string representation
func (*DataForDescribeDnsControlPolicyOutput) SetAccountId ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetAccountId(v string) *DataForDescribeDnsControlPolicyOutput
SetAccountId sets the AccountId field's value.
func (*DataForDescribeDnsControlPolicyOutput) SetDescription ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetDescription(v string) *DataForDescribeDnsControlPolicyOutput
SetDescription sets the Description field's value.
func (*DataForDescribeDnsControlPolicyOutput) SetDestination ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetDestination(v string) *DataForDescribeDnsControlPolicyOutput
SetDestination sets the Destination field's value.
func (*DataForDescribeDnsControlPolicyOutput) SetDestinationGroupList ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetDestinationGroupList(v []*string) *DataForDescribeDnsControlPolicyOutput
SetDestinationGroupList sets the DestinationGroupList field's value.
func (*DataForDescribeDnsControlPolicyOutput) SetDestinationType ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetDestinationType(v string) *DataForDescribeDnsControlPolicyOutput
SetDestinationType sets the DestinationType field's value.
func (*DataForDescribeDnsControlPolicyOutput) SetDomainList ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetDomainList(v []*string) *DataForDescribeDnsControlPolicyOutput
SetDomainList sets the DomainList field's value.
func (*DataForDescribeDnsControlPolicyOutput) SetHitCnt ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetHitCnt(v int32) *DataForDescribeDnsControlPolicyOutput
SetHitCnt sets the HitCnt field's value.
func (*DataForDescribeDnsControlPolicyOutput) SetLastHitTime ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetLastHitTime(v int32) *DataForDescribeDnsControlPolicyOutput
SetLastHitTime sets the LastHitTime field's value.
func (*DataForDescribeDnsControlPolicyOutput) SetRuleId ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetRuleId(v string) *DataForDescribeDnsControlPolicyOutput
SetRuleId sets the RuleId field's value.
func (*DataForDescribeDnsControlPolicyOutput) SetSource ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetSource(v []*SourceForDescribeDnsControlPolicyOutput) *DataForDescribeDnsControlPolicyOutput
SetSource sets the Source field's value.
func (*DataForDescribeDnsControlPolicyOutput) SetStatus ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetStatus(v bool) *DataForDescribeDnsControlPolicyOutput
SetStatus sets the Status field's value.
func (*DataForDescribeDnsControlPolicyOutput) SetUseCount ¶ added in v1.0.135
func (s *DataForDescribeDnsControlPolicyOutput) SetUseCount(v int32) *DataForDescribeDnsControlPolicyOutput
SetUseCount sets the UseCount field's value.
func (DataForDescribeDnsControlPolicyOutput) String ¶ added in v1.0.135
func (s DataForDescribeDnsControlPolicyOutput) String() string
String returns the string representation
type DataForDescribeVpcFirewallAclRuleListOutput ¶ added in v1.0.124
type DataForDescribeVpcFirewallAclRuleListOutput struct { AccountId *string `type:"string"` Action *string `type:"string"` Description *string `type:"string"` DestPort *string `type:"string"` DestPortGroupType *string `type:"string"` DestPortList []*string `type:"list"` DestPortType *string `type:"string"` Destination *string `type:"string"` DestinationCidrList []*string `type:"list"` DestinationGroupType *string `type:"string"` DestinationType *string `type:"string"` HitCnt *int32 `type:"int32"` Prio *int32 `type:"int32"` Proto *string `type:"string"` RuleId *string `type:"string"` Source *string `type:"string"` SourceCidrList []*string `type:"list"` SourceGroupType *string `type:"string"` SourceType *string `type:"string"` Status *bool `type:"boolean"` UseCount *int32 `type:"int32"` VpcFirewallId *string `type:"string"` VpcFirewallName *string `type:"string"` // contains filtered or unexported fields }
func (DataForDescribeVpcFirewallAclRuleListOutput) GoString ¶ added in v1.0.124
func (s DataForDescribeVpcFirewallAclRuleListOutput) GoString() string
GoString returns the string representation
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetAccountId ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetAccountId(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetAccountId sets the AccountId field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetAction ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetAction(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetAction sets the Action field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetDescription ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDescription(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetDescription sets the Description field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetDestPort ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestPort(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetDestPort sets the DestPort field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetDestPortGroupType ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestPortGroupType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetDestPortGroupType sets the DestPortGroupType field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetDestPortList ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestPortList(v []*string) *DataForDescribeVpcFirewallAclRuleListOutput
SetDestPortList sets the DestPortList field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetDestPortType ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestPortType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetDestPortType sets the DestPortType field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetDestination ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestination(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetDestination sets the Destination field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetDestinationCidrList ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestinationCidrList(v []*string) *DataForDescribeVpcFirewallAclRuleListOutput
SetDestinationCidrList sets the DestinationCidrList field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetDestinationGroupType ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestinationGroupType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetDestinationGroupType sets the DestinationGroupType field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetDestinationType ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetDestinationType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetDestinationType sets the DestinationType field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetHitCnt ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetHitCnt(v int32) *DataForDescribeVpcFirewallAclRuleListOutput
SetHitCnt sets the HitCnt field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetPrio ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetPrio(v int32) *DataForDescribeVpcFirewallAclRuleListOutput
SetPrio sets the Prio field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetProto ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetProto(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetProto sets the Proto field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetRuleId ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetRuleId(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetRuleId sets the RuleId field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetSource ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetSource(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetSource sets the Source field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetSourceCidrList ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetSourceCidrList(v []*string) *DataForDescribeVpcFirewallAclRuleListOutput
SetSourceCidrList sets the SourceCidrList field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetSourceGroupType ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetSourceGroupType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetSourceGroupType sets the SourceGroupType field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetSourceType ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetSourceType(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetSourceType sets the SourceType field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetStatus ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetStatus(v bool) *DataForDescribeVpcFirewallAclRuleListOutput
SetStatus sets the Status field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetUseCount ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetUseCount(v int32) *DataForDescribeVpcFirewallAclRuleListOutput
SetUseCount sets the UseCount field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetVpcFirewallId ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetVpcFirewallId(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetVpcFirewallId sets the VpcFirewallId field's value.
func (*DataForDescribeVpcFirewallAclRuleListOutput) SetVpcFirewallName ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallAclRuleListOutput) SetVpcFirewallName(v string) *DataForDescribeVpcFirewallAclRuleListOutput
SetVpcFirewallName sets the VpcFirewallName field's value.
func (DataForDescribeVpcFirewallAclRuleListOutput) String ¶ added in v1.0.124
func (s DataForDescribeVpcFirewallAclRuleListOutput) String() string
String returns the string representation
type DataForDescribeVpcFirewallListOutput ¶ added in v1.0.124
type DataForDescribeVpcFirewallListOutput struct { ErrMessage *string `type:"string"` FirewallStatus *string `type:"string"` PeakTrafficWithin7Day *int32 `type:"int32"` Region *string `type:"string"` RouteMode *string `type:"string"` RoutePolicyStatus *string `type:"string"` TransitRouterDescription *string `type:"string"` TransitRouterId *string `type:"string"` TransitRouterName *string `type:"string"` VpcFirewallId *string `type:"string"` VpcFirewallName *string `type:"string"` // contains filtered or unexported fields }
func (DataForDescribeVpcFirewallListOutput) GoString ¶ added in v1.0.124
func (s DataForDescribeVpcFirewallListOutput) GoString() string
GoString returns the string representation
func (*DataForDescribeVpcFirewallListOutput) SetErrMessage ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallListOutput) SetErrMessage(v string) *DataForDescribeVpcFirewallListOutput
SetErrMessage sets the ErrMessage field's value.
func (*DataForDescribeVpcFirewallListOutput) SetFirewallStatus ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallListOutput) SetFirewallStatus(v string) *DataForDescribeVpcFirewallListOutput
SetFirewallStatus sets the FirewallStatus field's value.
func (*DataForDescribeVpcFirewallListOutput) SetPeakTrafficWithin7Day ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallListOutput) SetPeakTrafficWithin7Day(v int32) *DataForDescribeVpcFirewallListOutput
SetPeakTrafficWithin7Day sets the PeakTrafficWithin7Day field's value.
func (*DataForDescribeVpcFirewallListOutput) SetRegion ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallListOutput) SetRegion(v string) *DataForDescribeVpcFirewallListOutput
SetRegion sets the Region field's value.
func (*DataForDescribeVpcFirewallListOutput) SetRouteMode ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallListOutput) SetRouteMode(v string) *DataForDescribeVpcFirewallListOutput
SetRouteMode sets the RouteMode field's value.
func (*DataForDescribeVpcFirewallListOutput) SetRoutePolicyStatus ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallListOutput) SetRoutePolicyStatus(v string) *DataForDescribeVpcFirewallListOutput
SetRoutePolicyStatus sets the RoutePolicyStatus field's value.
func (*DataForDescribeVpcFirewallListOutput) SetTransitRouterDescription ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallListOutput) SetTransitRouterDescription(v string) *DataForDescribeVpcFirewallListOutput
SetTransitRouterDescription sets the TransitRouterDescription field's value.
func (*DataForDescribeVpcFirewallListOutput) SetTransitRouterId ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallListOutput) SetTransitRouterId(v string) *DataForDescribeVpcFirewallListOutput
SetTransitRouterId sets the TransitRouterId field's value.
func (*DataForDescribeVpcFirewallListOutput) SetTransitRouterName ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallListOutput) SetTransitRouterName(v string) *DataForDescribeVpcFirewallListOutput
SetTransitRouterName sets the TransitRouterName field's value.
func (*DataForDescribeVpcFirewallListOutput) SetVpcFirewallId ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallListOutput) SetVpcFirewallId(v string) *DataForDescribeVpcFirewallListOutput
SetVpcFirewallId sets the VpcFirewallId field's value.
func (*DataForDescribeVpcFirewallListOutput) SetVpcFirewallName ¶ added in v1.0.124
func (s *DataForDescribeVpcFirewallListOutput) SetVpcFirewallName(v string) *DataForDescribeVpcFirewallListOutput
SetVpcFirewallName sets the VpcFirewallName field's value.
func (DataForDescribeVpcFirewallListOutput) String ¶ added in v1.0.124
func (s DataForDescribeVpcFirewallListOutput) String() string
String returns the string representation
type DataForDescribeVpcsOutput ¶ added in v1.0.135
type DataForDescribeVpcsOutput struct { Name *string `type:"string"` Region *string `type:"string"` VpcId *string `type:"string"` // contains filtered or unexported fields }
func (DataForDescribeVpcsOutput) GoString ¶ added in v1.0.135
func (s DataForDescribeVpcsOutput) GoString() string
GoString returns the string representation
func (*DataForDescribeVpcsOutput) SetName ¶ added in v1.0.135
func (s *DataForDescribeVpcsOutput) SetName(v string) *DataForDescribeVpcsOutput
SetName sets the Name field's value.
func (*DataForDescribeVpcsOutput) SetRegion ¶ added in v1.0.135
func (s *DataForDescribeVpcsOutput) SetRegion(v string) *DataForDescribeVpcsOutput
SetRegion sets the Region field's value.
func (*DataForDescribeVpcsOutput) SetVpcId ¶ added in v1.0.135
func (s *DataForDescribeVpcsOutput) SetVpcId(v string) *DataForDescribeVpcsOutput
SetVpcId sets the VpcId field's value.
func (DataForDescribeVpcsOutput) String ¶ added in v1.0.135
func (s DataForDescribeVpcsOutput) String() string
String returns the string representation
type DeleteAddressBookInput ¶
type DeleteAddressBookInput struct { // GroupUuid is a required field GroupUuid *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteAddressBookInput) GoString ¶
func (s DeleteAddressBookInput) GoString() string
GoString returns the string representation
func (*DeleteAddressBookInput) SetGroupUuid ¶
func (s *DeleteAddressBookInput) SetGroupUuid(v string) *DeleteAddressBookInput
SetGroupUuid sets the GroupUuid field's value.
func (DeleteAddressBookInput) String ¶
func (s DeleteAddressBookInput) String() string
String returns the string representation
func (*DeleteAddressBookInput) Validate ¶
func (s *DeleteAddressBookInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAddressBookOutput ¶
type DeleteAddressBookOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteAddressBookOutput) GoString ¶
func (s DeleteAddressBookOutput) GoString() string
GoString returns the string representation
func (DeleteAddressBookOutput) String ¶
func (s DeleteAddressBookOutput) String() string
String returns the string representation
type DeleteControlPolicyInput ¶
type DeleteControlPolicyInput struct { // Direction is a required field Direction *string `type:"string" required:"true"` // RuleId is a required field RuleId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteControlPolicyInput) GoString ¶
func (s DeleteControlPolicyInput) GoString() string
GoString returns the string representation
func (*DeleteControlPolicyInput) SetDirection ¶
func (s *DeleteControlPolicyInput) SetDirection(v string) *DeleteControlPolicyInput
SetDirection sets the Direction field's value.
func (*DeleteControlPolicyInput) SetRuleId ¶
func (s *DeleteControlPolicyInput) SetRuleId(v string) *DeleteControlPolicyInput
SetRuleId sets the RuleId field's value.
func (DeleteControlPolicyInput) String ¶
func (s DeleteControlPolicyInput) String() string
String returns the string representation
func (*DeleteControlPolicyInput) Validate ¶
func (s *DeleteControlPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteControlPolicyOutput ¶
type DeleteControlPolicyOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteControlPolicyOutput) GoString ¶
func (s DeleteControlPolicyOutput) GoString() string
GoString returns the string representation
func (DeleteControlPolicyOutput) String ¶
func (s DeleteControlPolicyOutput) String() string
String returns the string representation
type DeleteDnsControlPolicyInput ¶ added in v1.0.135
type DeleteDnsControlPolicyInput struct { // RuleId is a required field RuleId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDnsControlPolicyInput) GoString ¶ added in v1.0.135
func (s DeleteDnsControlPolicyInput) GoString() string
GoString returns the string representation
func (*DeleteDnsControlPolicyInput) SetRuleId ¶ added in v1.0.135
func (s *DeleteDnsControlPolicyInput) SetRuleId(v string) *DeleteDnsControlPolicyInput
SetRuleId sets the RuleId field's value.
func (DeleteDnsControlPolicyInput) String ¶ added in v1.0.135
func (s DeleteDnsControlPolicyInput) String() string
String returns the string representation
func (*DeleteDnsControlPolicyInput) Validate ¶ added in v1.0.135
func (s *DeleteDnsControlPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDnsControlPolicyOutput ¶ added in v1.0.135
type DeleteDnsControlPolicyOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteDnsControlPolicyOutput) GoString ¶ added in v1.0.135
func (s DeleteDnsControlPolicyOutput) GoString() string
GoString returns the string representation
func (DeleteDnsControlPolicyOutput) String ¶ added in v1.0.135
func (s DeleteDnsControlPolicyOutput) String() string
String returns the string representation
type DeleteVpcFirewallAclRuleInput ¶
type DeleteVpcFirewallAclRuleInput struct { RuleIds []*string `type:"list"` // VpcFirewallId is a required field VpcFirewallId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteVpcFirewallAclRuleInput) GoString ¶
func (s DeleteVpcFirewallAclRuleInput) GoString() string
GoString returns the string representation
func (*DeleteVpcFirewallAclRuleInput) SetRuleIds ¶
func (s *DeleteVpcFirewallAclRuleInput) SetRuleIds(v []*string) *DeleteVpcFirewallAclRuleInput
SetRuleIds sets the RuleIds field's value.
func (*DeleteVpcFirewallAclRuleInput) SetVpcFirewallId ¶
func (s *DeleteVpcFirewallAclRuleInput) SetVpcFirewallId(v string) *DeleteVpcFirewallAclRuleInput
SetVpcFirewallId sets the VpcFirewallId field's value.
func (DeleteVpcFirewallAclRuleInput) String ¶
func (s DeleteVpcFirewallAclRuleInput) String() string
String returns the string representation
func (*DeleteVpcFirewallAclRuleInput) Validate ¶
func (s *DeleteVpcFirewallAclRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVpcFirewallAclRuleOutput ¶
type DeleteVpcFirewallAclRuleOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteVpcFirewallAclRuleOutput) GoString ¶
func (s DeleteVpcFirewallAclRuleOutput) GoString() string
GoString returns the string representation
func (DeleteVpcFirewallAclRuleOutput) String ¶
func (s DeleteVpcFirewallAclRuleOutput) String() string
String returns the string representation
type DescribeAddressBookInput ¶
type DescribeAddressBookInput struct { GroupType *string `type:"string"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` Query *string `type:"string"` // contains filtered or unexported fields }
func (DescribeAddressBookInput) GoString ¶
func (s DescribeAddressBookInput) GoString() string
GoString returns the string representation
func (*DescribeAddressBookInput) SetGroupType ¶
func (s *DescribeAddressBookInput) SetGroupType(v string) *DescribeAddressBookInput
SetGroupType sets the GroupType field's value.
func (*DescribeAddressBookInput) SetPageNumber ¶
func (s *DescribeAddressBookInput) SetPageNumber(v int32) *DescribeAddressBookInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeAddressBookInput) SetPageSize ¶
func (s *DescribeAddressBookInput) SetPageSize(v int32) *DescribeAddressBookInput
SetPageSize sets the PageSize field's value.
func (*DescribeAddressBookInput) SetQuery ¶
func (s *DescribeAddressBookInput) SetQuery(v string) *DescribeAddressBookInput
SetQuery sets the Query field's value.
func (DescribeAddressBookInput) String ¶
func (s DescribeAddressBookInput) String() string
String returns the string representation
type DescribeAddressBookOutput ¶
type DescribeAddressBookOutput struct { Metadata *response.ResponseMetadata Count *int32 `type:"int32"` Data []*DataForDescribeAddressBookOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeAddressBookOutput) GoString ¶
func (s DescribeAddressBookOutput) GoString() string
GoString returns the string representation
func (*DescribeAddressBookOutput) SetCount ¶
func (s *DescribeAddressBookOutput) SetCount(v int32) *DescribeAddressBookOutput
SetCount sets the Count field's value.
func (*DescribeAddressBookOutput) SetData ¶
func (s *DescribeAddressBookOutput) SetData(v []*DataForDescribeAddressBookOutput) *DescribeAddressBookOutput
SetData sets the Data field's value.
func (*DescribeAddressBookOutput) SetPageNumber ¶
func (s *DescribeAddressBookOutput) SetPageNumber(v int32) *DescribeAddressBookOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeAddressBookOutput) SetPageSize ¶
func (s *DescribeAddressBookOutput) SetPageSize(v int32) *DescribeAddressBookOutput
SetPageSize sets the PageSize field's value.
func (*DescribeAddressBookOutput) SetTotalCount ¶
func (s *DescribeAddressBookOutput) SetTotalCount(v int32) *DescribeAddressBookOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeAddressBookOutput) String ¶
func (s DescribeAddressBookOutput) String() string
String returns the string representation
type DescribeControlPolicyByRuleIdInput ¶
type DescribeControlPolicyByRuleIdInput struct { // Direction is a required field Direction *string `type:"string" required:"true"` RuleIds []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeControlPolicyByRuleIdInput) GoString ¶
func (s DescribeControlPolicyByRuleIdInput) GoString() string
GoString returns the string representation
func (*DescribeControlPolicyByRuleIdInput) SetDirection ¶
func (s *DescribeControlPolicyByRuleIdInput) SetDirection(v string) *DescribeControlPolicyByRuleIdInput
SetDirection sets the Direction field's value.
func (*DescribeControlPolicyByRuleIdInput) SetRuleIds ¶
func (s *DescribeControlPolicyByRuleIdInput) SetRuleIds(v []*string) *DescribeControlPolicyByRuleIdInput
SetRuleIds sets the RuleIds field's value.
func (DescribeControlPolicyByRuleIdInput) String ¶
func (s DescribeControlPolicyByRuleIdInput) String() string
String returns the string representation
func (*DescribeControlPolicyByRuleIdInput) Validate ¶
func (s *DescribeControlPolicyByRuleIdInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeControlPolicyByRuleIdOutput ¶
type DescribeControlPolicyByRuleIdOutput struct { Metadata *response.ResponseMetadata Data []*DataForDescribeControlPolicyByRuleIdOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeControlPolicyByRuleIdOutput) GoString ¶
func (s DescribeControlPolicyByRuleIdOutput) GoString() string
GoString returns the string representation
func (*DescribeControlPolicyByRuleIdOutput) SetData ¶
func (s *DescribeControlPolicyByRuleIdOutput) SetData(v []*DataForDescribeControlPolicyByRuleIdOutput) *DescribeControlPolicyByRuleIdOutput
SetData sets the Data field's value.
func (DescribeControlPolicyByRuleIdOutput) String ¶
func (s DescribeControlPolicyByRuleIdOutput) String() string
String returns the string representation
type DescribeControlPolicyInput ¶
type DescribeControlPolicyInput struct { Action []*string `type:"list"` Description *string `type:"string"` Destination *string `type:"string"` // Direction is a required field Direction *string `type:"string" required:"true"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` Proto []*string `type:"list"` RuleId *string `type:"string"` Source *string `type:"string"` Status []*bool `type:"list"` // contains filtered or unexported fields }
func (DescribeControlPolicyInput) GoString ¶
func (s DescribeControlPolicyInput) GoString() string
GoString returns the string representation
func (*DescribeControlPolicyInput) SetAction ¶
func (s *DescribeControlPolicyInput) SetAction(v []*string) *DescribeControlPolicyInput
SetAction sets the Action field's value.
func (*DescribeControlPolicyInput) SetDescription ¶ added in v1.0.124
func (s *DescribeControlPolicyInput) SetDescription(v string) *DescribeControlPolicyInput
SetDescription sets the Description field's value.
func (*DescribeControlPolicyInput) SetDestination ¶
func (s *DescribeControlPolicyInput) SetDestination(v string) *DescribeControlPolicyInput
SetDestination sets the Destination field's value.
func (*DescribeControlPolicyInput) SetDirection ¶
func (s *DescribeControlPolicyInput) SetDirection(v string) *DescribeControlPolicyInput
SetDirection sets the Direction field's value.
func (*DescribeControlPolicyInput) SetPageNumber ¶
func (s *DescribeControlPolicyInput) SetPageNumber(v int32) *DescribeControlPolicyInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeControlPolicyInput) SetPageSize ¶
func (s *DescribeControlPolicyInput) SetPageSize(v int32) *DescribeControlPolicyInput
SetPageSize sets the PageSize field's value.
func (*DescribeControlPolicyInput) SetProto ¶
func (s *DescribeControlPolicyInput) SetProto(v []*string) *DescribeControlPolicyInput
SetProto sets the Proto field's value.
func (*DescribeControlPolicyInput) SetRuleId ¶ added in v1.0.124
func (s *DescribeControlPolicyInput) SetRuleId(v string) *DescribeControlPolicyInput
SetRuleId sets the RuleId field's value.
func (*DescribeControlPolicyInput) SetSource ¶
func (s *DescribeControlPolicyInput) SetSource(v string) *DescribeControlPolicyInput
SetSource sets the Source field's value.
func (*DescribeControlPolicyInput) SetStatus ¶
func (s *DescribeControlPolicyInput) SetStatus(v []*bool) *DescribeControlPolicyInput
SetStatus sets the Status field's value.
func (DescribeControlPolicyInput) String ¶
func (s DescribeControlPolicyInput) String() string
String returns the string representation
func (*DescribeControlPolicyInput) Validate ¶
func (s *DescribeControlPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeControlPolicyOutput ¶
type DescribeControlPolicyOutput struct { Metadata *response.ResponseMetadata Count *int32 `type:"int32"` Data []*DataForDescribeControlPolicyOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeControlPolicyOutput) GoString ¶
func (s DescribeControlPolicyOutput) GoString() string
GoString returns the string representation
func (*DescribeControlPolicyOutput) SetCount ¶
func (s *DescribeControlPolicyOutput) SetCount(v int32) *DescribeControlPolicyOutput
SetCount sets the Count field's value.
func (*DescribeControlPolicyOutput) SetData ¶
func (s *DescribeControlPolicyOutput) SetData(v []*DataForDescribeControlPolicyOutput) *DescribeControlPolicyOutput
SetData sets the Data field's value.
func (*DescribeControlPolicyOutput) SetPageNumber ¶
func (s *DescribeControlPolicyOutput) SetPageNumber(v int32) *DescribeControlPolicyOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeControlPolicyOutput) SetPageSize ¶
func (s *DescribeControlPolicyOutput) SetPageSize(v int32) *DescribeControlPolicyOutput
SetPageSize sets the PageSize field's value.
func (*DescribeControlPolicyOutput) SetTotalCount ¶
func (s *DescribeControlPolicyOutput) SetTotalCount(v int32) *DescribeControlPolicyOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeControlPolicyOutput) String ¶
func (s DescribeControlPolicyOutput) String() string
String returns the string representation
type DescribeControlPolicyPriorUsedInput ¶
type DescribeControlPolicyPriorUsedInput struct { // Direction is a required field Direction *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeControlPolicyPriorUsedInput) GoString ¶
func (s DescribeControlPolicyPriorUsedInput) GoString() string
GoString returns the string representation
func (*DescribeControlPolicyPriorUsedInput) SetDirection ¶
func (s *DescribeControlPolicyPriorUsedInput) SetDirection(v string) *DescribeControlPolicyPriorUsedInput
SetDirection sets the Direction field's value.
func (DescribeControlPolicyPriorUsedInput) String ¶
func (s DescribeControlPolicyPriorUsedInput) String() string
String returns the string representation
func (*DescribeControlPolicyPriorUsedInput) Validate ¶
func (s *DescribeControlPolicyPriorUsedInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeControlPolicyPriorUsedOutput ¶
type DescribeControlPolicyPriorUsedOutput struct { Metadata *response.ResponseMetadata AccountId *string `type:"string"` End *int32 `type:"int32"` Start *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeControlPolicyPriorUsedOutput) GoString ¶
func (s DescribeControlPolicyPriorUsedOutput) GoString() string
GoString returns the string representation
func (*DescribeControlPolicyPriorUsedOutput) SetAccountId ¶
func (s *DescribeControlPolicyPriorUsedOutput) SetAccountId(v string) *DescribeControlPolicyPriorUsedOutput
SetAccountId sets the AccountId field's value.
func (*DescribeControlPolicyPriorUsedOutput) SetEnd ¶
func (s *DescribeControlPolicyPriorUsedOutput) SetEnd(v int32) *DescribeControlPolicyPriorUsedOutput
SetEnd sets the End field's value.
func (*DescribeControlPolicyPriorUsedOutput) SetStart ¶
func (s *DescribeControlPolicyPriorUsedOutput) SetStart(v int32) *DescribeControlPolicyPriorUsedOutput
SetStart sets the Start field's value.
func (DescribeControlPolicyPriorUsedOutput) String ¶
func (s DescribeControlPolicyPriorUsedOutput) String() string
String returns the string representation
type DescribeDnsControlPolicyInput ¶ added in v1.0.135
type DescribeDnsControlPolicyInput struct { Description *string `type:"string"` Destination []*string `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` RuleId []*string `type:"list"` Source []*string `type:"list"` Status []*bool `type:"list"` // contains filtered or unexported fields }
func (DescribeDnsControlPolicyInput) GoString ¶ added in v1.0.135
func (s DescribeDnsControlPolicyInput) GoString() string
GoString returns the string representation
func (*DescribeDnsControlPolicyInput) SetDescription ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyInput) SetDescription(v string) *DescribeDnsControlPolicyInput
SetDescription sets the Description field's value.
func (*DescribeDnsControlPolicyInput) SetDestination ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyInput) SetDestination(v []*string) *DescribeDnsControlPolicyInput
SetDestination sets the Destination field's value.
func (*DescribeDnsControlPolicyInput) SetPageNumber ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyInput) SetPageNumber(v int32) *DescribeDnsControlPolicyInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeDnsControlPolicyInput) SetPageSize ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyInput) SetPageSize(v int32) *DescribeDnsControlPolicyInput
SetPageSize sets the PageSize field's value.
func (*DescribeDnsControlPolicyInput) SetRuleId ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyInput) SetRuleId(v []*string) *DescribeDnsControlPolicyInput
SetRuleId sets the RuleId field's value.
func (*DescribeDnsControlPolicyInput) SetSource ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyInput) SetSource(v []*string) *DescribeDnsControlPolicyInput
SetSource sets the Source field's value.
func (*DescribeDnsControlPolicyInput) SetStatus ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyInput) SetStatus(v []*bool) *DescribeDnsControlPolicyInput
SetStatus sets the Status field's value.
func (DescribeDnsControlPolicyInput) String ¶ added in v1.0.135
func (s DescribeDnsControlPolicyInput) String() string
String returns the string representation
type DescribeDnsControlPolicyOutput ¶ added in v1.0.135
type DescribeDnsControlPolicyOutput struct { Metadata *response.ResponseMetadata Count *int32 `type:"int32"` Data []*DataForDescribeDnsControlPolicyOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeDnsControlPolicyOutput) GoString ¶ added in v1.0.135
func (s DescribeDnsControlPolicyOutput) GoString() string
GoString returns the string representation
func (*DescribeDnsControlPolicyOutput) SetCount ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyOutput) SetCount(v int32) *DescribeDnsControlPolicyOutput
SetCount sets the Count field's value.
func (*DescribeDnsControlPolicyOutput) SetData ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyOutput) SetData(v []*DataForDescribeDnsControlPolicyOutput) *DescribeDnsControlPolicyOutput
SetData sets the Data field's value.
func (*DescribeDnsControlPolicyOutput) SetPageNumber ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyOutput) SetPageNumber(v int32) *DescribeDnsControlPolicyOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeDnsControlPolicyOutput) SetPageSize ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyOutput) SetPageSize(v int32) *DescribeDnsControlPolicyOutput
SetPageSize sets the PageSize field's value.
func (*DescribeDnsControlPolicyOutput) SetTotalCount ¶ added in v1.0.135
func (s *DescribeDnsControlPolicyOutput) SetTotalCount(v int32) *DescribeDnsControlPolicyOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeDnsControlPolicyOutput) String ¶ added in v1.0.135
func (s DescribeDnsControlPolicyOutput) String() string
String returns the string representation
type DescribeVpcFirewallAclRuleListInput ¶
type DescribeVpcFirewallAclRuleListInput struct { Action []*string `type:"list"` Description *string `type:"string"` Destination *string `type:"string"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` Proto []*string `type:"list"` RuleId *string `type:"string"` Source *string `type:"string"` Status []*bool `type:"list"` // VpcFirewallId is a required field VpcFirewallId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeVpcFirewallAclRuleListInput) GoString ¶
func (s DescribeVpcFirewallAclRuleListInput) GoString() string
GoString returns the string representation
func (*DescribeVpcFirewallAclRuleListInput) SetAction ¶
func (s *DescribeVpcFirewallAclRuleListInput) SetAction(v []*string) *DescribeVpcFirewallAclRuleListInput
SetAction sets the Action field's value.
func (*DescribeVpcFirewallAclRuleListInput) SetDescription ¶ added in v1.0.124
func (s *DescribeVpcFirewallAclRuleListInput) SetDescription(v string) *DescribeVpcFirewallAclRuleListInput
SetDescription sets the Description field's value.
func (*DescribeVpcFirewallAclRuleListInput) SetDestination ¶
func (s *DescribeVpcFirewallAclRuleListInput) SetDestination(v string) *DescribeVpcFirewallAclRuleListInput
SetDestination sets the Destination field's value.
func (*DescribeVpcFirewallAclRuleListInput) SetPageNumber ¶
func (s *DescribeVpcFirewallAclRuleListInput) SetPageNumber(v int32) *DescribeVpcFirewallAclRuleListInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpcFirewallAclRuleListInput) SetPageSize ¶
func (s *DescribeVpcFirewallAclRuleListInput) SetPageSize(v int32) *DescribeVpcFirewallAclRuleListInput
SetPageSize sets the PageSize field's value.
func (*DescribeVpcFirewallAclRuleListInput) SetProto ¶
func (s *DescribeVpcFirewallAclRuleListInput) SetProto(v []*string) *DescribeVpcFirewallAclRuleListInput
SetProto sets the Proto field's value.
func (*DescribeVpcFirewallAclRuleListInput) SetRuleId ¶ added in v1.0.124
func (s *DescribeVpcFirewallAclRuleListInput) SetRuleId(v string) *DescribeVpcFirewallAclRuleListInput
SetRuleId sets the RuleId field's value.
func (*DescribeVpcFirewallAclRuleListInput) SetSource ¶
func (s *DescribeVpcFirewallAclRuleListInput) SetSource(v string) *DescribeVpcFirewallAclRuleListInput
SetSource sets the Source field's value.
func (*DescribeVpcFirewallAclRuleListInput) SetStatus ¶
func (s *DescribeVpcFirewallAclRuleListInput) SetStatus(v []*bool) *DescribeVpcFirewallAclRuleListInput
SetStatus sets the Status field's value.
func (*DescribeVpcFirewallAclRuleListInput) SetVpcFirewallId ¶
func (s *DescribeVpcFirewallAclRuleListInput) SetVpcFirewallId(v string) *DescribeVpcFirewallAclRuleListInput
SetVpcFirewallId sets the VpcFirewallId field's value.
func (DescribeVpcFirewallAclRuleListInput) String ¶
func (s DescribeVpcFirewallAclRuleListInput) String() string
String returns the string representation
func (*DescribeVpcFirewallAclRuleListInput) Validate ¶
func (s *DescribeVpcFirewallAclRuleListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeVpcFirewallAclRuleListOutput ¶
type DescribeVpcFirewallAclRuleListOutput struct { Metadata *response.ResponseMetadata Count *int32 `type:"int32"` Data []*DataForDescribeVpcFirewallAclRuleListOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeVpcFirewallAclRuleListOutput) GoString ¶
func (s DescribeVpcFirewallAclRuleListOutput) GoString() string
GoString returns the string representation
func (*DescribeVpcFirewallAclRuleListOutput) SetCount ¶
func (s *DescribeVpcFirewallAclRuleListOutput) SetCount(v int32) *DescribeVpcFirewallAclRuleListOutput
SetCount sets the Count field's value.
func (*DescribeVpcFirewallAclRuleListOutput) SetData ¶
func (s *DescribeVpcFirewallAclRuleListOutput) SetData(v []*DataForDescribeVpcFirewallAclRuleListOutput) *DescribeVpcFirewallAclRuleListOutput
SetData sets the Data field's value.
func (*DescribeVpcFirewallAclRuleListOutput) SetPageNumber ¶
func (s *DescribeVpcFirewallAclRuleListOutput) SetPageNumber(v int32) *DescribeVpcFirewallAclRuleListOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpcFirewallAclRuleListOutput) SetPageSize ¶
func (s *DescribeVpcFirewallAclRuleListOutput) SetPageSize(v int32) *DescribeVpcFirewallAclRuleListOutput
SetPageSize sets the PageSize field's value.
func (*DescribeVpcFirewallAclRuleListOutput) SetTotalCount ¶
func (s *DescribeVpcFirewallAclRuleListOutput) SetTotalCount(v int32) *DescribeVpcFirewallAclRuleListOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeVpcFirewallAclRuleListOutput) String ¶
func (s DescribeVpcFirewallAclRuleListOutput) String() string
String returns the string representation
type DescribeVpcFirewallAclRulePriorUsedInput ¶
type DescribeVpcFirewallAclRulePriorUsedInput struct { // VpcFirewallId is a required field VpcFirewallId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeVpcFirewallAclRulePriorUsedInput) GoString ¶
func (s DescribeVpcFirewallAclRulePriorUsedInput) GoString() string
GoString returns the string representation
func (*DescribeVpcFirewallAclRulePriorUsedInput) SetVpcFirewallId ¶
func (s *DescribeVpcFirewallAclRulePriorUsedInput) SetVpcFirewallId(v string) *DescribeVpcFirewallAclRulePriorUsedInput
SetVpcFirewallId sets the VpcFirewallId field's value.
func (DescribeVpcFirewallAclRulePriorUsedInput) String ¶
func (s DescribeVpcFirewallAclRulePriorUsedInput) String() string
String returns the string representation
func (*DescribeVpcFirewallAclRulePriorUsedInput) Validate ¶
func (s *DescribeVpcFirewallAclRulePriorUsedInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeVpcFirewallAclRulePriorUsedOutput ¶
type DescribeVpcFirewallAclRulePriorUsedOutput struct { Metadata *response.ResponseMetadata AccountId *string `type:"string"` End *int32 `type:"int32"` Start *int32 `type:"int32"` VpcFirewallId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeVpcFirewallAclRulePriorUsedOutput) GoString ¶
func (s DescribeVpcFirewallAclRulePriorUsedOutput) GoString() string
GoString returns the string representation
func (*DescribeVpcFirewallAclRulePriorUsedOutput) SetAccountId ¶
func (s *DescribeVpcFirewallAclRulePriorUsedOutput) SetAccountId(v string) *DescribeVpcFirewallAclRulePriorUsedOutput
SetAccountId sets the AccountId field's value.
func (*DescribeVpcFirewallAclRulePriorUsedOutput) SetEnd ¶
func (s *DescribeVpcFirewallAclRulePriorUsedOutput) SetEnd(v int32) *DescribeVpcFirewallAclRulePriorUsedOutput
SetEnd sets the End field's value.
func (*DescribeVpcFirewallAclRulePriorUsedOutput) SetStart ¶
func (s *DescribeVpcFirewallAclRulePriorUsedOutput) SetStart(v int32) *DescribeVpcFirewallAclRulePriorUsedOutput
SetStart sets the Start field's value.
func (*DescribeVpcFirewallAclRulePriorUsedOutput) SetVpcFirewallId ¶
func (s *DescribeVpcFirewallAclRulePriorUsedOutput) SetVpcFirewallId(v string) *DescribeVpcFirewallAclRulePriorUsedOutput
SetVpcFirewallId sets the VpcFirewallId field's value.
func (DescribeVpcFirewallAclRulePriorUsedOutput) String ¶
func (s DescribeVpcFirewallAclRulePriorUsedOutput) String() string
String returns the string representation
type DescribeVpcFirewallListInput ¶
type DescribeVpcFirewallListInput struct { FirewallStatus []*string `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` RegionCode []*string `type:"list"` RouteMode []*string `type:"list"` RoutePolicyStatus []*string `type:"list"` TransitRouterId *string `type:"string"` TransitRouterName *string `type:"string"` VpcFirewallId *string `type:"string"` VpcFirewallName *string `type:"string"` // contains filtered or unexported fields }
func (DescribeVpcFirewallListInput) GoString ¶
func (s DescribeVpcFirewallListInput) GoString() string
GoString returns the string representation
func (*DescribeVpcFirewallListInput) SetFirewallStatus ¶
func (s *DescribeVpcFirewallListInput) SetFirewallStatus(v []*string) *DescribeVpcFirewallListInput
SetFirewallStatus sets the FirewallStatus field's value.
func (*DescribeVpcFirewallListInput) SetPageNumber ¶
func (s *DescribeVpcFirewallListInput) SetPageNumber(v int32) *DescribeVpcFirewallListInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpcFirewallListInput) SetPageSize ¶
func (s *DescribeVpcFirewallListInput) SetPageSize(v int32) *DescribeVpcFirewallListInput
SetPageSize sets the PageSize field's value.
func (*DescribeVpcFirewallListInput) SetRegionCode ¶
func (s *DescribeVpcFirewallListInput) SetRegionCode(v []*string) *DescribeVpcFirewallListInput
SetRegionCode sets the RegionCode field's value.
func (*DescribeVpcFirewallListInput) SetRouteMode ¶ added in v1.0.124
func (s *DescribeVpcFirewallListInput) SetRouteMode(v []*string) *DescribeVpcFirewallListInput
SetRouteMode sets the RouteMode field's value.
func (*DescribeVpcFirewallListInput) SetRoutePolicyStatus ¶
func (s *DescribeVpcFirewallListInput) SetRoutePolicyStatus(v []*string) *DescribeVpcFirewallListInput
SetRoutePolicyStatus sets the RoutePolicyStatus field's value.
func (*DescribeVpcFirewallListInput) SetTransitRouterId ¶
func (s *DescribeVpcFirewallListInput) SetTransitRouterId(v string) *DescribeVpcFirewallListInput
SetTransitRouterId sets the TransitRouterId field's value.
func (*DescribeVpcFirewallListInput) SetTransitRouterName ¶
func (s *DescribeVpcFirewallListInput) SetTransitRouterName(v string) *DescribeVpcFirewallListInput
SetTransitRouterName sets the TransitRouterName field's value.
func (*DescribeVpcFirewallListInput) SetVpcFirewallId ¶
func (s *DescribeVpcFirewallListInput) SetVpcFirewallId(v string) *DescribeVpcFirewallListInput
SetVpcFirewallId sets the VpcFirewallId field's value.
func (*DescribeVpcFirewallListInput) SetVpcFirewallName ¶
func (s *DescribeVpcFirewallListInput) SetVpcFirewallName(v string) *DescribeVpcFirewallListInput
SetVpcFirewallName sets the VpcFirewallName field's value.
func (DescribeVpcFirewallListInput) String ¶
func (s DescribeVpcFirewallListInput) String() string
String returns the string representation
type DescribeVpcFirewallListOutput ¶
type DescribeVpcFirewallListOutput struct { Metadata *response.ResponseMetadata Count *int32 `type:"int32"` Data []*DataForDescribeVpcFirewallListOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeVpcFirewallListOutput) GoString ¶
func (s DescribeVpcFirewallListOutput) GoString() string
GoString returns the string representation
func (*DescribeVpcFirewallListOutput) SetCount ¶
func (s *DescribeVpcFirewallListOutput) SetCount(v int32) *DescribeVpcFirewallListOutput
SetCount sets the Count field's value.
func (*DescribeVpcFirewallListOutput) SetData ¶
func (s *DescribeVpcFirewallListOutput) SetData(v []*DataForDescribeVpcFirewallListOutput) *DescribeVpcFirewallListOutput
SetData sets the Data field's value.
func (*DescribeVpcFirewallListOutput) SetPageNumber ¶
func (s *DescribeVpcFirewallListOutput) SetPageNumber(v int32) *DescribeVpcFirewallListOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeVpcFirewallListOutput) SetPageSize ¶
func (s *DescribeVpcFirewallListOutput) SetPageSize(v int32) *DescribeVpcFirewallListOutput
SetPageSize sets the PageSize field's value.
func (*DescribeVpcFirewallListOutput) SetTotalCount ¶
func (s *DescribeVpcFirewallListOutput) SetTotalCount(v int32) *DescribeVpcFirewallListOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeVpcFirewallListOutput) String ¶
func (s DescribeVpcFirewallListOutput) String() string
String returns the string representation
type DescribeVpcsInput ¶ added in v1.0.135
type DescribeVpcsInput struct {
// contains filtered or unexported fields
}
func (DescribeVpcsInput) GoString ¶ added in v1.0.135
func (s DescribeVpcsInput) GoString() string
GoString returns the string representation
func (DescribeVpcsInput) String ¶ added in v1.0.135
func (s DescribeVpcsInput) String() string
String returns the string representation
type DescribeVpcsOutput ¶ added in v1.0.135
type DescribeVpcsOutput struct { Metadata *response.ResponseMetadata Data []*DataForDescribeVpcsOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeVpcsOutput) GoString ¶ added in v1.0.135
func (s DescribeVpcsOutput) GoString() string
GoString returns the string representation
func (*DescribeVpcsOutput) SetData ¶ added in v1.0.135
func (s *DescribeVpcsOutput) SetData(v []*DataForDescribeVpcsOutput) *DescribeVpcsOutput
SetData sets the Data field's value.
func (DescribeVpcsOutput) String ¶ added in v1.0.135
func (s DescribeVpcsOutput) String() string
String returns the string representation
type FWCENTER ¶
FWCENTER provides the API operation methods for making requests to FWCENTER. See this package's package overview docs for details on the service.
FWCENTER methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *FWCENTER
New create int can support ssl or region locate set
func (*FWCENTER) AddAddressBook ¶
func (c *FWCENTER) AddAddressBook(input *AddAddressBookInput) (*AddAddressBookOutput, error)
AddAddressBook API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation AddAddressBook for usage and error information.
func (*FWCENTER) AddAddressBookCommon ¶
func (c *FWCENTER) AddAddressBookCommon(input *map[string]interface{}) (*map[string]interface{}, error)
AddAddressBookCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation AddAddressBookCommon for usage and error information.
func (*FWCENTER) AddAddressBookCommonRequest ¶
func (c *FWCENTER) AddAddressBookCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AddAddressBookCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddAddressBookCommon operation. The "output" return value will be populated with the AddAddressBookCommon request's response once the request completes successfully.
Use "Send" method on the returned AddAddressBookCommon Request to send the API call to the service. the "output" return value is not valid until after AddAddressBookCommon Send returns without error.
See AddAddressBookCommon for more information on using the AddAddressBookCommon API call, and error handling.
// Example sending a request using the AddAddressBookCommonRequest method. req, resp := client.AddAddressBookCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) AddAddressBookCommonWithContext ¶
func (c *FWCENTER) AddAddressBookCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AddAddressBookCommonWithContext is the same as AddAddressBookCommon with the addition of the ability to pass a context and additional request options.
See AddAddressBookCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) AddAddressBookRequest ¶
func (c *FWCENTER) AddAddressBookRequest(input *AddAddressBookInput) (req *request.Request, output *AddAddressBookOutput)
AddAddressBookRequest generates a "volcengine/request.Request" representing the client's request for the AddAddressBook operation. The "output" return value will be populated with the AddAddressBookCommon request's response once the request completes successfully.
Use "Send" method on the returned AddAddressBookCommon Request to send the API call to the service. the "output" return value is not valid until after AddAddressBookCommon Send returns without error.
See AddAddressBook for more information on using the AddAddressBook API call, and error handling.
// Example sending a request using the AddAddressBookRequest method. req, resp := client.AddAddressBookRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) AddAddressBookWithContext ¶
func (c *FWCENTER) AddAddressBookWithContext(ctx volcengine.Context, input *AddAddressBookInput, opts ...request.Option) (*AddAddressBookOutput, error)
AddAddressBookWithContext is the same as AddAddressBook with the addition of the ability to pass a context and additional request options.
See AddAddressBook for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) AddControlPolicy ¶
func (c *FWCENTER) AddControlPolicy(input *AddControlPolicyInput) (*AddControlPolicyOutput, error)
AddControlPolicy API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation AddControlPolicy for usage and error information.
func (*FWCENTER) AddControlPolicyCommon ¶
func (c *FWCENTER) AddControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
AddControlPolicyCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation AddControlPolicyCommon for usage and error information.
func (*FWCENTER) AddControlPolicyCommonRequest ¶
func (c *FWCENTER) AddControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AddControlPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddControlPolicyCommon operation. The "output" return value will be populated with the AddControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned AddControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after AddControlPolicyCommon Send returns without error.
See AddControlPolicyCommon for more information on using the AddControlPolicyCommon API call, and error handling.
// Example sending a request using the AddControlPolicyCommonRequest method. req, resp := client.AddControlPolicyCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) AddControlPolicyCommonWithContext ¶
func (c *FWCENTER) AddControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AddControlPolicyCommonWithContext is the same as AddControlPolicyCommon with the addition of the ability to pass a context and additional request options.
See AddControlPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) AddControlPolicyRequest ¶
func (c *FWCENTER) AddControlPolicyRequest(input *AddControlPolicyInput) (req *request.Request, output *AddControlPolicyOutput)
AddControlPolicyRequest generates a "volcengine/request.Request" representing the client's request for the AddControlPolicy operation. The "output" return value will be populated with the AddControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned AddControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after AddControlPolicyCommon Send returns without error.
See AddControlPolicy for more information on using the AddControlPolicy API call, and error handling.
// Example sending a request using the AddControlPolicyRequest method. req, resp := client.AddControlPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) AddControlPolicyWithContext ¶
func (c *FWCENTER) AddControlPolicyWithContext(ctx volcengine.Context, input *AddControlPolicyInput, opts ...request.Option) (*AddControlPolicyOutput, error)
AddControlPolicyWithContext is the same as AddControlPolicy with the addition of the ability to pass a context and additional request options.
See AddControlPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) AddDnsControlPolicy ¶ added in v1.0.135
func (c *FWCENTER) AddDnsControlPolicy(input *AddDnsControlPolicyInput) (*AddDnsControlPolicyOutput, error)
AddDnsControlPolicy API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation AddDnsControlPolicy for usage and error information.
func (*FWCENTER) AddDnsControlPolicyCommon ¶ added in v1.0.135
func (c *FWCENTER) AddDnsControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
AddDnsControlPolicyCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation AddDnsControlPolicyCommon for usage and error information.
func (*FWCENTER) AddDnsControlPolicyCommonRequest ¶ added in v1.0.135
func (c *FWCENTER) AddDnsControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AddDnsControlPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddDnsControlPolicyCommon operation. The "output" return value will be populated with the AddDnsControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned AddDnsControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after AddDnsControlPolicyCommon Send returns without error.
See AddDnsControlPolicyCommon for more information on using the AddDnsControlPolicyCommon API call, and error handling.
// Example sending a request using the AddDnsControlPolicyCommonRequest method. req, resp := client.AddDnsControlPolicyCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) AddDnsControlPolicyCommonWithContext ¶ added in v1.0.135
func (c *FWCENTER) AddDnsControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AddDnsControlPolicyCommonWithContext is the same as AddDnsControlPolicyCommon with the addition of the ability to pass a context and additional request options.
See AddDnsControlPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) AddDnsControlPolicyRequest ¶ added in v1.0.135
func (c *FWCENTER) AddDnsControlPolicyRequest(input *AddDnsControlPolicyInput) (req *request.Request, output *AddDnsControlPolicyOutput)
AddDnsControlPolicyRequest generates a "volcengine/request.Request" representing the client's request for the AddDnsControlPolicy operation. The "output" return value will be populated with the AddDnsControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned AddDnsControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after AddDnsControlPolicyCommon Send returns without error.
See AddDnsControlPolicy for more information on using the AddDnsControlPolicy API call, and error handling.
// Example sending a request using the AddDnsControlPolicyRequest method. req, resp := client.AddDnsControlPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) AddDnsControlPolicyWithContext ¶ added in v1.0.135
func (c *FWCENTER) AddDnsControlPolicyWithContext(ctx volcengine.Context, input *AddDnsControlPolicyInput, opts ...request.Option) (*AddDnsControlPolicyOutput, error)
AddDnsControlPolicyWithContext is the same as AddDnsControlPolicy with the addition of the ability to pass a context and additional request options.
See AddDnsControlPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) AddVpcFirewallAclRule ¶
func (c *FWCENTER) AddVpcFirewallAclRule(input *AddVpcFirewallAclRuleInput) (*AddVpcFirewallAclRuleOutput, error)
AddVpcFirewallAclRule API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation AddVpcFirewallAclRule for usage and error information.
func (*FWCENTER) AddVpcFirewallAclRuleCommon ¶
func (c *FWCENTER) AddVpcFirewallAclRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
AddVpcFirewallAclRuleCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation AddVpcFirewallAclRuleCommon for usage and error information.
func (*FWCENTER) AddVpcFirewallAclRuleCommonRequest ¶
func (c *FWCENTER) AddVpcFirewallAclRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AddVpcFirewallAclRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddVpcFirewallAclRuleCommon operation. The "output" return value will be populated with the AddVpcFirewallAclRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned AddVpcFirewallAclRuleCommon Request to send the API call to the service. the "output" return value is not valid until after AddVpcFirewallAclRuleCommon Send returns without error.
See AddVpcFirewallAclRuleCommon for more information on using the AddVpcFirewallAclRuleCommon API call, and error handling.
// Example sending a request using the AddVpcFirewallAclRuleCommonRequest method. req, resp := client.AddVpcFirewallAclRuleCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) AddVpcFirewallAclRuleCommonWithContext ¶
func (c *FWCENTER) AddVpcFirewallAclRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AddVpcFirewallAclRuleCommonWithContext is the same as AddVpcFirewallAclRuleCommon with the addition of the ability to pass a context and additional request options.
See AddVpcFirewallAclRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) AddVpcFirewallAclRuleRequest ¶
func (c *FWCENTER) AddVpcFirewallAclRuleRequest(input *AddVpcFirewallAclRuleInput) (req *request.Request, output *AddVpcFirewallAclRuleOutput)
AddVpcFirewallAclRuleRequest generates a "volcengine/request.Request" representing the client's request for the AddVpcFirewallAclRule operation. The "output" return value will be populated with the AddVpcFirewallAclRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned AddVpcFirewallAclRuleCommon Request to send the API call to the service. the "output" return value is not valid until after AddVpcFirewallAclRuleCommon Send returns without error.
See AddVpcFirewallAclRule for more information on using the AddVpcFirewallAclRule API call, and error handling.
// Example sending a request using the AddVpcFirewallAclRuleRequest method. req, resp := client.AddVpcFirewallAclRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) AddVpcFirewallAclRuleWithContext ¶
func (c *FWCENTER) AddVpcFirewallAclRuleWithContext(ctx volcengine.Context, input *AddVpcFirewallAclRuleInput, opts ...request.Option) (*AddVpcFirewallAclRuleOutput, error)
AddVpcFirewallAclRuleWithContext is the same as AddVpcFirewallAclRule with the addition of the ability to pass a context and additional request options.
See AddVpcFirewallAclRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) AssetList ¶
func (c *FWCENTER) AssetList(input *AssetListInput) (*AssetListOutput, error)
AssetList API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation AssetList for usage and error information.
func (*FWCENTER) AssetListCommon ¶
AssetListCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation AssetListCommon for usage and error information.
func (*FWCENTER) AssetListCommonRequest ¶
func (c *FWCENTER) AssetListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AssetListCommonRequest generates a "volcengine/request.Request" representing the client's request for the AssetListCommon operation. The "output" return value will be populated with the AssetListCommon request's response once the request completes successfully.
Use "Send" method on the returned AssetListCommon Request to send the API call to the service. the "output" return value is not valid until after AssetListCommon Send returns without error.
See AssetListCommon for more information on using the AssetListCommon API call, and error handling.
// Example sending a request using the AssetListCommonRequest method. req, resp := client.AssetListCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) AssetListCommonWithContext ¶
func (c *FWCENTER) AssetListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AssetListCommonWithContext is the same as AssetListCommon with the addition of the ability to pass a context and additional request options.
See AssetListCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) AssetListRequest ¶
func (c *FWCENTER) AssetListRequest(input *AssetListInput) (req *request.Request, output *AssetListOutput)
AssetListRequest generates a "volcengine/request.Request" representing the client's request for the AssetList operation. The "output" return value will be populated with the AssetListCommon request's response once the request completes successfully.
Use "Send" method on the returned AssetListCommon Request to send the API call to the service. the "output" return value is not valid until after AssetListCommon Send returns without error.
See AssetList for more information on using the AssetList API call, and error handling.
// Example sending a request using the AssetListRequest method. req, resp := client.AssetListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) AssetListWithContext ¶
func (c *FWCENTER) AssetListWithContext(ctx volcengine.Context, input *AssetListInput, opts ...request.Option) (*AssetListOutput, error)
AssetListWithContext is the same as AssetList with the addition of the ability to pass a context and additional request options.
See AssetList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DeleteAddressBook ¶
func (c *FWCENTER) DeleteAddressBook(input *DeleteAddressBookInput) (*DeleteAddressBookOutput, error)
DeleteAddressBook API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DeleteAddressBook for usage and error information.
func (*FWCENTER) DeleteAddressBookCommon ¶
func (c *FWCENTER) DeleteAddressBookCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteAddressBookCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DeleteAddressBookCommon for usage and error information.
func (*FWCENTER) DeleteAddressBookCommonRequest ¶
func (c *FWCENTER) DeleteAddressBookCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteAddressBookCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAddressBookCommon operation. The "output" return value will be populated with the DeleteAddressBookCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAddressBookCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAddressBookCommon Send returns without error.
See DeleteAddressBookCommon for more information on using the DeleteAddressBookCommon API call, and error handling.
// Example sending a request using the DeleteAddressBookCommonRequest method. req, resp := client.DeleteAddressBookCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DeleteAddressBookCommonWithContext ¶
func (c *FWCENTER) DeleteAddressBookCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteAddressBookCommonWithContext is the same as DeleteAddressBookCommon with the addition of the ability to pass a context and additional request options.
See DeleteAddressBookCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DeleteAddressBookRequest ¶
func (c *FWCENTER) DeleteAddressBookRequest(input *DeleteAddressBookInput) (req *request.Request, output *DeleteAddressBookOutput)
DeleteAddressBookRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAddressBook operation. The "output" return value will be populated with the DeleteAddressBookCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAddressBookCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAddressBookCommon Send returns without error.
See DeleteAddressBook for more information on using the DeleteAddressBook API call, and error handling.
// Example sending a request using the DeleteAddressBookRequest method. req, resp := client.DeleteAddressBookRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DeleteAddressBookWithContext ¶
func (c *FWCENTER) DeleteAddressBookWithContext(ctx volcengine.Context, input *DeleteAddressBookInput, opts ...request.Option) (*DeleteAddressBookOutput, error)
DeleteAddressBookWithContext is the same as DeleteAddressBook with the addition of the ability to pass a context and additional request options.
See DeleteAddressBook for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DeleteControlPolicy ¶
func (c *FWCENTER) DeleteControlPolicy(input *DeleteControlPolicyInput) (*DeleteControlPolicyOutput, error)
DeleteControlPolicy API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DeleteControlPolicy for usage and error information.
func (*FWCENTER) DeleteControlPolicyCommon ¶
func (c *FWCENTER) DeleteControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteControlPolicyCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DeleteControlPolicyCommon for usage and error information.
func (*FWCENTER) DeleteControlPolicyCommonRequest ¶
func (c *FWCENTER) DeleteControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteControlPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteControlPolicyCommon operation. The "output" return value will be populated with the DeleteControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteControlPolicyCommon Send returns without error.
See DeleteControlPolicyCommon for more information on using the DeleteControlPolicyCommon API call, and error handling.
// Example sending a request using the DeleteControlPolicyCommonRequest method. req, resp := client.DeleteControlPolicyCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DeleteControlPolicyCommonWithContext ¶
func (c *FWCENTER) DeleteControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteControlPolicyCommonWithContext is the same as DeleteControlPolicyCommon with the addition of the ability to pass a context and additional request options.
See DeleteControlPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DeleteControlPolicyRequest ¶
func (c *FWCENTER) DeleteControlPolicyRequest(input *DeleteControlPolicyInput) (req *request.Request, output *DeleteControlPolicyOutput)
DeleteControlPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DeleteControlPolicy operation. The "output" return value will be populated with the DeleteControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteControlPolicyCommon Send returns without error.
See DeleteControlPolicy for more information on using the DeleteControlPolicy API call, and error handling.
// Example sending a request using the DeleteControlPolicyRequest method. req, resp := client.DeleteControlPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DeleteControlPolicyWithContext ¶
func (c *FWCENTER) DeleteControlPolicyWithContext(ctx volcengine.Context, input *DeleteControlPolicyInput, opts ...request.Option) (*DeleteControlPolicyOutput, error)
DeleteControlPolicyWithContext is the same as DeleteControlPolicy with the addition of the ability to pass a context and additional request options.
See DeleteControlPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DeleteDnsControlPolicy ¶ added in v1.0.135
func (c *FWCENTER) DeleteDnsControlPolicy(input *DeleteDnsControlPolicyInput) (*DeleteDnsControlPolicyOutput, error)
DeleteDnsControlPolicy API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DeleteDnsControlPolicy for usage and error information.
func (*FWCENTER) DeleteDnsControlPolicyCommon ¶ added in v1.0.135
func (c *FWCENTER) DeleteDnsControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteDnsControlPolicyCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DeleteDnsControlPolicyCommon for usage and error information.
func (*FWCENTER) DeleteDnsControlPolicyCommonRequest ¶ added in v1.0.135
func (c *FWCENTER) DeleteDnsControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteDnsControlPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDnsControlPolicyCommon operation. The "output" return value will be populated with the DeleteDnsControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteDnsControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDnsControlPolicyCommon Send returns without error.
See DeleteDnsControlPolicyCommon for more information on using the DeleteDnsControlPolicyCommon API call, and error handling.
// Example sending a request using the DeleteDnsControlPolicyCommonRequest method. req, resp := client.DeleteDnsControlPolicyCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DeleteDnsControlPolicyCommonWithContext ¶ added in v1.0.135
func (c *FWCENTER) DeleteDnsControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteDnsControlPolicyCommonWithContext is the same as DeleteDnsControlPolicyCommon with the addition of the ability to pass a context and additional request options.
See DeleteDnsControlPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DeleteDnsControlPolicyRequest ¶ added in v1.0.135
func (c *FWCENTER) DeleteDnsControlPolicyRequest(input *DeleteDnsControlPolicyInput) (req *request.Request, output *DeleteDnsControlPolicyOutput)
DeleteDnsControlPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDnsControlPolicy operation. The "output" return value will be populated with the DeleteDnsControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteDnsControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDnsControlPolicyCommon Send returns without error.
See DeleteDnsControlPolicy for more information on using the DeleteDnsControlPolicy API call, and error handling.
// Example sending a request using the DeleteDnsControlPolicyRequest method. req, resp := client.DeleteDnsControlPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DeleteDnsControlPolicyWithContext ¶ added in v1.0.135
func (c *FWCENTER) DeleteDnsControlPolicyWithContext(ctx volcengine.Context, input *DeleteDnsControlPolicyInput, opts ...request.Option) (*DeleteDnsControlPolicyOutput, error)
DeleteDnsControlPolicyWithContext is the same as DeleteDnsControlPolicy with the addition of the ability to pass a context and additional request options.
See DeleteDnsControlPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DeleteVpcFirewallAclRule ¶
func (c *FWCENTER) DeleteVpcFirewallAclRule(input *DeleteVpcFirewallAclRuleInput) (*DeleteVpcFirewallAclRuleOutput, error)
DeleteVpcFirewallAclRule API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DeleteVpcFirewallAclRule for usage and error information.
func (*FWCENTER) DeleteVpcFirewallAclRuleCommon ¶
func (c *FWCENTER) DeleteVpcFirewallAclRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteVpcFirewallAclRuleCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DeleteVpcFirewallAclRuleCommon for usage and error information.
func (*FWCENTER) DeleteVpcFirewallAclRuleCommonRequest ¶
func (c *FWCENTER) DeleteVpcFirewallAclRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteVpcFirewallAclRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteVpcFirewallAclRuleCommon operation. The "output" return value will be populated with the DeleteVpcFirewallAclRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteVpcFirewallAclRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteVpcFirewallAclRuleCommon Send returns without error.
See DeleteVpcFirewallAclRuleCommon for more information on using the DeleteVpcFirewallAclRuleCommon API call, and error handling.
// Example sending a request using the DeleteVpcFirewallAclRuleCommonRequest method. req, resp := client.DeleteVpcFirewallAclRuleCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DeleteVpcFirewallAclRuleCommonWithContext ¶
func (c *FWCENTER) DeleteVpcFirewallAclRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteVpcFirewallAclRuleCommonWithContext is the same as DeleteVpcFirewallAclRuleCommon with the addition of the ability to pass a context and additional request options.
See DeleteVpcFirewallAclRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DeleteVpcFirewallAclRuleRequest ¶
func (c *FWCENTER) DeleteVpcFirewallAclRuleRequest(input *DeleteVpcFirewallAclRuleInput) (req *request.Request, output *DeleteVpcFirewallAclRuleOutput)
DeleteVpcFirewallAclRuleRequest generates a "volcengine/request.Request" representing the client's request for the DeleteVpcFirewallAclRule operation. The "output" return value will be populated with the DeleteVpcFirewallAclRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteVpcFirewallAclRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteVpcFirewallAclRuleCommon Send returns without error.
See DeleteVpcFirewallAclRule for more information on using the DeleteVpcFirewallAclRule API call, and error handling.
// Example sending a request using the DeleteVpcFirewallAclRuleRequest method. req, resp := client.DeleteVpcFirewallAclRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DeleteVpcFirewallAclRuleWithContext ¶
func (c *FWCENTER) DeleteVpcFirewallAclRuleWithContext(ctx volcengine.Context, input *DeleteVpcFirewallAclRuleInput, opts ...request.Option) (*DeleteVpcFirewallAclRuleOutput, error)
DeleteVpcFirewallAclRuleWithContext is the same as DeleteVpcFirewallAclRule with the addition of the ability to pass a context and additional request options.
See DeleteVpcFirewallAclRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeAddressBook ¶
func (c *FWCENTER) DescribeAddressBook(input *DescribeAddressBookInput) (*DescribeAddressBookOutput, error)
DescribeAddressBook API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeAddressBook for usage and error information.
func (*FWCENTER) DescribeAddressBookCommon ¶
func (c *FWCENTER) DescribeAddressBookCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeAddressBookCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeAddressBookCommon for usage and error information.
func (*FWCENTER) DescribeAddressBookCommonRequest ¶
func (c *FWCENTER) DescribeAddressBookCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeAddressBookCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAddressBookCommon operation. The "output" return value will be populated with the DescribeAddressBookCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAddressBookCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAddressBookCommon Send returns without error.
See DescribeAddressBookCommon for more information on using the DescribeAddressBookCommon API call, and error handling.
// Example sending a request using the DescribeAddressBookCommonRequest method. req, resp := client.DescribeAddressBookCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeAddressBookCommonWithContext ¶
func (c *FWCENTER) DescribeAddressBookCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeAddressBookCommonWithContext is the same as DescribeAddressBookCommon with the addition of the ability to pass a context and additional request options.
See DescribeAddressBookCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeAddressBookRequest ¶
func (c *FWCENTER) DescribeAddressBookRequest(input *DescribeAddressBookInput) (req *request.Request, output *DescribeAddressBookOutput)
DescribeAddressBookRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAddressBook operation. The "output" return value will be populated with the DescribeAddressBookCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAddressBookCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAddressBookCommon Send returns without error.
See DescribeAddressBook for more information on using the DescribeAddressBook API call, and error handling.
// Example sending a request using the DescribeAddressBookRequest method. req, resp := client.DescribeAddressBookRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeAddressBookWithContext ¶
func (c *FWCENTER) DescribeAddressBookWithContext(ctx volcengine.Context, input *DescribeAddressBookInput, opts ...request.Option) (*DescribeAddressBookOutput, error)
DescribeAddressBookWithContext is the same as DescribeAddressBook with the addition of the ability to pass a context and additional request options.
See DescribeAddressBook for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeControlPolicy ¶
func (c *FWCENTER) DescribeControlPolicy(input *DescribeControlPolicyInput) (*DescribeControlPolicyOutput, error)
DescribeControlPolicy API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeControlPolicy for usage and error information.
func (*FWCENTER) DescribeControlPolicyByRuleId ¶
func (c *FWCENTER) DescribeControlPolicyByRuleId(input *DescribeControlPolicyByRuleIdInput) (*DescribeControlPolicyByRuleIdOutput, error)
DescribeControlPolicyByRuleId API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeControlPolicyByRuleId for usage and error information.
func (*FWCENTER) DescribeControlPolicyByRuleIdCommon ¶
func (c *FWCENTER) DescribeControlPolicyByRuleIdCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeControlPolicyByRuleIdCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeControlPolicyByRuleIdCommon for usage and error information.
func (*FWCENTER) DescribeControlPolicyByRuleIdCommonRequest ¶
func (c *FWCENTER) DescribeControlPolicyByRuleIdCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeControlPolicyByRuleIdCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeControlPolicyByRuleIdCommon operation. The "output" return value will be populated with the DescribeControlPolicyByRuleIdCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeControlPolicyByRuleIdCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeControlPolicyByRuleIdCommon Send returns without error.
See DescribeControlPolicyByRuleIdCommon for more information on using the DescribeControlPolicyByRuleIdCommon API call, and error handling.
// Example sending a request using the DescribeControlPolicyByRuleIdCommonRequest method. req, resp := client.DescribeControlPolicyByRuleIdCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeControlPolicyByRuleIdCommonWithContext ¶
func (c *FWCENTER) DescribeControlPolicyByRuleIdCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeControlPolicyByRuleIdCommonWithContext is the same as DescribeControlPolicyByRuleIdCommon with the addition of the ability to pass a context and additional request options.
See DescribeControlPolicyByRuleIdCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeControlPolicyByRuleIdRequest ¶
func (c *FWCENTER) DescribeControlPolicyByRuleIdRequest(input *DescribeControlPolicyByRuleIdInput) (req *request.Request, output *DescribeControlPolicyByRuleIdOutput)
DescribeControlPolicyByRuleIdRequest generates a "volcengine/request.Request" representing the client's request for the DescribeControlPolicyByRuleId operation. The "output" return value will be populated with the DescribeControlPolicyByRuleIdCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeControlPolicyByRuleIdCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeControlPolicyByRuleIdCommon Send returns without error.
See DescribeControlPolicyByRuleId for more information on using the DescribeControlPolicyByRuleId API call, and error handling.
// Example sending a request using the DescribeControlPolicyByRuleIdRequest method. req, resp := client.DescribeControlPolicyByRuleIdRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeControlPolicyByRuleIdWithContext ¶
func (c *FWCENTER) DescribeControlPolicyByRuleIdWithContext(ctx volcengine.Context, input *DescribeControlPolicyByRuleIdInput, opts ...request.Option) (*DescribeControlPolicyByRuleIdOutput, error)
DescribeControlPolicyByRuleIdWithContext is the same as DescribeControlPolicyByRuleId with the addition of the ability to pass a context and additional request options.
See DescribeControlPolicyByRuleId for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeControlPolicyCommon ¶
func (c *FWCENTER) DescribeControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeControlPolicyCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeControlPolicyCommon for usage and error information.
func (*FWCENTER) DescribeControlPolicyCommonRequest ¶
func (c *FWCENTER) DescribeControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeControlPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeControlPolicyCommon operation. The "output" return value will be populated with the DescribeControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeControlPolicyCommon Send returns without error.
See DescribeControlPolicyCommon for more information on using the DescribeControlPolicyCommon API call, and error handling.
// Example sending a request using the DescribeControlPolicyCommonRequest method. req, resp := client.DescribeControlPolicyCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeControlPolicyCommonWithContext ¶
func (c *FWCENTER) DescribeControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeControlPolicyCommonWithContext is the same as DescribeControlPolicyCommon with the addition of the ability to pass a context and additional request options.
See DescribeControlPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeControlPolicyPriorUsed ¶
func (c *FWCENTER) DescribeControlPolicyPriorUsed(input *DescribeControlPolicyPriorUsedInput) (*DescribeControlPolicyPriorUsedOutput, error)
DescribeControlPolicyPriorUsed API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeControlPolicyPriorUsed for usage and error information.
func (*FWCENTER) DescribeControlPolicyPriorUsedCommon ¶
func (c *FWCENTER) DescribeControlPolicyPriorUsedCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeControlPolicyPriorUsedCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeControlPolicyPriorUsedCommon for usage and error information.
func (*FWCENTER) DescribeControlPolicyPriorUsedCommonRequest ¶
func (c *FWCENTER) DescribeControlPolicyPriorUsedCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeControlPolicyPriorUsedCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeControlPolicyPriorUsedCommon operation. The "output" return value will be populated with the DescribeControlPolicyPriorUsedCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeControlPolicyPriorUsedCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeControlPolicyPriorUsedCommon Send returns without error.
See DescribeControlPolicyPriorUsedCommon for more information on using the DescribeControlPolicyPriorUsedCommon API call, and error handling.
// Example sending a request using the DescribeControlPolicyPriorUsedCommonRequest method. req, resp := client.DescribeControlPolicyPriorUsedCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeControlPolicyPriorUsedCommonWithContext ¶
func (c *FWCENTER) DescribeControlPolicyPriorUsedCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeControlPolicyPriorUsedCommonWithContext is the same as DescribeControlPolicyPriorUsedCommon with the addition of the ability to pass a context and additional request options.
See DescribeControlPolicyPriorUsedCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeControlPolicyPriorUsedRequest ¶
func (c *FWCENTER) DescribeControlPolicyPriorUsedRequest(input *DescribeControlPolicyPriorUsedInput) (req *request.Request, output *DescribeControlPolicyPriorUsedOutput)
DescribeControlPolicyPriorUsedRequest generates a "volcengine/request.Request" representing the client's request for the DescribeControlPolicyPriorUsed operation. The "output" return value will be populated with the DescribeControlPolicyPriorUsedCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeControlPolicyPriorUsedCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeControlPolicyPriorUsedCommon Send returns without error.
See DescribeControlPolicyPriorUsed for more information on using the DescribeControlPolicyPriorUsed API call, and error handling.
// Example sending a request using the DescribeControlPolicyPriorUsedRequest method. req, resp := client.DescribeControlPolicyPriorUsedRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeControlPolicyPriorUsedWithContext ¶
func (c *FWCENTER) DescribeControlPolicyPriorUsedWithContext(ctx volcengine.Context, input *DescribeControlPolicyPriorUsedInput, opts ...request.Option) (*DescribeControlPolicyPriorUsedOutput, error)
DescribeControlPolicyPriorUsedWithContext is the same as DescribeControlPolicyPriorUsed with the addition of the ability to pass a context and additional request options.
See DescribeControlPolicyPriorUsed for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeControlPolicyRequest ¶
func (c *FWCENTER) DescribeControlPolicyRequest(input *DescribeControlPolicyInput) (req *request.Request, output *DescribeControlPolicyOutput)
DescribeControlPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DescribeControlPolicy operation. The "output" return value will be populated with the DescribeControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeControlPolicyCommon Send returns without error.
See DescribeControlPolicy for more information on using the DescribeControlPolicy API call, and error handling.
// Example sending a request using the DescribeControlPolicyRequest method. req, resp := client.DescribeControlPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeControlPolicyWithContext ¶
func (c *FWCENTER) DescribeControlPolicyWithContext(ctx volcengine.Context, input *DescribeControlPolicyInput, opts ...request.Option) (*DescribeControlPolicyOutput, error)
DescribeControlPolicyWithContext is the same as DescribeControlPolicy with the addition of the ability to pass a context and additional request options.
See DescribeControlPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeDnsControlPolicy ¶ added in v1.0.135
func (c *FWCENTER) DescribeDnsControlPolicy(input *DescribeDnsControlPolicyInput) (*DescribeDnsControlPolicyOutput, error)
DescribeDnsControlPolicy API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeDnsControlPolicy for usage and error information.
func (*FWCENTER) DescribeDnsControlPolicyCommon ¶ added in v1.0.135
func (c *FWCENTER) DescribeDnsControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeDnsControlPolicyCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeDnsControlPolicyCommon for usage and error information.
func (*FWCENTER) DescribeDnsControlPolicyCommonRequest ¶ added in v1.0.135
func (c *FWCENTER) DescribeDnsControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeDnsControlPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDnsControlPolicyCommon operation. The "output" return value will be populated with the DescribeDnsControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDnsControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDnsControlPolicyCommon Send returns without error.
See DescribeDnsControlPolicyCommon for more information on using the DescribeDnsControlPolicyCommon API call, and error handling.
// Example sending a request using the DescribeDnsControlPolicyCommonRequest method. req, resp := client.DescribeDnsControlPolicyCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeDnsControlPolicyCommonWithContext ¶ added in v1.0.135
func (c *FWCENTER) DescribeDnsControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeDnsControlPolicyCommonWithContext is the same as DescribeDnsControlPolicyCommon with the addition of the ability to pass a context and additional request options.
See DescribeDnsControlPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeDnsControlPolicyRequest ¶ added in v1.0.135
func (c *FWCENTER) DescribeDnsControlPolicyRequest(input *DescribeDnsControlPolicyInput) (req *request.Request, output *DescribeDnsControlPolicyOutput)
DescribeDnsControlPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDnsControlPolicy operation. The "output" return value will be populated with the DescribeDnsControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDnsControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDnsControlPolicyCommon Send returns without error.
See DescribeDnsControlPolicy for more information on using the DescribeDnsControlPolicy API call, and error handling.
// Example sending a request using the DescribeDnsControlPolicyRequest method. req, resp := client.DescribeDnsControlPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeDnsControlPolicyWithContext ¶ added in v1.0.135
func (c *FWCENTER) DescribeDnsControlPolicyWithContext(ctx volcengine.Context, input *DescribeDnsControlPolicyInput, opts ...request.Option) (*DescribeDnsControlPolicyOutput, error)
DescribeDnsControlPolicyWithContext is the same as DescribeDnsControlPolicy with the addition of the ability to pass a context and additional request options.
See DescribeDnsControlPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeVpcFirewallAclRuleList ¶
func (c *FWCENTER) DescribeVpcFirewallAclRuleList(input *DescribeVpcFirewallAclRuleListInput) (*DescribeVpcFirewallAclRuleListOutput, error)
DescribeVpcFirewallAclRuleList API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeVpcFirewallAclRuleList for usage and error information.
func (*FWCENTER) DescribeVpcFirewallAclRuleListCommon ¶
func (c *FWCENTER) DescribeVpcFirewallAclRuleListCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeVpcFirewallAclRuleListCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeVpcFirewallAclRuleListCommon for usage and error information.
func (*FWCENTER) DescribeVpcFirewallAclRuleListCommonRequest ¶
func (c *FWCENTER) DescribeVpcFirewallAclRuleListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeVpcFirewallAclRuleListCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVpcFirewallAclRuleListCommon operation. The "output" return value will be populated with the DescribeVpcFirewallAclRuleListCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpcFirewallAclRuleListCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpcFirewallAclRuleListCommon Send returns without error.
See DescribeVpcFirewallAclRuleListCommon for more information on using the DescribeVpcFirewallAclRuleListCommon API call, and error handling.
// Example sending a request using the DescribeVpcFirewallAclRuleListCommonRequest method. req, resp := client.DescribeVpcFirewallAclRuleListCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeVpcFirewallAclRuleListCommonWithContext ¶
func (c *FWCENTER) DescribeVpcFirewallAclRuleListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeVpcFirewallAclRuleListCommonWithContext is the same as DescribeVpcFirewallAclRuleListCommon with the addition of the ability to pass a context and additional request options.
See DescribeVpcFirewallAclRuleListCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeVpcFirewallAclRuleListRequest ¶
func (c *FWCENTER) DescribeVpcFirewallAclRuleListRequest(input *DescribeVpcFirewallAclRuleListInput) (req *request.Request, output *DescribeVpcFirewallAclRuleListOutput)
DescribeVpcFirewallAclRuleListRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVpcFirewallAclRuleList operation. The "output" return value will be populated with the DescribeVpcFirewallAclRuleListCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpcFirewallAclRuleListCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpcFirewallAclRuleListCommon Send returns without error.
See DescribeVpcFirewallAclRuleList for more information on using the DescribeVpcFirewallAclRuleList API call, and error handling.
// Example sending a request using the DescribeVpcFirewallAclRuleListRequest method. req, resp := client.DescribeVpcFirewallAclRuleListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeVpcFirewallAclRuleListWithContext ¶
func (c *FWCENTER) DescribeVpcFirewallAclRuleListWithContext(ctx volcengine.Context, input *DescribeVpcFirewallAclRuleListInput, opts ...request.Option) (*DescribeVpcFirewallAclRuleListOutput, error)
DescribeVpcFirewallAclRuleListWithContext is the same as DescribeVpcFirewallAclRuleList with the addition of the ability to pass a context and additional request options.
See DescribeVpcFirewallAclRuleList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeVpcFirewallAclRulePriorUsed ¶
func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsed(input *DescribeVpcFirewallAclRulePriorUsedInput) (*DescribeVpcFirewallAclRulePriorUsedOutput, error)
DescribeVpcFirewallAclRulePriorUsed API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeVpcFirewallAclRulePriorUsed for usage and error information.
func (*FWCENTER) DescribeVpcFirewallAclRulePriorUsedCommon ¶
func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsedCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeVpcFirewallAclRulePriorUsedCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeVpcFirewallAclRulePriorUsedCommon for usage and error information.
func (*FWCENTER) DescribeVpcFirewallAclRulePriorUsedCommonRequest ¶
func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsedCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeVpcFirewallAclRulePriorUsedCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVpcFirewallAclRulePriorUsedCommon operation. The "output" return value will be populated with the DescribeVpcFirewallAclRulePriorUsedCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpcFirewallAclRulePriorUsedCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpcFirewallAclRulePriorUsedCommon Send returns without error.
See DescribeVpcFirewallAclRulePriorUsedCommon for more information on using the DescribeVpcFirewallAclRulePriorUsedCommon API call, and error handling.
// Example sending a request using the DescribeVpcFirewallAclRulePriorUsedCommonRequest method. req, resp := client.DescribeVpcFirewallAclRulePriorUsedCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeVpcFirewallAclRulePriorUsedCommonWithContext ¶
func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsedCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeVpcFirewallAclRulePriorUsedCommonWithContext is the same as DescribeVpcFirewallAclRulePriorUsedCommon with the addition of the ability to pass a context and additional request options.
See DescribeVpcFirewallAclRulePriorUsedCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeVpcFirewallAclRulePriorUsedRequest ¶
func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsedRequest(input *DescribeVpcFirewallAclRulePriorUsedInput) (req *request.Request, output *DescribeVpcFirewallAclRulePriorUsedOutput)
DescribeVpcFirewallAclRulePriorUsedRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVpcFirewallAclRulePriorUsed operation. The "output" return value will be populated with the DescribeVpcFirewallAclRulePriorUsedCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpcFirewallAclRulePriorUsedCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpcFirewallAclRulePriorUsedCommon Send returns without error.
See DescribeVpcFirewallAclRulePriorUsed for more information on using the DescribeVpcFirewallAclRulePriorUsed API call, and error handling.
// Example sending a request using the DescribeVpcFirewallAclRulePriorUsedRequest method. req, resp := client.DescribeVpcFirewallAclRulePriorUsedRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeVpcFirewallAclRulePriorUsedWithContext ¶
func (c *FWCENTER) DescribeVpcFirewallAclRulePriorUsedWithContext(ctx volcengine.Context, input *DescribeVpcFirewallAclRulePriorUsedInput, opts ...request.Option) (*DescribeVpcFirewallAclRulePriorUsedOutput, error)
DescribeVpcFirewallAclRulePriorUsedWithContext is the same as DescribeVpcFirewallAclRulePriorUsed with the addition of the ability to pass a context and additional request options.
See DescribeVpcFirewallAclRulePriorUsed for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeVpcFirewallList ¶
func (c *FWCENTER) DescribeVpcFirewallList(input *DescribeVpcFirewallListInput) (*DescribeVpcFirewallListOutput, error)
DescribeVpcFirewallList API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeVpcFirewallList for usage and error information.
func (*FWCENTER) DescribeVpcFirewallListCommon ¶
func (c *FWCENTER) DescribeVpcFirewallListCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeVpcFirewallListCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeVpcFirewallListCommon for usage and error information.
func (*FWCENTER) DescribeVpcFirewallListCommonRequest ¶
func (c *FWCENTER) DescribeVpcFirewallListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeVpcFirewallListCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVpcFirewallListCommon operation. The "output" return value will be populated with the DescribeVpcFirewallListCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpcFirewallListCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpcFirewallListCommon Send returns without error.
See DescribeVpcFirewallListCommon for more information on using the DescribeVpcFirewallListCommon API call, and error handling.
// Example sending a request using the DescribeVpcFirewallListCommonRequest method. req, resp := client.DescribeVpcFirewallListCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeVpcFirewallListCommonWithContext ¶
func (c *FWCENTER) DescribeVpcFirewallListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeVpcFirewallListCommonWithContext is the same as DescribeVpcFirewallListCommon with the addition of the ability to pass a context and additional request options.
See DescribeVpcFirewallListCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeVpcFirewallListRequest ¶
func (c *FWCENTER) DescribeVpcFirewallListRequest(input *DescribeVpcFirewallListInput) (req *request.Request, output *DescribeVpcFirewallListOutput)
DescribeVpcFirewallListRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVpcFirewallList operation. The "output" return value will be populated with the DescribeVpcFirewallListCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpcFirewallListCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpcFirewallListCommon Send returns without error.
See DescribeVpcFirewallList for more information on using the DescribeVpcFirewallList API call, and error handling.
// Example sending a request using the DescribeVpcFirewallListRequest method. req, resp := client.DescribeVpcFirewallListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeVpcFirewallListWithContext ¶
func (c *FWCENTER) DescribeVpcFirewallListWithContext(ctx volcengine.Context, input *DescribeVpcFirewallListInput, opts ...request.Option) (*DescribeVpcFirewallListOutput, error)
DescribeVpcFirewallListWithContext is the same as DescribeVpcFirewallList with the addition of the ability to pass a context and additional request options.
See DescribeVpcFirewallList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeVpcs ¶ added in v1.0.135
func (c *FWCENTER) DescribeVpcs(input *DescribeVpcsInput) (*DescribeVpcsOutput, error)
DescribeVpcs API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeVpcs for usage and error information.
func (*FWCENTER) DescribeVpcsCommon ¶ added in v1.0.135
func (c *FWCENTER) DescribeVpcsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeVpcsCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation DescribeVpcsCommon for usage and error information.
func (*FWCENTER) DescribeVpcsCommonRequest ¶ added in v1.0.135
func (c *FWCENTER) DescribeVpcsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeVpcsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVpcsCommon operation. The "output" return value will be populated with the DescribeVpcsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpcsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpcsCommon Send returns without error.
See DescribeVpcsCommon for more information on using the DescribeVpcsCommon API call, and error handling.
// Example sending a request using the DescribeVpcsCommonRequest method. req, resp := client.DescribeVpcsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeVpcsCommonWithContext ¶ added in v1.0.135
func (c *FWCENTER) DescribeVpcsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeVpcsCommonWithContext is the same as DescribeVpcsCommon with the addition of the ability to pass a context and additional request options.
See DescribeVpcsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) DescribeVpcsRequest ¶ added in v1.0.135
func (c *FWCENTER) DescribeVpcsRequest(input *DescribeVpcsInput) (req *request.Request, output *DescribeVpcsOutput)
DescribeVpcsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeVpcs operation. The "output" return value will be populated with the DescribeVpcsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeVpcsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeVpcsCommon Send returns without error.
See DescribeVpcs for more information on using the DescribeVpcs API call, and error handling.
// Example sending a request using the DescribeVpcsRequest method. req, resp := client.DescribeVpcsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) DescribeVpcsWithContext ¶ added in v1.0.135
func (c *FWCENTER) DescribeVpcsWithContext(ctx volcengine.Context, input *DescribeVpcsInput, opts ...request.Option) (*DescribeVpcsOutput, error)
DescribeVpcsWithContext is the same as DescribeVpcs with the addition of the ability to pass a context and additional request options.
See DescribeVpcs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyAddressBook ¶
func (c *FWCENTER) ModifyAddressBook(input *ModifyAddressBookInput) (*ModifyAddressBookOutput, error)
ModifyAddressBook API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyAddressBook for usage and error information.
func (*FWCENTER) ModifyAddressBookCommon ¶
func (c *FWCENTER) ModifyAddressBookCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyAddressBookCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyAddressBookCommon for usage and error information.
func (*FWCENTER) ModifyAddressBookCommonRequest ¶
func (c *FWCENTER) ModifyAddressBookCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyAddressBookCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAddressBookCommon operation. The "output" return value will be populated with the ModifyAddressBookCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyAddressBookCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAddressBookCommon Send returns without error.
See ModifyAddressBookCommon for more information on using the ModifyAddressBookCommon API call, and error handling.
// Example sending a request using the ModifyAddressBookCommonRequest method. req, resp := client.ModifyAddressBookCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyAddressBookCommonWithContext ¶
func (c *FWCENTER) ModifyAddressBookCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyAddressBookCommonWithContext is the same as ModifyAddressBookCommon with the addition of the ability to pass a context and additional request options.
See ModifyAddressBookCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyAddressBookRequest ¶
func (c *FWCENTER) ModifyAddressBookRequest(input *ModifyAddressBookInput) (req *request.Request, output *ModifyAddressBookOutput)
ModifyAddressBookRequest generates a "volcengine/request.Request" representing the client's request for the ModifyAddressBook operation. The "output" return value will be populated with the ModifyAddressBookCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyAddressBookCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyAddressBookCommon Send returns without error.
See ModifyAddressBook for more information on using the ModifyAddressBook API call, and error handling.
// Example sending a request using the ModifyAddressBookRequest method. req, resp := client.ModifyAddressBookRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyAddressBookWithContext ¶
func (c *FWCENTER) ModifyAddressBookWithContext(ctx volcengine.Context, input *ModifyAddressBookInput, opts ...request.Option) (*ModifyAddressBookOutput, error)
ModifyAddressBookWithContext is the same as ModifyAddressBook with the addition of the ability to pass a context and additional request options.
See ModifyAddressBook for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyControlPolicy ¶
func (c *FWCENTER) ModifyControlPolicy(input *ModifyControlPolicyInput) (*ModifyControlPolicyOutput, error)
ModifyControlPolicy API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyControlPolicy for usage and error information.
func (*FWCENTER) ModifyControlPolicyCommon ¶
func (c *FWCENTER) ModifyControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyControlPolicyCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyControlPolicyCommon for usage and error information.
func (*FWCENTER) ModifyControlPolicyCommonRequest ¶
func (c *FWCENTER) ModifyControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyControlPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyControlPolicyCommon operation. The "output" return value will be populated with the ModifyControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyControlPolicyCommon Send returns without error.
See ModifyControlPolicyCommon for more information on using the ModifyControlPolicyCommon API call, and error handling.
// Example sending a request using the ModifyControlPolicyCommonRequest method. req, resp := client.ModifyControlPolicyCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyControlPolicyCommonWithContext ¶
func (c *FWCENTER) ModifyControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyControlPolicyCommonWithContext is the same as ModifyControlPolicyCommon with the addition of the ability to pass a context and additional request options.
See ModifyControlPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyControlPolicyPosition ¶
func (c *FWCENTER) ModifyControlPolicyPosition(input *ModifyControlPolicyPositionInput) (*ModifyControlPolicyPositionOutput, error)
ModifyControlPolicyPosition API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyControlPolicyPosition for usage and error information.
func (*FWCENTER) ModifyControlPolicyPositionCommon ¶
func (c *FWCENTER) ModifyControlPolicyPositionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyControlPolicyPositionCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyControlPolicyPositionCommon for usage and error information.
func (*FWCENTER) ModifyControlPolicyPositionCommonRequest ¶
func (c *FWCENTER) ModifyControlPolicyPositionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyControlPolicyPositionCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyControlPolicyPositionCommon operation. The "output" return value will be populated with the ModifyControlPolicyPositionCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyControlPolicyPositionCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyControlPolicyPositionCommon Send returns without error.
See ModifyControlPolicyPositionCommon for more information on using the ModifyControlPolicyPositionCommon API call, and error handling.
// Example sending a request using the ModifyControlPolicyPositionCommonRequest method. req, resp := client.ModifyControlPolicyPositionCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyControlPolicyPositionCommonWithContext ¶
func (c *FWCENTER) ModifyControlPolicyPositionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyControlPolicyPositionCommonWithContext is the same as ModifyControlPolicyPositionCommon with the addition of the ability to pass a context and additional request options.
See ModifyControlPolicyPositionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyControlPolicyPositionRequest ¶
func (c *FWCENTER) ModifyControlPolicyPositionRequest(input *ModifyControlPolicyPositionInput) (req *request.Request, output *ModifyControlPolicyPositionOutput)
ModifyControlPolicyPositionRequest generates a "volcengine/request.Request" representing the client's request for the ModifyControlPolicyPosition operation. The "output" return value will be populated with the ModifyControlPolicyPositionCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyControlPolicyPositionCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyControlPolicyPositionCommon Send returns without error.
See ModifyControlPolicyPosition for more information on using the ModifyControlPolicyPosition API call, and error handling.
// Example sending a request using the ModifyControlPolicyPositionRequest method. req, resp := client.ModifyControlPolicyPositionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyControlPolicyPositionWithContext ¶
func (c *FWCENTER) ModifyControlPolicyPositionWithContext(ctx volcengine.Context, input *ModifyControlPolicyPositionInput, opts ...request.Option) (*ModifyControlPolicyPositionOutput, error)
ModifyControlPolicyPositionWithContext is the same as ModifyControlPolicyPosition with the addition of the ability to pass a context and additional request options.
See ModifyControlPolicyPosition for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyControlPolicyRequest ¶
func (c *FWCENTER) ModifyControlPolicyRequest(input *ModifyControlPolicyInput) (req *request.Request, output *ModifyControlPolicyOutput)
ModifyControlPolicyRequest generates a "volcengine/request.Request" representing the client's request for the ModifyControlPolicy operation. The "output" return value will be populated with the ModifyControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyControlPolicyCommon Send returns without error.
See ModifyControlPolicy for more information on using the ModifyControlPolicy API call, and error handling.
// Example sending a request using the ModifyControlPolicyRequest method. req, resp := client.ModifyControlPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyControlPolicyWithContext ¶
func (c *FWCENTER) ModifyControlPolicyWithContext(ctx volcengine.Context, input *ModifyControlPolicyInput, opts ...request.Option) (*ModifyControlPolicyOutput, error)
ModifyControlPolicyWithContext is the same as ModifyControlPolicy with the addition of the ability to pass a context and additional request options.
See ModifyControlPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyDnsControlPolicy ¶ added in v1.0.135
func (c *FWCENTER) ModifyDnsControlPolicy(input *ModifyDnsControlPolicyInput) (*ModifyDnsControlPolicyOutput, error)
ModifyDnsControlPolicy API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyDnsControlPolicy for usage and error information.
func (*FWCENTER) ModifyDnsControlPolicyCommon ¶ added in v1.0.135
func (c *FWCENTER) ModifyDnsControlPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyDnsControlPolicyCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyDnsControlPolicyCommon for usage and error information.
func (*FWCENTER) ModifyDnsControlPolicyCommonRequest ¶ added in v1.0.135
func (c *FWCENTER) ModifyDnsControlPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyDnsControlPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDnsControlPolicyCommon operation. The "output" return value will be populated with the ModifyDnsControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyDnsControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDnsControlPolicyCommon Send returns without error.
See ModifyDnsControlPolicyCommon for more information on using the ModifyDnsControlPolicyCommon API call, and error handling.
// Example sending a request using the ModifyDnsControlPolicyCommonRequest method. req, resp := client.ModifyDnsControlPolicyCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyDnsControlPolicyCommonWithContext ¶ added in v1.0.135
func (c *FWCENTER) ModifyDnsControlPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyDnsControlPolicyCommonWithContext is the same as ModifyDnsControlPolicyCommon with the addition of the ability to pass a context and additional request options.
See ModifyDnsControlPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyDnsControlPolicyRequest ¶ added in v1.0.135
func (c *FWCENTER) ModifyDnsControlPolicyRequest(input *ModifyDnsControlPolicyInput) (req *request.Request, output *ModifyDnsControlPolicyOutput)
ModifyDnsControlPolicyRequest generates a "volcengine/request.Request" representing the client's request for the ModifyDnsControlPolicy operation. The "output" return value will be populated with the ModifyDnsControlPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyDnsControlPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyDnsControlPolicyCommon Send returns without error.
See ModifyDnsControlPolicy for more information on using the ModifyDnsControlPolicy API call, and error handling.
// Example sending a request using the ModifyDnsControlPolicyRequest method. req, resp := client.ModifyDnsControlPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyDnsControlPolicyWithContext ¶ added in v1.0.135
func (c *FWCENTER) ModifyDnsControlPolicyWithContext(ctx volcengine.Context, input *ModifyDnsControlPolicyInput, opts ...request.Option) (*ModifyDnsControlPolicyOutput, error)
ModifyDnsControlPolicyWithContext is the same as ModifyDnsControlPolicy with the addition of the ability to pass a context and additional request options.
See ModifyDnsControlPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyVpcFirewallAclRule ¶
func (c *FWCENTER) ModifyVpcFirewallAclRule(input *ModifyVpcFirewallAclRuleInput) (*ModifyVpcFirewallAclRuleOutput, error)
ModifyVpcFirewallAclRule API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyVpcFirewallAclRule for usage and error information.
func (*FWCENTER) ModifyVpcFirewallAclRuleCommon ¶
func (c *FWCENTER) ModifyVpcFirewallAclRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyVpcFirewallAclRuleCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyVpcFirewallAclRuleCommon for usage and error information.
func (*FWCENTER) ModifyVpcFirewallAclRuleCommonRequest ¶
func (c *FWCENTER) ModifyVpcFirewallAclRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyVpcFirewallAclRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyVpcFirewallAclRuleCommon operation. The "output" return value will be populated with the ModifyVpcFirewallAclRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyVpcFirewallAclRuleCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyVpcFirewallAclRuleCommon Send returns without error.
See ModifyVpcFirewallAclRuleCommon for more information on using the ModifyVpcFirewallAclRuleCommon API call, and error handling.
// Example sending a request using the ModifyVpcFirewallAclRuleCommonRequest method. req, resp := client.ModifyVpcFirewallAclRuleCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyVpcFirewallAclRuleCommonWithContext ¶
func (c *FWCENTER) ModifyVpcFirewallAclRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyVpcFirewallAclRuleCommonWithContext is the same as ModifyVpcFirewallAclRuleCommon with the addition of the ability to pass a context and additional request options.
See ModifyVpcFirewallAclRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyVpcFirewallAclRulePosition ¶
func (c *FWCENTER) ModifyVpcFirewallAclRulePosition(input *ModifyVpcFirewallAclRulePositionInput) (*ModifyVpcFirewallAclRulePositionOutput, error)
ModifyVpcFirewallAclRulePosition API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyVpcFirewallAclRulePosition for usage and error information.
func (*FWCENTER) ModifyVpcFirewallAclRulePositionCommon ¶
func (c *FWCENTER) ModifyVpcFirewallAclRulePositionCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ModifyVpcFirewallAclRulePositionCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation ModifyVpcFirewallAclRulePositionCommon for usage and error information.
func (*FWCENTER) ModifyVpcFirewallAclRulePositionCommonRequest ¶
func (c *FWCENTER) ModifyVpcFirewallAclRulePositionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ModifyVpcFirewallAclRulePositionCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyVpcFirewallAclRulePositionCommon operation. The "output" return value will be populated with the ModifyVpcFirewallAclRulePositionCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyVpcFirewallAclRulePositionCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyVpcFirewallAclRulePositionCommon Send returns without error.
See ModifyVpcFirewallAclRulePositionCommon for more information on using the ModifyVpcFirewallAclRulePositionCommon API call, and error handling.
// Example sending a request using the ModifyVpcFirewallAclRulePositionCommonRequest method. req, resp := client.ModifyVpcFirewallAclRulePositionCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyVpcFirewallAclRulePositionCommonWithContext ¶
func (c *FWCENTER) ModifyVpcFirewallAclRulePositionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ModifyVpcFirewallAclRulePositionCommonWithContext is the same as ModifyVpcFirewallAclRulePositionCommon with the addition of the ability to pass a context and additional request options.
See ModifyVpcFirewallAclRulePositionCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyVpcFirewallAclRulePositionRequest ¶
func (c *FWCENTER) ModifyVpcFirewallAclRulePositionRequest(input *ModifyVpcFirewallAclRulePositionInput) (req *request.Request, output *ModifyVpcFirewallAclRulePositionOutput)
ModifyVpcFirewallAclRulePositionRequest generates a "volcengine/request.Request" representing the client's request for the ModifyVpcFirewallAclRulePosition operation. The "output" return value will be populated with the ModifyVpcFirewallAclRulePositionCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyVpcFirewallAclRulePositionCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyVpcFirewallAclRulePositionCommon Send returns without error.
See ModifyVpcFirewallAclRulePosition for more information on using the ModifyVpcFirewallAclRulePosition API call, and error handling.
// Example sending a request using the ModifyVpcFirewallAclRulePositionRequest method. req, resp := client.ModifyVpcFirewallAclRulePositionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyVpcFirewallAclRulePositionWithContext ¶
func (c *FWCENTER) ModifyVpcFirewallAclRulePositionWithContext(ctx volcengine.Context, input *ModifyVpcFirewallAclRulePositionInput, opts ...request.Option) (*ModifyVpcFirewallAclRulePositionOutput, error)
ModifyVpcFirewallAclRulePositionWithContext is the same as ModifyVpcFirewallAclRulePosition with the addition of the ability to pass a context and additional request options.
See ModifyVpcFirewallAclRulePosition for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) ModifyVpcFirewallAclRuleRequest ¶
func (c *FWCENTER) ModifyVpcFirewallAclRuleRequest(input *ModifyVpcFirewallAclRuleInput) (req *request.Request, output *ModifyVpcFirewallAclRuleOutput)
ModifyVpcFirewallAclRuleRequest generates a "volcengine/request.Request" representing the client's request for the ModifyVpcFirewallAclRule operation. The "output" return value will be populated with the ModifyVpcFirewallAclRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned ModifyVpcFirewallAclRuleCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyVpcFirewallAclRuleCommon Send returns without error.
See ModifyVpcFirewallAclRule for more information on using the ModifyVpcFirewallAclRule API call, and error handling.
// Example sending a request using the ModifyVpcFirewallAclRuleRequest method. req, resp := client.ModifyVpcFirewallAclRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) ModifyVpcFirewallAclRuleWithContext ¶
func (c *FWCENTER) ModifyVpcFirewallAclRuleWithContext(ctx volcengine.Context, input *ModifyVpcFirewallAclRuleInput, opts ...request.Option) (*ModifyVpcFirewallAclRuleOutput, error)
ModifyVpcFirewallAclRuleWithContext is the same as ModifyVpcFirewallAclRule with the addition of the ability to pass a context and additional request options.
See ModifyVpcFirewallAclRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) UpdateAssets ¶
func (c *FWCENTER) UpdateAssets(input *UpdateAssetsInput) (*UpdateAssetsOutput, error)
UpdateAssets API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation UpdateAssets for usage and error information.
func (*FWCENTER) UpdateAssetsCommon ¶
func (c *FWCENTER) UpdateAssetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateAssetsCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation UpdateAssetsCommon for usage and error information.
func (*FWCENTER) UpdateAssetsCommonRequest ¶
func (c *FWCENTER) UpdateAssetsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateAssetsCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAssetsCommon operation. The "output" return value will be populated with the UpdateAssetsCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAssetsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAssetsCommon Send returns without error.
See UpdateAssetsCommon for more information on using the UpdateAssetsCommon API call, and error handling.
// Example sending a request using the UpdateAssetsCommonRequest method. req, resp := client.UpdateAssetsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) UpdateAssetsCommonWithContext ¶
func (c *FWCENTER) UpdateAssetsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateAssetsCommonWithContext is the same as UpdateAssetsCommon with the addition of the ability to pass a context and additional request options.
See UpdateAssetsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) UpdateAssetsRequest ¶
func (c *FWCENTER) UpdateAssetsRequest(input *UpdateAssetsInput) (req *request.Request, output *UpdateAssetsOutput)
UpdateAssetsRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAssets operation. The "output" return value will be populated with the UpdateAssetsCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAssetsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAssetsCommon Send returns without error.
See UpdateAssets for more information on using the UpdateAssets API call, and error handling.
// Example sending a request using the UpdateAssetsRequest method. req, resp := client.UpdateAssetsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) UpdateAssetsWithContext ¶
func (c *FWCENTER) UpdateAssetsWithContext(ctx volcengine.Context, input *UpdateAssetsInput, opts ...request.Option) (*UpdateAssetsOutput, error)
UpdateAssetsWithContext is the same as UpdateAssets with the addition of the ability to pass a context and additional request options.
See UpdateAssets for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) UpdateControlPolicySwitch ¶
func (c *FWCENTER) UpdateControlPolicySwitch(input *UpdateControlPolicySwitchInput) (*UpdateControlPolicySwitchOutput, error)
UpdateControlPolicySwitch API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation UpdateControlPolicySwitch for usage and error information.
func (*FWCENTER) UpdateControlPolicySwitchCommon ¶
func (c *FWCENTER) UpdateControlPolicySwitchCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateControlPolicySwitchCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation UpdateControlPolicySwitchCommon for usage and error information.
func (*FWCENTER) UpdateControlPolicySwitchCommonRequest ¶
func (c *FWCENTER) UpdateControlPolicySwitchCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateControlPolicySwitchCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateControlPolicySwitchCommon operation. The "output" return value will be populated with the UpdateControlPolicySwitchCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateControlPolicySwitchCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateControlPolicySwitchCommon Send returns without error.
See UpdateControlPolicySwitchCommon for more information on using the UpdateControlPolicySwitchCommon API call, and error handling.
// Example sending a request using the UpdateControlPolicySwitchCommonRequest method. req, resp := client.UpdateControlPolicySwitchCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) UpdateControlPolicySwitchCommonWithContext ¶
func (c *FWCENTER) UpdateControlPolicySwitchCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateControlPolicySwitchCommonWithContext is the same as UpdateControlPolicySwitchCommon with the addition of the ability to pass a context and additional request options.
See UpdateControlPolicySwitchCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) UpdateControlPolicySwitchRequest ¶
func (c *FWCENTER) UpdateControlPolicySwitchRequest(input *UpdateControlPolicySwitchInput) (req *request.Request, output *UpdateControlPolicySwitchOutput)
UpdateControlPolicySwitchRequest generates a "volcengine/request.Request" representing the client's request for the UpdateControlPolicySwitch operation. The "output" return value will be populated with the UpdateControlPolicySwitchCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateControlPolicySwitchCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateControlPolicySwitchCommon Send returns without error.
See UpdateControlPolicySwitch for more information on using the UpdateControlPolicySwitch API call, and error handling.
// Example sending a request using the UpdateControlPolicySwitchRequest method. req, resp := client.UpdateControlPolicySwitchRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) UpdateControlPolicySwitchWithContext ¶
func (c *FWCENTER) UpdateControlPolicySwitchWithContext(ctx volcengine.Context, input *UpdateControlPolicySwitchInput, opts ...request.Option) (*UpdateControlPolicySwitchOutput, error)
UpdateControlPolicySwitchWithContext is the same as UpdateControlPolicySwitch with the addition of the ability to pass a context and additional request options.
See UpdateControlPolicySwitch for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) UpdateDnsControlPolicySwitch ¶ added in v1.0.135
func (c *FWCENTER) UpdateDnsControlPolicySwitch(input *UpdateDnsControlPolicySwitchInput) (*UpdateDnsControlPolicySwitchOutput, error)
UpdateDnsControlPolicySwitch API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation UpdateDnsControlPolicySwitch for usage and error information.
func (*FWCENTER) UpdateDnsControlPolicySwitchCommon ¶ added in v1.0.135
func (c *FWCENTER) UpdateDnsControlPolicySwitchCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateDnsControlPolicySwitchCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation UpdateDnsControlPolicySwitchCommon for usage and error information.
func (*FWCENTER) UpdateDnsControlPolicySwitchCommonRequest ¶ added in v1.0.135
func (c *FWCENTER) UpdateDnsControlPolicySwitchCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateDnsControlPolicySwitchCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateDnsControlPolicySwitchCommon operation. The "output" return value will be populated with the UpdateDnsControlPolicySwitchCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateDnsControlPolicySwitchCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDnsControlPolicySwitchCommon Send returns without error.
See UpdateDnsControlPolicySwitchCommon for more information on using the UpdateDnsControlPolicySwitchCommon API call, and error handling.
// Example sending a request using the UpdateDnsControlPolicySwitchCommonRequest method. req, resp := client.UpdateDnsControlPolicySwitchCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) UpdateDnsControlPolicySwitchCommonWithContext ¶ added in v1.0.135
func (c *FWCENTER) UpdateDnsControlPolicySwitchCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateDnsControlPolicySwitchCommonWithContext is the same as UpdateDnsControlPolicySwitchCommon with the addition of the ability to pass a context and additional request options.
See UpdateDnsControlPolicySwitchCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) UpdateDnsControlPolicySwitchRequest ¶ added in v1.0.135
func (c *FWCENTER) UpdateDnsControlPolicySwitchRequest(input *UpdateDnsControlPolicySwitchInput) (req *request.Request, output *UpdateDnsControlPolicySwitchOutput)
UpdateDnsControlPolicySwitchRequest generates a "volcengine/request.Request" representing the client's request for the UpdateDnsControlPolicySwitch operation. The "output" return value will be populated with the UpdateDnsControlPolicySwitchCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateDnsControlPolicySwitchCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateDnsControlPolicySwitchCommon Send returns without error.
See UpdateDnsControlPolicySwitch for more information on using the UpdateDnsControlPolicySwitch API call, and error handling.
// Example sending a request using the UpdateDnsControlPolicySwitchRequest method. req, resp := client.UpdateDnsControlPolicySwitchRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) UpdateDnsControlPolicySwitchWithContext ¶ added in v1.0.135
func (c *FWCENTER) UpdateDnsControlPolicySwitchWithContext(ctx volcengine.Context, input *UpdateDnsControlPolicySwitchInput, opts ...request.Option) (*UpdateDnsControlPolicySwitchOutput, error)
UpdateDnsControlPolicySwitchWithContext is the same as UpdateDnsControlPolicySwitch with the addition of the ability to pass a context and additional request options.
See UpdateDnsControlPolicySwitch for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) UpdateVpcFirewallAclRuleSwitch ¶
func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitch(input *UpdateVpcFirewallAclRuleSwitchInput) (*UpdateVpcFirewallAclRuleSwitchOutput, error)
UpdateVpcFirewallAclRuleSwitch API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation UpdateVpcFirewallAclRuleSwitch for usage and error information.
func (*FWCENTER) UpdateVpcFirewallAclRuleSwitchCommon ¶
func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitchCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateVpcFirewallAclRuleSwitchCommon API operation for FWCENTER.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FWCENTER's API operation UpdateVpcFirewallAclRuleSwitchCommon for usage and error information.
func (*FWCENTER) UpdateVpcFirewallAclRuleSwitchCommonRequest ¶
func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitchCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateVpcFirewallAclRuleSwitchCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateVpcFirewallAclRuleSwitchCommon operation. The "output" return value will be populated with the UpdateVpcFirewallAclRuleSwitchCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateVpcFirewallAclRuleSwitchCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateVpcFirewallAclRuleSwitchCommon Send returns without error.
See UpdateVpcFirewallAclRuleSwitchCommon for more information on using the UpdateVpcFirewallAclRuleSwitchCommon API call, and error handling.
// Example sending a request using the UpdateVpcFirewallAclRuleSwitchCommonRequest method. req, resp := client.UpdateVpcFirewallAclRuleSwitchCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) UpdateVpcFirewallAclRuleSwitchCommonWithContext ¶
func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitchCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateVpcFirewallAclRuleSwitchCommonWithContext is the same as UpdateVpcFirewallAclRuleSwitchCommon with the addition of the ability to pass a context and additional request options.
See UpdateVpcFirewallAclRuleSwitchCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FWCENTER) UpdateVpcFirewallAclRuleSwitchRequest ¶
func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitchRequest(input *UpdateVpcFirewallAclRuleSwitchInput) (req *request.Request, output *UpdateVpcFirewallAclRuleSwitchOutput)
UpdateVpcFirewallAclRuleSwitchRequest generates a "volcengine/request.Request" representing the client's request for the UpdateVpcFirewallAclRuleSwitch operation. The "output" return value will be populated with the UpdateVpcFirewallAclRuleSwitchCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateVpcFirewallAclRuleSwitchCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateVpcFirewallAclRuleSwitchCommon Send returns without error.
See UpdateVpcFirewallAclRuleSwitch for more information on using the UpdateVpcFirewallAclRuleSwitch API call, and error handling.
// Example sending a request using the UpdateVpcFirewallAclRuleSwitchRequest method. req, resp := client.UpdateVpcFirewallAclRuleSwitchRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FWCENTER) UpdateVpcFirewallAclRuleSwitchWithContext ¶
func (c *FWCENTER) UpdateVpcFirewallAclRuleSwitchWithContext(ctx volcengine.Context, input *UpdateVpcFirewallAclRuleSwitchInput, opts ...request.Option) (*UpdateVpcFirewallAclRuleSwitchOutput, error)
UpdateVpcFirewallAclRuleSwitchWithContext is the same as UpdateVpcFirewallAclRuleSwitch with the addition of the ability to pass a context and additional request options.
See UpdateVpcFirewallAclRuleSwitch for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type FWCENTERAPI ¶
type FWCENTERAPI interface { AddAddressBookCommon(*map[string]interface{}) (*map[string]interface{}, error) AddAddressBookCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) AddAddressBookCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) AddAddressBook(*AddAddressBookInput) (*AddAddressBookOutput, error) AddAddressBookWithContext(volcengine.Context, *AddAddressBookInput, ...request.Option) (*AddAddressBookOutput, error) AddAddressBookRequest(*AddAddressBookInput) (*request.Request, *AddAddressBookOutput) AddControlPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error) AddControlPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) AddControlPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) AddControlPolicy(*AddControlPolicyInput) (*AddControlPolicyOutput, error) AddControlPolicyWithContext(volcengine.Context, *AddControlPolicyInput, ...request.Option) (*AddControlPolicyOutput, error) AddControlPolicyRequest(*AddControlPolicyInput) (*request.Request, *AddControlPolicyOutput) AddDnsControlPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error) AddDnsControlPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) AddDnsControlPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) AddDnsControlPolicy(*AddDnsControlPolicyInput) (*AddDnsControlPolicyOutput, error) AddDnsControlPolicyWithContext(volcengine.Context, *AddDnsControlPolicyInput, ...request.Option) (*AddDnsControlPolicyOutput, error) AddDnsControlPolicyRequest(*AddDnsControlPolicyInput) (*request.Request, *AddDnsControlPolicyOutput) AddVpcFirewallAclRuleCommon(*map[string]interface{}) (*map[string]interface{}, error) AddVpcFirewallAclRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) AddVpcFirewallAclRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) AddVpcFirewallAclRule(*AddVpcFirewallAclRuleInput) (*AddVpcFirewallAclRuleOutput, error) AddVpcFirewallAclRuleWithContext(volcengine.Context, *AddVpcFirewallAclRuleInput, ...request.Option) (*AddVpcFirewallAclRuleOutput, error) AddVpcFirewallAclRuleRequest(*AddVpcFirewallAclRuleInput) (*request.Request, *AddVpcFirewallAclRuleOutput) AssetListCommon(*map[string]interface{}) (*map[string]interface{}, error) AssetListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) AssetListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) AssetList(*AssetListInput) (*AssetListOutput, error) AssetListWithContext(volcengine.Context, *AssetListInput, ...request.Option) (*AssetListOutput, error) AssetListRequest(*AssetListInput) (*request.Request, *AssetListOutput) DeleteAddressBookCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteAddressBookCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteAddressBookCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteAddressBook(*DeleteAddressBookInput) (*DeleteAddressBookOutput, error) DeleteAddressBookWithContext(volcengine.Context, *DeleteAddressBookInput, ...request.Option) (*DeleteAddressBookOutput, error) DeleteAddressBookRequest(*DeleteAddressBookInput) (*request.Request, *DeleteAddressBookOutput) DeleteControlPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteControlPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteControlPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteControlPolicy(*DeleteControlPolicyInput) (*DeleteControlPolicyOutput, error) DeleteControlPolicyWithContext(volcengine.Context, *DeleteControlPolicyInput, ...request.Option) (*DeleteControlPolicyOutput, error) DeleteControlPolicyRequest(*DeleteControlPolicyInput) (*request.Request, *DeleteControlPolicyOutput) DeleteDnsControlPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteDnsControlPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteDnsControlPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteDnsControlPolicy(*DeleteDnsControlPolicyInput) (*DeleteDnsControlPolicyOutput, error) DeleteDnsControlPolicyWithContext(volcengine.Context, *DeleteDnsControlPolicyInput, ...request.Option) (*DeleteDnsControlPolicyOutput, error) DeleteDnsControlPolicyRequest(*DeleteDnsControlPolicyInput) (*request.Request, *DeleteDnsControlPolicyOutput) DeleteVpcFirewallAclRuleCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteVpcFirewallAclRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteVpcFirewallAclRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteVpcFirewallAclRule(*DeleteVpcFirewallAclRuleInput) (*DeleteVpcFirewallAclRuleOutput, error) DeleteVpcFirewallAclRuleWithContext(volcengine.Context, *DeleteVpcFirewallAclRuleInput, ...request.Option) (*DeleteVpcFirewallAclRuleOutput, error) DeleteVpcFirewallAclRuleRequest(*DeleteVpcFirewallAclRuleInput) (*request.Request, *DeleteVpcFirewallAclRuleOutput) DescribeAddressBookCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeAddressBookCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeAddressBookCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeAddressBook(*DescribeAddressBookInput) (*DescribeAddressBookOutput, error) DescribeAddressBookWithContext(volcengine.Context, *DescribeAddressBookInput, ...request.Option) (*DescribeAddressBookOutput, error) DescribeAddressBookRequest(*DescribeAddressBookInput) (*request.Request, *DescribeAddressBookOutput) DescribeControlPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeControlPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeControlPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeControlPolicy(*DescribeControlPolicyInput) (*DescribeControlPolicyOutput, error) DescribeControlPolicyWithContext(volcengine.Context, *DescribeControlPolicyInput, ...request.Option) (*DescribeControlPolicyOutput, error) DescribeControlPolicyRequest(*DescribeControlPolicyInput) (*request.Request, *DescribeControlPolicyOutput) DescribeControlPolicyByRuleIdCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeControlPolicyByRuleIdCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeControlPolicyByRuleIdCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeControlPolicyByRuleId(*DescribeControlPolicyByRuleIdInput) (*DescribeControlPolicyByRuleIdOutput, error) DescribeControlPolicyByRuleIdWithContext(volcengine.Context, *DescribeControlPolicyByRuleIdInput, ...request.Option) (*DescribeControlPolicyByRuleIdOutput, error) DescribeControlPolicyByRuleIdRequest(*DescribeControlPolicyByRuleIdInput) (*request.Request, *DescribeControlPolicyByRuleIdOutput) DescribeControlPolicyPriorUsedCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeControlPolicyPriorUsedCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeControlPolicyPriorUsedCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeControlPolicyPriorUsed(*DescribeControlPolicyPriorUsedInput) (*DescribeControlPolicyPriorUsedOutput, error) DescribeControlPolicyPriorUsedWithContext(volcengine.Context, *DescribeControlPolicyPriorUsedInput, ...request.Option) (*DescribeControlPolicyPriorUsedOutput, error) DescribeControlPolicyPriorUsedRequest(*DescribeControlPolicyPriorUsedInput) (*request.Request, *DescribeControlPolicyPriorUsedOutput) DescribeDnsControlPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeDnsControlPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeDnsControlPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeDnsControlPolicy(*DescribeDnsControlPolicyInput) (*DescribeDnsControlPolicyOutput, error) DescribeDnsControlPolicyWithContext(volcengine.Context, *DescribeDnsControlPolicyInput, ...request.Option) (*DescribeDnsControlPolicyOutput, error) DescribeDnsControlPolicyRequest(*DescribeDnsControlPolicyInput) (*request.Request, *DescribeDnsControlPolicyOutput) DescribeVpcFirewallAclRuleListCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeVpcFirewallAclRuleListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeVpcFirewallAclRuleListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeVpcFirewallAclRuleList(*DescribeVpcFirewallAclRuleListInput) (*DescribeVpcFirewallAclRuleListOutput, error) DescribeVpcFirewallAclRuleListWithContext(volcengine.Context, *DescribeVpcFirewallAclRuleListInput, ...request.Option) (*DescribeVpcFirewallAclRuleListOutput, error) DescribeVpcFirewallAclRuleListRequest(*DescribeVpcFirewallAclRuleListInput) (*request.Request, *DescribeVpcFirewallAclRuleListOutput) DescribeVpcFirewallAclRulePriorUsedCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeVpcFirewallAclRulePriorUsedCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeVpcFirewallAclRulePriorUsedCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeVpcFirewallAclRulePriorUsed(*DescribeVpcFirewallAclRulePriorUsedInput) (*DescribeVpcFirewallAclRulePriorUsedOutput, error) DescribeVpcFirewallAclRulePriorUsedWithContext(volcengine.Context, *DescribeVpcFirewallAclRulePriorUsedInput, ...request.Option) (*DescribeVpcFirewallAclRulePriorUsedOutput, error) DescribeVpcFirewallAclRulePriorUsedRequest(*DescribeVpcFirewallAclRulePriorUsedInput) (*request.Request, *DescribeVpcFirewallAclRulePriorUsedOutput) DescribeVpcFirewallListCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeVpcFirewallListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeVpcFirewallListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeVpcFirewallList(*DescribeVpcFirewallListInput) (*DescribeVpcFirewallListOutput, error) DescribeVpcFirewallListWithContext(volcengine.Context, *DescribeVpcFirewallListInput, ...request.Option) (*DescribeVpcFirewallListOutput, error) DescribeVpcFirewallListRequest(*DescribeVpcFirewallListInput) (*request.Request, *DescribeVpcFirewallListOutput) DescribeVpcsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeVpcsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeVpcsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeVpcs(*DescribeVpcsInput) (*DescribeVpcsOutput, error) DescribeVpcsWithContext(volcengine.Context, *DescribeVpcsInput, ...request.Option) (*DescribeVpcsOutput, error) DescribeVpcsRequest(*DescribeVpcsInput) (*request.Request, *DescribeVpcsOutput) ModifyAddressBookCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyAddressBookCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyAddressBookCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyAddressBook(*ModifyAddressBookInput) (*ModifyAddressBookOutput, error) ModifyAddressBookWithContext(volcengine.Context, *ModifyAddressBookInput, ...request.Option) (*ModifyAddressBookOutput, error) ModifyAddressBookRequest(*ModifyAddressBookInput) (*request.Request, *ModifyAddressBookOutput) ModifyControlPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyControlPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyControlPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyControlPolicy(*ModifyControlPolicyInput) (*ModifyControlPolicyOutput, error) ModifyControlPolicyWithContext(volcengine.Context, *ModifyControlPolicyInput, ...request.Option) (*ModifyControlPolicyOutput, error) ModifyControlPolicyRequest(*ModifyControlPolicyInput) (*request.Request, *ModifyControlPolicyOutput) ModifyControlPolicyPositionCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyControlPolicyPositionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyControlPolicyPositionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyControlPolicyPosition(*ModifyControlPolicyPositionInput) (*ModifyControlPolicyPositionOutput, error) ModifyControlPolicyPositionWithContext(volcengine.Context, *ModifyControlPolicyPositionInput, ...request.Option) (*ModifyControlPolicyPositionOutput, error) ModifyControlPolicyPositionRequest(*ModifyControlPolicyPositionInput) (*request.Request, *ModifyControlPolicyPositionOutput) ModifyDnsControlPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyDnsControlPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyDnsControlPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyDnsControlPolicy(*ModifyDnsControlPolicyInput) (*ModifyDnsControlPolicyOutput, error) ModifyDnsControlPolicyWithContext(volcengine.Context, *ModifyDnsControlPolicyInput, ...request.Option) (*ModifyDnsControlPolicyOutput, error) ModifyDnsControlPolicyRequest(*ModifyDnsControlPolicyInput) (*request.Request, *ModifyDnsControlPolicyOutput) ModifyVpcFirewallAclRuleCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyVpcFirewallAclRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyVpcFirewallAclRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyVpcFirewallAclRule(*ModifyVpcFirewallAclRuleInput) (*ModifyVpcFirewallAclRuleOutput, error) ModifyVpcFirewallAclRuleWithContext(volcengine.Context, *ModifyVpcFirewallAclRuleInput, ...request.Option) (*ModifyVpcFirewallAclRuleOutput, error) ModifyVpcFirewallAclRuleRequest(*ModifyVpcFirewallAclRuleInput) (*request.Request, *ModifyVpcFirewallAclRuleOutput) ModifyVpcFirewallAclRulePositionCommon(*map[string]interface{}) (*map[string]interface{}, error) ModifyVpcFirewallAclRulePositionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ModifyVpcFirewallAclRulePositionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ModifyVpcFirewallAclRulePosition(*ModifyVpcFirewallAclRulePositionInput) (*ModifyVpcFirewallAclRulePositionOutput, error) ModifyVpcFirewallAclRulePositionWithContext(volcengine.Context, *ModifyVpcFirewallAclRulePositionInput, ...request.Option) (*ModifyVpcFirewallAclRulePositionOutput, error) ModifyVpcFirewallAclRulePositionRequest(*ModifyVpcFirewallAclRulePositionInput) (*request.Request, *ModifyVpcFirewallAclRulePositionOutput) UpdateAssetsCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateAssetsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateAssetsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateAssets(*UpdateAssetsInput) (*UpdateAssetsOutput, error) UpdateAssetsWithContext(volcengine.Context, *UpdateAssetsInput, ...request.Option) (*UpdateAssetsOutput, error) UpdateAssetsRequest(*UpdateAssetsInput) (*request.Request, *UpdateAssetsOutput) UpdateControlPolicySwitchCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateControlPolicySwitchCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateControlPolicySwitchCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateControlPolicySwitch(*UpdateControlPolicySwitchInput) (*UpdateControlPolicySwitchOutput, error) UpdateControlPolicySwitchWithContext(volcengine.Context, *UpdateControlPolicySwitchInput, ...request.Option) (*UpdateControlPolicySwitchOutput, error) UpdateControlPolicySwitchRequest(*UpdateControlPolicySwitchInput) (*request.Request, *UpdateControlPolicySwitchOutput) UpdateDnsControlPolicySwitchCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateDnsControlPolicySwitchCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateDnsControlPolicySwitchCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateDnsControlPolicySwitch(*UpdateDnsControlPolicySwitchInput) (*UpdateDnsControlPolicySwitchOutput, error) UpdateDnsControlPolicySwitchWithContext(volcengine.Context, *UpdateDnsControlPolicySwitchInput, ...request.Option) (*UpdateDnsControlPolicySwitchOutput, error) UpdateDnsControlPolicySwitchRequest(*UpdateDnsControlPolicySwitchInput) (*request.Request, *UpdateDnsControlPolicySwitchOutput) UpdateVpcFirewallAclRuleSwitchCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateVpcFirewallAclRuleSwitchCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateVpcFirewallAclRuleSwitchCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateVpcFirewallAclRuleSwitch(*UpdateVpcFirewallAclRuleSwitchInput) (*UpdateVpcFirewallAclRuleSwitchOutput, error) UpdateVpcFirewallAclRuleSwitchWithContext(volcengine.Context, *UpdateVpcFirewallAclRuleSwitchInput, ...request.Option) (*UpdateVpcFirewallAclRuleSwitchOutput, error) UpdateVpcFirewallAclRuleSwitchRequest(*UpdateVpcFirewallAclRuleSwitchInput) (*request.Request, *UpdateVpcFirewallAclRuleSwitchOutput) }
FWCENTERAPI provides an interface to enable mocking the fwcenter.FWCENTER service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to // FWCENTER. func myFunc(svc FWCENTERAPI) bool { // Make svc.AddAddressBook request } func main() { sess := session.New() svc := fwcenter.New(sess) myFunc(svc) }
type ModifyAddressBookInput ¶
type ModifyAddressBookInput struct { AddressList []*string `type:"list"` Description *string `type:"string"` // GroupName is a required field GroupName *string `type:"string" required:"true"` // GroupUuid is a required field GroupUuid *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ModifyAddressBookInput) GoString ¶
func (s ModifyAddressBookInput) GoString() string
GoString returns the string representation
func (*ModifyAddressBookInput) SetAddressList ¶
func (s *ModifyAddressBookInput) SetAddressList(v []*string) *ModifyAddressBookInput
SetAddressList sets the AddressList field's value.
func (*ModifyAddressBookInput) SetDescription ¶
func (s *ModifyAddressBookInput) SetDescription(v string) *ModifyAddressBookInput
SetDescription sets the Description field's value.
func (*ModifyAddressBookInput) SetGroupName ¶
func (s *ModifyAddressBookInput) SetGroupName(v string) *ModifyAddressBookInput
SetGroupName sets the GroupName field's value.
func (*ModifyAddressBookInput) SetGroupUuid ¶
func (s *ModifyAddressBookInput) SetGroupUuid(v string) *ModifyAddressBookInput
SetGroupUuid sets the GroupUuid field's value.
func (ModifyAddressBookInput) String ¶
func (s ModifyAddressBookInput) String() string
String returns the string representation
func (*ModifyAddressBookInput) Validate ¶
func (s *ModifyAddressBookInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyAddressBookOutput ¶
type ModifyAddressBookOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (ModifyAddressBookOutput) GoString ¶
func (s ModifyAddressBookOutput) GoString() string
GoString returns the string representation
func (ModifyAddressBookOutput) String ¶
func (s ModifyAddressBookOutput) String() string
String returns the string representation
type ModifyControlPolicyInput ¶
type ModifyControlPolicyInput struct { // Action is a required field Action *string `type:"string" required:"true"` Description *string `type:"string"` DestPort *string `type:"string"` DestPortType *string `type:"string"` // Destination is a required field Destination *string `type:"string" required:"true"` // DestinationType is a required field DestinationType *string `type:"string" required:"true"` // Direction is a required field Direction *string `type:"string" required:"true"` // Proto is a required field Proto *string `type:"string" required:"true"` // RuleId is a required field RuleId *string `type:"string" required:"true"` // Source is a required field Source *string `type:"string" required:"true"` // SourceType is a required field SourceType *string `type:"string" required:"true"` Status *bool `type:"boolean"` // contains filtered or unexported fields }
func (ModifyControlPolicyInput) GoString ¶
func (s ModifyControlPolicyInput) GoString() string
GoString returns the string representation
func (*ModifyControlPolicyInput) SetAction ¶
func (s *ModifyControlPolicyInput) SetAction(v string) *ModifyControlPolicyInput
SetAction sets the Action field's value.
func (*ModifyControlPolicyInput) SetDescription ¶
func (s *ModifyControlPolicyInput) SetDescription(v string) *ModifyControlPolicyInput
SetDescription sets the Description field's value.
func (*ModifyControlPolicyInput) SetDestPort ¶
func (s *ModifyControlPolicyInput) SetDestPort(v string) *ModifyControlPolicyInput
SetDestPort sets the DestPort field's value.
func (*ModifyControlPolicyInput) SetDestPortType ¶
func (s *ModifyControlPolicyInput) SetDestPortType(v string) *ModifyControlPolicyInput
SetDestPortType sets the DestPortType field's value.
func (*ModifyControlPolicyInput) SetDestination ¶
func (s *ModifyControlPolicyInput) SetDestination(v string) *ModifyControlPolicyInput
SetDestination sets the Destination field's value.
func (*ModifyControlPolicyInput) SetDestinationType ¶
func (s *ModifyControlPolicyInput) SetDestinationType(v string) *ModifyControlPolicyInput
SetDestinationType sets the DestinationType field's value.
func (*ModifyControlPolicyInput) SetDirection ¶
func (s *ModifyControlPolicyInput) SetDirection(v string) *ModifyControlPolicyInput
SetDirection sets the Direction field's value.
func (*ModifyControlPolicyInput) SetProto ¶
func (s *ModifyControlPolicyInput) SetProto(v string) *ModifyControlPolicyInput
SetProto sets the Proto field's value.
func (*ModifyControlPolicyInput) SetRuleId ¶
func (s *ModifyControlPolicyInput) SetRuleId(v string) *ModifyControlPolicyInput
SetRuleId sets the RuleId field's value.
func (*ModifyControlPolicyInput) SetSource ¶
func (s *ModifyControlPolicyInput) SetSource(v string) *ModifyControlPolicyInput
SetSource sets the Source field's value.
func (*ModifyControlPolicyInput) SetSourceType ¶
func (s *ModifyControlPolicyInput) SetSourceType(v string) *ModifyControlPolicyInput
SetSourceType sets the SourceType field's value.
func (*ModifyControlPolicyInput) SetStatus ¶
func (s *ModifyControlPolicyInput) SetStatus(v bool) *ModifyControlPolicyInput
SetStatus sets the Status field's value.
func (ModifyControlPolicyInput) String ¶
func (s ModifyControlPolicyInput) String() string
String returns the string representation
func (*ModifyControlPolicyInput) Validate ¶
func (s *ModifyControlPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyControlPolicyOutput ¶
type ModifyControlPolicyOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (ModifyControlPolicyOutput) GoString ¶
func (s ModifyControlPolicyOutput) GoString() string
GoString returns the string representation
func (ModifyControlPolicyOutput) String ¶
func (s ModifyControlPolicyOutput) String() string
String returns the string representation
type ModifyControlPolicyPositionInput ¶
type ModifyControlPolicyPositionInput struct { // Direction is a required field Direction *string `type:"string" required:"true"` // NewPrio is a required field NewPrio *int32 `type:"int32" required:"true"` // RuleId is a required field RuleId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ModifyControlPolicyPositionInput) GoString ¶
func (s ModifyControlPolicyPositionInput) GoString() string
GoString returns the string representation
func (*ModifyControlPolicyPositionInput) SetDirection ¶
func (s *ModifyControlPolicyPositionInput) SetDirection(v string) *ModifyControlPolicyPositionInput
SetDirection sets the Direction field's value.
func (*ModifyControlPolicyPositionInput) SetNewPrio ¶
func (s *ModifyControlPolicyPositionInput) SetNewPrio(v int32) *ModifyControlPolicyPositionInput
SetNewPrio sets the NewPrio field's value.
func (*ModifyControlPolicyPositionInput) SetRuleId ¶
func (s *ModifyControlPolicyPositionInput) SetRuleId(v string) *ModifyControlPolicyPositionInput
SetRuleId sets the RuleId field's value.
func (ModifyControlPolicyPositionInput) String ¶
func (s ModifyControlPolicyPositionInput) String() string
String returns the string representation
func (*ModifyControlPolicyPositionInput) Validate ¶
func (s *ModifyControlPolicyPositionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyControlPolicyPositionOutput ¶
type ModifyControlPolicyPositionOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (ModifyControlPolicyPositionOutput) GoString ¶
func (s ModifyControlPolicyPositionOutput) GoString() string
GoString returns the string representation
func (ModifyControlPolicyPositionOutput) String ¶
func (s ModifyControlPolicyPositionOutput) String() string
String returns the string representation
type ModifyDnsControlPolicyInput ¶ added in v1.0.135
type ModifyDnsControlPolicyInput struct { Description *string `type:"string"` // Destination is a required field Destination *string `type:"string" required:"true"` // DestinationType is a required field DestinationType *string `type:"string" required:"true"` // RuleId is a required field RuleId *string `type:"string" required:"true"` Source []*SourceForModifyDnsControlPolicyInput `type:"list"` Status *bool `type:"boolean"` // contains filtered or unexported fields }
func (ModifyDnsControlPolicyInput) GoString ¶ added in v1.0.135
func (s ModifyDnsControlPolicyInput) GoString() string
GoString returns the string representation
func (*ModifyDnsControlPolicyInput) SetDescription ¶ added in v1.0.135
func (s *ModifyDnsControlPolicyInput) SetDescription(v string) *ModifyDnsControlPolicyInput
SetDescription sets the Description field's value.
func (*ModifyDnsControlPolicyInput) SetDestination ¶ added in v1.0.135
func (s *ModifyDnsControlPolicyInput) SetDestination(v string) *ModifyDnsControlPolicyInput
SetDestination sets the Destination field's value.
func (*ModifyDnsControlPolicyInput) SetDestinationType ¶ added in v1.0.135
func (s *ModifyDnsControlPolicyInput) SetDestinationType(v string) *ModifyDnsControlPolicyInput
SetDestinationType sets the DestinationType field's value.
func (*ModifyDnsControlPolicyInput) SetRuleId ¶ added in v1.0.135
func (s *ModifyDnsControlPolicyInput) SetRuleId(v string) *ModifyDnsControlPolicyInput
SetRuleId sets the RuleId field's value.
func (*ModifyDnsControlPolicyInput) SetSource ¶ added in v1.0.135
func (s *ModifyDnsControlPolicyInput) SetSource(v []*SourceForModifyDnsControlPolicyInput) *ModifyDnsControlPolicyInput
SetSource sets the Source field's value.
func (*ModifyDnsControlPolicyInput) SetStatus ¶ added in v1.0.135
func (s *ModifyDnsControlPolicyInput) SetStatus(v bool) *ModifyDnsControlPolicyInput
SetStatus sets the Status field's value.
func (ModifyDnsControlPolicyInput) String ¶ added in v1.0.135
func (s ModifyDnsControlPolicyInput) String() string
String returns the string representation
func (*ModifyDnsControlPolicyInput) Validate ¶ added in v1.0.135
func (s *ModifyDnsControlPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyDnsControlPolicyOutput ¶ added in v1.0.135
type ModifyDnsControlPolicyOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (ModifyDnsControlPolicyOutput) GoString ¶ added in v1.0.135
func (s ModifyDnsControlPolicyOutput) GoString() string
GoString returns the string representation
func (ModifyDnsControlPolicyOutput) String ¶ added in v1.0.135
func (s ModifyDnsControlPolicyOutput) String() string
String returns the string representation
type ModifyVpcFirewallAclRuleInput ¶
type ModifyVpcFirewallAclRuleInput struct { // Action is a required field Action *string `type:"string" required:"true"` Description *string `type:"string"` DestPort *string `type:"string"` DestPortType *string `type:"string"` // Destination is a required field Destination *string `type:"string" required:"true"` // DestinationType is a required field DestinationType *string `type:"string" required:"true"` // Proto is a required field Proto *string `type:"string" required:"true"` // RuleId is a required field RuleId *string `type:"string" required:"true"` // Source is a required field Source *string `type:"string" required:"true"` // SourceType is a required field SourceType *string `type:"string" required:"true"` Status *bool `type:"boolean"` // VpcFirewallId is a required field VpcFirewallId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ModifyVpcFirewallAclRuleInput) GoString ¶
func (s ModifyVpcFirewallAclRuleInput) GoString() string
GoString returns the string representation
func (*ModifyVpcFirewallAclRuleInput) SetAction ¶
func (s *ModifyVpcFirewallAclRuleInput) SetAction(v string) *ModifyVpcFirewallAclRuleInput
SetAction sets the Action field's value.
func (*ModifyVpcFirewallAclRuleInput) SetDescription ¶
func (s *ModifyVpcFirewallAclRuleInput) SetDescription(v string) *ModifyVpcFirewallAclRuleInput
SetDescription sets the Description field's value.
func (*ModifyVpcFirewallAclRuleInput) SetDestPort ¶
func (s *ModifyVpcFirewallAclRuleInput) SetDestPort(v string) *ModifyVpcFirewallAclRuleInput
SetDestPort sets the DestPort field's value.
func (*ModifyVpcFirewallAclRuleInput) SetDestPortType ¶
func (s *ModifyVpcFirewallAclRuleInput) SetDestPortType(v string) *ModifyVpcFirewallAclRuleInput
SetDestPortType sets the DestPortType field's value.
func (*ModifyVpcFirewallAclRuleInput) SetDestination ¶
func (s *ModifyVpcFirewallAclRuleInput) SetDestination(v string) *ModifyVpcFirewallAclRuleInput
SetDestination sets the Destination field's value.
func (*ModifyVpcFirewallAclRuleInput) SetDestinationType ¶
func (s *ModifyVpcFirewallAclRuleInput) SetDestinationType(v string) *ModifyVpcFirewallAclRuleInput
SetDestinationType sets the DestinationType field's value.
func (*ModifyVpcFirewallAclRuleInput) SetProto ¶
func (s *ModifyVpcFirewallAclRuleInput) SetProto(v string) *ModifyVpcFirewallAclRuleInput
SetProto sets the Proto field's value.
func (*ModifyVpcFirewallAclRuleInput) SetRuleId ¶
func (s *ModifyVpcFirewallAclRuleInput) SetRuleId(v string) *ModifyVpcFirewallAclRuleInput
SetRuleId sets the RuleId field's value.
func (*ModifyVpcFirewallAclRuleInput) SetSource ¶
func (s *ModifyVpcFirewallAclRuleInput) SetSource(v string) *ModifyVpcFirewallAclRuleInput
SetSource sets the Source field's value.
func (*ModifyVpcFirewallAclRuleInput) SetSourceType ¶
func (s *ModifyVpcFirewallAclRuleInput) SetSourceType(v string) *ModifyVpcFirewallAclRuleInput
SetSourceType sets the SourceType field's value.
func (*ModifyVpcFirewallAclRuleInput) SetStatus ¶
func (s *ModifyVpcFirewallAclRuleInput) SetStatus(v bool) *ModifyVpcFirewallAclRuleInput
SetStatus sets the Status field's value.
func (*ModifyVpcFirewallAclRuleInput) SetVpcFirewallId ¶
func (s *ModifyVpcFirewallAclRuleInput) SetVpcFirewallId(v string) *ModifyVpcFirewallAclRuleInput
SetVpcFirewallId sets the VpcFirewallId field's value.
func (ModifyVpcFirewallAclRuleInput) String ¶
func (s ModifyVpcFirewallAclRuleInput) String() string
String returns the string representation
func (*ModifyVpcFirewallAclRuleInput) Validate ¶
func (s *ModifyVpcFirewallAclRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyVpcFirewallAclRuleOutput ¶
type ModifyVpcFirewallAclRuleOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (ModifyVpcFirewallAclRuleOutput) GoString ¶
func (s ModifyVpcFirewallAclRuleOutput) GoString() string
GoString returns the string representation
func (ModifyVpcFirewallAclRuleOutput) String ¶
func (s ModifyVpcFirewallAclRuleOutput) String() string
String returns the string representation
type ModifyVpcFirewallAclRulePositionInput ¶
type ModifyVpcFirewallAclRulePositionInput struct { // NewPrio is a required field NewPrio *int32 `type:"int32" required:"true"` // RuleId is a required field RuleId *string `type:"string" required:"true"` // VpcFirewallId is a required field VpcFirewallId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ModifyVpcFirewallAclRulePositionInput) GoString ¶
func (s ModifyVpcFirewallAclRulePositionInput) GoString() string
GoString returns the string representation
func (*ModifyVpcFirewallAclRulePositionInput) SetNewPrio ¶
func (s *ModifyVpcFirewallAclRulePositionInput) SetNewPrio(v int32) *ModifyVpcFirewallAclRulePositionInput
SetNewPrio sets the NewPrio field's value.
func (*ModifyVpcFirewallAclRulePositionInput) SetRuleId ¶
func (s *ModifyVpcFirewallAclRulePositionInput) SetRuleId(v string) *ModifyVpcFirewallAclRulePositionInput
SetRuleId sets the RuleId field's value.
func (*ModifyVpcFirewallAclRulePositionInput) SetVpcFirewallId ¶
func (s *ModifyVpcFirewallAclRulePositionInput) SetVpcFirewallId(v string) *ModifyVpcFirewallAclRulePositionInput
SetVpcFirewallId sets the VpcFirewallId field's value.
func (ModifyVpcFirewallAclRulePositionInput) String ¶
func (s ModifyVpcFirewallAclRulePositionInput) String() string
String returns the string representation
func (*ModifyVpcFirewallAclRulePositionInput) Validate ¶
func (s *ModifyVpcFirewallAclRulePositionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyVpcFirewallAclRulePositionOutput ¶
type ModifyVpcFirewallAclRulePositionOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (ModifyVpcFirewallAclRulePositionOutput) GoString ¶
func (s ModifyVpcFirewallAclRulePositionOutput) GoString() string
GoString returns the string representation
func (ModifyVpcFirewallAclRulePositionOutput) String ¶
func (s ModifyVpcFirewallAclRulePositionOutput) String() string
String returns the string representation
type SourceForAddDnsControlPolicyInput ¶ added in v1.0.135
type SourceForAddDnsControlPolicyInput struct { Region *string `type:"string"` VpcId *string `type:"string"` // contains filtered or unexported fields }
func (SourceForAddDnsControlPolicyInput) GoString ¶ added in v1.0.135
func (s SourceForAddDnsControlPolicyInput) GoString() string
GoString returns the string representation
func (*SourceForAddDnsControlPolicyInput) SetRegion ¶ added in v1.0.135
func (s *SourceForAddDnsControlPolicyInput) SetRegion(v string) *SourceForAddDnsControlPolicyInput
SetRegion sets the Region field's value.
func (*SourceForAddDnsControlPolicyInput) SetVpcId ¶ added in v1.0.135
func (s *SourceForAddDnsControlPolicyInput) SetVpcId(v string) *SourceForAddDnsControlPolicyInput
SetVpcId sets the VpcId field's value.
func (SourceForAddDnsControlPolicyInput) String ¶ added in v1.0.135
func (s SourceForAddDnsControlPolicyInput) String() string
String returns the string representation
type SourceForDescribeDnsControlPolicyOutput ¶ added in v1.0.135
type SourceForDescribeDnsControlPolicyOutput struct { Region *string `type:"string"` VpcId *string `type:"string"` // contains filtered or unexported fields }
func (SourceForDescribeDnsControlPolicyOutput) GoString ¶ added in v1.0.135
func (s SourceForDescribeDnsControlPolicyOutput) GoString() string
GoString returns the string representation
func (*SourceForDescribeDnsControlPolicyOutput) SetRegion ¶ added in v1.0.135
func (s *SourceForDescribeDnsControlPolicyOutput) SetRegion(v string) *SourceForDescribeDnsControlPolicyOutput
SetRegion sets the Region field's value.
func (*SourceForDescribeDnsControlPolicyOutput) SetVpcId ¶ added in v1.0.135
func (s *SourceForDescribeDnsControlPolicyOutput) SetVpcId(v string) *SourceForDescribeDnsControlPolicyOutput
SetVpcId sets the VpcId field's value.
func (SourceForDescribeDnsControlPolicyOutput) String ¶ added in v1.0.135
func (s SourceForDescribeDnsControlPolicyOutput) String() string
String returns the string representation
type SourceForModifyDnsControlPolicyInput ¶ added in v1.0.135
type SourceForModifyDnsControlPolicyInput struct { Region *string `type:"string"` VpcId *string `type:"string"` // contains filtered or unexported fields }
func (SourceForModifyDnsControlPolicyInput) GoString ¶ added in v1.0.135
func (s SourceForModifyDnsControlPolicyInput) GoString() string
GoString returns the string representation
func (*SourceForModifyDnsControlPolicyInput) SetRegion ¶ added in v1.0.135
func (s *SourceForModifyDnsControlPolicyInput) SetRegion(v string) *SourceForModifyDnsControlPolicyInput
SetRegion sets the Region field's value.
func (*SourceForModifyDnsControlPolicyInput) SetVpcId ¶ added in v1.0.135
func (s *SourceForModifyDnsControlPolicyInput) SetVpcId(v string) *SourceForModifyDnsControlPolicyInput
SetVpcId sets the VpcId field's value.
func (SourceForModifyDnsControlPolicyInput) String ¶ added in v1.0.135
func (s SourceForModifyDnsControlPolicyInput) String() string
String returns the string representation
type UpdateAssetsInput ¶
type UpdateAssetsInput struct { Asset_ips []*string `type:"list" json:"asset_ips"` // Enable is a required field Enable *bool `type:"boolean" json:"enable" required:"true"` // contains filtered or unexported fields }
func (UpdateAssetsInput) GoString ¶
func (s UpdateAssetsInput) GoString() string
GoString returns the string representation
func (*UpdateAssetsInput) SetAsset_ips ¶
func (s *UpdateAssetsInput) SetAsset_ips(v []*string) *UpdateAssetsInput
SetAsset_ips sets the Asset_ips field's value.
func (*UpdateAssetsInput) SetEnable ¶
func (s *UpdateAssetsInput) SetEnable(v bool) *UpdateAssetsInput
SetEnable sets the Enable field's value.
func (UpdateAssetsInput) String ¶
func (s UpdateAssetsInput) String() string
String returns the string representation
func (*UpdateAssetsInput) Validate ¶
func (s *UpdateAssetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAssetsOutput ¶
type UpdateAssetsOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateAssetsOutput) GoString ¶
func (s UpdateAssetsOutput) GoString() string
GoString returns the string representation
func (UpdateAssetsOutput) String ¶
func (s UpdateAssetsOutput) String() string
String returns the string representation
type UpdateControlPolicySwitchInput ¶
type UpdateControlPolicySwitchInput struct { // Direction is a required field Direction *string `type:"string" required:"true"` RuleIds []*string `type:"list"` Status *bool `type:"boolean"` // contains filtered or unexported fields }
func (UpdateControlPolicySwitchInput) GoString ¶
func (s UpdateControlPolicySwitchInput) GoString() string
GoString returns the string representation
func (*UpdateControlPolicySwitchInput) SetDirection ¶
func (s *UpdateControlPolicySwitchInput) SetDirection(v string) *UpdateControlPolicySwitchInput
SetDirection sets the Direction field's value.
func (*UpdateControlPolicySwitchInput) SetRuleIds ¶
func (s *UpdateControlPolicySwitchInput) SetRuleIds(v []*string) *UpdateControlPolicySwitchInput
SetRuleIds sets the RuleIds field's value.
func (*UpdateControlPolicySwitchInput) SetStatus ¶
func (s *UpdateControlPolicySwitchInput) SetStatus(v bool) *UpdateControlPolicySwitchInput
SetStatus sets the Status field's value.
func (UpdateControlPolicySwitchInput) String ¶
func (s UpdateControlPolicySwitchInput) String() string
String returns the string representation
func (*UpdateControlPolicySwitchInput) Validate ¶
func (s *UpdateControlPolicySwitchInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateControlPolicySwitchOutput ¶
type UpdateControlPolicySwitchOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateControlPolicySwitchOutput) GoString ¶
func (s UpdateControlPolicySwitchOutput) GoString() string
GoString returns the string representation
func (UpdateControlPolicySwitchOutput) String ¶
func (s UpdateControlPolicySwitchOutput) String() string
String returns the string representation
type UpdateDnsControlPolicySwitchInput ¶ added in v1.0.135
type UpdateDnsControlPolicySwitchInput struct { // RuleId is a required field RuleId *string `type:"string" required:"true"` Status *bool `type:"boolean"` // contains filtered or unexported fields }
func (UpdateDnsControlPolicySwitchInput) GoString ¶ added in v1.0.135
func (s UpdateDnsControlPolicySwitchInput) GoString() string
GoString returns the string representation
func (*UpdateDnsControlPolicySwitchInput) SetRuleId ¶ added in v1.0.135
func (s *UpdateDnsControlPolicySwitchInput) SetRuleId(v string) *UpdateDnsControlPolicySwitchInput
SetRuleId sets the RuleId field's value.
func (*UpdateDnsControlPolicySwitchInput) SetStatus ¶ added in v1.0.135
func (s *UpdateDnsControlPolicySwitchInput) SetStatus(v bool) *UpdateDnsControlPolicySwitchInput
SetStatus sets the Status field's value.
func (UpdateDnsControlPolicySwitchInput) String ¶ added in v1.0.135
func (s UpdateDnsControlPolicySwitchInput) String() string
String returns the string representation
func (*UpdateDnsControlPolicySwitchInput) Validate ¶ added in v1.0.135
func (s *UpdateDnsControlPolicySwitchInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDnsControlPolicySwitchOutput ¶ added in v1.0.135
type UpdateDnsControlPolicySwitchOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateDnsControlPolicySwitchOutput) GoString ¶ added in v1.0.135
func (s UpdateDnsControlPolicySwitchOutput) GoString() string
GoString returns the string representation
func (UpdateDnsControlPolicySwitchOutput) String ¶ added in v1.0.135
func (s UpdateDnsControlPolicySwitchOutput) String() string
String returns the string representation
type UpdateVpcFirewallAclRuleSwitchInput ¶
type UpdateVpcFirewallAclRuleSwitchInput struct { RuleIds []*string `type:"list"` Status *bool `type:"boolean"` // VpcFirewallId is a required field VpcFirewallId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateVpcFirewallAclRuleSwitchInput) GoString ¶
func (s UpdateVpcFirewallAclRuleSwitchInput) GoString() string
GoString returns the string representation
func (*UpdateVpcFirewallAclRuleSwitchInput) SetRuleIds ¶
func (s *UpdateVpcFirewallAclRuleSwitchInput) SetRuleIds(v []*string) *UpdateVpcFirewallAclRuleSwitchInput
SetRuleIds sets the RuleIds field's value.
func (*UpdateVpcFirewallAclRuleSwitchInput) SetStatus ¶
func (s *UpdateVpcFirewallAclRuleSwitchInput) SetStatus(v bool) *UpdateVpcFirewallAclRuleSwitchInput
SetStatus sets the Status field's value.
func (*UpdateVpcFirewallAclRuleSwitchInput) SetVpcFirewallId ¶
func (s *UpdateVpcFirewallAclRuleSwitchInput) SetVpcFirewallId(v string) *UpdateVpcFirewallAclRuleSwitchInput
SetVpcFirewallId sets the VpcFirewallId field's value.
func (UpdateVpcFirewallAclRuleSwitchInput) String ¶
func (s UpdateVpcFirewallAclRuleSwitchInput) String() string
String returns the string representation
func (*UpdateVpcFirewallAclRuleSwitchInput) Validate ¶
func (s *UpdateVpcFirewallAclRuleSwitchInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateVpcFirewallAclRuleSwitchOutput ¶
type UpdateVpcFirewallAclRuleSwitchOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateVpcFirewallAclRuleSwitchOutput) GoString ¶
func (s UpdateVpcFirewallAclRuleSwitchOutput) GoString() string
GoString returns the string representation
func (UpdateVpcFirewallAclRuleSwitchOutput) String ¶
func (s UpdateVpcFirewallAclRuleSwitchOutput) String() string
String returns the string representation
Source Files ¶
- api_add_address_book.go
- api_add_control_policy.go
- api_add_dns_control_policy.go
- api_add_vpc_firewall_acl_rule.go
- api_asset_list.go
- api_delete_address_book.go
- api_delete_control_policy.go
- api_delete_dns_control_policy.go
- api_delete_vpc_firewall_acl_rule.go
- api_describe_address_book.go
- api_describe_control_policy.go
- api_describe_control_policy_by_rule_id.go
- api_describe_control_policy_prior_used.go
- api_describe_dns_control_policy.go
- api_describe_vpc_firewall_acl_rule_list.go
- api_describe_vpc_firewall_acl_rule_prior_used.go
- api_describe_vpc_firewall_list.go
- api_describe_vpcs.go
- api_modify_address_book.go
- api_modify_control_policy.go
- api_modify_control_policy_position.go
- api_modify_dns_control_policy.go
- api_modify_vpc_firewall_acl_rule.go
- api_modify_vpc_firewall_acl_rule_position.go
- api_update_assets.go
- api_update_control_policy_switch.go
- api_update_dns_control_policy_switch.go
- api_update_vpc_firewall_acl_rule_switch.go
- interface_fwcenter.go
- service_fwcenter.go