transitrouter

package
v1.0.165 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package transitrouteriface provides an interface to enable mocking the TRANSITROUTER 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

View Source
const (
	ServiceName = "transitrouter" // Name of service.
	EndpointsID = ServiceName     // ID to lookup a service endpoint with.
	ServiceID   = "transitrouter" // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptSharedTransitRouterInput

type AcceptSharedTransitRouterInput struct {

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AcceptSharedTransitRouterInput) GoString

GoString returns the string representation

func (*AcceptSharedTransitRouterInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (AcceptSharedTransitRouterInput) String

String returns the string representation

func (*AcceptSharedTransitRouterInput) Validate

func (s *AcceptSharedTransitRouterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AcceptSharedTransitRouterOutput

type AcceptSharedTransitRouterOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AcceptSharedTransitRouterOutput) GoString

GoString returns the string representation

func (AcceptSharedTransitRouterOutput) String

String returns the string representation

type AllocationForDescribeTransitRouterBandwidthPackagesOutput

type AllocationForDescribeTransitRouterBandwidthPackagesOutput struct {
	AllocateTime *string `type:"string"`

	Bandwidth *int32 `type:"int32"`

	LocalRegionId *string `type:"string"`

	PeerRegionId *string `type:"string"`

	TransitRouterPeerAttachmentId *string `type:"string"`
	// contains filtered or unexported fields
}

func (AllocationForDescribeTransitRouterBandwidthPackagesOutput) GoString

GoString returns the string representation

func (*AllocationForDescribeTransitRouterBandwidthPackagesOutput) SetAllocateTime

SetAllocateTime sets the AllocateTime field's value.

func (*AllocationForDescribeTransitRouterBandwidthPackagesOutput) SetBandwidth

SetBandwidth sets the Bandwidth field's value.

func (*AllocationForDescribeTransitRouterBandwidthPackagesOutput) SetLocalRegionId

SetLocalRegionId sets the LocalRegionId field's value.

func (*AllocationForDescribeTransitRouterBandwidthPackagesOutput) SetPeerRegionId

SetPeerRegionId sets the PeerRegionId field's value.

func (*AllocationForDescribeTransitRouterBandwidthPackagesOutput) SetTransitRouterPeerAttachmentId

SetTransitRouterPeerAttachmentId sets the TransitRouterPeerAttachmentId field's value.

func (AllocationForDescribeTransitRouterBandwidthPackagesOutput) String

String returns the string representation

type AssociateTransitRouterAttachmentToRouteTableInput

type AssociateTransitRouterAttachmentToRouteTableInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateTransitRouterAttachmentToRouteTableInput) GoString

GoString returns the string representation

func (*AssociateTransitRouterAttachmentToRouteTableInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*AssociateTransitRouterAttachmentToRouteTableInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (AssociateTransitRouterAttachmentToRouteTableInput) String

String returns the string representation

func (*AssociateTransitRouterAttachmentToRouteTableInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AssociateTransitRouterAttachmentToRouteTableOutput

type AssociateTransitRouterAttachmentToRouteTableOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AssociateTransitRouterAttachmentToRouteTableOutput) GoString

GoString returns the string representation

func (AssociateTransitRouterAttachmentToRouteTableOutput) String

String returns the string representation

type AssociateTransitRouterForwardPolicyTableToAttachmentInput

type AssociateTransitRouterForwardPolicyTableToAttachmentInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterForwardPolicyTableId is a required field
	TransitRouterForwardPolicyTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateTransitRouterForwardPolicyTableToAttachmentInput) GoString

GoString returns the string representation

func (*AssociateTransitRouterForwardPolicyTableToAttachmentInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*AssociateTransitRouterForwardPolicyTableToAttachmentInput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (AssociateTransitRouterForwardPolicyTableToAttachmentInput) String

String returns the string representation

func (*AssociateTransitRouterForwardPolicyTableToAttachmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AssociateTransitRouterForwardPolicyTableToAttachmentOutput

type AssociateTransitRouterForwardPolicyTableToAttachmentOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AssociateTransitRouterForwardPolicyTableToAttachmentOutput) GoString

GoString returns the string representation

func (AssociateTransitRouterForwardPolicyTableToAttachmentOutput) String

String returns the string representation

type AssociateTransitRouterRoutePolicyToRouteTableInput

type AssociateTransitRouterRoutePolicyToRouteTableInput struct {

	// Direction is a required field
	Direction *string `type:"string" required:"true"`

	// TransitRouterRoutePolicyTableId is a required field
	TransitRouterRoutePolicyTableId *string `type:"string" required:"true"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateTransitRouterRoutePolicyToRouteTableInput) GoString

GoString returns the string representation

func (*AssociateTransitRouterRoutePolicyToRouteTableInput) SetDirection

SetDirection sets the Direction field's value.

func (*AssociateTransitRouterRoutePolicyToRouteTableInput) SetTransitRouterRoutePolicyTableId

SetTransitRouterRoutePolicyTableId sets the TransitRouterRoutePolicyTableId field's value.

func (*AssociateTransitRouterRoutePolicyToRouteTableInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (AssociateTransitRouterRoutePolicyToRouteTableInput) String

String returns the string representation

func (*AssociateTransitRouterRoutePolicyToRouteTableInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AssociateTransitRouterRoutePolicyToRouteTableOutput

type AssociateTransitRouterRoutePolicyToRouteTableOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AssociateTransitRouterRoutePolicyToRouteTableOutput) GoString

GoString returns the string representation

func (AssociateTransitRouterRoutePolicyToRouteTableOutput) String

String returns the string representation

type AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentInput added in v1.0.162

type AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterTrafficQosMarkingPolicyId is a required field
	TransitRouterTrafficQosMarkingPolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentInput) GoString added in v1.0.162

GoString returns the string representation

func (*AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentInput) SetTransitRouterAttachmentId added in v1.0.162

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentInput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentInput) String added in v1.0.162

String returns the string representation

func (*AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentOutput added in v1.0.162

type AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentOutput) GoString added in v1.0.162

GoString returns the string representation

func (AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentOutput) String added in v1.0.162

String returns the string representation

type AssociateTransitRouterTrafficQosQueuePolicyToAttachmentInput added in v1.0.162

type AssociateTransitRouterTrafficQosQueuePolicyToAttachmentInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterTrafficQosQueuePolicyId is a required field
	TransitRouterTrafficQosQueuePolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateTransitRouterTrafficQosQueuePolicyToAttachmentInput) GoString added in v1.0.162

GoString returns the string representation

func (*AssociateTransitRouterTrafficQosQueuePolicyToAttachmentInput) SetTransitRouterAttachmentId added in v1.0.162

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*AssociateTransitRouterTrafficQosQueuePolicyToAttachmentInput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (AssociateTransitRouterTrafficQosQueuePolicyToAttachmentInput) String added in v1.0.162

String returns the string representation

func (*AssociateTransitRouterTrafficQosQueuePolicyToAttachmentInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type AssociateTransitRouterTrafficQosQueuePolicyToAttachmentOutput added in v1.0.162

type AssociateTransitRouterTrafficQosQueuePolicyToAttachmentOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (AssociateTransitRouterTrafficQosQueuePolicyToAttachmentOutput) GoString added in v1.0.162

GoString returns the string representation

func (AssociateTransitRouterTrafficQosQueuePolicyToAttachmentOutput) String added in v1.0.162

String returns the string representation

type AttachPointForCreateTransitRouterVpcAttachmentInput

type AttachPointForCreateTransitRouterVpcAttachmentInput struct {

	// SubnetId is a required field
	SubnetId *string `type:"string" required:"true"`

	// ZoneId is a required field
	ZoneId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AttachPointForCreateTransitRouterVpcAttachmentInput) GoString

GoString returns the string representation

func (*AttachPointForCreateTransitRouterVpcAttachmentInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*AttachPointForCreateTransitRouterVpcAttachmentInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (AttachPointForCreateTransitRouterVpcAttachmentInput) String

String returns the string representation

func (*AttachPointForCreateTransitRouterVpcAttachmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AttachPointForDescribeTransitRouterVpcAttachmentsOutput

type AttachPointForDescribeTransitRouterVpcAttachmentsOutput struct {
	NetworkInterfaceId *string `type:"string"`

	SubnetId *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (AttachPointForDescribeTransitRouterVpcAttachmentsOutput) GoString

GoString returns the string representation

func (*AttachPointForDescribeTransitRouterVpcAttachmentsOutput) SetNetworkInterfaceId

SetNetworkInterfaceId sets the NetworkInterfaceId field's value.

func (*AttachPointForDescribeTransitRouterVpcAttachmentsOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*AttachPointForDescribeTransitRouterVpcAttachmentsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (AttachPointForDescribeTransitRouterVpcAttachmentsOutput) String

String returns the string representation

type AttachPointForModifyTransitRouterVpcAttachmentAttributesInput

type AttachPointForModifyTransitRouterVpcAttachmentAttributesInput struct {
	SubnetId *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (AttachPointForModifyTransitRouterVpcAttachmentAttributesInput) GoString

GoString returns the string representation

func (*AttachPointForModifyTransitRouterVpcAttachmentAttributesInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*AttachPointForModifyTransitRouterVpcAttachmentAttributesInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (AttachPointForModifyTransitRouterVpcAttachmentAttributesInput) String

String returns the string representation

type CreateTransitRouterBandwidthPackageInput

type CreateTransitRouterBandwidthPackageInput struct {
	Bandwidth *int32 `type:"int32"`

	BillingType *int32 `type:"int32"`

	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	// LocalGeographicRegionSetId is a required field
	LocalGeographicRegionSetId *string `type:"string" required:"true"`

	// PeerGeographicRegionSetId is a required field
	PeerGeographicRegionSetId *string `type:"string" required:"true"`

	Period *int32 `type:"int32"`

	PeriodUnit *string `type:"string"`

	ProjectName *string `type:"string"`

	Tags []*TagForCreateTransitRouterBandwidthPackageInput `type:"list"`

	TransitRouterBandwidthPackageName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterBandwidthPackageInput) GoString

GoString returns the string representation

func (*CreateTransitRouterBandwidthPackageInput) SetBandwidth

SetBandwidth sets the Bandwidth field's value.

func (*CreateTransitRouterBandwidthPackageInput) SetBillingType

SetBillingType sets the BillingType field's value.

func (*CreateTransitRouterBandwidthPackageInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterBandwidthPackageInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterBandwidthPackageInput) SetLocalGeographicRegionSetId

SetLocalGeographicRegionSetId sets the LocalGeographicRegionSetId field's value.

func (*CreateTransitRouterBandwidthPackageInput) SetPeerGeographicRegionSetId

SetPeerGeographicRegionSetId sets the PeerGeographicRegionSetId field's value.

func (*CreateTransitRouterBandwidthPackageInput) SetPeriod

SetPeriod sets the Period field's value.

func (*CreateTransitRouterBandwidthPackageInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*CreateTransitRouterBandwidthPackageInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*CreateTransitRouterBandwidthPackageInput) SetTags

SetTags sets the Tags field's value.

func (*CreateTransitRouterBandwidthPackageInput) SetTransitRouterBandwidthPackageName

SetTransitRouterBandwidthPackageName sets the TransitRouterBandwidthPackageName field's value.

func (CreateTransitRouterBandwidthPackageInput) String

String returns the string representation

func (*CreateTransitRouterBandwidthPackageInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterBandwidthPackageOutput

type CreateTransitRouterBandwidthPackageOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterBandwidthPackageId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterBandwidthPackageOutput) GoString

GoString returns the string representation

func (*CreateTransitRouterBandwidthPackageOutput) SetTransitRouterBandwidthPackageId

SetTransitRouterBandwidthPackageId sets the TransitRouterBandwidthPackageId field's value.

func (CreateTransitRouterBandwidthPackageOutput) String

String returns the string representation

type CreateTransitRouterDirectConnectGatewayAttachmentInput

type CreateTransitRouterDirectConnectGatewayAttachmentInput struct {
	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	// DirectConnectGatewayId is a required field
	DirectConnectGatewayId *string `type:"string" required:"true"`

	Tags []*TagForCreateTransitRouterDirectConnectGatewayAttachmentInput `type:"list"`

	TransitRouterAttachmentName *string `type:"string"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterDirectConnectGatewayAttachmentInput) GoString

GoString returns the string representation

func (*CreateTransitRouterDirectConnectGatewayAttachmentInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterDirectConnectGatewayAttachmentInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterDirectConnectGatewayAttachmentInput) SetDirectConnectGatewayId

SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.

func (*CreateTransitRouterDirectConnectGatewayAttachmentInput) SetTags

SetTags sets the Tags field's value.

func (*CreateTransitRouterDirectConnectGatewayAttachmentInput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (*CreateTransitRouterDirectConnectGatewayAttachmentInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (CreateTransitRouterDirectConnectGatewayAttachmentInput) String

String returns the string representation

func (*CreateTransitRouterDirectConnectGatewayAttachmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterDirectConnectGatewayAttachmentOutput

type CreateTransitRouterDirectConnectGatewayAttachmentOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterAttachmentId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterDirectConnectGatewayAttachmentOutput) GoString

GoString returns the string representation

func (*CreateTransitRouterDirectConnectGatewayAttachmentOutput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (CreateTransitRouterDirectConnectGatewayAttachmentOutput) String

String returns the string representation

type CreateTransitRouterForwardPolicyEntryInput

type CreateTransitRouterForwardPolicyEntryInput struct {
	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	// Priority is a required field
	Priority *int32 `type:"int32" required:"true"`

	// SourceCidrBlock is a required field
	SourceCidrBlock *string `type:"string" required:"true"`

	// TransitRouterForwardPolicyTableId is a required field
	TransitRouterForwardPolicyTableId *string `type:"string" required:"true"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterForwardPolicyEntryInput) GoString

GoString returns the string representation

func (*CreateTransitRouterForwardPolicyEntryInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterForwardPolicyEntryInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterForwardPolicyEntryInput) SetPriority

SetPriority sets the Priority field's value.

func (*CreateTransitRouterForwardPolicyEntryInput) SetSourceCidrBlock

SetSourceCidrBlock sets the SourceCidrBlock field's value.

func (*CreateTransitRouterForwardPolicyEntryInput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (*CreateTransitRouterForwardPolicyEntryInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (CreateTransitRouterForwardPolicyEntryInput) String

String returns the string representation

func (*CreateTransitRouterForwardPolicyEntryInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterForwardPolicyEntryOutput

type CreateTransitRouterForwardPolicyEntryOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterForwardPolicyEntryId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterForwardPolicyEntryOutput) GoString

GoString returns the string representation

func (*CreateTransitRouterForwardPolicyEntryOutput) SetTransitRouterForwardPolicyEntryId

SetTransitRouterForwardPolicyEntryId sets the TransitRouterForwardPolicyEntryId field's value.

func (CreateTransitRouterForwardPolicyEntryOutput) String

String returns the string representation

type CreateTransitRouterForwardPolicyTableInput

type CreateTransitRouterForwardPolicyTableInput struct {
	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	TransitRouterForwardPolicyTableName *string `type:"string"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterForwardPolicyTableInput) GoString

GoString returns the string representation

func (*CreateTransitRouterForwardPolicyTableInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterForwardPolicyTableInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterForwardPolicyTableInput) SetTransitRouterForwardPolicyTableName

SetTransitRouterForwardPolicyTableName sets the TransitRouterForwardPolicyTableName field's value.

func (*CreateTransitRouterForwardPolicyTableInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (CreateTransitRouterForwardPolicyTableInput) String

String returns the string representation

func (*CreateTransitRouterForwardPolicyTableInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterForwardPolicyTableOutput

type CreateTransitRouterForwardPolicyTableOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterForwardPolicyTableId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterForwardPolicyTableOutput) GoString

GoString returns the string representation

func (*CreateTransitRouterForwardPolicyTableOutput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (CreateTransitRouterForwardPolicyTableOutput) String

String returns the string representation

type CreateTransitRouterGrantRuleInput

type CreateTransitRouterGrantRuleInput struct {
	Description *string `type:"string"`

	// GrantAccountId is a required field
	GrantAccountId *string `type:"string" required:"true"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterGrantRuleInput) GoString

GoString returns the string representation

func (*CreateTransitRouterGrantRuleInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterGrantRuleInput) SetGrantAccountId

SetGrantAccountId sets the GrantAccountId field's value.

func (*CreateTransitRouterGrantRuleInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (CreateTransitRouterGrantRuleInput) String

String returns the string representation

func (*CreateTransitRouterGrantRuleInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterGrantRuleOutput

type CreateTransitRouterGrantRuleOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CreateTransitRouterGrantRuleOutput) GoString

GoString returns the string representation

func (CreateTransitRouterGrantRuleOutput) String

String returns the string representation

type CreateTransitRouterInput

type CreateTransitRouterInput struct {
	Asn *int64 `type:"int64"`

	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	ProjectName *string `type:"string"`

	Tags []*TagForCreateTransitRouterInput `type:"list"`

	TransitRouterName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterInput) GoString

func (s CreateTransitRouterInput) GoString() string

GoString returns the string representation

func (*CreateTransitRouterInput) SetAsn

SetAsn sets the Asn field's value.

func (*CreateTransitRouterInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*CreateTransitRouterInput) SetTags

SetTags sets the Tags field's value.

func (*CreateTransitRouterInput) SetTransitRouterName

func (s *CreateTransitRouterInput) SetTransitRouterName(v string) *CreateTransitRouterInput

SetTransitRouterName sets the TransitRouterName field's value.

func (CreateTransitRouterInput) String

func (s CreateTransitRouterInput) String() string

String returns the string representation

type CreateTransitRouterOutput

type CreateTransitRouterOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterOutput) GoString

func (s CreateTransitRouterOutput) GoString() string

GoString returns the string representation

func (*CreateTransitRouterOutput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (CreateTransitRouterOutput) String

func (s CreateTransitRouterOutput) String() string

String returns the string representation

type CreateTransitRouterPeerAttachmentInput

type CreateTransitRouterPeerAttachmentInput struct {
	Bandwidth *int32 `type:"int32"`

	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	// PeerTransitRouterId is a required field
	PeerTransitRouterId *string `type:"string" required:"true"`

	// PeerTransitRouterRegionId is a required field
	PeerTransitRouterRegionId *string `type:"string" required:"true"`

	Tags []*TagForCreateTransitRouterPeerAttachmentInput `type:"list"`

	TransitRouterAttachmentName *string `type:"string"`

	TransitRouterBandwidthPackageId *string `type:"string"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterPeerAttachmentInput) GoString

GoString returns the string representation

func (*CreateTransitRouterPeerAttachmentInput) SetBandwidth

SetBandwidth sets the Bandwidth field's value.

func (*CreateTransitRouterPeerAttachmentInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterPeerAttachmentInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterPeerAttachmentInput) SetPeerTransitRouterId

SetPeerTransitRouterId sets the PeerTransitRouterId field's value.

func (*CreateTransitRouterPeerAttachmentInput) SetPeerTransitRouterRegionId

SetPeerTransitRouterRegionId sets the PeerTransitRouterRegionId field's value.

func (*CreateTransitRouterPeerAttachmentInput) SetTags

SetTags sets the Tags field's value.

func (*CreateTransitRouterPeerAttachmentInput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (*CreateTransitRouterPeerAttachmentInput) SetTransitRouterBandwidthPackageId

SetTransitRouterBandwidthPackageId sets the TransitRouterBandwidthPackageId field's value.

func (*CreateTransitRouterPeerAttachmentInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (CreateTransitRouterPeerAttachmentInput) String

String returns the string representation

func (*CreateTransitRouterPeerAttachmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterPeerAttachmentOutput

type CreateTransitRouterPeerAttachmentOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterAttachmentId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterPeerAttachmentOutput) GoString

GoString returns the string representation

func (*CreateTransitRouterPeerAttachmentOutput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (CreateTransitRouterPeerAttachmentOutput) String

String returns the string representation

type CreateTransitRouterRouteEntryInput

type CreateTransitRouterRouteEntryInput struct {
	Description *string `type:"string"`

	// DestinationCidrBlock is a required field
	DestinationCidrBlock *string `type:"string" required:"true"`

	TransitRouterRouteEntryName *string `type:"string"`

	TransitRouterRouteEntryNextHopId *string `type:"string"`

	// TransitRouterRouteEntryNextHopType is a required field
	TransitRouterRouteEntryNextHopType *string `type:"string" required:"true"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterRouteEntryInput) GoString

GoString returns the string representation

func (*CreateTransitRouterRouteEntryInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterRouteEntryInput) SetDestinationCidrBlock

SetDestinationCidrBlock sets the DestinationCidrBlock field's value.

func (*CreateTransitRouterRouteEntryInput) SetTransitRouterRouteEntryName

SetTransitRouterRouteEntryName sets the TransitRouterRouteEntryName field's value.

func (*CreateTransitRouterRouteEntryInput) SetTransitRouterRouteEntryNextHopId

func (s *CreateTransitRouterRouteEntryInput) SetTransitRouterRouteEntryNextHopId(v string) *CreateTransitRouterRouteEntryInput

SetTransitRouterRouteEntryNextHopId sets the TransitRouterRouteEntryNextHopId field's value.

func (*CreateTransitRouterRouteEntryInput) SetTransitRouterRouteEntryNextHopType

func (s *CreateTransitRouterRouteEntryInput) SetTransitRouterRouteEntryNextHopType(v string) *CreateTransitRouterRouteEntryInput

SetTransitRouterRouteEntryNextHopType sets the TransitRouterRouteEntryNextHopType field's value.

func (*CreateTransitRouterRouteEntryInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (CreateTransitRouterRouteEntryInput) String

String returns the string representation

func (*CreateTransitRouterRouteEntryInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterRouteEntryOutput

type CreateTransitRouterRouteEntryOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterRouteEntryId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterRouteEntryOutput) GoString

GoString returns the string representation

func (*CreateTransitRouterRouteEntryOutput) SetTransitRouterRouteEntryId

SetTransitRouterRouteEntryId sets the TransitRouterRouteEntryId field's value.

func (CreateTransitRouterRouteEntryOutput) String

String returns the string representation

type CreateTransitRouterRoutePolicyEntryInput

type CreateTransitRouterRoutePolicyEntryInput struct {

	// ActionResult is a required field
	ActionResult *string `type:"string" required:"true"`

	ApplyAsPathValues []*string `type:"list"`

	AsPathOperateMode *string `type:"string"`

	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	DestinationResourceIds []*string `type:"list"`

	DestinationResourceTypes []*string `type:"list"`

	IpPrefixes []*string `type:"list"`

	// Priority is a required field
	Priority *int32 `type:"int32" required:"true"`

	SourceResourceIds []*string `type:"list"`

	SourceResourceTypes []*string `type:"list"`

	// TransitRouterRoutePolicyTableId is a required field
	TransitRouterRoutePolicyTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterRoutePolicyEntryInput) GoString

GoString returns the string representation

func (*CreateTransitRouterRoutePolicyEntryInput) SetActionResult

SetActionResult sets the ActionResult field's value.

func (*CreateTransitRouterRoutePolicyEntryInput) SetApplyAsPathValues

SetApplyAsPathValues sets the ApplyAsPathValues field's value.

func (*CreateTransitRouterRoutePolicyEntryInput) SetAsPathOperateMode

SetAsPathOperateMode sets the AsPathOperateMode field's value.

func (*CreateTransitRouterRoutePolicyEntryInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterRoutePolicyEntryInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterRoutePolicyEntryInput) SetDestinationResourceIds

SetDestinationResourceIds sets the DestinationResourceIds field's value.

func (*CreateTransitRouterRoutePolicyEntryInput) SetDestinationResourceTypes

SetDestinationResourceTypes sets the DestinationResourceTypes field's value.

func (*CreateTransitRouterRoutePolicyEntryInput) SetIpPrefixes

SetIpPrefixes sets the IpPrefixes field's value.

func (*CreateTransitRouterRoutePolicyEntryInput) SetPriority

SetPriority sets the Priority field's value.

func (*CreateTransitRouterRoutePolicyEntryInput) SetSourceResourceIds

SetSourceResourceIds sets the SourceResourceIds field's value.

func (*CreateTransitRouterRoutePolicyEntryInput) SetSourceResourceTypes

SetSourceResourceTypes sets the SourceResourceTypes field's value.

func (*CreateTransitRouterRoutePolicyEntryInput) SetTransitRouterRoutePolicyTableId

SetTransitRouterRoutePolicyTableId sets the TransitRouterRoutePolicyTableId field's value.

func (CreateTransitRouterRoutePolicyEntryInput) String

String returns the string representation

func (*CreateTransitRouterRoutePolicyEntryInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterRoutePolicyEntryOutput

type CreateTransitRouterRoutePolicyEntryOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterRoutePolicyEntryId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterRoutePolicyEntryOutput) GoString

GoString returns the string representation

func (*CreateTransitRouterRoutePolicyEntryOutput) SetTransitRouterRoutePolicyEntryId

SetTransitRouterRoutePolicyEntryId sets the TransitRouterRoutePolicyEntryId field's value.

func (CreateTransitRouterRoutePolicyEntryOutput) String

String returns the string representation

type CreateTransitRouterRoutePolicyTableInput

type CreateTransitRouterRoutePolicyTableInput struct {
	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	// Direction is a required field
	Direction *string `type:"string" required:"true"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	TransitRouterRoutePolicyTableName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterRoutePolicyTableInput) GoString

GoString returns the string representation

func (*CreateTransitRouterRoutePolicyTableInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterRoutePolicyTableInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterRoutePolicyTableInput) SetDirection

SetDirection sets the Direction field's value.

func (*CreateTransitRouterRoutePolicyTableInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*CreateTransitRouterRoutePolicyTableInput) SetTransitRouterRoutePolicyTableName

SetTransitRouterRoutePolicyTableName sets the TransitRouterRoutePolicyTableName field's value.

func (CreateTransitRouterRoutePolicyTableInput) String

String returns the string representation

func (*CreateTransitRouterRoutePolicyTableInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterRoutePolicyTableOutput

type CreateTransitRouterRoutePolicyTableOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterRoutePolicyTableId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterRoutePolicyTableOutput) GoString

GoString returns the string representation

func (*CreateTransitRouterRoutePolicyTableOutput) SetTransitRouterRoutePolicyTableId

SetTransitRouterRoutePolicyTableId sets the TransitRouterRoutePolicyTableId field's value.

func (CreateTransitRouterRoutePolicyTableOutput) String

String returns the string representation

type CreateTransitRouterRouteTableInput

type CreateTransitRouterRouteTableInput struct {
	Description *string `type:"string"`

	Tags []*TagForCreateTransitRouterRouteTableInput `type:"list"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	TransitRouterRouteTableName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterRouteTableInput) GoString

GoString returns the string representation

func (*CreateTransitRouterRouteTableInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterRouteTableInput) SetTags

SetTags sets the Tags field's value.

func (*CreateTransitRouterRouteTableInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*CreateTransitRouterRouteTableInput) SetTransitRouterRouteTableName

SetTransitRouterRouteTableName sets the TransitRouterRouteTableName field's value.

func (CreateTransitRouterRouteTableInput) String

String returns the string representation

func (*CreateTransitRouterRouteTableInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterRouteTableOutput

type CreateTransitRouterRouteTableOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterRouteTableId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterRouteTableOutput) GoString

GoString returns the string representation

func (*CreateTransitRouterRouteTableOutput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (CreateTransitRouterRouteTableOutput) String

String returns the string representation

type CreateTransitRouterTrafficQosMarkingEntryInput added in v1.0.162

type CreateTransitRouterTrafficQosMarkingEntryInput struct {
	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	// DestinationCidrBlock is a required field
	DestinationCidrBlock *string `type:"string" required:"true"`

	// DestinationPortEnd is a required field
	DestinationPortEnd *int32 `type:"int32" required:"true"`

	// DestinationPortStart is a required field
	DestinationPortStart *int32 `type:"int32" required:"true"`

	MatchDscp *int32 `type:"int32"`

	// Priority is a required field
	Priority *int32 `type:"int32" required:"true"`

	Protocol *string `type:"string"`

	// RemarkingDscp is a required field
	RemarkingDscp *int32 `type:"int32" required:"true"`

	// SourceCidrBlock is a required field
	SourceCidrBlock *string `type:"string" required:"true"`

	// SourcePortEnd is a required field
	SourcePortEnd *int32 `type:"int32" required:"true"`

	// SourcePortStart is a required field
	SourcePortStart *int32 `type:"int32" required:"true"`

	TransitRouterTrafficQosMarkingEntryName *string `type:"string"`

	// TransitRouterTrafficQosMarkingPolicyId is a required field
	TransitRouterTrafficQosMarkingPolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterTrafficQosMarkingEntryInput) GoString added in v1.0.162

GoString returns the string representation

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetClientToken added in v1.0.162

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetDescription added in v1.0.162

SetDescription sets the Description field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetDestinationCidrBlock added in v1.0.162

SetDestinationCidrBlock sets the DestinationCidrBlock field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetDestinationPortEnd added in v1.0.162

SetDestinationPortEnd sets the DestinationPortEnd field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetDestinationPortStart added in v1.0.162

SetDestinationPortStart sets the DestinationPortStart field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetMatchDscp added in v1.0.162

SetMatchDscp sets the MatchDscp field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetPriority added in v1.0.162

SetPriority sets the Priority field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetProtocol added in v1.0.162

SetProtocol sets the Protocol field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetRemarkingDscp added in v1.0.162

SetRemarkingDscp sets the RemarkingDscp field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetSourceCidrBlock added in v1.0.162

SetSourceCidrBlock sets the SourceCidrBlock field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetSourcePortEnd added in v1.0.162

SetSourcePortEnd sets the SourcePortEnd field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetSourcePortStart added in v1.0.162

SetSourcePortStart sets the SourcePortStart field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetTransitRouterTrafficQosMarkingEntryName added in v1.0.162

SetTransitRouterTrafficQosMarkingEntryName sets the TransitRouterTrafficQosMarkingEntryName field's value.

func (*CreateTransitRouterTrafficQosMarkingEntryInput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (CreateTransitRouterTrafficQosMarkingEntryInput) String added in v1.0.162

String returns the string representation

func (*CreateTransitRouterTrafficQosMarkingEntryInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterTrafficQosMarkingEntryOutput added in v1.0.162

type CreateTransitRouterTrafficQosMarkingEntryOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterTrafficQosMarkingEntryId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterTrafficQosMarkingEntryOutput) GoString added in v1.0.162

GoString returns the string representation

func (*CreateTransitRouterTrafficQosMarkingEntryOutput) SetTransitRouterTrafficQosMarkingEntryId added in v1.0.162

SetTransitRouterTrafficQosMarkingEntryId sets the TransitRouterTrafficQosMarkingEntryId field's value.

func (CreateTransitRouterTrafficQosMarkingEntryOutput) String added in v1.0.162

String returns the string representation

type CreateTransitRouterTrafficQosMarkingPolicyInput added in v1.0.162

type CreateTransitRouterTrafficQosMarkingPolicyInput struct {
	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	TransitRouterTrafficQosMarkingPolicyName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterTrafficQosMarkingPolicyInput) GoString added in v1.0.162

GoString returns the string representation

func (*CreateTransitRouterTrafficQosMarkingPolicyInput) SetClientToken added in v1.0.162

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterTrafficQosMarkingPolicyInput) SetDescription added in v1.0.162

SetDescription sets the Description field's value.

func (*CreateTransitRouterTrafficQosMarkingPolicyInput) SetTransitRouterId added in v1.0.162

SetTransitRouterId sets the TransitRouterId field's value.

func (*CreateTransitRouterTrafficQosMarkingPolicyInput) SetTransitRouterTrafficQosMarkingPolicyName added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyName sets the TransitRouterTrafficQosMarkingPolicyName field's value.

func (CreateTransitRouterTrafficQosMarkingPolicyInput) String added in v1.0.162

String returns the string representation

func (*CreateTransitRouterTrafficQosMarkingPolicyInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterTrafficQosMarkingPolicyOutput added in v1.0.162

type CreateTransitRouterTrafficQosMarkingPolicyOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterTrafficQosMarkingPolicyId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterTrafficQosMarkingPolicyOutput) GoString added in v1.0.162

GoString returns the string representation

func (*CreateTransitRouterTrafficQosMarkingPolicyOutput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (CreateTransitRouterTrafficQosMarkingPolicyOutput) String added in v1.0.162

String returns the string representation

type CreateTransitRouterTrafficQosQueueEntryInput added in v1.0.162

type CreateTransitRouterTrafficQosQueueEntryInput struct {

	// BandwidthPercent is a required field
	BandwidthPercent *int32 `type:"int32" required:"true"`

	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	// Dscps is a required field
	Dscps []*int32 `type:"list" required:"true"`

	// TransitRouterTrafficQosQueueEntryName is a required field
	TransitRouterTrafficQosQueueEntryName *string `type:"string" required:"true"`

	// TransitRouterTrafficQosQueuePolicyId is a required field
	TransitRouterTrafficQosQueuePolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterTrafficQosQueueEntryInput) GoString added in v1.0.162

GoString returns the string representation

func (*CreateTransitRouterTrafficQosQueueEntryInput) SetBandwidthPercent added in v1.0.162

SetBandwidthPercent sets the BandwidthPercent field's value.

func (*CreateTransitRouterTrafficQosQueueEntryInput) SetClientToken added in v1.0.162

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterTrafficQosQueueEntryInput) SetDescription added in v1.0.162

SetDescription sets the Description field's value.

func (*CreateTransitRouterTrafficQosQueueEntryInput) SetDscps added in v1.0.162

SetDscps sets the Dscps field's value.

func (*CreateTransitRouterTrafficQosQueueEntryInput) SetTransitRouterTrafficQosQueueEntryName added in v1.0.162

SetTransitRouterTrafficQosQueueEntryName sets the TransitRouterTrafficQosQueueEntryName field's value.

func (*CreateTransitRouterTrafficQosQueueEntryInput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (CreateTransitRouterTrafficQosQueueEntryInput) String added in v1.0.162

String returns the string representation

func (*CreateTransitRouterTrafficQosQueueEntryInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterTrafficQosQueueEntryOutput added in v1.0.162

type CreateTransitRouterTrafficQosQueueEntryOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterTrafficQosQueueEntryId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterTrafficQosQueueEntryOutput) GoString added in v1.0.162

GoString returns the string representation

func (*CreateTransitRouterTrafficQosQueueEntryOutput) SetTransitRouterTrafficQosQueueEntryId added in v1.0.162

SetTransitRouterTrafficQosQueueEntryId sets the TransitRouterTrafficQosQueueEntryId field's value.

func (CreateTransitRouterTrafficQosQueueEntryOutput) String added in v1.0.162

String returns the string representation

type CreateTransitRouterTrafficQosQueuePolicyInput added in v1.0.162

type CreateTransitRouterTrafficQosQueuePolicyInput struct {
	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	TransitRouterTrafficQosQueuePolicyName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterTrafficQosQueuePolicyInput) GoString added in v1.0.162

GoString returns the string representation

func (*CreateTransitRouterTrafficQosQueuePolicyInput) SetClientToken added in v1.0.162

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterTrafficQosQueuePolicyInput) SetDescription added in v1.0.162

SetDescription sets the Description field's value.

func (*CreateTransitRouterTrafficQosQueuePolicyInput) SetTransitRouterId added in v1.0.162

SetTransitRouterId sets the TransitRouterId field's value.

func (*CreateTransitRouterTrafficQosQueuePolicyInput) SetTransitRouterTrafficQosQueuePolicyName added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyName sets the TransitRouterTrafficQosQueuePolicyName field's value.

func (CreateTransitRouterTrafficQosQueuePolicyInput) String added in v1.0.162

String returns the string representation

func (*CreateTransitRouterTrafficQosQueuePolicyInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterTrafficQosQueuePolicyOutput added in v1.0.162

type CreateTransitRouterTrafficQosQueuePolicyOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterTrafficQosQueuePolicyId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterTrafficQosQueuePolicyOutput) GoString added in v1.0.162

GoString returns the string representation

func (*CreateTransitRouterTrafficQosQueuePolicyOutput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (CreateTransitRouterTrafficQosQueuePolicyOutput) String added in v1.0.162

String returns the string representation

type CreateTransitRouterVpcAttachmentInput

type CreateTransitRouterVpcAttachmentInput struct {

	// AttachPoints is a required field
	AttachPoints []*AttachPointForCreateTransitRouterVpcAttachmentInput `type:"list" required:"true"`

	AutoPublishRouteEnabled *bool `type:"boolean"`

	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	Ipv6Enabled *bool `type:"boolean"`

	Tags []*TagForCreateTransitRouterVpcAttachmentInput `type:"list"`

	TransitRouterAttachmentName *string `type:"string"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	// VpcId is a required field
	VpcId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterVpcAttachmentInput) GoString

GoString returns the string representation

func (*CreateTransitRouterVpcAttachmentInput) SetAttachPoints

SetAttachPoints sets the AttachPoints field's value.

func (*CreateTransitRouterVpcAttachmentInput) SetAutoPublishRouteEnabled

SetAutoPublishRouteEnabled sets the AutoPublishRouteEnabled field's value.

func (*CreateTransitRouterVpcAttachmentInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterVpcAttachmentInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterVpcAttachmentInput) SetIpv6Enabled added in v1.0.162

SetIpv6Enabled sets the Ipv6Enabled field's value.

func (*CreateTransitRouterVpcAttachmentInput) SetTags

SetTags sets the Tags field's value.

func (*CreateTransitRouterVpcAttachmentInput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (*CreateTransitRouterVpcAttachmentInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*CreateTransitRouterVpcAttachmentInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (CreateTransitRouterVpcAttachmentInput) String

String returns the string representation

func (*CreateTransitRouterVpcAttachmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterVpcAttachmentOutput

type CreateTransitRouterVpcAttachmentOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterAttachmentId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterVpcAttachmentOutput) GoString

GoString returns the string representation

func (*CreateTransitRouterVpcAttachmentOutput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (CreateTransitRouterVpcAttachmentOutput) String

String returns the string representation

type CreateTransitRouterVpnAttachmentInput

type CreateTransitRouterVpnAttachmentInput struct {
	ClientToken *string `type:"string"`

	Description *string `type:"string"`

	Tags []*TagForCreateTransitRouterVpnAttachmentInput `type:"list"`

	TransitRouterAttachmentName *string `type:"string"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	TransitRouterRouteTableId *string `type:"string"`

	// VpnConnectionId is a required field
	VpnConnectionId *string `type:"string" required:"true"`

	// ZoneId is a required field
	ZoneId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterVpnAttachmentInput) GoString

GoString returns the string representation

func (*CreateTransitRouterVpnAttachmentInput) SetClientToken

SetClientToken sets the ClientToken field's value.

func (*CreateTransitRouterVpnAttachmentInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateTransitRouterVpnAttachmentInput) SetTags

SetTags sets the Tags field's value.

func (*CreateTransitRouterVpnAttachmentInput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (*CreateTransitRouterVpnAttachmentInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*CreateTransitRouterVpnAttachmentInput) SetTransitRouterRouteTableId added in v1.0.162

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (*CreateTransitRouterVpnAttachmentInput) SetVpnConnectionId

SetVpnConnectionId sets the VpnConnectionId field's value.

func (*CreateTransitRouterVpnAttachmentInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (CreateTransitRouterVpnAttachmentInput) String

String returns the string representation

func (*CreateTransitRouterVpnAttachmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTransitRouterVpnAttachmentOutput

type CreateTransitRouterVpnAttachmentOutput struct {
	Metadata *response.ResponseMetadata

	TransitRouterAttachmentId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTransitRouterVpnAttachmentOutput) GoString

GoString returns the string representation

func (*CreateTransitRouterVpnAttachmentOutput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (CreateTransitRouterVpnAttachmentOutput) String

String returns the string representation

type DeleteTransitRouterBandwidthPackageInput

type DeleteTransitRouterBandwidthPackageInput struct {

	// TransitRouterBandwidthPackageId is a required field
	TransitRouterBandwidthPackageId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterBandwidthPackageInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterBandwidthPackageInput) SetTransitRouterBandwidthPackageId

SetTransitRouterBandwidthPackageId sets the TransitRouterBandwidthPackageId field's value.

func (DeleteTransitRouterBandwidthPackageInput) String

String returns the string representation

func (*DeleteTransitRouterBandwidthPackageInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterBandwidthPackageOutput

type DeleteTransitRouterBandwidthPackageOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterBandwidthPackageOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterBandwidthPackageOutput) String

String returns the string representation

type DeleteTransitRouterDirectConnectGatewayAttachmentInput

type DeleteTransitRouterDirectConnectGatewayAttachmentInput struct {
	Force *bool `type:"boolean"`

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterDirectConnectGatewayAttachmentInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterDirectConnectGatewayAttachmentInput) SetForce

SetForce sets the Force field's value.

func (*DeleteTransitRouterDirectConnectGatewayAttachmentInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (DeleteTransitRouterDirectConnectGatewayAttachmentInput) String

String returns the string representation

func (*DeleteTransitRouterDirectConnectGatewayAttachmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterDirectConnectGatewayAttachmentOutput

type DeleteTransitRouterDirectConnectGatewayAttachmentOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterDirectConnectGatewayAttachmentOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterDirectConnectGatewayAttachmentOutput) String

String returns the string representation

type DeleteTransitRouterForwardPolicyEntryInput

type DeleteTransitRouterForwardPolicyEntryInput struct {

	// TransitRouterForwardPolicyEntryId is a required field
	TransitRouterForwardPolicyEntryId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterForwardPolicyEntryInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterForwardPolicyEntryInput) SetTransitRouterForwardPolicyEntryId

SetTransitRouterForwardPolicyEntryId sets the TransitRouterForwardPolicyEntryId field's value.

func (DeleteTransitRouterForwardPolicyEntryInput) String

String returns the string representation

func (*DeleteTransitRouterForwardPolicyEntryInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterForwardPolicyEntryOutput

type DeleteTransitRouterForwardPolicyEntryOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterForwardPolicyEntryOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterForwardPolicyEntryOutput) String

String returns the string representation

type DeleteTransitRouterForwardPolicyTableInput

type DeleteTransitRouterForwardPolicyTableInput struct {

	// TransitRouterForwardPolicyTableId is a required field
	TransitRouterForwardPolicyTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterForwardPolicyTableInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterForwardPolicyTableInput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (DeleteTransitRouterForwardPolicyTableInput) String

String returns the string representation

func (*DeleteTransitRouterForwardPolicyTableInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterForwardPolicyTableOutput

type DeleteTransitRouterForwardPolicyTableOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterForwardPolicyTableOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterForwardPolicyTableOutput) String

String returns the string representation

type DeleteTransitRouterGrantRuleInput

type DeleteTransitRouterGrantRuleInput struct {

	// GrantAccountId is a required field
	GrantAccountId *string `type:"string" required:"true"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterGrantRuleInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterGrantRuleInput) SetGrantAccountId

SetGrantAccountId sets the GrantAccountId field's value.

func (*DeleteTransitRouterGrantRuleInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (DeleteTransitRouterGrantRuleInput) String

String returns the string representation

func (*DeleteTransitRouterGrantRuleInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterGrantRuleOutput

type DeleteTransitRouterGrantRuleOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterGrantRuleOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterGrantRuleOutput) String

String returns the string representation

type DeleteTransitRouterInput

type DeleteTransitRouterInput struct {

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterInput) GoString

func (s DeleteTransitRouterInput) GoString() string

GoString returns the string representation

func (*DeleteTransitRouterInput) SetTransitRouterId

func (s *DeleteTransitRouterInput) SetTransitRouterId(v string) *DeleteTransitRouterInput

SetTransitRouterId sets the TransitRouterId field's value.

func (DeleteTransitRouterInput) String

func (s DeleteTransitRouterInput) String() string

String returns the string representation

func (*DeleteTransitRouterInput) Validate

func (s *DeleteTransitRouterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterOutput

type DeleteTransitRouterOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterOutput) GoString

func (s DeleteTransitRouterOutput) GoString() string

GoString returns the string representation

func (DeleteTransitRouterOutput) String

func (s DeleteTransitRouterOutput) String() string

String returns the string representation

type DeleteTransitRouterPeerAttachmentInput

type DeleteTransitRouterPeerAttachmentInput struct {
	Force *bool `type:"boolean"`

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterPeerAttachmentInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterPeerAttachmentInput) SetForce

SetForce sets the Force field's value.

func (*DeleteTransitRouterPeerAttachmentInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (DeleteTransitRouterPeerAttachmentInput) String

String returns the string representation

func (*DeleteTransitRouterPeerAttachmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterPeerAttachmentOutput

type DeleteTransitRouterPeerAttachmentOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterPeerAttachmentOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterPeerAttachmentOutput) String

String returns the string representation

type DeleteTransitRouterRouteEntryInput

type DeleteTransitRouterRouteEntryInput struct {

	// TransitRouterRouteEntryId is a required field
	TransitRouterRouteEntryId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterRouteEntryInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterRouteEntryInput) SetTransitRouterRouteEntryId

SetTransitRouterRouteEntryId sets the TransitRouterRouteEntryId field's value.

func (DeleteTransitRouterRouteEntryInput) String

String returns the string representation

func (*DeleteTransitRouterRouteEntryInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterRouteEntryOutput

type DeleteTransitRouterRouteEntryOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterRouteEntryOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterRouteEntryOutput) String

String returns the string representation

type DeleteTransitRouterRoutePolicyEntryInput

type DeleteTransitRouterRoutePolicyEntryInput struct {

	// TransitRouterRoutePolicyEntryId is a required field
	TransitRouterRoutePolicyEntryId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterRoutePolicyEntryInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterRoutePolicyEntryInput) SetTransitRouterRoutePolicyEntryId

SetTransitRouterRoutePolicyEntryId sets the TransitRouterRoutePolicyEntryId field's value.

func (DeleteTransitRouterRoutePolicyEntryInput) String

String returns the string representation

func (*DeleteTransitRouterRoutePolicyEntryInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterRoutePolicyEntryOutput

type DeleteTransitRouterRoutePolicyEntryOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterRoutePolicyEntryOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterRoutePolicyEntryOutput) String

String returns the string representation

type DeleteTransitRouterRoutePolicyTableInput

type DeleteTransitRouterRoutePolicyTableInput struct {

	// TransitRouterRoutePolicyTableId is a required field
	TransitRouterRoutePolicyTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterRoutePolicyTableInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterRoutePolicyTableInput) SetTransitRouterRoutePolicyTableId

SetTransitRouterRoutePolicyTableId sets the TransitRouterRoutePolicyTableId field's value.

func (DeleteTransitRouterRoutePolicyTableInput) String

String returns the string representation

func (*DeleteTransitRouterRoutePolicyTableInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterRoutePolicyTableOutput

type DeleteTransitRouterRoutePolicyTableOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterRoutePolicyTableOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterRoutePolicyTableOutput) String

String returns the string representation

type DeleteTransitRouterRouteTableInput

type DeleteTransitRouterRouteTableInput struct {

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterRouteTableInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterRouteTableInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (DeleteTransitRouterRouteTableInput) String

String returns the string representation

func (*DeleteTransitRouterRouteTableInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterRouteTableOutput

type DeleteTransitRouterRouteTableOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterRouteTableOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterRouteTableOutput) String

String returns the string representation

type DeleteTransitRouterTrafficQosMarkingEntryInput added in v1.0.162

type DeleteTransitRouterTrafficQosMarkingEntryInput struct {

	// TransitRouterTrafficQosMarkingEntryId is a required field
	TransitRouterTrafficQosMarkingEntryId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterTrafficQosMarkingEntryInput) GoString added in v1.0.162

GoString returns the string representation

func (*DeleteTransitRouterTrafficQosMarkingEntryInput) SetTransitRouterTrafficQosMarkingEntryId added in v1.0.162

SetTransitRouterTrafficQosMarkingEntryId sets the TransitRouterTrafficQosMarkingEntryId field's value.

func (DeleteTransitRouterTrafficQosMarkingEntryInput) String added in v1.0.162

String returns the string representation

func (*DeleteTransitRouterTrafficQosMarkingEntryInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterTrafficQosMarkingEntryOutput added in v1.0.162

type DeleteTransitRouterTrafficQosMarkingEntryOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterTrafficQosMarkingEntryOutput) GoString added in v1.0.162

GoString returns the string representation

func (DeleteTransitRouterTrafficQosMarkingEntryOutput) String added in v1.0.162

String returns the string representation

type DeleteTransitRouterTrafficQosMarkingPolicyInput added in v1.0.162

type DeleteTransitRouterTrafficQosMarkingPolicyInput struct {

	// TransitRouterTrafficQosMarkingPolicyId is a required field
	TransitRouterTrafficQosMarkingPolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterTrafficQosMarkingPolicyInput) GoString added in v1.0.162

GoString returns the string representation

func (*DeleteTransitRouterTrafficQosMarkingPolicyInput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (DeleteTransitRouterTrafficQosMarkingPolicyInput) String added in v1.0.162

String returns the string representation

func (*DeleteTransitRouterTrafficQosMarkingPolicyInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterTrafficQosMarkingPolicyOutput added in v1.0.162

type DeleteTransitRouterTrafficQosMarkingPolicyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterTrafficQosMarkingPolicyOutput) GoString added in v1.0.162

GoString returns the string representation

func (DeleteTransitRouterTrafficQosMarkingPolicyOutput) String added in v1.0.162

String returns the string representation

type DeleteTransitRouterTrafficQosQueueEntryInput added in v1.0.162

type DeleteTransitRouterTrafficQosQueueEntryInput struct {

	// TransitRouterTrafficQosQueueEntryId is a required field
	TransitRouterTrafficQosQueueEntryId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterTrafficQosQueueEntryInput) GoString added in v1.0.162

GoString returns the string representation

func (*DeleteTransitRouterTrafficQosQueueEntryInput) SetTransitRouterTrafficQosQueueEntryId added in v1.0.162

SetTransitRouterTrafficQosQueueEntryId sets the TransitRouterTrafficQosQueueEntryId field's value.

func (DeleteTransitRouterTrafficQosQueueEntryInput) String added in v1.0.162

String returns the string representation

func (*DeleteTransitRouterTrafficQosQueueEntryInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterTrafficQosQueueEntryOutput added in v1.0.162

type DeleteTransitRouterTrafficQosQueueEntryOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterTrafficQosQueueEntryOutput) GoString added in v1.0.162

GoString returns the string representation

func (DeleteTransitRouterTrafficQosQueueEntryOutput) String added in v1.0.162

String returns the string representation

type DeleteTransitRouterTrafficQosQueuePolicyInput added in v1.0.162

type DeleteTransitRouterTrafficQosQueuePolicyInput struct {

	// TransitRouterTrafficQosQueuePolicyId is a required field
	TransitRouterTrafficQosQueuePolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterTrafficQosQueuePolicyInput) GoString added in v1.0.162

GoString returns the string representation

func (*DeleteTransitRouterTrafficQosQueuePolicyInput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (DeleteTransitRouterTrafficQosQueuePolicyInput) String added in v1.0.162

String returns the string representation

func (*DeleteTransitRouterTrafficQosQueuePolicyInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterTrafficQosQueuePolicyOutput added in v1.0.162

type DeleteTransitRouterTrafficQosQueuePolicyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterTrafficQosQueuePolicyOutput) GoString added in v1.0.162

GoString returns the string representation

func (DeleteTransitRouterTrafficQosQueuePolicyOutput) String added in v1.0.162

String returns the string representation

type DeleteTransitRouterVpcAttachmentInput

type DeleteTransitRouterVpcAttachmentInput struct {
	Force *bool `type:"boolean"`

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterVpcAttachmentInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterVpcAttachmentInput) SetForce

SetForce sets the Force field's value.

func (*DeleteTransitRouterVpcAttachmentInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (DeleteTransitRouterVpcAttachmentInput) String

String returns the string representation

func (*DeleteTransitRouterVpcAttachmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterVpcAttachmentOutput

type DeleteTransitRouterVpcAttachmentOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterVpcAttachmentOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterVpcAttachmentOutput) String

String returns the string representation

type DeleteTransitRouterVpnAttachmentInput

type DeleteTransitRouterVpnAttachmentInput struct {
	Force *bool `type:"boolean"`

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTransitRouterVpnAttachmentInput) GoString

GoString returns the string representation

func (*DeleteTransitRouterVpnAttachmentInput) SetForce

SetForce sets the Force field's value.

func (*DeleteTransitRouterVpnAttachmentInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (DeleteTransitRouterVpnAttachmentInput) String

String returns the string representation

func (*DeleteTransitRouterVpnAttachmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTransitRouterVpnAttachmentOutput

type DeleteTransitRouterVpnAttachmentOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteTransitRouterVpnAttachmentOutput) GoString

GoString returns the string representation

func (DeleteTransitRouterVpnAttachmentOutput) String

String returns the string representation

type DescribeTransitRouterAttachmentsInput

type DescribeTransitRouterAttachmentsInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	ResourceId *string `type:"string"`

	ResourceType *string `type:"string"`

	TagFilters []*TagFilterForDescribeTransitRouterAttachmentsInput `type:"list"`

	TransitRouterAttachmentIds []*string `type:"list"`

	TransitRouterForwardPolicyTableId *string `type:"string"`

	TransitRouterId *string `type:"string"`

	TransitRouterTrafficQosMarkingPolicyId *string `type:"string"`

	TransitRouterTrafficQosQueuePolicyId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterAttachmentsInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterAttachmentsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterAttachmentsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterAttachmentsInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*DescribeTransitRouterAttachmentsInput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*DescribeTransitRouterAttachmentsInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeTransitRouterAttachmentsInput) SetTransitRouterAttachmentIds

SetTransitRouterAttachmentIds sets the TransitRouterAttachmentIds field's value.

func (*DescribeTransitRouterAttachmentsInput) SetTransitRouterForwardPolicyTableId

func (s *DescribeTransitRouterAttachmentsInput) SetTransitRouterForwardPolicyTableId(v string) *DescribeTransitRouterAttachmentsInput

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (*DescribeTransitRouterAttachmentsInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*DescribeTransitRouterAttachmentsInput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

func (s *DescribeTransitRouterAttachmentsInput) SetTransitRouterTrafficQosMarkingPolicyId(v string) *DescribeTransitRouterAttachmentsInput

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (*DescribeTransitRouterAttachmentsInput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

func (s *DescribeTransitRouterAttachmentsInput) SetTransitRouterTrafficQosQueuePolicyId(v string) *DescribeTransitRouterAttachmentsInput

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (DescribeTransitRouterAttachmentsInput) String

String returns the string representation

type DescribeTransitRouterAttachmentsOutput

type DescribeTransitRouterAttachmentsOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterAttachments []*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterAttachmentsOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterAttachmentsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterAttachmentsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterAttachmentsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterAttachmentsOutput) SetTransitRouterAttachments

SetTransitRouterAttachments sets the TransitRouterAttachments field's value.

func (DescribeTransitRouterAttachmentsOutput) String

String returns the string representation

type DescribeTransitRouterBandwidthPackagesBillingInput

type DescribeTransitRouterBandwidthPackagesBillingInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TransitRouterBandwidthPackageIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterBandwidthPackagesBillingInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterBandwidthPackagesBillingInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterBandwidthPackagesBillingInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterBandwidthPackagesBillingInput) SetTransitRouterBandwidthPackageIds

SetTransitRouterBandwidthPackageIds sets the TransitRouterBandwidthPackageIds field's value.

func (DescribeTransitRouterBandwidthPackagesBillingInput) String

String returns the string representation

type DescribeTransitRouterBandwidthPackagesBillingOutput

type DescribeTransitRouterBandwidthPackagesBillingOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterBandwidthPackages []*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterBandwidthPackagesBillingOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterBandwidthPackagesBillingOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterBandwidthPackagesBillingOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterBandwidthPackagesBillingOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterBandwidthPackagesBillingOutput) SetTransitRouterBandwidthPackages

SetTransitRouterBandwidthPackages sets the TransitRouterBandwidthPackages field's value.

func (DescribeTransitRouterBandwidthPackagesBillingOutput) String

String returns the string representation

type DescribeTransitRouterBandwidthPackagesInput

type DescribeTransitRouterBandwidthPackagesInput struct {
	LocalGeographicRegionSetId *string `type:"string"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	PeerGeographicRegionSetId *string `type:"string"`

	ProjectName *string `type:"string"`

	TagFilters []*TagFilterForDescribeTransitRouterBandwidthPackagesInput `type:"list"`

	TransitRouterBandwidthPackageIds []*string `type:"list"`

	TransitRouterBandwidthPackageName *string `type:"string"`

	TransitRouterPeerAttachmentId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterBandwidthPackagesInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterBandwidthPackagesInput) SetLocalGeographicRegionSetId

SetLocalGeographicRegionSetId sets the LocalGeographicRegionSetId field's value.

func (*DescribeTransitRouterBandwidthPackagesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterBandwidthPackagesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterBandwidthPackagesInput) SetPeerGeographicRegionSetId

SetPeerGeographicRegionSetId sets the PeerGeographicRegionSetId field's value.

func (*DescribeTransitRouterBandwidthPackagesInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*DescribeTransitRouterBandwidthPackagesInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeTransitRouterBandwidthPackagesInput) SetTransitRouterBandwidthPackageIds

SetTransitRouterBandwidthPackageIds sets the TransitRouterBandwidthPackageIds field's value.

func (*DescribeTransitRouterBandwidthPackagesInput) SetTransitRouterBandwidthPackageName

SetTransitRouterBandwidthPackageName sets the TransitRouterBandwidthPackageName field's value.

func (*DescribeTransitRouterBandwidthPackagesInput) SetTransitRouterPeerAttachmentId

SetTransitRouterPeerAttachmentId sets the TransitRouterPeerAttachmentId field's value.

func (DescribeTransitRouterBandwidthPackagesInput) String

String returns the string representation

type DescribeTransitRouterBandwidthPackagesOutput

type DescribeTransitRouterBandwidthPackagesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterBandwidthPackages []*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterBandwidthPackagesOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterBandwidthPackagesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterBandwidthPackagesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterBandwidthPackagesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterBandwidthPackagesOutput) SetTransitRouterBandwidthPackages

SetTransitRouterBandwidthPackages sets the TransitRouterBandwidthPackages field's value.

func (DescribeTransitRouterBandwidthPackagesOutput) String

String returns the string representation

type DescribeTransitRouterDirectConnectGatewayAttachmentsInput

type DescribeTransitRouterDirectConnectGatewayAttachmentsInput struct {
	DirectConnectGatewayId *string `type:"string"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TagFilters []*TagFilterForDescribeTransitRouterDirectConnectGatewayAttachmentsInput `type:"list"`

	TransitRouterAttachmentIds []*string `type:"list"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterDirectConnectGatewayAttachmentsInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterDirectConnectGatewayAttachmentsInput) SetDirectConnectGatewayId

SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.

func (*DescribeTransitRouterDirectConnectGatewayAttachmentsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterDirectConnectGatewayAttachmentsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterDirectConnectGatewayAttachmentsInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeTransitRouterDirectConnectGatewayAttachmentsInput) SetTransitRouterAttachmentIds

SetTransitRouterAttachmentIds sets the TransitRouterAttachmentIds field's value.

func (*DescribeTransitRouterDirectConnectGatewayAttachmentsInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (DescribeTransitRouterDirectConnectGatewayAttachmentsInput) String

String returns the string representation

func (*DescribeTransitRouterDirectConnectGatewayAttachmentsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterDirectConnectGatewayAttachmentsOutput

type DescribeTransitRouterDirectConnectGatewayAttachmentsOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterAttachments []*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterDirectConnectGatewayAttachmentsOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetTransitRouterAttachments

SetTransitRouterAttachments sets the TransitRouterAttachments field's value.

func (DescribeTransitRouterDirectConnectGatewayAttachmentsOutput) String

String returns the string representation

type DescribeTransitRouterForwardPolicyEntriesInput

type DescribeTransitRouterForwardPolicyEntriesInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	SourceCidrBlock *string `type:"string"`

	TransitRouterForwardPolicyEntryIds []*string `type:"list"`

	// TransitRouterForwardPolicyTableId is a required field
	TransitRouterForwardPolicyTableId *string `type:"string" required:"true"`

	TransitRouterRouteTableId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterForwardPolicyEntriesInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterForwardPolicyEntriesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterForwardPolicyEntriesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterForwardPolicyEntriesInput) SetSourceCidrBlock

SetSourceCidrBlock sets the SourceCidrBlock field's value.

func (*DescribeTransitRouterForwardPolicyEntriesInput) SetTransitRouterForwardPolicyEntryIds

SetTransitRouterForwardPolicyEntryIds sets the TransitRouterForwardPolicyEntryIds field's value.

func (*DescribeTransitRouterForwardPolicyEntriesInput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (*DescribeTransitRouterForwardPolicyEntriesInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (DescribeTransitRouterForwardPolicyEntriesInput) String

String returns the string representation

func (*DescribeTransitRouterForwardPolicyEntriesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterForwardPolicyEntriesOutput

type DescribeTransitRouterForwardPolicyEntriesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterForwardPolicyEntries []*TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterForwardPolicyEntriesOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterForwardPolicyEntriesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterForwardPolicyEntriesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterForwardPolicyEntriesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterForwardPolicyEntriesOutput) SetTransitRouterForwardPolicyEntries

SetTransitRouterForwardPolicyEntries sets the TransitRouterForwardPolicyEntries field's value.

func (DescribeTransitRouterForwardPolicyEntriesOutput) String

String returns the string representation

type DescribeTransitRouterForwardPolicyTablesInput

type DescribeTransitRouterForwardPolicyTablesInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TransitRouterForwardPolicyTableIds []*string `type:"list"`

	TransitRouterForwardPolicyTableName *string `type:"string"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterForwardPolicyTablesInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterForwardPolicyTablesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterForwardPolicyTablesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterForwardPolicyTablesInput) SetTransitRouterForwardPolicyTableIds

SetTransitRouterForwardPolicyTableIds sets the TransitRouterForwardPolicyTableIds field's value.

func (*DescribeTransitRouterForwardPolicyTablesInput) SetTransitRouterForwardPolicyTableName

SetTransitRouterForwardPolicyTableName sets the TransitRouterForwardPolicyTableName field's value.

func (*DescribeTransitRouterForwardPolicyTablesInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (DescribeTransitRouterForwardPolicyTablesInput) String

String returns the string representation

func (*DescribeTransitRouterForwardPolicyTablesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterForwardPolicyTablesOutput

type DescribeTransitRouterForwardPolicyTablesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterForwardPolicyTables []*TransitRouterForwardPolicyTableForDescribeTransitRouterForwardPolicyTablesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterForwardPolicyTablesOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterForwardPolicyTablesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterForwardPolicyTablesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterForwardPolicyTablesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterForwardPolicyTablesOutput) SetTransitRouterForwardPolicyTables

SetTransitRouterForwardPolicyTables sets the TransitRouterForwardPolicyTables field's value.

func (DescribeTransitRouterForwardPolicyTablesOutput) String

String returns the string representation

type DescribeTransitRouterGrantRulesInput

type DescribeTransitRouterGrantRulesInput struct {
	GrantAccountId *string `type:"string"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterGrantRulesInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterGrantRulesInput) SetGrantAccountId

SetGrantAccountId sets the GrantAccountId field's value.

func (*DescribeTransitRouterGrantRulesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterGrantRulesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterGrantRulesInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (DescribeTransitRouterGrantRulesInput) String

String returns the string representation

func (*DescribeTransitRouterGrantRulesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterGrantRulesOutput

type DescribeTransitRouterGrantRulesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterGrantRules []*TransitRouterGrantRuleForDescribeTransitRouterGrantRulesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterGrantRulesOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterGrantRulesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterGrantRulesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterGrantRulesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterGrantRulesOutput) SetTransitRouterGrantRules

SetTransitRouterGrantRules sets the TransitRouterGrantRules field's value.

func (DescribeTransitRouterGrantRulesOutput) String

String returns the string representation

type DescribeTransitRouterPeerAttachmentsInput

type DescribeTransitRouterPeerAttachmentsInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	PeerTransitRouterId *string `type:"string"`

	PeerTransitRouterRegionId *string `type:"string"`

	TagFilters []*TagFilterForDescribeTransitRouterPeerAttachmentsInput `type:"list"`

	TransitRouterAttachmentIds []*string `type:"list"`

	TransitRouterAttachmentName *string `type:"string"`

	TransitRouterId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterPeerAttachmentsInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterPeerAttachmentsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterPeerAttachmentsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterPeerAttachmentsInput) SetPeerTransitRouterId

SetPeerTransitRouterId sets the PeerTransitRouterId field's value.

func (*DescribeTransitRouterPeerAttachmentsInput) SetPeerTransitRouterRegionId

SetPeerTransitRouterRegionId sets the PeerTransitRouterRegionId field's value.

func (*DescribeTransitRouterPeerAttachmentsInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeTransitRouterPeerAttachmentsInput) SetTransitRouterAttachmentIds

SetTransitRouterAttachmentIds sets the TransitRouterAttachmentIds field's value.

func (*DescribeTransitRouterPeerAttachmentsInput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (*DescribeTransitRouterPeerAttachmentsInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (DescribeTransitRouterPeerAttachmentsInput) String

String returns the string representation

type DescribeTransitRouterPeerAttachmentsOutput

type DescribeTransitRouterPeerAttachmentsOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterAttachments []*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterPeerAttachmentsOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterPeerAttachmentsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterPeerAttachmentsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterPeerAttachmentsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterPeerAttachmentsOutput) SetTransitRouterAttachments

SetTransitRouterAttachments sets the TransitRouterAttachments field's value.

func (DescribeTransitRouterPeerAttachmentsOutput) String

String returns the string representation

type DescribeTransitRouterRegionsInput

type DescribeTransitRouterRegionsInput struct {
	GeographicRegionSetId *string `type:"string"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	RegionIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRegionsInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRegionsInput) SetGeographicRegionSetId

SetGeographicRegionSetId sets the GeographicRegionSetId field's value.

func (*DescribeTransitRouterRegionsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRegionsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRegionsInput) SetRegionIds

SetRegionIds sets the RegionIds field's value.

func (DescribeTransitRouterRegionsInput) String

String returns the string representation

type DescribeTransitRouterRegionsOutput

type DescribeTransitRouterRegionsOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	Regions []*RegionForDescribeTransitRouterRegionsOutput `type:"list"`

	TotalCount *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRegionsOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRegionsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRegionsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRegionsOutput) SetRegions

SetRegions sets the Regions field's value.

func (*DescribeTransitRouterRegionsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeTransitRouterRegionsOutput) String

String returns the string representation

type DescribeTransitRouterRouteEntriesInput

type DescribeTransitRouterRouteEntriesInput struct {
	DestinationCidrBlock *string `type:"string"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	Status *string `type:"string"`

	TransitRouterRouteEntryIds []*string `type:"list"`

	TransitRouterRouteEntryName *string `type:"string"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRouteEntriesInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRouteEntriesInput) SetDestinationCidrBlock

SetDestinationCidrBlock sets the DestinationCidrBlock field's value.

func (*DescribeTransitRouterRouteEntriesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRouteEntriesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRouteEntriesInput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeTransitRouterRouteEntriesInput) SetTransitRouterRouteEntryIds

SetTransitRouterRouteEntryIds sets the TransitRouterRouteEntryIds field's value.

func (*DescribeTransitRouterRouteEntriesInput) SetTransitRouterRouteEntryName

SetTransitRouterRouteEntryName sets the TransitRouterRouteEntryName field's value.

func (*DescribeTransitRouterRouteEntriesInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (DescribeTransitRouterRouteEntriesInput) String

String returns the string representation

func (*DescribeTransitRouterRouteEntriesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterRouteEntriesOutput

type DescribeTransitRouterRouteEntriesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterRouteEntries []*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRouteEntriesOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRouteEntriesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRouteEntriesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRouteEntriesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterRouteEntriesOutput) SetTransitRouterRouteEntries

SetTransitRouterRouteEntries sets the TransitRouterRouteEntries field's value.

func (DescribeTransitRouterRouteEntriesOutput) String

String returns the string representation

type DescribeTransitRouterRoutePolicyEntriesInput

type DescribeTransitRouterRoutePolicyEntriesInput struct {
	Direction *string `type:"string"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TransitRouterRoutePolicyEntryIds []*string `type:"list"`

	// TransitRouterRoutePolicyTableId is a required field
	TransitRouterRoutePolicyTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRoutePolicyEntriesInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRoutePolicyEntriesInput) SetDirection

SetDirection sets the Direction field's value.

func (*DescribeTransitRouterRoutePolicyEntriesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRoutePolicyEntriesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRoutePolicyEntriesInput) SetTransitRouterRoutePolicyEntryIds

SetTransitRouterRoutePolicyEntryIds sets the TransitRouterRoutePolicyEntryIds field's value.

func (*DescribeTransitRouterRoutePolicyEntriesInput) SetTransitRouterRoutePolicyTableId

SetTransitRouterRoutePolicyTableId sets the TransitRouterRoutePolicyTableId field's value.

func (DescribeTransitRouterRoutePolicyEntriesInput) String

String returns the string representation

func (*DescribeTransitRouterRoutePolicyEntriesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterRoutePolicyEntriesOutput

type DescribeTransitRouterRoutePolicyEntriesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterRoutePolicyEntries []*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRoutePolicyEntriesOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRoutePolicyEntriesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRoutePolicyEntriesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRoutePolicyEntriesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterRoutePolicyEntriesOutput) SetTransitRouterRoutePolicyEntries

SetTransitRouterRoutePolicyEntries sets the TransitRouterRoutePolicyEntries field's value.

func (DescribeTransitRouterRoutePolicyEntriesOutput) String

String returns the string representation

type DescribeTransitRouterRoutePolicyTablesInput

type DescribeTransitRouterRoutePolicyTablesInput struct {
	Direction *string `type:"string"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	TransitRouterRoutePolicyTableIds []*string `type:"list"`

	TransitRouterRoutePolicyTableName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRoutePolicyTablesInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRoutePolicyTablesInput) SetDirection

SetDirection sets the Direction field's value.

func (*DescribeTransitRouterRoutePolicyTablesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRoutePolicyTablesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRoutePolicyTablesInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*DescribeTransitRouterRoutePolicyTablesInput) SetTransitRouterRoutePolicyTableIds

SetTransitRouterRoutePolicyTableIds sets the TransitRouterRoutePolicyTableIds field's value.

func (*DescribeTransitRouterRoutePolicyTablesInput) SetTransitRouterRoutePolicyTableName

SetTransitRouterRoutePolicyTableName sets the TransitRouterRoutePolicyTableName field's value.

func (DescribeTransitRouterRoutePolicyTablesInput) String

String returns the string representation

func (*DescribeTransitRouterRoutePolicyTablesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterRoutePolicyTablesOutput

type DescribeTransitRouterRoutePolicyTablesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterRoutePolicyTables []*TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRoutePolicyTablesOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRoutePolicyTablesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRoutePolicyTablesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRoutePolicyTablesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterRoutePolicyTablesOutput) SetTransitRouterRoutePolicyTables

SetTransitRouterRoutePolicyTables sets the TransitRouterRoutePolicyTables field's value.

func (DescribeTransitRouterRoutePolicyTablesOutput) String

String returns the string representation

type DescribeTransitRouterRouteTableAssociationsInput

type DescribeTransitRouterRouteTableAssociationsInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TransitRouterAttachmentId *string `type:"string"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRouteTableAssociationsInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRouteTableAssociationsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRouteTableAssociationsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRouteTableAssociationsInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*DescribeTransitRouterRouteTableAssociationsInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (DescribeTransitRouterRouteTableAssociationsInput) String

String returns the string representation

func (*DescribeTransitRouterRouteTableAssociationsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterRouteTableAssociationsOutput

type DescribeTransitRouterRouteTableAssociationsOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterRouteTableAssociations []*TransitRouterRouteTableAssociationForDescribeTransitRouterRouteTableAssociationsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRouteTableAssociationsOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRouteTableAssociationsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRouteTableAssociationsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRouteTableAssociationsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterRouteTableAssociationsOutput) SetTransitRouterRouteTableAssociations

SetTransitRouterRouteTableAssociations sets the TransitRouterRouteTableAssociations field's value.

func (DescribeTransitRouterRouteTableAssociationsOutput) String

String returns the string representation

type DescribeTransitRouterRouteTablePropagationsInput

type DescribeTransitRouterRouteTablePropagationsInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TransitRouterAttachmentId *string `type:"string"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRouteTablePropagationsInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRouteTablePropagationsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRouteTablePropagationsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRouteTablePropagationsInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*DescribeTransitRouterRouteTablePropagationsInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (DescribeTransitRouterRouteTablePropagationsInput) String

String returns the string representation

func (*DescribeTransitRouterRouteTablePropagationsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterRouteTablePropagationsOutput

type DescribeTransitRouterRouteTablePropagationsOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterRouteTablePropagations []*TransitRouterRouteTablePropagationForDescribeTransitRouterRouteTablePropagationsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRouteTablePropagationsOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRouteTablePropagationsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRouteTablePropagationsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRouteTablePropagationsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterRouteTablePropagationsOutput) SetTransitRouterRouteTablePropagations

SetTransitRouterRouteTablePropagations sets the TransitRouterRouteTablePropagations field's value.

func (DescribeTransitRouterRouteTablePropagationsOutput) String

String returns the string representation

type DescribeTransitRouterRouteTablesInput

type DescribeTransitRouterRouteTablesInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TagFilters []*TagFilterForDescribeTransitRouterRouteTablesInput `type:"list"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	TransitRouterRouteTableIds []*string `type:"list"`

	TransitRouterRouteTableType *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRouteTablesInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRouteTablesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRouteTablesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRouteTablesInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeTransitRouterRouteTablesInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*DescribeTransitRouterRouteTablesInput) SetTransitRouterRouteTableIds

SetTransitRouterRouteTableIds sets the TransitRouterRouteTableIds field's value.

func (*DescribeTransitRouterRouteTablesInput) SetTransitRouterRouteTableType

SetTransitRouterRouteTableType sets the TransitRouterRouteTableType field's value.

func (DescribeTransitRouterRouteTablesInput) String

String returns the string representation

func (*DescribeTransitRouterRouteTablesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterRouteTablesOutput

type DescribeTransitRouterRouteTablesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterRouteTables []*TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterRouteTablesOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterRouteTablesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterRouteTablesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterRouteTablesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterRouteTablesOutput) SetTransitRouterRouteTables

SetTransitRouterRouteTables sets the TransitRouterRouteTables field's value.

func (DescribeTransitRouterRouteTablesOutput) String

String returns the string representation

type DescribeTransitRouterTrafficQosMarkingEntriesInput added in v1.0.162

type DescribeTransitRouterTrafficQosMarkingEntriesInput struct {
	DestinationCidrBlock *string `type:"string"`

	MatchDscp *int32 `type:"int32"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	Protocol *string `type:"string"`

	RemarkingDscp *int32 `type:"int32"`

	SourceCidrBlock *string `type:"string"`

	TransitRouterTrafficQosMarkingEntryIds []*string `type:"list"`

	TransitRouterTrafficQosMarkingEntryName *string `type:"string"`

	// TransitRouterTrafficQosMarkingPolicyId is a required field
	TransitRouterTrafficQosMarkingPolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterTrafficQosMarkingEntriesInput) GoString added in v1.0.162

GoString returns the string representation

func (*DescribeTransitRouterTrafficQosMarkingEntriesInput) SetDestinationCidrBlock added in v1.0.162

SetDestinationCidrBlock sets the DestinationCidrBlock field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesInput) SetMatchDscp added in v1.0.162

SetMatchDscp sets the MatchDscp field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesInput) SetPageNumber added in v1.0.162

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesInput) SetPageSize added in v1.0.162

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesInput) SetProtocol added in v1.0.162

SetProtocol sets the Protocol field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesInput) SetRemarkingDscp added in v1.0.162

SetRemarkingDscp sets the RemarkingDscp field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesInput) SetSourceCidrBlock added in v1.0.162

SetSourceCidrBlock sets the SourceCidrBlock field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesInput) SetTransitRouterTrafficQosMarkingEntryIds added in v1.0.162

SetTransitRouterTrafficQosMarkingEntryIds sets the TransitRouterTrafficQosMarkingEntryIds field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesInput) SetTransitRouterTrafficQosMarkingEntryName added in v1.0.162

SetTransitRouterTrafficQosMarkingEntryName sets the TransitRouterTrafficQosMarkingEntryName field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesInput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (DescribeTransitRouterTrafficQosMarkingEntriesInput) String added in v1.0.162

String returns the string representation

func (*DescribeTransitRouterTrafficQosMarkingEntriesInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterTrafficQosMarkingEntriesOutput added in v1.0.162

type DescribeTransitRouterTrafficQosMarkingEntriesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterTrafficQosMarkingEntries []*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterTrafficQosMarkingEntriesOutput) GoString added in v1.0.162

GoString returns the string representation

func (*DescribeTransitRouterTrafficQosMarkingEntriesOutput) SetPageNumber added in v1.0.162

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesOutput) SetPageSize added in v1.0.162

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesOutput) SetTotalCount added in v1.0.162

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterTrafficQosMarkingEntriesOutput) SetTransitRouterTrafficQosMarkingEntries added in v1.0.162

SetTransitRouterTrafficQosMarkingEntries sets the TransitRouterTrafficQosMarkingEntries field's value.

func (DescribeTransitRouterTrafficQosMarkingEntriesOutput) String added in v1.0.162

String returns the string representation

type DescribeTransitRouterTrafficQosMarkingPoliciesInput added in v1.0.162

type DescribeTransitRouterTrafficQosMarkingPoliciesInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	TransitRouterTrafficQosMarkingPolicyIds []*string `type:"list"`

	TransitRouterTrafficQosMarkingPolicyName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterTrafficQosMarkingPoliciesInput) GoString added in v1.0.162

GoString returns the string representation

func (*DescribeTransitRouterTrafficQosMarkingPoliciesInput) SetPageNumber added in v1.0.162

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterTrafficQosMarkingPoliciesInput) SetPageSize added in v1.0.162

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterTrafficQosMarkingPoliciesInput) SetTransitRouterId added in v1.0.162

SetTransitRouterId sets the TransitRouterId field's value.

func (*DescribeTransitRouterTrafficQosMarkingPoliciesInput) SetTransitRouterTrafficQosMarkingPolicyIds added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyIds sets the TransitRouterTrafficQosMarkingPolicyIds field's value.

func (*DescribeTransitRouterTrafficQosMarkingPoliciesInput) SetTransitRouterTrafficQosMarkingPolicyName added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyName sets the TransitRouterTrafficQosMarkingPolicyName field's value.

func (DescribeTransitRouterTrafficQosMarkingPoliciesInput) String added in v1.0.162

String returns the string representation

func (*DescribeTransitRouterTrafficQosMarkingPoliciesInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterTrafficQosMarkingPoliciesOutput added in v1.0.162

type DescribeTransitRouterTrafficQosMarkingPoliciesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterTrafficQosMarkingPolicies []*TransitRouterTrafficQosMarkingPolicyForDescribeTransitRouterTrafficQosMarkingPoliciesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterTrafficQosMarkingPoliciesOutput) GoString added in v1.0.162

GoString returns the string representation

func (*DescribeTransitRouterTrafficQosMarkingPoliciesOutput) SetPageNumber added in v1.0.162

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterTrafficQosMarkingPoliciesOutput) SetPageSize added in v1.0.162

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterTrafficQosMarkingPoliciesOutput) SetTotalCount added in v1.0.162

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterTrafficQosMarkingPoliciesOutput) SetTransitRouterTrafficQosMarkingPolicies added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicies sets the TransitRouterTrafficQosMarkingPolicies field's value.

func (DescribeTransitRouterTrafficQosMarkingPoliciesOutput) String added in v1.0.162

String returns the string representation

type DescribeTransitRouterTrafficQosQueueEntriesInput added in v1.0.162

type DescribeTransitRouterTrafficQosQueueEntriesInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TransitRouterTrafficQosQueueEntryIds []*string `type:"list"`

	TransitRouterTrafficQosQueueEntryName *string `type:"string"`

	// TransitRouterTrafficQosQueuePolicyId is a required field
	TransitRouterTrafficQosQueuePolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterTrafficQosQueueEntriesInput) GoString added in v1.0.162

GoString returns the string representation

func (*DescribeTransitRouterTrafficQosQueueEntriesInput) SetPageNumber added in v1.0.162

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterTrafficQosQueueEntriesInput) SetPageSize added in v1.0.162

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterTrafficQosQueueEntriesInput) SetTransitRouterTrafficQosQueueEntryIds added in v1.0.162

SetTransitRouterTrafficQosQueueEntryIds sets the TransitRouterTrafficQosQueueEntryIds field's value.

func (*DescribeTransitRouterTrafficQosQueueEntriesInput) SetTransitRouterTrafficQosQueueEntryName added in v1.0.162

SetTransitRouterTrafficQosQueueEntryName sets the TransitRouterTrafficQosQueueEntryName field's value.

func (*DescribeTransitRouterTrafficQosQueueEntriesInput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (DescribeTransitRouterTrafficQosQueueEntriesInput) String added in v1.0.162

String returns the string representation

func (*DescribeTransitRouterTrafficQosQueueEntriesInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterTrafficQosQueueEntriesOutput added in v1.0.162

type DescribeTransitRouterTrafficQosQueueEntriesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterTrafficQosQueueEntries []*TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterTrafficQosQueueEntriesOutput) GoString added in v1.0.162

GoString returns the string representation

func (*DescribeTransitRouterTrafficQosQueueEntriesOutput) SetPageNumber added in v1.0.162

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterTrafficQosQueueEntriesOutput) SetPageSize added in v1.0.162

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterTrafficQosQueueEntriesOutput) SetTotalCount added in v1.0.162

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterTrafficQosQueueEntriesOutput) SetTransitRouterTrafficQosQueueEntries added in v1.0.162

SetTransitRouterTrafficQosQueueEntries sets the TransitRouterTrafficQosQueueEntries field's value.

func (DescribeTransitRouterTrafficQosQueueEntriesOutput) String added in v1.0.162

String returns the string representation

type DescribeTransitRouterTrafficQosQueuePoliciesInput added in v1.0.162

type DescribeTransitRouterTrafficQosQueuePoliciesInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	TransitRouterTrafficQosQueuePolicyIds []*string `type:"list"`

	TransitRouterTrafficQosQueuePolicyName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterTrafficQosQueuePoliciesInput) GoString added in v1.0.162

GoString returns the string representation

func (*DescribeTransitRouterTrafficQosQueuePoliciesInput) SetPageNumber added in v1.0.162

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterTrafficQosQueuePoliciesInput) SetPageSize added in v1.0.162

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterTrafficQosQueuePoliciesInput) SetTransitRouterId added in v1.0.162

SetTransitRouterId sets the TransitRouterId field's value.

func (*DescribeTransitRouterTrafficQosQueuePoliciesInput) SetTransitRouterTrafficQosQueuePolicyIds added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyIds sets the TransitRouterTrafficQosQueuePolicyIds field's value.

func (*DescribeTransitRouterTrafficQosQueuePoliciesInput) SetTransitRouterTrafficQosQueuePolicyName added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyName sets the TransitRouterTrafficQosQueuePolicyName field's value.

func (DescribeTransitRouterTrafficQosQueuePoliciesInput) String added in v1.0.162

String returns the string representation

func (*DescribeTransitRouterTrafficQosQueuePoliciesInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterTrafficQosQueuePoliciesOutput added in v1.0.162

type DescribeTransitRouterTrafficQosQueuePoliciesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterTrafficQosQueuePolicies []*TransitRouterTrafficQosQueuePolicyForDescribeTransitRouterTrafficQosQueuePoliciesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterTrafficQosQueuePoliciesOutput) GoString added in v1.0.162

GoString returns the string representation

func (*DescribeTransitRouterTrafficQosQueuePoliciesOutput) SetPageNumber added in v1.0.162

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterTrafficQosQueuePoliciesOutput) SetPageSize added in v1.0.162

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterTrafficQosQueuePoliciesOutput) SetTotalCount added in v1.0.162

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterTrafficQosQueuePoliciesOutput) SetTransitRouterTrafficQosQueuePolicies added in v1.0.162

SetTransitRouterTrafficQosQueuePolicies sets the TransitRouterTrafficQosQueuePolicies field's value.

func (DescribeTransitRouterTrafficQosQueuePoliciesOutput) String added in v1.0.162

String returns the string representation

type DescribeTransitRouterVpcAttachmentsInput

type DescribeTransitRouterVpcAttachmentsInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TagFilters []*TagFilterForDescribeTransitRouterVpcAttachmentsInput `type:"list"`

	TransitRouterAttachmentIds []*string `type:"list"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	VpcId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterVpcAttachmentsInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterVpcAttachmentsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterVpcAttachmentsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterVpcAttachmentsInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeTransitRouterVpcAttachmentsInput) SetTransitRouterAttachmentIds

SetTransitRouterAttachmentIds sets the TransitRouterAttachmentIds field's value.

func (*DescribeTransitRouterVpcAttachmentsInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*DescribeTransitRouterVpcAttachmentsInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (DescribeTransitRouterVpcAttachmentsInput) String

String returns the string representation

func (*DescribeTransitRouterVpcAttachmentsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterVpcAttachmentsOutput

type DescribeTransitRouterVpcAttachmentsOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterAttachments []*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterVpcAttachmentsOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterVpcAttachmentsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterVpcAttachmentsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterVpcAttachmentsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterVpcAttachmentsOutput) SetTransitRouterAttachments

SetTransitRouterAttachments sets the TransitRouterAttachments field's value.

func (DescribeTransitRouterVpcAttachmentsOutput) String

String returns the string representation

type DescribeTransitRouterVpnAttachmentsInput

type DescribeTransitRouterVpnAttachmentsInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TagFilters []*TagFilterForDescribeTransitRouterVpnAttachmentsInput `type:"list"`

	TransitRouterAttachmentIds []*string `type:"list"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	VpnConnectionId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterVpnAttachmentsInput) GoString

GoString returns the string representation

func (*DescribeTransitRouterVpnAttachmentsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterVpnAttachmentsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterVpnAttachmentsInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeTransitRouterVpnAttachmentsInput) SetTransitRouterAttachmentIds

SetTransitRouterAttachmentIds sets the TransitRouterAttachmentIds field's value.

func (*DescribeTransitRouterVpnAttachmentsInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*DescribeTransitRouterVpnAttachmentsInput) SetVpnConnectionId

SetVpnConnectionId sets the VpnConnectionId field's value.

func (DescribeTransitRouterVpnAttachmentsInput) String

String returns the string representation

func (*DescribeTransitRouterVpnAttachmentsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransitRouterVpnAttachmentsOutput

type DescribeTransitRouterVpnAttachmentsOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouterAttachments []*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRouterVpnAttachmentsOutput) GoString

GoString returns the string representation

func (*DescribeTransitRouterVpnAttachmentsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRouterVpnAttachmentsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRouterVpnAttachmentsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRouterVpnAttachmentsOutput) SetTransitRouterAttachments

SetTransitRouterAttachments sets the TransitRouterAttachments field's value.

func (DescribeTransitRouterVpnAttachmentsOutput) String

String returns the string representation

type DescribeTransitRoutersInput

type DescribeTransitRoutersInput struct {
	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	ProjectName *string `type:"string"`

	TagFilters []*TagFilterForDescribeTransitRoutersInput `type:"list"`

	TransitRouterIds []*string `type:"list"`

	TransitRouterName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTransitRoutersInput) GoString

func (s DescribeTransitRoutersInput) GoString() string

GoString returns the string representation

func (*DescribeTransitRoutersInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRoutersInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRoutersInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*DescribeTransitRoutersInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeTransitRoutersInput) SetTransitRouterIds

func (s *DescribeTransitRoutersInput) SetTransitRouterIds(v []*string) *DescribeTransitRoutersInput

SetTransitRouterIds sets the TransitRouterIds field's value.

func (*DescribeTransitRoutersInput) SetTransitRouterName

SetTransitRouterName sets the TransitRouterName field's value.

func (DescribeTransitRoutersInput) String

String returns the string representation

type DescribeTransitRoutersOutput

type DescribeTransitRoutersOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	TotalCount *int32 `type:"int32"`

	TransitRouters []*TransitRouterForDescribeTransitRoutersOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTransitRoutersOutput) GoString

func (s DescribeTransitRoutersOutput) GoString() string

GoString returns the string representation

func (*DescribeTransitRoutersOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeTransitRoutersOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeTransitRoutersOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (*DescribeTransitRoutersOutput) SetTransitRouters

SetTransitRouters sets the TransitRouters field's value.

func (DescribeTransitRoutersOutput) String

String returns the string representation

type DisableTransitRouterRouteTablePropagationInput

type DisableTransitRouterRouteTablePropagationInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisableTransitRouterRouteTablePropagationInput) GoString

GoString returns the string representation

func (*DisableTransitRouterRouteTablePropagationInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*DisableTransitRouterRouteTablePropagationInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (DisableTransitRouterRouteTablePropagationInput) String

String returns the string representation

func (*DisableTransitRouterRouteTablePropagationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DisableTransitRouterRouteTablePropagationOutput

type DisableTransitRouterRouteTablePropagationOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DisableTransitRouterRouteTablePropagationOutput) GoString

GoString returns the string representation

func (DisableTransitRouterRouteTablePropagationOutput) String

String returns the string representation

type DissociateTransitRouterAttachmentFromRouteTableInput

type DissociateTransitRouterAttachmentFromRouteTableInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DissociateTransitRouterAttachmentFromRouteTableInput) GoString

GoString returns the string representation

func (*DissociateTransitRouterAttachmentFromRouteTableInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*DissociateTransitRouterAttachmentFromRouteTableInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (DissociateTransitRouterAttachmentFromRouteTableInput) String

String returns the string representation

func (*DissociateTransitRouterAttachmentFromRouteTableInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DissociateTransitRouterAttachmentFromRouteTableOutput

type DissociateTransitRouterAttachmentFromRouteTableOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DissociateTransitRouterAttachmentFromRouteTableOutput) GoString

GoString returns the string representation

func (DissociateTransitRouterAttachmentFromRouteTableOutput) String

String returns the string representation

type DissociateTransitRouterForwardPolicyTableFromAttachmentInput

type DissociateTransitRouterForwardPolicyTableFromAttachmentInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterForwardPolicyTableId is a required field
	TransitRouterForwardPolicyTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DissociateTransitRouterForwardPolicyTableFromAttachmentInput) GoString

GoString returns the string representation

func (*DissociateTransitRouterForwardPolicyTableFromAttachmentInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*DissociateTransitRouterForwardPolicyTableFromAttachmentInput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (DissociateTransitRouterForwardPolicyTableFromAttachmentInput) String

String returns the string representation

func (*DissociateTransitRouterForwardPolicyTableFromAttachmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DissociateTransitRouterForwardPolicyTableFromAttachmentOutput

type DissociateTransitRouterForwardPolicyTableFromAttachmentOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DissociateTransitRouterForwardPolicyTableFromAttachmentOutput) GoString

GoString returns the string representation

func (DissociateTransitRouterForwardPolicyTableFromAttachmentOutput) String

String returns the string representation

type DissociateTransitRouterRoutePolicyFromRouteTableInput

type DissociateTransitRouterRoutePolicyFromRouteTableInput struct {

	// TransitRouterRoutePolicyTableId is a required field
	TransitRouterRoutePolicyTableId *string `type:"string" required:"true"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DissociateTransitRouterRoutePolicyFromRouteTableInput) GoString

GoString returns the string representation

func (*DissociateTransitRouterRoutePolicyFromRouteTableInput) SetTransitRouterRoutePolicyTableId

SetTransitRouterRoutePolicyTableId sets the TransitRouterRoutePolicyTableId field's value.

func (*DissociateTransitRouterRoutePolicyFromRouteTableInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (DissociateTransitRouterRoutePolicyFromRouteTableInput) String

String returns the string representation

func (*DissociateTransitRouterRoutePolicyFromRouteTableInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DissociateTransitRouterRoutePolicyFromRouteTableOutput

type DissociateTransitRouterRoutePolicyFromRouteTableOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DissociateTransitRouterRoutePolicyFromRouteTableOutput) GoString

GoString returns the string representation

func (DissociateTransitRouterRoutePolicyFromRouteTableOutput) String

String returns the string representation

type DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentInput added in v1.0.162

type DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterTrafficQosMarkingPolicyId is a required field
	TransitRouterTrafficQosMarkingPolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentInput) GoString added in v1.0.162

GoString returns the string representation

func (*DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentInput) SetTransitRouterAttachmentId added in v1.0.162

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentInput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentInput) String added in v1.0.162

String returns the string representation

func (*DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentOutput added in v1.0.162

type DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentOutput) GoString added in v1.0.162

GoString returns the string representation

func (DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentOutput) String added in v1.0.162

String returns the string representation

type DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentInput added in v1.0.162

type DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterTrafficQosQueuePolicyId is a required field
	TransitRouterTrafficQosQueuePolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentInput) GoString added in v1.0.162

GoString returns the string representation

func (*DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentInput) SetTransitRouterAttachmentId added in v1.0.162

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentInput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentInput) String added in v1.0.162

String returns the string representation

func (*DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentOutput added in v1.0.162

type DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentOutput) GoString added in v1.0.162

GoString returns the string representation

func (DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentOutput) String added in v1.0.162

String returns the string representation

type EnableTransitRouterRouteTablePropagationInput

type EnableTransitRouterRouteTablePropagationInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (EnableTransitRouterRouteTablePropagationInput) GoString

GoString returns the string representation

func (*EnableTransitRouterRouteTablePropagationInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*EnableTransitRouterRouteTablePropagationInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (EnableTransitRouterRouteTablePropagationInput) String

String returns the string representation

func (*EnableTransitRouterRouteTablePropagationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type EnableTransitRouterRouteTablePropagationOutput

type EnableTransitRouterRouteTablePropagationOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (EnableTransitRouterRouteTablePropagationOutput) GoString

GoString returns the string representation

func (EnableTransitRouterRouteTablePropagationOutput) String

String returns the string representation

type ListTagsForResourcesInput

type ListTagsForResourcesInput struct {
	MaxResults *int32 `type:"int32"`

	NextToken *string `type:"string"`

	ResourceIds []*string `type:"list"`

	// ResourceType is a required field
	ResourceType *string `type:"string" required:"true"`

	TagFilters []*TagFilterForListTagsForResourcesInput `type:"list"`

	TagType *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListTagsForResourcesInput) GoString

func (s ListTagsForResourcesInput) GoString() string

GoString returns the string representation

func (*ListTagsForResourcesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListTagsForResourcesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourcesInput) SetResourceIds

SetResourceIds sets the ResourceIds field's value.

func (*ListTagsForResourcesInput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*ListTagsForResourcesInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*ListTagsForResourcesInput) SetTagType

SetTagType sets the TagType field's value.

func (ListTagsForResourcesInput) String

func (s ListTagsForResourcesInput) String() string

String returns the string representation

func (*ListTagsForResourcesInput) Validate

func (s *ListTagsForResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourcesOutput

type ListTagsForResourcesOutput struct {
	Metadata *response.ResponseMetadata

	NextToken *string `type:"string"`

	ResourceTags []*ResourceTagForListTagsForResourcesOutput `type:"list"`
	// contains filtered or unexported fields
}

func (ListTagsForResourcesOutput) GoString

func (s ListTagsForResourcesOutput) GoString() string

GoString returns the string representation

func (*ListTagsForResourcesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTagsForResourcesOutput) SetResourceTags

SetResourceTags sets the ResourceTags field's value.

func (ListTagsForResourcesOutput) String

String returns the string representation

type ModifyTransitRouterAttributesInput

type ModifyTransitRouterAttributesInput struct {
	Description *string `type:"string"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`

	TransitRouterName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterAttributesInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*ModifyTransitRouterAttributesInput) SetTransitRouterName

SetTransitRouterName sets the TransitRouterName field's value.

func (ModifyTransitRouterAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterAttributesOutput

type ModifyTransitRouterAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterAttributesOutput) String

String returns the string representation

type ModifyTransitRouterBandwidthPackageAttributesInput

type ModifyTransitRouterBandwidthPackageAttributesInput struct {
	Bandwidth *int32 `type:"int32"`

	Description *string `type:"string"`

	// TransitRouterBandwidthPackageId is a required field
	TransitRouterBandwidthPackageId *string `type:"string" required:"true"`

	TransitRouterBandwidthPackageName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterBandwidthPackageAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterBandwidthPackageAttributesInput) SetBandwidth

SetBandwidth sets the Bandwidth field's value.

func (*ModifyTransitRouterBandwidthPackageAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterBandwidthPackageAttributesInput) SetTransitRouterBandwidthPackageId

SetTransitRouterBandwidthPackageId sets the TransitRouterBandwidthPackageId field's value.

func (*ModifyTransitRouterBandwidthPackageAttributesInput) SetTransitRouterBandwidthPackageName

SetTransitRouterBandwidthPackageName sets the TransitRouterBandwidthPackageName field's value.

func (ModifyTransitRouterBandwidthPackageAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterBandwidthPackageAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterBandwidthPackageAttributesOutput

type ModifyTransitRouterBandwidthPackageAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterBandwidthPackageAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterBandwidthPackageAttributesOutput) String

String returns the string representation

type ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput

type ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput struct {
	Description *string `type:"string"`

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	TransitRouterAttachmentName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterDirectConnectGatewayAttachmentAttributesOutput

type ModifyTransitRouterDirectConnectGatewayAttachmentAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterDirectConnectGatewayAttachmentAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterDirectConnectGatewayAttachmentAttributesOutput) String

String returns the string representation

type ModifyTransitRouterForwardPolicyEntryAttributesInput

type ModifyTransitRouterForwardPolicyEntryAttributesInput struct {
	Description *string `type:"string"`

	Priority *int32 `type:"int32"`

	SourceCidrBlock *string `type:"string"`

	// TransitRouterForwardPolicyEntryId is a required field
	TransitRouterForwardPolicyEntryId *string `type:"string" required:"true"`

	TransitRouterRouteTableId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterForwardPolicyEntryAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterForwardPolicyEntryAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterForwardPolicyEntryAttributesInput) SetPriority

SetPriority sets the Priority field's value.

func (*ModifyTransitRouterForwardPolicyEntryAttributesInput) SetSourceCidrBlock

SetSourceCidrBlock sets the SourceCidrBlock field's value.

func (*ModifyTransitRouterForwardPolicyEntryAttributesInput) SetTransitRouterForwardPolicyEntryId

SetTransitRouterForwardPolicyEntryId sets the TransitRouterForwardPolicyEntryId field's value.

func (*ModifyTransitRouterForwardPolicyEntryAttributesInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (ModifyTransitRouterForwardPolicyEntryAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterForwardPolicyEntryAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterForwardPolicyEntryAttributesOutput

type ModifyTransitRouterForwardPolicyEntryAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterForwardPolicyEntryAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterForwardPolicyEntryAttributesOutput) String

String returns the string representation

type ModifyTransitRouterForwardPolicyTableAssociationInput

type ModifyTransitRouterForwardPolicyTableAssociationInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterForwardPolicyTableId is a required field
	TransitRouterForwardPolicyTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterForwardPolicyTableAssociationInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterForwardPolicyTableAssociationInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*ModifyTransitRouterForwardPolicyTableAssociationInput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (ModifyTransitRouterForwardPolicyTableAssociationInput) String

String returns the string representation

func (*ModifyTransitRouterForwardPolicyTableAssociationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterForwardPolicyTableAssociationOutput

type ModifyTransitRouterForwardPolicyTableAssociationOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterForwardPolicyTableAssociationOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterForwardPolicyTableAssociationOutput) String

String returns the string representation

type ModifyTransitRouterForwardPolicyTableAttributesInput

type ModifyTransitRouterForwardPolicyTableAttributesInput struct {
	Description *string `type:"string"`

	// TransitRouterForwardPolicyTableId is a required field
	TransitRouterForwardPolicyTableId *string `type:"string" required:"true"`

	TransitRouterForwardPolicyTableName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterForwardPolicyTableAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterForwardPolicyTableAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterForwardPolicyTableAttributesInput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (*ModifyTransitRouterForwardPolicyTableAttributesInput) SetTransitRouterForwardPolicyTableName

SetTransitRouterForwardPolicyTableName sets the TransitRouterForwardPolicyTableName field's value.

func (ModifyTransitRouterForwardPolicyTableAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterForwardPolicyTableAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterForwardPolicyTableAttributesOutput

type ModifyTransitRouterForwardPolicyTableAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterForwardPolicyTableAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterForwardPolicyTableAttributesOutput) String

String returns the string representation

type ModifyTransitRouterGrantRuleAttributesInput

type ModifyTransitRouterGrantRuleAttributesInput struct {
	Description *string `type:"string"`

	// GrantAccountId is a required field
	GrantAccountId *string `type:"string" required:"true"`

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterGrantRuleAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterGrantRuleAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterGrantRuleAttributesInput) SetGrantAccountId

SetGrantAccountId sets the GrantAccountId field's value.

func (*ModifyTransitRouterGrantRuleAttributesInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (ModifyTransitRouterGrantRuleAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterGrantRuleAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterGrantRuleAttributesOutput

type ModifyTransitRouterGrantRuleAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterGrantRuleAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterGrantRuleAttributesOutput) String

String returns the string representation

type ModifyTransitRouterPeerAttachmentAttributesInput

type ModifyTransitRouterPeerAttachmentAttributesInput struct {
	Bandwidth *int32 `type:"int32"`

	Description *string `type:"string"`

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	TransitRouterAttachmentName *string `type:"string"`

	TransitRouterBandwidthPackageId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterPeerAttachmentAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterPeerAttachmentAttributesInput) SetBandwidth

SetBandwidth sets the Bandwidth field's value.

func (*ModifyTransitRouterPeerAttachmentAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterPeerAttachmentAttributesInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*ModifyTransitRouterPeerAttachmentAttributesInput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (*ModifyTransitRouterPeerAttachmentAttributesInput) SetTransitRouterBandwidthPackageId

SetTransitRouterBandwidthPackageId sets the TransitRouterBandwidthPackageId field's value.

func (ModifyTransitRouterPeerAttachmentAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterPeerAttachmentAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterPeerAttachmentAttributesOutput

type ModifyTransitRouterPeerAttachmentAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterPeerAttachmentAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterPeerAttachmentAttributesOutput) String

String returns the string representation

type ModifyTransitRouterRouteEntryAttributesInput

type ModifyTransitRouterRouteEntryAttributesInput struct {
	Description *string `type:"string"`

	// TransitRouterRouteEntryId is a required field
	TransitRouterRouteEntryId *string `type:"string" required:"true"`

	TransitRouterRouteEntryName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRouteEntryAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterRouteEntryAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterRouteEntryAttributesInput) SetTransitRouterRouteEntryId

SetTransitRouterRouteEntryId sets the TransitRouterRouteEntryId field's value.

func (*ModifyTransitRouterRouteEntryAttributesInput) SetTransitRouterRouteEntryName

SetTransitRouterRouteEntryName sets the TransitRouterRouteEntryName field's value.

func (ModifyTransitRouterRouteEntryAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterRouteEntryAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterRouteEntryAttributesOutput

type ModifyTransitRouterRouteEntryAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRouteEntryAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterRouteEntryAttributesOutput) String

String returns the string representation

type ModifyTransitRouterRoutePolicyAssociationInput

type ModifyTransitRouterRoutePolicyAssociationInput struct {

	// Direction is a required field
	Direction *string `type:"string" required:"true"`

	// TransitRouterRoutePolicyTableId is a required field
	TransitRouterRoutePolicyTableId *string `type:"string" required:"true"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRoutePolicyAssociationInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterRoutePolicyAssociationInput) SetDirection

SetDirection sets the Direction field's value.

func (*ModifyTransitRouterRoutePolicyAssociationInput) SetTransitRouterRoutePolicyTableId

SetTransitRouterRoutePolicyTableId sets the TransitRouterRoutePolicyTableId field's value.

func (*ModifyTransitRouterRoutePolicyAssociationInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (ModifyTransitRouterRoutePolicyAssociationInput) String

String returns the string representation

func (*ModifyTransitRouterRoutePolicyAssociationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterRoutePolicyAssociationOutput

type ModifyTransitRouterRoutePolicyAssociationOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRoutePolicyAssociationOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterRoutePolicyAssociationOutput) String

String returns the string representation

type ModifyTransitRouterRoutePolicyEntryAttributesInput

type ModifyTransitRouterRoutePolicyEntryAttributesInput struct {
	ActionResult *string `type:"string"`

	ApplyAsPathValues []*string `type:"list"`

	AsPathOperateMode *string `type:"string"`

	Description *string `type:"string"`

	DestinationResourceIds []*string `type:"list"`

	DestinationResourceTypes []*string `type:"list"`

	IpPrefixes []*string `type:"list"`

	Priority *int32 `type:"int32"`

	SourceResourceIds []*string `type:"list"`

	SourceResourceTypes []*string `type:"list"`

	// TransitRouterRoutePolicyEntryId is a required field
	TransitRouterRoutePolicyEntryId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRoutePolicyEntryAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) SetActionResult

SetActionResult sets the ActionResult field's value.

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) SetApplyAsPathValues

SetApplyAsPathValues sets the ApplyAsPathValues field's value.

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) SetAsPathOperateMode

SetAsPathOperateMode sets the AsPathOperateMode field's value.

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) SetDestinationResourceIds

SetDestinationResourceIds sets the DestinationResourceIds field's value.

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) SetDestinationResourceTypes

SetDestinationResourceTypes sets the DestinationResourceTypes field's value.

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) SetIpPrefixes

SetIpPrefixes sets the IpPrefixes field's value.

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) SetPriority

SetPriority sets the Priority field's value.

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) SetSourceResourceIds

SetSourceResourceIds sets the SourceResourceIds field's value.

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) SetSourceResourceTypes

SetSourceResourceTypes sets the SourceResourceTypes field's value.

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) SetTransitRouterRoutePolicyEntryId

SetTransitRouterRoutePolicyEntryId sets the TransitRouterRoutePolicyEntryId field's value.

func (ModifyTransitRouterRoutePolicyEntryAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterRoutePolicyEntryAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterRoutePolicyEntryAttributesOutput

type ModifyTransitRouterRoutePolicyEntryAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRoutePolicyEntryAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterRoutePolicyEntryAttributesOutput) String

String returns the string representation

type ModifyTransitRouterRoutePolicyTableAttributesInput

type ModifyTransitRouterRoutePolicyTableAttributesInput struct {
	Description *string `type:"string"`

	// TransitRouterRoutePolicyTableId is a required field
	TransitRouterRoutePolicyTableId *string `type:"string" required:"true"`

	TransitRouterRoutePolicyTableName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRoutePolicyTableAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterRoutePolicyTableAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterRoutePolicyTableAttributesInput) SetTransitRouterRoutePolicyTableId

SetTransitRouterRoutePolicyTableId sets the TransitRouterRoutePolicyTableId field's value.

func (*ModifyTransitRouterRoutePolicyTableAttributesInput) SetTransitRouterRoutePolicyTableName

SetTransitRouterRoutePolicyTableName sets the TransitRouterRoutePolicyTableName field's value.

func (ModifyTransitRouterRoutePolicyTableAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterRoutePolicyTableAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterRoutePolicyTableAttributesOutput

type ModifyTransitRouterRoutePolicyTableAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRoutePolicyTableAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterRoutePolicyTableAttributesOutput) String

String returns the string representation

type ModifyTransitRouterRouteTableAssociationAttributesInput

type ModifyTransitRouterRouteTableAssociationAttributesInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRouteTableAssociationAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterRouteTableAssociationAttributesInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*ModifyTransitRouterRouteTableAssociationAttributesInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (ModifyTransitRouterRouteTableAssociationAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterRouteTableAssociationAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterRouteTableAssociationAttributesOutput

type ModifyTransitRouterRouteTableAssociationAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRouteTableAssociationAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterRouteTableAssociationAttributesOutput) String

String returns the string representation

type ModifyTransitRouterRouteTableAttributesInput

type ModifyTransitRouterRouteTableAttributesInput struct {
	Description *string `type:"string"`

	// TransitRouterRouteTableId is a required field
	TransitRouterRouteTableId *string `type:"string" required:"true"`

	TransitRouterRouteTableName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRouteTableAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterRouteTableAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterRouteTableAttributesInput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (*ModifyTransitRouterRouteTableAttributesInput) SetTransitRouterRouteTableName

SetTransitRouterRouteTableName sets the TransitRouterRouteTableName field's value.

func (ModifyTransitRouterRouteTableAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterRouteTableAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterRouteTableAttributesOutput

type ModifyTransitRouterRouteTableAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterRouteTableAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterRouteTableAttributesOutput) String

String returns the string representation

type ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput added in v1.0.162

type ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterTrafficQosMarkingPolicyId is a required field
	TransitRouterTrafficQosMarkingPolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput) GoString added in v1.0.162

GoString returns the string representation

func (*ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput) SetTransitRouterAttachmentId added in v1.0.162

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput) String added in v1.0.162

String returns the string representation

func (*ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterTrafficQosMarkingPolicyAssociationOutput added in v1.0.162

type ModifyTransitRouterTrafficQosMarkingPolicyAssociationOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterTrafficQosMarkingPolicyAssociationOutput) GoString added in v1.0.162

GoString returns the string representation

func (ModifyTransitRouterTrafficQosMarkingPolicyAssociationOutput) String added in v1.0.162

String returns the string representation

type ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput added in v1.0.162

type ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput struct {
	Description *string `type:"string"`

	// TransitRouterTrafficQosMarkingPolicyId is a required field
	TransitRouterTrafficQosMarkingPolicyId *string `type:"string" required:"true"`

	TransitRouterTrafficQosMarkingPolicyName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput) GoString added in v1.0.162

GoString returns the string representation

func (*ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput) SetDescription added in v1.0.162

SetDescription sets the Description field's value.

func (*ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (*ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput) SetTransitRouterTrafficQosMarkingPolicyName added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyName sets the TransitRouterTrafficQosMarkingPolicyName field's value.

func (ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput) String added in v1.0.162

String returns the string representation

func (*ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterTrafficQosMarkingPolicyAttributesOutput added in v1.0.162

type ModifyTransitRouterTrafficQosMarkingPolicyAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterTrafficQosMarkingPolicyAttributesOutput) GoString added in v1.0.162

GoString returns the string representation

func (ModifyTransitRouterTrafficQosMarkingPolicyAttributesOutput) String added in v1.0.162

String returns the string representation

type ModifyTransitRouterTrafficQosQueuePolicyAssociationInput added in v1.0.162

type ModifyTransitRouterTrafficQosQueuePolicyAssociationInput struct {

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	// TransitRouterTrafficQosQueuePolicyId is a required field
	TransitRouterTrafficQosQueuePolicyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterTrafficQosQueuePolicyAssociationInput) GoString added in v1.0.162

GoString returns the string representation

func (*ModifyTransitRouterTrafficQosQueuePolicyAssociationInput) SetTransitRouterAttachmentId added in v1.0.162

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*ModifyTransitRouterTrafficQosQueuePolicyAssociationInput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (ModifyTransitRouterTrafficQosQueuePolicyAssociationInput) String added in v1.0.162

String returns the string representation

func (*ModifyTransitRouterTrafficQosQueuePolicyAssociationInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterTrafficQosQueuePolicyAssociationOutput added in v1.0.162

type ModifyTransitRouterTrafficQosQueuePolicyAssociationOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterTrafficQosQueuePolicyAssociationOutput) GoString added in v1.0.162

GoString returns the string representation

func (ModifyTransitRouterTrafficQosQueuePolicyAssociationOutput) String added in v1.0.162

String returns the string representation

type ModifyTransitRouterTrafficQosQueuePolicyAttributesInput added in v1.0.162

type ModifyTransitRouterTrafficQosQueuePolicyAttributesInput struct {
	Description *string `type:"string"`

	// TransitRouterTrafficQosQueuePolicyId is a required field
	TransitRouterTrafficQosQueuePolicyId *string `type:"string" required:"true"`

	TransitRouterTrafficQosQueuePolicyName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterTrafficQosQueuePolicyAttributesInput) GoString added in v1.0.162

GoString returns the string representation

func (*ModifyTransitRouterTrafficQosQueuePolicyAttributesInput) SetDescription added in v1.0.162

SetDescription sets the Description field's value.

func (*ModifyTransitRouterTrafficQosQueuePolicyAttributesInput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (*ModifyTransitRouterTrafficQosQueuePolicyAttributesInput) SetTransitRouterTrafficQosQueuePolicyName added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyName sets the TransitRouterTrafficQosQueuePolicyName field's value.

func (ModifyTransitRouterTrafficQosQueuePolicyAttributesInput) String added in v1.0.162

String returns the string representation

func (*ModifyTransitRouterTrafficQosQueuePolicyAttributesInput) Validate added in v1.0.162

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterTrafficQosQueuePolicyAttributesOutput added in v1.0.162

type ModifyTransitRouterTrafficQosQueuePolicyAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterTrafficQosQueuePolicyAttributesOutput) GoString added in v1.0.162

GoString returns the string representation

func (ModifyTransitRouterTrafficQosQueuePolicyAttributesOutput) String added in v1.0.162

String returns the string representation

type ModifyTransitRouterVpcAttachmentAttributesInput

type ModifyTransitRouterVpcAttachmentAttributesInput struct {
	AttachPoints []*AttachPointForModifyTransitRouterVpcAttachmentAttributesInput `type:"list"`

	AutoPublishRouteEnabled *bool `type:"boolean"`

	Description *string `type:"string"`

	Ipv6Enabled *bool `type:"boolean"`

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	TransitRouterAttachmentName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterVpcAttachmentAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterVpcAttachmentAttributesInput) SetAttachPoints

SetAttachPoints sets the AttachPoints field's value.

func (*ModifyTransitRouterVpcAttachmentAttributesInput) SetAutoPublishRouteEnabled

SetAutoPublishRouteEnabled sets the AutoPublishRouteEnabled field's value.

func (*ModifyTransitRouterVpcAttachmentAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterVpcAttachmentAttributesInput) SetIpv6Enabled added in v1.0.162

SetIpv6Enabled sets the Ipv6Enabled field's value.

func (*ModifyTransitRouterVpcAttachmentAttributesInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*ModifyTransitRouterVpcAttachmentAttributesInput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (ModifyTransitRouterVpcAttachmentAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterVpcAttachmentAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterVpcAttachmentAttributesOutput

type ModifyTransitRouterVpcAttachmentAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterVpcAttachmentAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterVpcAttachmentAttributesOutput) String

String returns the string representation

type ModifyTransitRouterVpnAttachmentAttributesInput

type ModifyTransitRouterVpnAttachmentAttributesInput struct {
	Description *string `type:"string"`

	// TransitRouterAttachmentId is a required field
	TransitRouterAttachmentId *string `type:"string" required:"true"`

	TransitRouterAttachmentName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyTransitRouterVpnAttachmentAttributesInput) GoString

GoString returns the string representation

func (*ModifyTransitRouterVpnAttachmentAttributesInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifyTransitRouterVpnAttachmentAttributesInput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*ModifyTransitRouterVpnAttachmentAttributesInput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (ModifyTransitRouterVpnAttachmentAttributesInput) String

String returns the string representation

func (*ModifyTransitRouterVpnAttachmentAttributesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ModifyTransitRouterVpnAttachmentAttributesOutput

type ModifyTransitRouterVpnAttachmentAttributesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ModifyTransitRouterVpnAttachmentAttributesOutput) GoString

GoString returns the string representation

func (ModifyTransitRouterVpnAttachmentAttributesOutput) String

String returns the string representation

type RegionForDescribeTransitRouterRegionsOutput

type RegionForDescribeTransitRouterRegionsOutput struct {
	GeographicRegionSetId *string `type:"string"`

	RegionId *string `type:"string"`

	RegionName *string `type:"string"`

	RegionType *string `type:"string"`
	// contains filtered or unexported fields
}

func (RegionForDescribeTransitRouterRegionsOutput) GoString

GoString returns the string representation

func (*RegionForDescribeTransitRouterRegionsOutput) SetGeographicRegionSetId

SetGeographicRegionSetId sets the GeographicRegionSetId field's value.

func (*RegionForDescribeTransitRouterRegionsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*RegionForDescribeTransitRouterRegionsOutput) SetRegionName

SetRegionName sets the RegionName field's value.

func (*RegionForDescribeTransitRouterRegionsOutput) SetRegionType

SetRegionType sets the RegionType field's value.

func (RegionForDescribeTransitRouterRegionsOutput) String

String returns the string representation

type RejectSharedTransitRouterInput

type RejectSharedTransitRouterInput struct {

	// TransitRouterId is a required field
	TransitRouterId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RejectSharedTransitRouterInput) GoString

GoString returns the string representation

func (*RejectSharedTransitRouterInput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (RejectSharedTransitRouterInput) String

String returns the string representation

func (*RejectSharedTransitRouterInput) Validate

func (s *RejectSharedTransitRouterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RejectSharedTransitRouterOutput

type RejectSharedTransitRouterOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RejectSharedTransitRouterOutput) GoString

GoString returns the string representation

func (RejectSharedTransitRouterOutput) String

String returns the string representation

type RenewTransitRouterBandwidthPackageInput

type RenewTransitRouterBandwidthPackageInput struct {
	Period *int32 `type:"int32"`

	PeriodUnit *string `type:"string"`

	// TransitRouterBandwidthPackageId is a required field
	TransitRouterBandwidthPackageId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RenewTransitRouterBandwidthPackageInput) GoString

GoString returns the string representation

func (*RenewTransitRouterBandwidthPackageInput) SetPeriod

SetPeriod sets the Period field's value.

func (*RenewTransitRouterBandwidthPackageInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*RenewTransitRouterBandwidthPackageInput) SetTransitRouterBandwidthPackageId

SetTransitRouterBandwidthPackageId sets the TransitRouterBandwidthPackageId field's value.

func (RenewTransitRouterBandwidthPackageInput) String

String returns the string representation

func (*RenewTransitRouterBandwidthPackageInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type RenewTransitRouterBandwidthPackageOutput

type RenewTransitRouterBandwidthPackageOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (RenewTransitRouterBandwidthPackageOutput) GoString

GoString returns the string representation

func (RenewTransitRouterBandwidthPackageOutput) String

String returns the string representation

type ResourceTagForListTagsForResourcesOutput

type ResourceTagForListTagsForResourcesOutput struct {
	ResourceId *string `type:"string"`

	ResourceType *string `type:"string"`

	TagKey *string `type:"string"`

	TagValue *string `type:"string"`
	// contains filtered or unexported fields
}

func (ResourceTagForListTagsForResourcesOutput) GoString

GoString returns the string representation

func (*ResourceTagForListTagsForResourcesOutput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*ResourceTagForListTagsForResourcesOutput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*ResourceTagForListTagsForResourcesOutput) SetTagKey

SetTagKey sets the TagKey field's value.

func (*ResourceTagForListTagsForResourcesOutput) SetTagValue

SetTagValue sets the TagValue field's value.

func (ResourceTagForListTagsForResourcesOutput) String

String returns the string representation

type SetTransitRouterBandwidthPackageRenewalInput

type SetTransitRouterBandwidthPackageRenewalInput struct {
	RemainRenewTimes *int32 `type:"int32"`

	RenewPeriod *int32 `type:"int32"`

	// RenewType is a required field
	RenewType *string `type:"string" required:"true"`

	// TransitRouterBandwidthPackageId is a required field
	TransitRouterBandwidthPackageId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (SetTransitRouterBandwidthPackageRenewalInput) GoString

GoString returns the string representation

func (*SetTransitRouterBandwidthPackageRenewalInput) SetRemainRenewTimes

SetRemainRenewTimes sets the RemainRenewTimes field's value.

func (*SetTransitRouterBandwidthPackageRenewalInput) SetRenewPeriod

SetRenewPeriod sets the RenewPeriod field's value.

func (*SetTransitRouterBandwidthPackageRenewalInput) SetRenewType

SetRenewType sets the RenewType field's value.

func (*SetTransitRouterBandwidthPackageRenewalInput) SetTransitRouterBandwidthPackageId

SetTransitRouterBandwidthPackageId sets the TransitRouterBandwidthPackageId field's value.

func (SetTransitRouterBandwidthPackageRenewalInput) String

String returns the string representation

func (*SetTransitRouterBandwidthPackageRenewalInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type SetTransitRouterBandwidthPackageRenewalOutput

type SetTransitRouterBandwidthPackageRenewalOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (SetTransitRouterBandwidthPackageRenewalOutput) GoString

GoString returns the string representation

func (SetTransitRouterBandwidthPackageRenewalOutput) String

String returns the string representation

type TRANSITROUTER

type TRANSITROUTER struct {
	*client.Client
}

TRANSITROUTER provides the API operation methods for making requests to TRANSITROUTER. See this package's package overview docs for details on the service.

TRANSITROUTER methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

New create int can support ssl or region locate set

func (*TRANSITROUTER) AcceptSharedTransitRouter

func (c *TRANSITROUTER) AcceptSharedTransitRouter(input *AcceptSharedTransitRouterInput) (*AcceptSharedTransitRouterOutput, error)

AcceptSharedTransitRouter API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AcceptSharedTransitRouter for usage and error information.

func (*TRANSITROUTER) AcceptSharedTransitRouterCommon

func (c *TRANSITROUTER) AcceptSharedTransitRouterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AcceptSharedTransitRouterCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AcceptSharedTransitRouterCommon for usage and error information.

func (*TRANSITROUTER) AcceptSharedTransitRouterCommonRequest

func (c *TRANSITROUTER) AcceptSharedTransitRouterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AcceptSharedTransitRouterCommonRequest generates a "volcengine/request.Request" representing the client's request for the AcceptSharedTransitRouterCommon operation. The "output" return value will be populated with the AcceptSharedTransitRouterCommon request's response once the request completes successfully.

Use "Send" method on the returned AcceptSharedTransitRouterCommon Request to send the API call to the service. the "output" return value is not valid until after AcceptSharedTransitRouterCommon Send returns without error.

See AcceptSharedTransitRouterCommon for more information on using the AcceptSharedTransitRouterCommon API call, and error handling.

// Example sending a request using the AcceptSharedTransitRouterCommonRequest method.
req, resp := client.AcceptSharedTransitRouterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AcceptSharedTransitRouterCommonWithContext

func (c *TRANSITROUTER) AcceptSharedTransitRouterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AcceptSharedTransitRouterCommonWithContext is the same as AcceptSharedTransitRouterCommon with the addition of the ability to pass a context and additional request options.

See AcceptSharedTransitRouterCommon 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 (*TRANSITROUTER) AcceptSharedTransitRouterRequest

func (c *TRANSITROUTER) AcceptSharedTransitRouterRequest(input *AcceptSharedTransitRouterInput) (req *request.Request, output *AcceptSharedTransitRouterOutput)

AcceptSharedTransitRouterRequest generates a "volcengine/request.Request" representing the client's request for the AcceptSharedTransitRouter operation. The "output" return value will be populated with the AcceptSharedTransitRouterCommon request's response once the request completes successfully.

Use "Send" method on the returned AcceptSharedTransitRouterCommon Request to send the API call to the service. the "output" return value is not valid until after AcceptSharedTransitRouterCommon Send returns without error.

See AcceptSharedTransitRouter for more information on using the AcceptSharedTransitRouter API call, and error handling.

// Example sending a request using the AcceptSharedTransitRouterRequest method.
req, resp := client.AcceptSharedTransitRouterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AcceptSharedTransitRouterWithContext

func (c *TRANSITROUTER) AcceptSharedTransitRouterWithContext(ctx volcengine.Context, input *AcceptSharedTransitRouterInput, opts ...request.Option) (*AcceptSharedTransitRouterOutput, error)

AcceptSharedTransitRouterWithContext is the same as AcceptSharedTransitRouter with the addition of the ability to pass a context and additional request options.

See AcceptSharedTransitRouter 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 (*TRANSITROUTER) AssociateTransitRouterAttachmentToRouteTable

AssociateTransitRouterAttachmentToRouteTable API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AssociateTransitRouterAttachmentToRouteTable for usage and error information.

func (*TRANSITROUTER) AssociateTransitRouterAttachmentToRouteTableCommon

func (c *TRANSITROUTER) AssociateTransitRouterAttachmentToRouteTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AssociateTransitRouterAttachmentToRouteTableCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AssociateTransitRouterAttachmentToRouteTableCommon for usage and error information.

func (*TRANSITROUTER) AssociateTransitRouterAttachmentToRouteTableCommonRequest

func (c *TRANSITROUTER) AssociateTransitRouterAttachmentToRouteTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AssociateTransitRouterAttachmentToRouteTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the AssociateTransitRouterAttachmentToRouteTableCommon operation. The "output" return value will be populated with the AssociateTransitRouterAttachmentToRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateTransitRouterAttachmentToRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateTransitRouterAttachmentToRouteTableCommon Send returns without error.

See AssociateTransitRouterAttachmentToRouteTableCommon for more information on using the AssociateTransitRouterAttachmentToRouteTableCommon API call, and error handling.

// Example sending a request using the AssociateTransitRouterAttachmentToRouteTableCommonRequest method.
req, resp := client.AssociateTransitRouterAttachmentToRouteTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AssociateTransitRouterAttachmentToRouteTableCommonWithContext

func (c *TRANSITROUTER) AssociateTransitRouterAttachmentToRouteTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AssociateTransitRouterAttachmentToRouteTableCommonWithContext is the same as AssociateTransitRouterAttachmentToRouteTableCommon with the addition of the ability to pass a context and additional request options.

See AssociateTransitRouterAttachmentToRouteTableCommon 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 (*TRANSITROUTER) AssociateTransitRouterAttachmentToRouteTableRequest

func (c *TRANSITROUTER) AssociateTransitRouterAttachmentToRouteTableRequest(input *AssociateTransitRouterAttachmentToRouteTableInput) (req *request.Request, output *AssociateTransitRouterAttachmentToRouteTableOutput)

AssociateTransitRouterAttachmentToRouteTableRequest generates a "volcengine/request.Request" representing the client's request for the AssociateTransitRouterAttachmentToRouteTable operation. The "output" return value will be populated with the AssociateTransitRouterAttachmentToRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateTransitRouterAttachmentToRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateTransitRouterAttachmentToRouteTableCommon Send returns without error.

See AssociateTransitRouterAttachmentToRouteTable for more information on using the AssociateTransitRouterAttachmentToRouteTable API call, and error handling.

// Example sending a request using the AssociateTransitRouterAttachmentToRouteTableRequest method.
req, resp := client.AssociateTransitRouterAttachmentToRouteTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AssociateTransitRouterAttachmentToRouteTableWithContext

func (c *TRANSITROUTER) AssociateTransitRouterAttachmentToRouteTableWithContext(ctx volcengine.Context, input *AssociateTransitRouterAttachmentToRouteTableInput, opts ...request.Option) (*AssociateTransitRouterAttachmentToRouteTableOutput, error)

AssociateTransitRouterAttachmentToRouteTableWithContext is the same as AssociateTransitRouterAttachmentToRouteTable with the addition of the ability to pass a context and additional request options.

See AssociateTransitRouterAttachmentToRouteTable 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 (*TRANSITROUTER) AssociateTransitRouterForwardPolicyTableToAttachment

AssociateTransitRouterForwardPolicyTableToAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AssociateTransitRouterForwardPolicyTableToAttachment for usage and error information.

func (*TRANSITROUTER) AssociateTransitRouterForwardPolicyTableToAttachmentCommon

func (c *TRANSITROUTER) AssociateTransitRouterForwardPolicyTableToAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AssociateTransitRouterForwardPolicyTableToAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AssociateTransitRouterForwardPolicyTableToAttachmentCommon for usage and error information.

func (*TRANSITROUTER) AssociateTransitRouterForwardPolicyTableToAttachmentCommonRequest

func (c *TRANSITROUTER) AssociateTransitRouterForwardPolicyTableToAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AssociateTransitRouterForwardPolicyTableToAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the AssociateTransitRouterForwardPolicyTableToAttachmentCommon operation. The "output" return value will be populated with the AssociateTransitRouterForwardPolicyTableToAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateTransitRouterForwardPolicyTableToAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateTransitRouterForwardPolicyTableToAttachmentCommon Send returns without error.

See AssociateTransitRouterForwardPolicyTableToAttachmentCommon for more information on using the AssociateTransitRouterForwardPolicyTableToAttachmentCommon API call, and error handling.

// Example sending a request using the AssociateTransitRouterForwardPolicyTableToAttachmentCommonRequest method.
req, resp := client.AssociateTransitRouterForwardPolicyTableToAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AssociateTransitRouterForwardPolicyTableToAttachmentCommonWithContext

func (c *TRANSITROUTER) AssociateTransitRouterForwardPolicyTableToAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AssociateTransitRouterForwardPolicyTableToAttachmentCommonWithContext is the same as AssociateTransitRouterForwardPolicyTableToAttachmentCommon with the addition of the ability to pass a context and additional request options.

See AssociateTransitRouterForwardPolicyTableToAttachmentCommon 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 (*TRANSITROUTER) AssociateTransitRouterForwardPolicyTableToAttachmentRequest

func (c *TRANSITROUTER) AssociateTransitRouterForwardPolicyTableToAttachmentRequest(input *AssociateTransitRouterForwardPolicyTableToAttachmentInput) (req *request.Request, output *AssociateTransitRouterForwardPolicyTableToAttachmentOutput)

AssociateTransitRouterForwardPolicyTableToAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the AssociateTransitRouterForwardPolicyTableToAttachment operation. The "output" return value will be populated with the AssociateTransitRouterForwardPolicyTableToAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateTransitRouterForwardPolicyTableToAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateTransitRouterForwardPolicyTableToAttachmentCommon Send returns without error.

See AssociateTransitRouterForwardPolicyTableToAttachment for more information on using the AssociateTransitRouterForwardPolicyTableToAttachment API call, and error handling.

// Example sending a request using the AssociateTransitRouterForwardPolicyTableToAttachmentRequest method.
req, resp := client.AssociateTransitRouterForwardPolicyTableToAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AssociateTransitRouterForwardPolicyTableToAttachmentWithContext

func (c *TRANSITROUTER) AssociateTransitRouterForwardPolicyTableToAttachmentWithContext(ctx volcengine.Context, input *AssociateTransitRouterForwardPolicyTableToAttachmentInput, opts ...request.Option) (*AssociateTransitRouterForwardPolicyTableToAttachmentOutput, error)

AssociateTransitRouterForwardPolicyTableToAttachmentWithContext is the same as AssociateTransitRouterForwardPolicyTableToAttachment with the addition of the ability to pass a context and additional request options.

See AssociateTransitRouterForwardPolicyTableToAttachment 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 (*TRANSITROUTER) AssociateTransitRouterRoutePolicyToRouteTable

AssociateTransitRouterRoutePolicyToRouteTable API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AssociateTransitRouterRoutePolicyToRouteTable for usage and error information.

func (*TRANSITROUTER) AssociateTransitRouterRoutePolicyToRouteTableCommon

func (c *TRANSITROUTER) AssociateTransitRouterRoutePolicyToRouteTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AssociateTransitRouterRoutePolicyToRouteTableCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AssociateTransitRouterRoutePolicyToRouteTableCommon for usage and error information.

func (*TRANSITROUTER) AssociateTransitRouterRoutePolicyToRouteTableCommonRequest

func (c *TRANSITROUTER) AssociateTransitRouterRoutePolicyToRouteTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AssociateTransitRouterRoutePolicyToRouteTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the AssociateTransitRouterRoutePolicyToRouteTableCommon operation. The "output" return value will be populated with the AssociateTransitRouterRoutePolicyToRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateTransitRouterRoutePolicyToRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateTransitRouterRoutePolicyToRouteTableCommon Send returns without error.

See AssociateTransitRouterRoutePolicyToRouteTableCommon for more information on using the AssociateTransitRouterRoutePolicyToRouteTableCommon API call, and error handling.

// Example sending a request using the AssociateTransitRouterRoutePolicyToRouteTableCommonRequest method.
req, resp := client.AssociateTransitRouterRoutePolicyToRouteTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AssociateTransitRouterRoutePolicyToRouteTableCommonWithContext

func (c *TRANSITROUTER) AssociateTransitRouterRoutePolicyToRouteTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AssociateTransitRouterRoutePolicyToRouteTableCommonWithContext is the same as AssociateTransitRouterRoutePolicyToRouteTableCommon with the addition of the ability to pass a context and additional request options.

See AssociateTransitRouterRoutePolicyToRouteTableCommon 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 (*TRANSITROUTER) AssociateTransitRouterRoutePolicyToRouteTableRequest

func (c *TRANSITROUTER) AssociateTransitRouterRoutePolicyToRouteTableRequest(input *AssociateTransitRouterRoutePolicyToRouteTableInput) (req *request.Request, output *AssociateTransitRouterRoutePolicyToRouteTableOutput)

AssociateTransitRouterRoutePolicyToRouteTableRequest generates a "volcengine/request.Request" representing the client's request for the AssociateTransitRouterRoutePolicyToRouteTable operation. The "output" return value will be populated with the AssociateTransitRouterRoutePolicyToRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateTransitRouterRoutePolicyToRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateTransitRouterRoutePolicyToRouteTableCommon Send returns without error.

See AssociateTransitRouterRoutePolicyToRouteTable for more information on using the AssociateTransitRouterRoutePolicyToRouteTable API call, and error handling.

// Example sending a request using the AssociateTransitRouterRoutePolicyToRouteTableRequest method.
req, resp := client.AssociateTransitRouterRoutePolicyToRouteTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AssociateTransitRouterRoutePolicyToRouteTableWithContext

func (c *TRANSITROUTER) AssociateTransitRouterRoutePolicyToRouteTableWithContext(ctx volcengine.Context, input *AssociateTransitRouterRoutePolicyToRouteTableInput, opts ...request.Option) (*AssociateTransitRouterRoutePolicyToRouteTableOutput, error)

AssociateTransitRouterRoutePolicyToRouteTableWithContext is the same as AssociateTransitRouterRoutePolicyToRouteTable with the addition of the ability to pass a context and additional request options.

See AssociateTransitRouterRoutePolicyToRouteTable 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 (*TRANSITROUTER) AssociateTransitRouterTrafficQosMarkingPolicyToAttachment added in v1.0.162

AssociateTransitRouterTrafficQosMarkingPolicyToAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AssociateTransitRouterTrafficQosMarkingPolicyToAttachment for usage and error information.

func (*TRANSITROUTER) AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon added in v1.0.162

func (c *TRANSITROUTER) AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon for usage and error information.

func (*TRANSITROUTER) AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommonRequest added in v1.0.162

func (c *TRANSITROUTER) AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon operation. The "output" return value will be populated with the AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon Send returns without error.

See AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon for more information on using the AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon API call, and error handling.

// Example sending a request using the AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommonRequest method.
req, resp := client.AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommonWithContext is the same as AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon with the addition of the ability to pass a context and additional request options.

See AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon 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 (*TRANSITROUTER) AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentRequest added in v1.0.162

func (c *TRANSITROUTER) AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentRequest(input *AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentInput) (req *request.Request, output *AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentOutput)

AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the AssociateTransitRouterTrafficQosMarkingPolicyToAttachment operation. The "output" return value will be populated with the AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon Send returns without error.

See AssociateTransitRouterTrafficQosMarkingPolicyToAttachment for more information on using the AssociateTransitRouterTrafficQosMarkingPolicyToAttachment API call, and error handling.

// Example sending a request using the AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentRequest method.
req, resp := client.AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentWithContext added in v1.0.162

AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentWithContext is the same as AssociateTransitRouterTrafficQosMarkingPolicyToAttachment with the addition of the ability to pass a context and additional request options.

See AssociateTransitRouterTrafficQosMarkingPolicyToAttachment 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 (*TRANSITROUTER) AssociateTransitRouterTrafficQosQueuePolicyToAttachment added in v1.0.162

AssociateTransitRouterTrafficQosQueuePolicyToAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AssociateTransitRouterTrafficQosQueuePolicyToAttachment for usage and error information.

func (*TRANSITROUTER) AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon added in v1.0.162

func (c *TRANSITROUTER) AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon for usage and error information.

func (*TRANSITROUTER) AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommonRequest added in v1.0.162

func (c *TRANSITROUTER) AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon operation. The "output" return value will be populated with the AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon Send returns without error.

See AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon for more information on using the AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon API call, and error handling.

// Example sending a request using the AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommonRequest method.
req, resp := client.AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommonWithContext is the same as AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon with the addition of the ability to pass a context and additional request options.

See AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon 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 (*TRANSITROUTER) AssociateTransitRouterTrafficQosQueuePolicyToAttachmentRequest added in v1.0.162

func (c *TRANSITROUTER) AssociateTransitRouterTrafficQosQueuePolicyToAttachmentRequest(input *AssociateTransitRouterTrafficQosQueuePolicyToAttachmentInput) (req *request.Request, output *AssociateTransitRouterTrafficQosQueuePolicyToAttachmentOutput)

AssociateTransitRouterTrafficQosQueuePolicyToAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the AssociateTransitRouterTrafficQosQueuePolicyToAttachment operation. The "output" return value will be populated with the AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon Send returns without error.

See AssociateTransitRouterTrafficQosQueuePolicyToAttachment for more information on using the AssociateTransitRouterTrafficQosQueuePolicyToAttachment API call, and error handling.

// Example sending a request using the AssociateTransitRouterTrafficQosQueuePolicyToAttachmentRequest method.
req, resp := client.AssociateTransitRouterTrafficQosQueuePolicyToAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) AssociateTransitRouterTrafficQosQueuePolicyToAttachmentWithContext added in v1.0.162

AssociateTransitRouterTrafficQosQueuePolicyToAttachmentWithContext is the same as AssociateTransitRouterTrafficQosQueuePolicyToAttachment with the addition of the ability to pass a context and additional request options.

See AssociateTransitRouterTrafficQosQueuePolicyToAttachment 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 (*TRANSITROUTER) CreateTransitRouter

func (c *TRANSITROUTER) CreateTransitRouter(input *CreateTransitRouterInput) (*CreateTransitRouterOutput, error)

CreateTransitRouter API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouter for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterBandwidthPackage

CreateTransitRouterBandwidthPackage API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterBandwidthPackage for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterBandwidthPackageCommon

func (c *TRANSITROUTER) CreateTransitRouterBandwidthPackageCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterBandwidthPackageCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterBandwidthPackageCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterBandwidthPackageCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterBandwidthPackageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterBandwidthPackageCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterBandwidthPackageCommon operation. The "output" return value will be populated with the CreateTransitRouterBandwidthPackageCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterBandwidthPackageCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterBandwidthPackageCommon Send returns without error.

See CreateTransitRouterBandwidthPackageCommon for more information on using the CreateTransitRouterBandwidthPackageCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterBandwidthPackageCommonRequest method.
req, resp := client.CreateTransitRouterBandwidthPackageCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterBandwidthPackageCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterBandwidthPackageCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterBandwidthPackageCommonWithContext is the same as CreateTransitRouterBandwidthPackageCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterBandwidthPackageCommon 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 (*TRANSITROUTER) CreateTransitRouterBandwidthPackageRequest

func (c *TRANSITROUTER) CreateTransitRouterBandwidthPackageRequest(input *CreateTransitRouterBandwidthPackageInput) (req *request.Request, output *CreateTransitRouterBandwidthPackageOutput)

CreateTransitRouterBandwidthPackageRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterBandwidthPackage operation. The "output" return value will be populated with the CreateTransitRouterBandwidthPackageCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterBandwidthPackageCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterBandwidthPackageCommon Send returns without error.

See CreateTransitRouterBandwidthPackage for more information on using the CreateTransitRouterBandwidthPackage API call, and error handling.

// Example sending a request using the CreateTransitRouterBandwidthPackageRequest method.
req, resp := client.CreateTransitRouterBandwidthPackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterBandwidthPackageWithContext

func (c *TRANSITROUTER) CreateTransitRouterBandwidthPackageWithContext(ctx volcengine.Context, input *CreateTransitRouterBandwidthPackageInput, opts ...request.Option) (*CreateTransitRouterBandwidthPackageOutput, error)

CreateTransitRouterBandwidthPackageWithContext is the same as CreateTransitRouterBandwidthPackage with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterBandwidthPackage 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 (*TRANSITROUTER) CreateTransitRouterCommon

func (c *TRANSITROUTER) CreateTransitRouterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterCommon operation. The "output" return value will be populated with the CreateTransitRouterCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterCommon Send returns without error.

See CreateTransitRouterCommon for more information on using the CreateTransitRouterCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterCommonRequest method.
req, resp := client.CreateTransitRouterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterCommonWithContext is the same as CreateTransitRouterCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterCommon 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 (*TRANSITROUTER) CreateTransitRouterDirectConnectGatewayAttachment

CreateTransitRouterDirectConnectGatewayAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterDirectConnectGatewayAttachment for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterDirectConnectGatewayAttachmentCommon

func (c *TRANSITROUTER) CreateTransitRouterDirectConnectGatewayAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterDirectConnectGatewayAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterDirectConnectGatewayAttachmentCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterDirectConnectGatewayAttachmentCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterDirectConnectGatewayAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterDirectConnectGatewayAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterDirectConnectGatewayAttachmentCommon operation. The "output" return value will be populated with the CreateTransitRouterDirectConnectGatewayAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterDirectConnectGatewayAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterDirectConnectGatewayAttachmentCommon Send returns without error.

See CreateTransitRouterDirectConnectGatewayAttachmentCommon for more information on using the CreateTransitRouterDirectConnectGatewayAttachmentCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterDirectConnectGatewayAttachmentCommonRequest method.
req, resp := client.CreateTransitRouterDirectConnectGatewayAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterDirectConnectGatewayAttachmentCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterDirectConnectGatewayAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterDirectConnectGatewayAttachmentCommonWithContext is the same as CreateTransitRouterDirectConnectGatewayAttachmentCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterDirectConnectGatewayAttachmentCommon 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 (*TRANSITROUTER) CreateTransitRouterDirectConnectGatewayAttachmentRequest

func (c *TRANSITROUTER) CreateTransitRouterDirectConnectGatewayAttachmentRequest(input *CreateTransitRouterDirectConnectGatewayAttachmentInput) (req *request.Request, output *CreateTransitRouterDirectConnectGatewayAttachmentOutput)

CreateTransitRouterDirectConnectGatewayAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterDirectConnectGatewayAttachment operation. The "output" return value will be populated with the CreateTransitRouterDirectConnectGatewayAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterDirectConnectGatewayAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterDirectConnectGatewayAttachmentCommon Send returns without error.

See CreateTransitRouterDirectConnectGatewayAttachment for more information on using the CreateTransitRouterDirectConnectGatewayAttachment API call, and error handling.

// Example sending a request using the CreateTransitRouterDirectConnectGatewayAttachmentRequest method.
req, resp := client.CreateTransitRouterDirectConnectGatewayAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterDirectConnectGatewayAttachmentWithContext

func (c *TRANSITROUTER) CreateTransitRouterDirectConnectGatewayAttachmentWithContext(ctx volcengine.Context, input *CreateTransitRouterDirectConnectGatewayAttachmentInput, opts ...request.Option) (*CreateTransitRouterDirectConnectGatewayAttachmentOutput, error)

CreateTransitRouterDirectConnectGatewayAttachmentWithContext is the same as CreateTransitRouterDirectConnectGatewayAttachment with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterDirectConnectGatewayAttachment 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 (*TRANSITROUTER) CreateTransitRouterForwardPolicyEntry

CreateTransitRouterForwardPolicyEntry API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterForwardPolicyEntry for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterForwardPolicyEntryCommon

func (c *TRANSITROUTER) CreateTransitRouterForwardPolicyEntryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterForwardPolicyEntryCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterForwardPolicyEntryCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterForwardPolicyEntryCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterForwardPolicyEntryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterForwardPolicyEntryCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterForwardPolicyEntryCommon operation. The "output" return value will be populated with the CreateTransitRouterForwardPolicyEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterForwardPolicyEntryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterForwardPolicyEntryCommon Send returns without error.

See CreateTransitRouterForwardPolicyEntryCommon for more information on using the CreateTransitRouterForwardPolicyEntryCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterForwardPolicyEntryCommonRequest method.
req, resp := client.CreateTransitRouterForwardPolicyEntryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterForwardPolicyEntryCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterForwardPolicyEntryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterForwardPolicyEntryCommonWithContext is the same as CreateTransitRouterForwardPolicyEntryCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterForwardPolicyEntryCommon 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 (*TRANSITROUTER) CreateTransitRouterForwardPolicyEntryRequest

func (c *TRANSITROUTER) CreateTransitRouterForwardPolicyEntryRequest(input *CreateTransitRouterForwardPolicyEntryInput) (req *request.Request, output *CreateTransitRouterForwardPolicyEntryOutput)

CreateTransitRouterForwardPolicyEntryRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterForwardPolicyEntry operation. The "output" return value will be populated with the CreateTransitRouterForwardPolicyEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterForwardPolicyEntryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterForwardPolicyEntryCommon Send returns without error.

See CreateTransitRouterForwardPolicyEntry for more information on using the CreateTransitRouterForwardPolicyEntry API call, and error handling.

// Example sending a request using the CreateTransitRouterForwardPolicyEntryRequest method.
req, resp := client.CreateTransitRouterForwardPolicyEntryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterForwardPolicyEntryWithContext

func (c *TRANSITROUTER) CreateTransitRouterForwardPolicyEntryWithContext(ctx volcengine.Context, input *CreateTransitRouterForwardPolicyEntryInput, opts ...request.Option) (*CreateTransitRouterForwardPolicyEntryOutput, error)

CreateTransitRouterForwardPolicyEntryWithContext is the same as CreateTransitRouterForwardPolicyEntry with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterForwardPolicyEntry 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 (*TRANSITROUTER) CreateTransitRouterForwardPolicyTable

CreateTransitRouterForwardPolicyTable API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterForwardPolicyTable for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterForwardPolicyTableCommon

func (c *TRANSITROUTER) CreateTransitRouterForwardPolicyTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterForwardPolicyTableCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterForwardPolicyTableCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterForwardPolicyTableCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterForwardPolicyTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterForwardPolicyTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterForwardPolicyTableCommon operation. The "output" return value will be populated with the CreateTransitRouterForwardPolicyTableCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterForwardPolicyTableCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterForwardPolicyTableCommon Send returns without error.

See CreateTransitRouterForwardPolicyTableCommon for more information on using the CreateTransitRouterForwardPolicyTableCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterForwardPolicyTableCommonRequest method.
req, resp := client.CreateTransitRouterForwardPolicyTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterForwardPolicyTableCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterForwardPolicyTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterForwardPolicyTableCommonWithContext is the same as CreateTransitRouterForwardPolicyTableCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterForwardPolicyTableCommon 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 (*TRANSITROUTER) CreateTransitRouterForwardPolicyTableRequest

func (c *TRANSITROUTER) CreateTransitRouterForwardPolicyTableRequest(input *CreateTransitRouterForwardPolicyTableInput) (req *request.Request, output *CreateTransitRouterForwardPolicyTableOutput)

CreateTransitRouterForwardPolicyTableRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterForwardPolicyTable operation. The "output" return value will be populated with the CreateTransitRouterForwardPolicyTableCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterForwardPolicyTableCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterForwardPolicyTableCommon Send returns without error.

See CreateTransitRouterForwardPolicyTable for more information on using the CreateTransitRouterForwardPolicyTable API call, and error handling.

// Example sending a request using the CreateTransitRouterForwardPolicyTableRequest method.
req, resp := client.CreateTransitRouterForwardPolicyTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterForwardPolicyTableWithContext

func (c *TRANSITROUTER) CreateTransitRouterForwardPolicyTableWithContext(ctx volcengine.Context, input *CreateTransitRouterForwardPolicyTableInput, opts ...request.Option) (*CreateTransitRouterForwardPolicyTableOutput, error)

CreateTransitRouterForwardPolicyTableWithContext is the same as CreateTransitRouterForwardPolicyTable with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterForwardPolicyTable 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 (*TRANSITROUTER) CreateTransitRouterGrantRule

CreateTransitRouterGrantRule API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterGrantRule for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterGrantRuleCommon

func (c *TRANSITROUTER) CreateTransitRouterGrantRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterGrantRuleCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterGrantRuleCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterGrantRuleCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterGrantRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterGrantRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterGrantRuleCommon operation. The "output" return value will be populated with the CreateTransitRouterGrantRuleCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterGrantRuleCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterGrantRuleCommon Send returns without error.

See CreateTransitRouterGrantRuleCommon for more information on using the CreateTransitRouterGrantRuleCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterGrantRuleCommonRequest method.
req, resp := client.CreateTransitRouterGrantRuleCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterGrantRuleCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterGrantRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterGrantRuleCommonWithContext is the same as CreateTransitRouterGrantRuleCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterGrantRuleCommon 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 (*TRANSITROUTER) CreateTransitRouterGrantRuleRequest

func (c *TRANSITROUTER) CreateTransitRouterGrantRuleRequest(input *CreateTransitRouterGrantRuleInput) (req *request.Request, output *CreateTransitRouterGrantRuleOutput)

CreateTransitRouterGrantRuleRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterGrantRule operation. The "output" return value will be populated with the CreateTransitRouterGrantRuleCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterGrantRuleCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterGrantRuleCommon Send returns without error.

See CreateTransitRouterGrantRule for more information on using the CreateTransitRouterGrantRule API call, and error handling.

// Example sending a request using the CreateTransitRouterGrantRuleRequest method.
req, resp := client.CreateTransitRouterGrantRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterGrantRuleWithContext

func (c *TRANSITROUTER) CreateTransitRouterGrantRuleWithContext(ctx volcengine.Context, input *CreateTransitRouterGrantRuleInput, opts ...request.Option) (*CreateTransitRouterGrantRuleOutput, error)

CreateTransitRouterGrantRuleWithContext is the same as CreateTransitRouterGrantRule with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterGrantRule 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 (*TRANSITROUTER) CreateTransitRouterPeerAttachment

CreateTransitRouterPeerAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterPeerAttachment for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterPeerAttachmentCommon

func (c *TRANSITROUTER) CreateTransitRouterPeerAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterPeerAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterPeerAttachmentCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterPeerAttachmentCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterPeerAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterPeerAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterPeerAttachmentCommon operation. The "output" return value will be populated with the CreateTransitRouterPeerAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterPeerAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterPeerAttachmentCommon Send returns without error.

See CreateTransitRouterPeerAttachmentCommon for more information on using the CreateTransitRouterPeerAttachmentCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterPeerAttachmentCommonRequest method.
req, resp := client.CreateTransitRouterPeerAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterPeerAttachmentCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterPeerAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterPeerAttachmentCommonWithContext is the same as CreateTransitRouterPeerAttachmentCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterPeerAttachmentCommon 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 (*TRANSITROUTER) CreateTransitRouterPeerAttachmentRequest

func (c *TRANSITROUTER) CreateTransitRouterPeerAttachmentRequest(input *CreateTransitRouterPeerAttachmentInput) (req *request.Request, output *CreateTransitRouterPeerAttachmentOutput)

CreateTransitRouterPeerAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterPeerAttachment operation. The "output" return value will be populated with the CreateTransitRouterPeerAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterPeerAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterPeerAttachmentCommon Send returns without error.

See CreateTransitRouterPeerAttachment for more information on using the CreateTransitRouterPeerAttachment API call, and error handling.

// Example sending a request using the CreateTransitRouterPeerAttachmentRequest method.
req, resp := client.CreateTransitRouterPeerAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterPeerAttachmentWithContext

func (c *TRANSITROUTER) CreateTransitRouterPeerAttachmentWithContext(ctx volcengine.Context, input *CreateTransitRouterPeerAttachmentInput, opts ...request.Option) (*CreateTransitRouterPeerAttachmentOutput, error)

CreateTransitRouterPeerAttachmentWithContext is the same as CreateTransitRouterPeerAttachment with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterPeerAttachment 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 (*TRANSITROUTER) CreateTransitRouterRequest

func (c *TRANSITROUTER) CreateTransitRouterRequest(input *CreateTransitRouterInput) (req *request.Request, output *CreateTransitRouterOutput)

CreateTransitRouterRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouter operation. The "output" return value will be populated with the CreateTransitRouterCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterCommon Send returns without error.

See CreateTransitRouter for more information on using the CreateTransitRouter API call, and error handling.

// Example sending a request using the CreateTransitRouterRequest method.
req, resp := client.CreateTransitRouterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterRouteEntry

CreateTransitRouterRouteEntry API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterRouteEntry for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterRouteEntryCommon

func (c *TRANSITROUTER) CreateTransitRouterRouteEntryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterRouteEntryCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterRouteEntryCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterRouteEntryCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterRouteEntryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterRouteEntryCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterRouteEntryCommon operation. The "output" return value will be populated with the CreateTransitRouterRouteEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterRouteEntryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterRouteEntryCommon Send returns without error.

See CreateTransitRouterRouteEntryCommon for more information on using the CreateTransitRouterRouteEntryCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterRouteEntryCommonRequest method.
req, resp := client.CreateTransitRouterRouteEntryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterRouteEntryCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterRouteEntryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterRouteEntryCommonWithContext is the same as CreateTransitRouterRouteEntryCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterRouteEntryCommon 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 (*TRANSITROUTER) CreateTransitRouterRouteEntryRequest

func (c *TRANSITROUTER) CreateTransitRouterRouteEntryRequest(input *CreateTransitRouterRouteEntryInput) (req *request.Request, output *CreateTransitRouterRouteEntryOutput)

CreateTransitRouterRouteEntryRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterRouteEntry operation. The "output" return value will be populated with the CreateTransitRouterRouteEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterRouteEntryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterRouteEntryCommon Send returns without error.

See CreateTransitRouterRouteEntry for more information on using the CreateTransitRouterRouteEntry API call, and error handling.

// Example sending a request using the CreateTransitRouterRouteEntryRequest method.
req, resp := client.CreateTransitRouterRouteEntryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterRouteEntryWithContext

func (c *TRANSITROUTER) CreateTransitRouterRouteEntryWithContext(ctx volcengine.Context, input *CreateTransitRouterRouteEntryInput, opts ...request.Option) (*CreateTransitRouterRouteEntryOutput, error)

CreateTransitRouterRouteEntryWithContext is the same as CreateTransitRouterRouteEntry with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterRouteEntry 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 (*TRANSITROUTER) CreateTransitRouterRoutePolicyEntry

CreateTransitRouterRoutePolicyEntry API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterRoutePolicyEntry for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterRoutePolicyEntryCommon

func (c *TRANSITROUTER) CreateTransitRouterRoutePolicyEntryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterRoutePolicyEntryCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterRoutePolicyEntryCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterRoutePolicyEntryCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterRoutePolicyEntryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterRoutePolicyEntryCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterRoutePolicyEntryCommon operation. The "output" return value will be populated with the CreateTransitRouterRoutePolicyEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterRoutePolicyEntryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterRoutePolicyEntryCommon Send returns without error.

See CreateTransitRouterRoutePolicyEntryCommon for more information on using the CreateTransitRouterRoutePolicyEntryCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterRoutePolicyEntryCommonRequest method.
req, resp := client.CreateTransitRouterRoutePolicyEntryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterRoutePolicyEntryCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterRoutePolicyEntryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterRoutePolicyEntryCommonWithContext is the same as CreateTransitRouterRoutePolicyEntryCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterRoutePolicyEntryCommon 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 (*TRANSITROUTER) CreateTransitRouterRoutePolicyEntryRequest

func (c *TRANSITROUTER) CreateTransitRouterRoutePolicyEntryRequest(input *CreateTransitRouterRoutePolicyEntryInput) (req *request.Request, output *CreateTransitRouterRoutePolicyEntryOutput)

CreateTransitRouterRoutePolicyEntryRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterRoutePolicyEntry operation. The "output" return value will be populated with the CreateTransitRouterRoutePolicyEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterRoutePolicyEntryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterRoutePolicyEntryCommon Send returns without error.

See CreateTransitRouterRoutePolicyEntry for more information on using the CreateTransitRouterRoutePolicyEntry API call, and error handling.

// Example sending a request using the CreateTransitRouterRoutePolicyEntryRequest method.
req, resp := client.CreateTransitRouterRoutePolicyEntryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterRoutePolicyEntryWithContext

func (c *TRANSITROUTER) CreateTransitRouterRoutePolicyEntryWithContext(ctx volcengine.Context, input *CreateTransitRouterRoutePolicyEntryInput, opts ...request.Option) (*CreateTransitRouterRoutePolicyEntryOutput, error)

CreateTransitRouterRoutePolicyEntryWithContext is the same as CreateTransitRouterRoutePolicyEntry with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterRoutePolicyEntry 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 (*TRANSITROUTER) CreateTransitRouterRoutePolicyTable

CreateTransitRouterRoutePolicyTable API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterRoutePolicyTable for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterRoutePolicyTableCommon

func (c *TRANSITROUTER) CreateTransitRouterRoutePolicyTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterRoutePolicyTableCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterRoutePolicyTableCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterRoutePolicyTableCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterRoutePolicyTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterRoutePolicyTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterRoutePolicyTableCommon operation. The "output" return value will be populated with the CreateTransitRouterRoutePolicyTableCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterRoutePolicyTableCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterRoutePolicyTableCommon Send returns without error.

See CreateTransitRouterRoutePolicyTableCommon for more information on using the CreateTransitRouterRoutePolicyTableCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterRoutePolicyTableCommonRequest method.
req, resp := client.CreateTransitRouterRoutePolicyTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterRoutePolicyTableCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterRoutePolicyTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterRoutePolicyTableCommonWithContext is the same as CreateTransitRouterRoutePolicyTableCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterRoutePolicyTableCommon 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 (*TRANSITROUTER) CreateTransitRouterRoutePolicyTableRequest

func (c *TRANSITROUTER) CreateTransitRouterRoutePolicyTableRequest(input *CreateTransitRouterRoutePolicyTableInput) (req *request.Request, output *CreateTransitRouterRoutePolicyTableOutput)

CreateTransitRouterRoutePolicyTableRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterRoutePolicyTable operation. The "output" return value will be populated with the CreateTransitRouterRoutePolicyTableCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterRoutePolicyTableCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterRoutePolicyTableCommon Send returns without error.

See CreateTransitRouterRoutePolicyTable for more information on using the CreateTransitRouterRoutePolicyTable API call, and error handling.

// Example sending a request using the CreateTransitRouterRoutePolicyTableRequest method.
req, resp := client.CreateTransitRouterRoutePolicyTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterRoutePolicyTableWithContext

func (c *TRANSITROUTER) CreateTransitRouterRoutePolicyTableWithContext(ctx volcengine.Context, input *CreateTransitRouterRoutePolicyTableInput, opts ...request.Option) (*CreateTransitRouterRoutePolicyTableOutput, error)

CreateTransitRouterRoutePolicyTableWithContext is the same as CreateTransitRouterRoutePolicyTable with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterRoutePolicyTable 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 (*TRANSITROUTER) CreateTransitRouterRouteTable

CreateTransitRouterRouteTable API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterRouteTable for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterRouteTableCommon

func (c *TRANSITROUTER) CreateTransitRouterRouteTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterRouteTableCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterRouteTableCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterRouteTableCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterRouteTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterRouteTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterRouteTableCommon operation. The "output" return value will be populated with the CreateTransitRouterRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterRouteTableCommon Send returns without error.

See CreateTransitRouterRouteTableCommon for more information on using the CreateTransitRouterRouteTableCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterRouteTableCommonRequest method.
req, resp := client.CreateTransitRouterRouteTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterRouteTableCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterRouteTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterRouteTableCommonWithContext is the same as CreateTransitRouterRouteTableCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterRouteTableCommon 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 (*TRANSITROUTER) CreateTransitRouterRouteTableRequest

func (c *TRANSITROUTER) CreateTransitRouterRouteTableRequest(input *CreateTransitRouterRouteTableInput) (req *request.Request, output *CreateTransitRouterRouteTableOutput)

CreateTransitRouterRouteTableRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterRouteTable operation. The "output" return value will be populated with the CreateTransitRouterRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterRouteTableCommon Send returns without error.

See CreateTransitRouterRouteTable for more information on using the CreateTransitRouterRouteTable API call, and error handling.

// Example sending a request using the CreateTransitRouterRouteTableRequest method.
req, resp := client.CreateTransitRouterRouteTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterRouteTableWithContext

func (c *TRANSITROUTER) CreateTransitRouterRouteTableWithContext(ctx volcengine.Context, input *CreateTransitRouterRouteTableInput, opts ...request.Option) (*CreateTransitRouterRouteTableOutput, error)

CreateTransitRouterRouteTableWithContext is the same as CreateTransitRouterRouteTable with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterRouteTable 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 (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingEntry added in v1.0.162

CreateTransitRouterTrafficQosMarkingEntry API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterTrafficQosMarkingEntry for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingEntryCommon added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosMarkingEntryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterTrafficQosMarkingEntryCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterTrafficQosMarkingEntryCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingEntryCommonRequest added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosMarkingEntryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterTrafficQosMarkingEntryCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterTrafficQosMarkingEntryCommon operation. The "output" return value will be populated with the CreateTransitRouterTrafficQosMarkingEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterTrafficQosMarkingEntryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterTrafficQosMarkingEntryCommon Send returns without error.

See CreateTransitRouterTrafficQosMarkingEntryCommon for more information on using the CreateTransitRouterTrafficQosMarkingEntryCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterTrafficQosMarkingEntryCommonRequest method.
req, resp := client.CreateTransitRouterTrafficQosMarkingEntryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingEntryCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosMarkingEntryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterTrafficQosMarkingEntryCommonWithContext is the same as CreateTransitRouterTrafficQosMarkingEntryCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterTrafficQosMarkingEntryCommon 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 (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingEntryRequest added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosMarkingEntryRequest(input *CreateTransitRouterTrafficQosMarkingEntryInput) (req *request.Request, output *CreateTransitRouterTrafficQosMarkingEntryOutput)

CreateTransitRouterTrafficQosMarkingEntryRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterTrafficQosMarkingEntry operation. The "output" return value will be populated with the CreateTransitRouterTrafficQosMarkingEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterTrafficQosMarkingEntryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterTrafficQosMarkingEntryCommon Send returns without error.

See CreateTransitRouterTrafficQosMarkingEntry for more information on using the CreateTransitRouterTrafficQosMarkingEntry API call, and error handling.

// Example sending a request using the CreateTransitRouterTrafficQosMarkingEntryRequest method.
req, resp := client.CreateTransitRouterTrafficQosMarkingEntryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingEntryWithContext added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosMarkingEntryWithContext(ctx volcengine.Context, input *CreateTransitRouterTrafficQosMarkingEntryInput, opts ...request.Option) (*CreateTransitRouterTrafficQosMarkingEntryOutput, error)

CreateTransitRouterTrafficQosMarkingEntryWithContext is the same as CreateTransitRouterTrafficQosMarkingEntry with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterTrafficQosMarkingEntry 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 (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingPolicy added in v1.0.162

CreateTransitRouterTrafficQosMarkingPolicy API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterTrafficQosMarkingPolicy for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingPolicyCommon added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosMarkingPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterTrafficQosMarkingPolicyCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterTrafficQosMarkingPolicyCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingPolicyCommonRequest added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosMarkingPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterTrafficQosMarkingPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterTrafficQosMarkingPolicyCommon operation. The "output" return value will be populated with the CreateTransitRouterTrafficQosMarkingPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterTrafficQosMarkingPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterTrafficQosMarkingPolicyCommon Send returns without error.

See CreateTransitRouterTrafficQosMarkingPolicyCommon for more information on using the CreateTransitRouterTrafficQosMarkingPolicyCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterTrafficQosMarkingPolicyCommonRequest method.
req, resp := client.CreateTransitRouterTrafficQosMarkingPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingPolicyCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosMarkingPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterTrafficQosMarkingPolicyCommonWithContext is the same as CreateTransitRouterTrafficQosMarkingPolicyCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterTrafficQosMarkingPolicyCommon 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 (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingPolicyRequest added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosMarkingPolicyRequest(input *CreateTransitRouterTrafficQosMarkingPolicyInput) (req *request.Request, output *CreateTransitRouterTrafficQosMarkingPolicyOutput)

CreateTransitRouterTrafficQosMarkingPolicyRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterTrafficQosMarkingPolicy operation. The "output" return value will be populated with the CreateTransitRouterTrafficQosMarkingPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterTrafficQosMarkingPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterTrafficQosMarkingPolicyCommon Send returns without error.

See CreateTransitRouterTrafficQosMarkingPolicy for more information on using the CreateTransitRouterTrafficQosMarkingPolicy API call, and error handling.

// Example sending a request using the CreateTransitRouterTrafficQosMarkingPolicyRequest method.
req, resp := client.CreateTransitRouterTrafficQosMarkingPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterTrafficQosMarkingPolicyWithContext added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosMarkingPolicyWithContext(ctx volcengine.Context, input *CreateTransitRouterTrafficQosMarkingPolicyInput, opts ...request.Option) (*CreateTransitRouterTrafficQosMarkingPolicyOutput, error)

CreateTransitRouterTrafficQosMarkingPolicyWithContext is the same as CreateTransitRouterTrafficQosMarkingPolicy with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterTrafficQosMarkingPolicy 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 (*TRANSITROUTER) CreateTransitRouterTrafficQosQueueEntry added in v1.0.162

CreateTransitRouterTrafficQosQueueEntry API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterTrafficQosQueueEntry for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterTrafficQosQueueEntryCommon added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosQueueEntryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterTrafficQosQueueEntryCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterTrafficQosQueueEntryCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterTrafficQosQueueEntryCommonRequest added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosQueueEntryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterTrafficQosQueueEntryCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterTrafficQosQueueEntryCommon operation. The "output" return value will be populated with the CreateTransitRouterTrafficQosQueueEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterTrafficQosQueueEntryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterTrafficQosQueueEntryCommon Send returns without error.

See CreateTransitRouterTrafficQosQueueEntryCommon for more information on using the CreateTransitRouterTrafficQosQueueEntryCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterTrafficQosQueueEntryCommonRequest method.
req, resp := client.CreateTransitRouterTrafficQosQueueEntryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterTrafficQosQueueEntryCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosQueueEntryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterTrafficQosQueueEntryCommonWithContext is the same as CreateTransitRouterTrafficQosQueueEntryCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterTrafficQosQueueEntryCommon 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 (*TRANSITROUTER) CreateTransitRouterTrafficQosQueueEntryRequest added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosQueueEntryRequest(input *CreateTransitRouterTrafficQosQueueEntryInput) (req *request.Request, output *CreateTransitRouterTrafficQosQueueEntryOutput)

CreateTransitRouterTrafficQosQueueEntryRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterTrafficQosQueueEntry operation. The "output" return value will be populated with the CreateTransitRouterTrafficQosQueueEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterTrafficQosQueueEntryCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterTrafficQosQueueEntryCommon Send returns without error.

See CreateTransitRouterTrafficQosQueueEntry for more information on using the CreateTransitRouterTrafficQosQueueEntry API call, and error handling.

// Example sending a request using the CreateTransitRouterTrafficQosQueueEntryRequest method.
req, resp := client.CreateTransitRouterTrafficQosQueueEntryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterTrafficQosQueueEntryWithContext added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosQueueEntryWithContext(ctx volcengine.Context, input *CreateTransitRouterTrafficQosQueueEntryInput, opts ...request.Option) (*CreateTransitRouterTrafficQosQueueEntryOutput, error)

CreateTransitRouterTrafficQosQueueEntryWithContext is the same as CreateTransitRouterTrafficQosQueueEntry with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterTrafficQosQueueEntry 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 (*TRANSITROUTER) CreateTransitRouterTrafficQosQueuePolicy added in v1.0.162

CreateTransitRouterTrafficQosQueuePolicy API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterTrafficQosQueuePolicy for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterTrafficQosQueuePolicyCommon added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosQueuePolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterTrafficQosQueuePolicyCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterTrafficQosQueuePolicyCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterTrafficQosQueuePolicyCommonRequest added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosQueuePolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterTrafficQosQueuePolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterTrafficQosQueuePolicyCommon operation. The "output" return value will be populated with the CreateTransitRouterTrafficQosQueuePolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterTrafficQosQueuePolicyCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterTrafficQosQueuePolicyCommon Send returns without error.

See CreateTransitRouterTrafficQosQueuePolicyCommon for more information on using the CreateTransitRouterTrafficQosQueuePolicyCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterTrafficQosQueuePolicyCommonRequest method.
req, resp := client.CreateTransitRouterTrafficQosQueuePolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterTrafficQosQueuePolicyCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosQueuePolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterTrafficQosQueuePolicyCommonWithContext is the same as CreateTransitRouterTrafficQosQueuePolicyCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterTrafficQosQueuePolicyCommon 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 (*TRANSITROUTER) CreateTransitRouterTrafficQosQueuePolicyRequest added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosQueuePolicyRequest(input *CreateTransitRouterTrafficQosQueuePolicyInput) (req *request.Request, output *CreateTransitRouterTrafficQosQueuePolicyOutput)

CreateTransitRouterTrafficQosQueuePolicyRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterTrafficQosQueuePolicy operation. The "output" return value will be populated with the CreateTransitRouterTrafficQosQueuePolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterTrafficQosQueuePolicyCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterTrafficQosQueuePolicyCommon Send returns without error.

See CreateTransitRouterTrafficQosQueuePolicy for more information on using the CreateTransitRouterTrafficQosQueuePolicy API call, and error handling.

// Example sending a request using the CreateTransitRouterTrafficQosQueuePolicyRequest method.
req, resp := client.CreateTransitRouterTrafficQosQueuePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterTrafficQosQueuePolicyWithContext added in v1.0.162

func (c *TRANSITROUTER) CreateTransitRouterTrafficQosQueuePolicyWithContext(ctx volcengine.Context, input *CreateTransitRouterTrafficQosQueuePolicyInput, opts ...request.Option) (*CreateTransitRouterTrafficQosQueuePolicyOutput, error)

CreateTransitRouterTrafficQosQueuePolicyWithContext is the same as CreateTransitRouterTrafficQosQueuePolicy with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterTrafficQosQueuePolicy 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 (*TRANSITROUTER) CreateTransitRouterVpcAttachment

CreateTransitRouterVpcAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterVpcAttachment for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterVpcAttachmentCommon

func (c *TRANSITROUTER) CreateTransitRouterVpcAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterVpcAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterVpcAttachmentCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterVpcAttachmentCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterVpcAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterVpcAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterVpcAttachmentCommon operation. The "output" return value will be populated with the CreateTransitRouterVpcAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterVpcAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterVpcAttachmentCommon Send returns without error.

See CreateTransitRouterVpcAttachmentCommon for more information on using the CreateTransitRouterVpcAttachmentCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterVpcAttachmentCommonRequest method.
req, resp := client.CreateTransitRouterVpcAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterVpcAttachmentCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterVpcAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterVpcAttachmentCommonWithContext is the same as CreateTransitRouterVpcAttachmentCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterVpcAttachmentCommon 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 (*TRANSITROUTER) CreateTransitRouterVpcAttachmentRequest

func (c *TRANSITROUTER) CreateTransitRouterVpcAttachmentRequest(input *CreateTransitRouterVpcAttachmentInput) (req *request.Request, output *CreateTransitRouterVpcAttachmentOutput)

CreateTransitRouterVpcAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterVpcAttachment operation. The "output" return value will be populated with the CreateTransitRouterVpcAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterVpcAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterVpcAttachmentCommon Send returns without error.

See CreateTransitRouterVpcAttachment for more information on using the CreateTransitRouterVpcAttachment API call, and error handling.

// Example sending a request using the CreateTransitRouterVpcAttachmentRequest method.
req, resp := client.CreateTransitRouterVpcAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterVpcAttachmentWithContext

func (c *TRANSITROUTER) CreateTransitRouterVpcAttachmentWithContext(ctx volcengine.Context, input *CreateTransitRouterVpcAttachmentInput, opts ...request.Option) (*CreateTransitRouterVpcAttachmentOutput, error)

CreateTransitRouterVpcAttachmentWithContext is the same as CreateTransitRouterVpcAttachment with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterVpcAttachment 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 (*TRANSITROUTER) CreateTransitRouterVpnAttachment

CreateTransitRouterVpnAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterVpnAttachment for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterVpnAttachmentCommon

func (c *TRANSITROUTER) CreateTransitRouterVpnAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTransitRouterVpnAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation CreateTransitRouterVpnAttachmentCommon for usage and error information.

func (*TRANSITROUTER) CreateTransitRouterVpnAttachmentCommonRequest

func (c *TRANSITROUTER) CreateTransitRouterVpnAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTransitRouterVpnAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterVpnAttachmentCommon operation. The "output" return value will be populated with the CreateTransitRouterVpnAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterVpnAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterVpnAttachmentCommon Send returns without error.

See CreateTransitRouterVpnAttachmentCommon for more information on using the CreateTransitRouterVpnAttachmentCommon API call, and error handling.

// Example sending a request using the CreateTransitRouterVpnAttachmentCommonRequest method.
req, resp := client.CreateTransitRouterVpnAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterVpnAttachmentCommonWithContext

func (c *TRANSITROUTER) CreateTransitRouterVpnAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTransitRouterVpnAttachmentCommonWithContext is the same as CreateTransitRouterVpnAttachmentCommon with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterVpnAttachmentCommon 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 (*TRANSITROUTER) CreateTransitRouterVpnAttachmentRequest

func (c *TRANSITROUTER) CreateTransitRouterVpnAttachmentRequest(input *CreateTransitRouterVpnAttachmentInput) (req *request.Request, output *CreateTransitRouterVpnAttachmentOutput)

CreateTransitRouterVpnAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the CreateTransitRouterVpnAttachment operation. The "output" return value will be populated with the CreateTransitRouterVpnAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTransitRouterVpnAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTransitRouterVpnAttachmentCommon Send returns without error.

See CreateTransitRouterVpnAttachment for more information on using the CreateTransitRouterVpnAttachment API call, and error handling.

// Example sending a request using the CreateTransitRouterVpnAttachmentRequest method.
req, resp := client.CreateTransitRouterVpnAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) CreateTransitRouterVpnAttachmentWithContext

func (c *TRANSITROUTER) CreateTransitRouterVpnAttachmentWithContext(ctx volcengine.Context, input *CreateTransitRouterVpnAttachmentInput, opts ...request.Option) (*CreateTransitRouterVpnAttachmentOutput, error)

CreateTransitRouterVpnAttachmentWithContext is the same as CreateTransitRouterVpnAttachment with the addition of the ability to pass a context and additional request options.

See CreateTransitRouterVpnAttachment 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 (*TRANSITROUTER) CreateTransitRouterWithContext

func (c *TRANSITROUTER) CreateTransitRouterWithContext(ctx volcengine.Context, input *CreateTransitRouterInput, opts ...request.Option) (*CreateTransitRouterOutput, error)

CreateTransitRouterWithContext is the same as CreateTransitRouter with the addition of the ability to pass a context and additional request options.

See CreateTransitRouter 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 (*TRANSITROUTER) DeleteTransitRouter

func (c *TRANSITROUTER) DeleteTransitRouter(input *DeleteTransitRouterInput) (*DeleteTransitRouterOutput, error)

DeleteTransitRouter API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouter for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterBandwidthPackage

DeleteTransitRouterBandwidthPackage API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterBandwidthPackage for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterBandwidthPackageCommon

func (c *TRANSITROUTER) DeleteTransitRouterBandwidthPackageCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterBandwidthPackageCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterBandwidthPackageCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterBandwidthPackageCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterBandwidthPackageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterBandwidthPackageCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterBandwidthPackageCommon operation. The "output" return value will be populated with the DeleteTransitRouterBandwidthPackageCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterBandwidthPackageCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterBandwidthPackageCommon Send returns without error.

See DeleteTransitRouterBandwidthPackageCommon for more information on using the DeleteTransitRouterBandwidthPackageCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterBandwidthPackageCommonRequest method.
req, resp := client.DeleteTransitRouterBandwidthPackageCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterBandwidthPackageCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterBandwidthPackageCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterBandwidthPackageCommonWithContext is the same as DeleteTransitRouterBandwidthPackageCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterBandwidthPackageCommon 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 (*TRANSITROUTER) DeleteTransitRouterBandwidthPackageRequest

func (c *TRANSITROUTER) DeleteTransitRouterBandwidthPackageRequest(input *DeleteTransitRouterBandwidthPackageInput) (req *request.Request, output *DeleteTransitRouterBandwidthPackageOutput)

DeleteTransitRouterBandwidthPackageRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterBandwidthPackage operation. The "output" return value will be populated with the DeleteTransitRouterBandwidthPackageCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterBandwidthPackageCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterBandwidthPackageCommon Send returns without error.

See DeleteTransitRouterBandwidthPackage for more information on using the DeleteTransitRouterBandwidthPackage API call, and error handling.

// Example sending a request using the DeleteTransitRouterBandwidthPackageRequest method.
req, resp := client.DeleteTransitRouterBandwidthPackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterBandwidthPackageWithContext

func (c *TRANSITROUTER) DeleteTransitRouterBandwidthPackageWithContext(ctx volcengine.Context, input *DeleteTransitRouterBandwidthPackageInput, opts ...request.Option) (*DeleteTransitRouterBandwidthPackageOutput, error)

DeleteTransitRouterBandwidthPackageWithContext is the same as DeleteTransitRouterBandwidthPackage with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterBandwidthPackage 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 (*TRANSITROUTER) DeleteTransitRouterCommon

func (c *TRANSITROUTER) DeleteTransitRouterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterCommon operation. The "output" return value will be populated with the DeleteTransitRouterCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterCommon Send returns without error.

See DeleteTransitRouterCommon for more information on using the DeleteTransitRouterCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterCommonRequest method.
req, resp := client.DeleteTransitRouterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterCommonWithContext is the same as DeleteTransitRouterCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterCommon 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 (*TRANSITROUTER) DeleteTransitRouterDirectConnectGatewayAttachment

DeleteTransitRouterDirectConnectGatewayAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterDirectConnectGatewayAttachment for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterDirectConnectGatewayAttachmentCommon

func (c *TRANSITROUTER) DeleteTransitRouterDirectConnectGatewayAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterDirectConnectGatewayAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterDirectConnectGatewayAttachmentCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterDirectConnectGatewayAttachmentCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterDirectConnectGatewayAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterDirectConnectGatewayAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterDirectConnectGatewayAttachmentCommon operation. The "output" return value will be populated with the DeleteTransitRouterDirectConnectGatewayAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterDirectConnectGatewayAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterDirectConnectGatewayAttachmentCommon Send returns without error.

See DeleteTransitRouterDirectConnectGatewayAttachmentCommon for more information on using the DeleteTransitRouterDirectConnectGatewayAttachmentCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterDirectConnectGatewayAttachmentCommonRequest method.
req, resp := client.DeleteTransitRouterDirectConnectGatewayAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterDirectConnectGatewayAttachmentCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterDirectConnectGatewayAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterDirectConnectGatewayAttachmentCommonWithContext is the same as DeleteTransitRouterDirectConnectGatewayAttachmentCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterDirectConnectGatewayAttachmentCommon 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 (*TRANSITROUTER) DeleteTransitRouterDirectConnectGatewayAttachmentRequest

func (c *TRANSITROUTER) DeleteTransitRouterDirectConnectGatewayAttachmentRequest(input *DeleteTransitRouterDirectConnectGatewayAttachmentInput) (req *request.Request, output *DeleteTransitRouterDirectConnectGatewayAttachmentOutput)

DeleteTransitRouterDirectConnectGatewayAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterDirectConnectGatewayAttachment operation. The "output" return value will be populated with the DeleteTransitRouterDirectConnectGatewayAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterDirectConnectGatewayAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterDirectConnectGatewayAttachmentCommon Send returns without error.

See DeleteTransitRouterDirectConnectGatewayAttachment for more information on using the DeleteTransitRouterDirectConnectGatewayAttachment API call, and error handling.

// Example sending a request using the DeleteTransitRouterDirectConnectGatewayAttachmentRequest method.
req, resp := client.DeleteTransitRouterDirectConnectGatewayAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterDirectConnectGatewayAttachmentWithContext

func (c *TRANSITROUTER) DeleteTransitRouterDirectConnectGatewayAttachmentWithContext(ctx volcengine.Context, input *DeleteTransitRouterDirectConnectGatewayAttachmentInput, opts ...request.Option) (*DeleteTransitRouterDirectConnectGatewayAttachmentOutput, error)

DeleteTransitRouterDirectConnectGatewayAttachmentWithContext is the same as DeleteTransitRouterDirectConnectGatewayAttachment with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterDirectConnectGatewayAttachment 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 (*TRANSITROUTER) DeleteTransitRouterForwardPolicyEntry

DeleteTransitRouterForwardPolicyEntry API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterForwardPolicyEntry for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterForwardPolicyEntryCommon

func (c *TRANSITROUTER) DeleteTransitRouterForwardPolicyEntryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterForwardPolicyEntryCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterForwardPolicyEntryCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterForwardPolicyEntryCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterForwardPolicyEntryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterForwardPolicyEntryCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterForwardPolicyEntryCommon operation. The "output" return value will be populated with the DeleteTransitRouterForwardPolicyEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterForwardPolicyEntryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterForwardPolicyEntryCommon Send returns without error.

See DeleteTransitRouterForwardPolicyEntryCommon for more information on using the DeleteTransitRouterForwardPolicyEntryCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterForwardPolicyEntryCommonRequest method.
req, resp := client.DeleteTransitRouterForwardPolicyEntryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterForwardPolicyEntryCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterForwardPolicyEntryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterForwardPolicyEntryCommonWithContext is the same as DeleteTransitRouterForwardPolicyEntryCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterForwardPolicyEntryCommon 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 (*TRANSITROUTER) DeleteTransitRouterForwardPolicyEntryRequest

func (c *TRANSITROUTER) DeleteTransitRouterForwardPolicyEntryRequest(input *DeleteTransitRouterForwardPolicyEntryInput) (req *request.Request, output *DeleteTransitRouterForwardPolicyEntryOutput)

DeleteTransitRouterForwardPolicyEntryRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterForwardPolicyEntry operation. The "output" return value will be populated with the DeleteTransitRouterForwardPolicyEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterForwardPolicyEntryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterForwardPolicyEntryCommon Send returns without error.

See DeleteTransitRouterForwardPolicyEntry for more information on using the DeleteTransitRouterForwardPolicyEntry API call, and error handling.

// Example sending a request using the DeleteTransitRouterForwardPolicyEntryRequest method.
req, resp := client.DeleteTransitRouterForwardPolicyEntryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterForwardPolicyEntryWithContext

func (c *TRANSITROUTER) DeleteTransitRouterForwardPolicyEntryWithContext(ctx volcengine.Context, input *DeleteTransitRouterForwardPolicyEntryInput, opts ...request.Option) (*DeleteTransitRouterForwardPolicyEntryOutput, error)

DeleteTransitRouterForwardPolicyEntryWithContext is the same as DeleteTransitRouterForwardPolicyEntry with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterForwardPolicyEntry 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 (*TRANSITROUTER) DeleteTransitRouterForwardPolicyTable

DeleteTransitRouterForwardPolicyTable API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterForwardPolicyTable for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterForwardPolicyTableCommon

func (c *TRANSITROUTER) DeleteTransitRouterForwardPolicyTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterForwardPolicyTableCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterForwardPolicyTableCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterForwardPolicyTableCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterForwardPolicyTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterForwardPolicyTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterForwardPolicyTableCommon operation. The "output" return value will be populated with the DeleteTransitRouterForwardPolicyTableCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterForwardPolicyTableCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterForwardPolicyTableCommon Send returns without error.

See DeleteTransitRouterForwardPolicyTableCommon for more information on using the DeleteTransitRouterForwardPolicyTableCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterForwardPolicyTableCommonRequest method.
req, resp := client.DeleteTransitRouterForwardPolicyTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterForwardPolicyTableCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterForwardPolicyTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterForwardPolicyTableCommonWithContext is the same as DeleteTransitRouterForwardPolicyTableCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterForwardPolicyTableCommon 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 (*TRANSITROUTER) DeleteTransitRouterForwardPolicyTableRequest

func (c *TRANSITROUTER) DeleteTransitRouterForwardPolicyTableRequest(input *DeleteTransitRouterForwardPolicyTableInput) (req *request.Request, output *DeleteTransitRouterForwardPolicyTableOutput)

DeleteTransitRouterForwardPolicyTableRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterForwardPolicyTable operation. The "output" return value will be populated with the DeleteTransitRouterForwardPolicyTableCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterForwardPolicyTableCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterForwardPolicyTableCommon Send returns without error.

See DeleteTransitRouterForwardPolicyTable for more information on using the DeleteTransitRouterForwardPolicyTable API call, and error handling.

// Example sending a request using the DeleteTransitRouterForwardPolicyTableRequest method.
req, resp := client.DeleteTransitRouterForwardPolicyTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterForwardPolicyTableWithContext

func (c *TRANSITROUTER) DeleteTransitRouterForwardPolicyTableWithContext(ctx volcengine.Context, input *DeleteTransitRouterForwardPolicyTableInput, opts ...request.Option) (*DeleteTransitRouterForwardPolicyTableOutput, error)

DeleteTransitRouterForwardPolicyTableWithContext is the same as DeleteTransitRouterForwardPolicyTable with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterForwardPolicyTable 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 (*TRANSITROUTER) DeleteTransitRouterGrantRule

DeleteTransitRouterGrantRule API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterGrantRule for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterGrantRuleCommon

func (c *TRANSITROUTER) DeleteTransitRouterGrantRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterGrantRuleCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterGrantRuleCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterGrantRuleCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterGrantRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterGrantRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterGrantRuleCommon operation. The "output" return value will be populated with the DeleteTransitRouterGrantRuleCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterGrantRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterGrantRuleCommon Send returns without error.

See DeleteTransitRouterGrantRuleCommon for more information on using the DeleteTransitRouterGrantRuleCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterGrantRuleCommonRequest method.
req, resp := client.DeleteTransitRouterGrantRuleCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterGrantRuleCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterGrantRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterGrantRuleCommonWithContext is the same as DeleteTransitRouterGrantRuleCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterGrantRuleCommon 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 (*TRANSITROUTER) DeleteTransitRouterGrantRuleRequest

func (c *TRANSITROUTER) DeleteTransitRouterGrantRuleRequest(input *DeleteTransitRouterGrantRuleInput) (req *request.Request, output *DeleteTransitRouterGrantRuleOutput)

DeleteTransitRouterGrantRuleRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterGrantRule operation. The "output" return value will be populated with the DeleteTransitRouterGrantRuleCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterGrantRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterGrantRuleCommon Send returns without error.

See DeleteTransitRouterGrantRule for more information on using the DeleteTransitRouterGrantRule API call, and error handling.

// Example sending a request using the DeleteTransitRouterGrantRuleRequest method.
req, resp := client.DeleteTransitRouterGrantRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterGrantRuleWithContext

func (c *TRANSITROUTER) DeleteTransitRouterGrantRuleWithContext(ctx volcengine.Context, input *DeleteTransitRouterGrantRuleInput, opts ...request.Option) (*DeleteTransitRouterGrantRuleOutput, error)

DeleteTransitRouterGrantRuleWithContext is the same as DeleteTransitRouterGrantRule with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterGrantRule 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 (*TRANSITROUTER) DeleteTransitRouterPeerAttachment

DeleteTransitRouterPeerAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterPeerAttachment for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterPeerAttachmentCommon

func (c *TRANSITROUTER) DeleteTransitRouterPeerAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterPeerAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterPeerAttachmentCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterPeerAttachmentCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterPeerAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterPeerAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterPeerAttachmentCommon operation. The "output" return value will be populated with the DeleteTransitRouterPeerAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterPeerAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterPeerAttachmentCommon Send returns without error.

See DeleteTransitRouterPeerAttachmentCommon for more information on using the DeleteTransitRouterPeerAttachmentCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterPeerAttachmentCommonRequest method.
req, resp := client.DeleteTransitRouterPeerAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterPeerAttachmentCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterPeerAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterPeerAttachmentCommonWithContext is the same as DeleteTransitRouterPeerAttachmentCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterPeerAttachmentCommon 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 (*TRANSITROUTER) DeleteTransitRouterPeerAttachmentRequest

func (c *TRANSITROUTER) DeleteTransitRouterPeerAttachmentRequest(input *DeleteTransitRouterPeerAttachmentInput) (req *request.Request, output *DeleteTransitRouterPeerAttachmentOutput)

DeleteTransitRouterPeerAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterPeerAttachment operation. The "output" return value will be populated with the DeleteTransitRouterPeerAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterPeerAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterPeerAttachmentCommon Send returns without error.

See DeleteTransitRouterPeerAttachment for more information on using the DeleteTransitRouterPeerAttachment API call, and error handling.

// Example sending a request using the DeleteTransitRouterPeerAttachmentRequest method.
req, resp := client.DeleteTransitRouterPeerAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterPeerAttachmentWithContext

func (c *TRANSITROUTER) DeleteTransitRouterPeerAttachmentWithContext(ctx volcengine.Context, input *DeleteTransitRouterPeerAttachmentInput, opts ...request.Option) (*DeleteTransitRouterPeerAttachmentOutput, error)

DeleteTransitRouterPeerAttachmentWithContext is the same as DeleteTransitRouterPeerAttachment with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterPeerAttachment 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 (*TRANSITROUTER) DeleteTransitRouterRequest

func (c *TRANSITROUTER) DeleteTransitRouterRequest(input *DeleteTransitRouterInput) (req *request.Request, output *DeleteTransitRouterOutput)

DeleteTransitRouterRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouter operation. The "output" return value will be populated with the DeleteTransitRouterCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterCommon Send returns without error.

See DeleteTransitRouter for more information on using the DeleteTransitRouter API call, and error handling.

// Example sending a request using the DeleteTransitRouterRequest method.
req, resp := client.DeleteTransitRouterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterRouteEntry

DeleteTransitRouterRouteEntry API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterRouteEntry for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterRouteEntryCommon

func (c *TRANSITROUTER) DeleteTransitRouterRouteEntryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterRouteEntryCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterRouteEntryCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterRouteEntryCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterRouteEntryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterRouteEntryCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterRouteEntryCommon operation. The "output" return value will be populated with the DeleteTransitRouterRouteEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterRouteEntryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterRouteEntryCommon Send returns without error.

See DeleteTransitRouterRouteEntryCommon for more information on using the DeleteTransitRouterRouteEntryCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterRouteEntryCommonRequest method.
req, resp := client.DeleteTransitRouterRouteEntryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterRouteEntryCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterRouteEntryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterRouteEntryCommonWithContext is the same as DeleteTransitRouterRouteEntryCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterRouteEntryCommon 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 (*TRANSITROUTER) DeleteTransitRouterRouteEntryRequest

func (c *TRANSITROUTER) DeleteTransitRouterRouteEntryRequest(input *DeleteTransitRouterRouteEntryInput) (req *request.Request, output *DeleteTransitRouterRouteEntryOutput)

DeleteTransitRouterRouteEntryRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterRouteEntry operation. The "output" return value will be populated with the DeleteTransitRouterRouteEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterRouteEntryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterRouteEntryCommon Send returns without error.

See DeleteTransitRouterRouteEntry for more information on using the DeleteTransitRouterRouteEntry API call, and error handling.

// Example sending a request using the DeleteTransitRouterRouteEntryRequest method.
req, resp := client.DeleteTransitRouterRouteEntryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterRouteEntryWithContext

func (c *TRANSITROUTER) DeleteTransitRouterRouteEntryWithContext(ctx volcengine.Context, input *DeleteTransitRouterRouteEntryInput, opts ...request.Option) (*DeleteTransitRouterRouteEntryOutput, error)

DeleteTransitRouterRouteEntryWithContext is the same as DeleteTransitRouterRouteEntry with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterRouteEntry 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 (*TRANSITROUTER) DeleteTransitRouterRoutePolicyEntry

DeleteTransitRouterRoutePolicyEntry API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterRoutePolicyEntry for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterRoutePolicyEntryCommon

func (c *TRANSITROUTER) DeleteTransitRouterRoutePolicyEntryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterRoutePolicyEntryCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterRoutePolicyEntryCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterRoutePolicyEntryCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterRoutePolicyEntryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterRoutePolicyEntryCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterRoutePolicyEntryCommon operation. The "output" return value will be populated with the DeleteTransitRouterRoutePolicyEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterRoutePolicyEntryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterRoutePolicyEntryCommon Send returns without error.

See DeleteTransitRouterRoutePolicyEntryCommon for more information on using the DeleteTransitRouterRoutePolicyEntryCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterRoutePolicyEntryCommonRequest method.
req, resp := client.DeleteTransitRouterRoutePolicyEntryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterRoutePolicyEntryCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterRoutePolicyEntryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterRoutePolicyEntryCommonWithContext is the same as DeleteTransitRouterRoutePolicyEntryCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterRoutePolicyEntryCommon 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 (*TRANSITROUTER) DeleteTransitRouterRoutePolicyEntryRequest

func (c *TRANSITROUTER) DeleteTransitRouterRoutePolicyEntryRequest(input *DeleteTransitRouterRoutePolicyEntryInput) (req *request.Request, output *DeleteTransitRouterRoutePolicyEntryOutput)

DeleteTransitRouterRoutePolicyEntryRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterRoutePolicyEntry operation. The "output" return value will be populated with the DeleteTransitRouterRoutePolicyEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterRoutePolicyEntryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterRoutePolicyEntryCommon Send returns without error.

See DeleteTransitRouterRoutePolicyEntry for more information on using the DeleteTransitRouterRoutePolicyEntry API call, and error handling.

// Example sending a request using the DeleteTransitRouterRoutePolicyEntryRequest method.
req, resp := client.DeleteTransitRouterRoutePolicyEntryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterRoutePolicyEntryWithContext

func (c *TRANSITROUTER) DeleteTransitRouterRoutePolicyEntryWithContext(ctx volcengine.Context, input *DeleteTransitRouterRoutePolicyEntryInput, opts ...request.Option) (*DeleteTransitRouterRoutePolicyEntryOutput, error)

DeleteTransitRouterRoutePolicyEntryWithContext is the same as DeleteTransitRouterRoutePolicyEntry with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterRoutePolicyEntry 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 (*TRANSITROUTER) DeleteTransitRouterRoutePolicyTable

DeleteTransitRouterRoutePolicyTable API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterRoutePolicyTable for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterRoutePolicyTableCommon

func (c *TRANSITROUTER) DeleteTransitRouterRoutePolicyTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterRoutePolicyTableCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterRoutePolicyTableCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterRoutePolicyTableCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterRoutePolicyTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterRoutePolicyTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterRoutePolicyTableCommon operation. The "output" return value will be populated with the DeleteTransitRouterRoutePolicyTableCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterRoutePolicyTableCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterRoutePolicyTableCommon Send returns without error.

See DeleteTransitRouterRoutePolicyTableCommon for more information on using the DeleteTransitRouterRoutePolicyTableCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterRoutePolicyTableCommonRequest method.
req, resp := client.DeleteTransitRouterRoutePolicyTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterRoutePolicyTableCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterRoutePolicyTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterRoutePolicyTableCommonWithContext is the same as DeleteTransitRouterRoutePolicyTableCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterRoutePolicyTableCommon 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 (*TRANSITROUTER) DeleteTransitRouterRoutePolicyTableRequest

func (c *TRANSITROUTER) DeleteTransitRouterRoutePolicyTableRequest(input *DeleteTransitRouterRoutePolicyTableInput) (req *request.Request, output *DeleteTransitRouterRoutePolicyTableOutput)

DeleteTransitRouterRoutePolicyTableRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterRoutePolicyTable operation. The "output" return value will be populated with the DeleteTransitRouterRoutePolicyTableCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterRoutePolicyTableCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterRoutePolicyTableCommon Send returns without error.

See DeleteTransitRouterRoutePolicyTable for more information on using the DeleteTransitRouterRoutePolicyTable API call, and error handling.

// Example sending a request using the DeleteTransitRouterRoutePolicyTableRequest method.
req, resp := client.DeleteTransitRouterRoutePolicyTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterRoutePolicyTableWithContext

func (c *TRANSITROUTER) DeleteTransitRouterRoutePolicyTableWithContext(ctx volcengine.Context, input *DeleteTransitRouterRoutePolicyTableInput, opts ...request.Option) (*DeleteTransitRouterRoutePolicyTableOutput, error)

DeleteTransitRouterRoutePolicyTableWithContext is the same as DeleteTransitRouterRoutePolicyTable with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterRoutePolicyTable 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 (*TRANSITROUTER) DeleteTransitRouterRouteTable

DeleteTransitRouterRouteTable API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterRouteTable for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterRouteTableCommon

func (c *TRANSITROUTER) DeleteTransitRouterRouteTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterRouteTableCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterRouteTableCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterRouteTableCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterRouteTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterRouteTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterRouteTableCommon operation. The "output" return value will be populated with the DeleteTransitRouterRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterRouteTableCommon Send returns without error.

See DeleteTransitRouterRouteTableCommon for more information on using the DeleteTransitRouterRouteTableCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterRouteTableCommonRequest method.
req, resp := client.DeleteTransitRouterRouteTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterRouteTableCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterRouteTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterRouteTableCommonWithContext is the same as DeleteTransitRouterRouteTableCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterRouteTableCommon 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 (*TRANSITROUTER) DeleteTransitRouterRouteTableRequest

func (c *TRANSITROUTER) DeleteTransitRouterRouteTableRequest(input *DeleteTransitRouterRouteTableInput) (req *request.Request, output *DeleteTransitRouterRouteTableOutput)

DeleteTransitRouterRouteTableRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterRouteTable operation. The "output" return value will be populated with the DeleteTransitRouterRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterRouteTableCommon Send returns without error.

See DeleteTransitRouterRouteTable for more information on using the DeleteTransitRouterRouteTable API call, and error handling.

// Example sending a request using the DeleteTransitRouterRouteTableRequest method.
req, resp := client.DeleteTransitRouterRouteTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterRouteTableWithContext

func (c *TRANSITROUTER) DeleteTransitRouterRouteTableWithContext(ctx volcengine.Context, input *DeleteTransitRouterRouteTableInput, opts ...request.Option) (*DeleteTransitRouterRouteTableOutput, error)

DeleteTransitRouterRouteTableWithContext is the same as DeleteTransitRouterRouteTable with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterRouteTable 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 (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingEntry added in v1.0.162

DeleteTransitRouterTrafficQosMarkingEntry API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterTrafficQosMarkingEntry for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingEntryCommon added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingEntryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterTrafficQosMarkingEntryCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterTrafficQosMarkingEntryCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingEntryCommonRequest added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingEntryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterTrafficQosMarkingEntryCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterTrafficQosMarkingEntryCommon operation. The "output" return value will be populated with the DeleteTransitRouterTrafficQosMarkingEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterTrafficQosMarkingEntryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterTrafficQosMarkingEntryCommon Send returns without error.

See DeleteTransitRouterTrafficQosMarkingEntryCommon for more information on using the DeleteTransitRouterTrafficQosMarkingEntryCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterTrafficQosMarkingEntryCommonRequest method.
req, resp := client.DeleteTransitRouterTrafficQosMarkingEntryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingEntryCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingEntryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterTrafficQosMarkingEntryCommonWithContext is the same as DeleteTransitRouterTrafficQosMarkingEntryCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterTrafficQosMarkingEntryCommon 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 (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingEntryRequest added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingEntryRequest(input *DeleteTransitRouterTrafficQosMarkingEntryInput) (req *request.Request, output *DeleteTransitRouterTrafficQosMarkingEntryOutput)

DeleteTransitRouterTrafficQosMarkingEntryRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterTrafficQosMarkingEntry operation. The "output" return value will be populated with the DeleteTransitRouterTrafficQosMarkingEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterTrafficQosMarkingEntryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterTrafficQosMarkingEntryCommon Send returns without error.

See DeleteTransitRouterTrafficQosMarkingEntry for more information on using the DeleteTransitRouterTrafficQosMarkingEntry API call, and error handling.

// Example sending a request using the DeleteTransitRouterTrafficQosMarkingEntryRequest method.
req, resp := client.DeleteTransitRouterTrafficQosMarkingEntryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingEntryWithContext added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingEntryWithContext(ctx volcengine.Context, input *DeleteTransitRouterTrafficQosMarkingEntryInput, opts ...request.Option) (*DeleteTransitRouterTrafficQosMarkingEntryOutput, error)

DeleteTransitRouterTrafficQosMarkingEntryWithContext is the same as DeleteTransitRouterTrafficQosMarkingEntry with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterTrafficQosMarkingEntry 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 (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingPolicy added in v1.0.162

DeleteTransitRouterTrafficQosMarkingPolicy API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterTrafficQosMarkingPolicy for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingPolicyCommon added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterTrafficQosMarkingPolicyCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterTrafficQosMarkingPolicyCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingPolicyCommonRequest added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterTrafficQosMarkingPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterTrafficQosMarkingPolicyCommon operation. The "output" return value will be populated with the DeleteTransitRouterTrafficQosMarkingPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterTrafficQosMarkingPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterTrafficQosMarkingPolicyCommon Send returns without error.

See DeleteTransitRouterTrafficQosMarkingPolicyCommon for more information on using the DeleteTransitRouterTrafficQosMarkingPolicyCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterTrafficQosMarkingPolicyCommonRequest method.
req, resp := client.DeleteTransitRouterTrafficQosMarkingPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingPolicyCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterTrafficQosMarkingPolicyCommonWithContext is the same as DeleteTransitRouterTrafficQosMarkingPolicyCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterTrafficQosMarkingPolicyCommon 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 (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingPolicyRequest added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingPolicyRequest(input *DeleteTransitRouterTrafficQosMarkingPolicyInput) (req *request.Request, output *DeleteTransitRouterTrafficQosMarkingPolicyOutput)

DeleteTransitRouterTrafficQosMarkingPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterTrafficQosMarkingPolicy operation. The "output" return value will be populated with the DeleteTransitRouterTrafficQosMarkingPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterTrafficQosMarkingPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterTrafficQosMarkingPolicyCommon Send returns without error.

See DeleteTransitRouterTrafficQosMarkingPolicy for more information on using the DeleteTransitRouterTrafficQosMarkingPolicy API call, and error handling.

// Example sending a request using the DeleteTransitRouterTrafficQosMarkingPolicyRequest method.
req, resp := client.DeleteTransitRouterTrafficQosMarkingPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingPolicyWithContext added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosMarkingPolicyWithContext(ctx volcengine.Context, input *DeleteTransitRouterTrafficQosMarkingPolicyInput, opts ...request.Option) (*DeleteTransitRouterTrafficQosMarkingPolicyOutput, error)

DeleteTransitRouterTrafficQosMarkingPolicyWithContext is the same as DeleteTransitRouterTrafficQosMarkingPolicy with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterTrafficQosMarkingPolicy 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 (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueueEntry added in v1.0.162

DeleteTransitRouterTrafficQosQueueEntry API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterTrafficQosQueueEntry for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueueEntryCommon added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosQueueEntryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterTrafficQosQueueEntryCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterTrafficQosQueueEntryCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueueEntryCommonRequest added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosQueueEntryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterTrafficQosQueueEntryCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterTrafficQosQueueEntryCommon operation. The "output" return value will be populated with the DeleteTransitRouterTrafficQosQueueEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterTrafficQosQueueEntryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterTrafficQosQueueEntryCommon Send returns without error.

See DeleteTransitRouterTrafficQosQueueEntryCommon for more information on using the DeleteTransitRouterTrafficQosQueueEntryCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterTrafficQosQueueEntryCommonRequest method.
req, resp := client.DeleteTransitRouterTrafficQosQueueEntryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueueEntryCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosQueueEntryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterTrafficQosQueueEntryCommonWithContext is the same as DeleteTransitRouterTrafficQosQueueEntryCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterTrafficQosQueueEntryCommon 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 (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueueEntryRequest added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosQueueEntryRequest(input *DeleteTransitRouterTrafficQosQueueEntryInput) (req *request.Request, output *DeleteTransitRouterTrafficQosQueueEntryOutput)

DeleteTransitRouterTrafficQosQueueEntryRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterTrafficQosQueueEntry operation. The "output" return value will be populated with the DeleteTransitRouterTrafficQosQueueEntryCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterTrafficQosQueueEntryCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterTrafficQosQueueEntryCommon Send returns without error.

See DeleteTransitRouterTrafficQosQueueEntry for more information on using the DeleteTransitRouterTrafficQosQueueEntry API call, and error handling.

// Example sending a request using the DeleteTransitRouterTrafficQosQueueEntryRequest method.
req, resp := client.DeleteTransitRouterTrafficQosQueueEntryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueueEntryWithContext added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosQueueEntryWithContext(ctx volcengine.Context, input *DeleteTransitRouterTrafficQosQueueEntryInput, opts ...request.Option) (*DeleteTransitRouterTrafficQosQueueEntryOutput, error)

DeleteTransitRouterTrafficQosQueueEntryWithContext is the same as DeleteTransitRouterTrafficQosQueueEntry with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterTrafficQosQueueEntry 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 (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueuePolicy added in v1.0.162

DeleteTransitRouterTrafficQosQueuePolicy API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterTrafficQosQueuePolicy for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueuePolicyCommon added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosQueuePolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterTrafficQosQueuePolicyCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterTrafficQosQueuePolicyCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueuePolicyCommonRequest added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosQueuePolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterTrafficQosQueuePolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterTrafficQosQueuePolicyCommon operation. The "output" return value will be populated with the DeleteTransitRouterTrafficQosQueuePolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterTrafficQosQueuePolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterTrafficQosQueuePolicyCommon Send returns without error.

See DeleteTransitRouterTrafficQosQueuePolicyCommon for more information on using the DeleteTransitRouterTrafficQosQueuePolicyCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterTrafficQosQueuePolicyCommonRequest method.
req, resp := client.DeleteTransitRouterTrafficQosQueuePolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueuePolicyCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosQueuePolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterTrafficQosQueuePolicyCommonWithContext is the same as DeleteTransitRouterTrafficQosQueuePolicyCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterTrafficQosQueuePolicyCommon 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 (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueuePolicyRequest added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosQueuePolicyRequest(input *DeleteTransitRouterTrafficQosQueuePolicyInput) (req *request.Request, output *DeleteTransitRouterTrafficQosQueuePolicyOutput)

DeleteTransitRouterTrafficQosQueuePolicyRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterTrafficQosQueuePolicy operation. The "output" return value will be populated with the DeleteTransitRouterTrafficQosQueuePolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterTrafficQosQueuePolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterTrafficQosQueuePolicyCommon Send returns without error.

See DeleteTransitRouterTrafficQosQueuePolicy for more information on using the DeleteTransitRouterTrafficQosQueuePolicy API call, and error handling.

// Example sending a request using the DeleteTransitRouterTrafficQosQueuePolicyRequest method.
req, resp := client.DeleteTransitRouterTrafficQosQueuePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterTrafficQosQueuePolicyWithContext added in v1.0.162

func (c *TRANSITROUTER) DeleteTransitRouterTrafficQosQueuePolicyWithContext(ctx volcengine.Context, input *DeleteTransitRouterTrafficQosQueuePolicyInput, opts ...request.Option) (*DeleteTransitRouterTrafficQosQueuePolicyOutput, error)

DeleteTransitRouterTrafficQosQueuePolicyWithContext is the same as DeleteTransitRouterTrafficQosQueuePolicy with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterTrafficQosQueuePolicy 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 (*TRANSITROUTER) DeleteTransitRouterVpcAttachment

DeleteTransitRouterVpcAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterVpcAttachment for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterVpcAttachmentCommon

func (c *TRANSITROUTER) DeleteTransitRouterVpcAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterVpcAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterVpcAttachmentCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterVpcAttachmentCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterVpcAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterVpcAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterVpcAttachmentCommon operation. The "output" return value will be populated with the DeleteTransitRouterVpcAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterVpcAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterVpcAttachmentCommon Send returns without error.

See DeleteTransitRouterVpcAttachmentCommon for more information on using the DeleteTransitRouterVpcAttachmentCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterVpcAttachmentCommonRequest method.
req, resp := client.DeleteTransitRouterVpcAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterVpcAttachmentCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterVpcAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterVpcAttachmentCommonWithContext is the same as DeleteTransitRouterVpcAttachmentCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterVpcAttachmentCommon 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 (*TRANSITROUTER) DeleteTransitRouterVpcAttachmentRequest

func (c *TRANSITROUTER) DeleteTransitRouterVpcAttachmentRequest(input *DeleteTransitRouterVpcAttachmentInput) (req *request.Request, output *DeleteTransitRouterVpcAttachmentOutput)

DeleteTransitRouterVpcAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterVpcAttachment operation. The "output" return value will be populated with the DeleteTransitRouterVpcAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterVpcAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterVpcAttachmentCommon Send returns without error.

See DeleteTransitRouterVpcAttachment for more information on using the DeleteTransitRouterVpcAttachment API call, and error handling.

// Example sending a request using the DeleteTransitRouterVpcAttachmentRequest method.
req, resp := client.DeleteTransitRouterVpcAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterVpcAttachmentWithContext

func (c *TRANSITROUTER) DeleteTransitRouterVpcAttachmentWithContext(ctx volcengine.Context, input *DeleteTransitRouterVpcAttachmentInput, opts ...request.Option) (*DeleteTransitRouterVpcAttachmentOutput, error)

DeleteTransitRouterVpcAttachmentWithContext is the same as DeleteTransitRouterVpcAttachment with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterVpcAttachment 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 (*TRANSITROUTER) DeleteTransitRouterVpnAttachment

DeleteTransitRouterVpnAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterVpnAttachment for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterVpnAttachmentCommon

func (c *TRANSITROUTER) DeleteTransitRouterVpnAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTransitRouterVpnAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DeleteTransitRouterVpnAttachmentCommon for usage and error information.

func (*TRANSITROUTER) DeleteTransitRouterVpnAttachmentCommonRequest

func (c *TRANSITROUTER) DeleteTransitRouterVpnAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteTransitRouterVpnAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterVpnAttachmentCommon operation. The "output" return value will be populated with the DeleteTransitRouterVpnAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterVpnAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterVpnAttachmentCommon Send returns without error.

See DeleteTransitRouterVpnAttachmentCommon for more information on using the DeleteTransitRouterVpnAttachmentCommon API call, and error handling.

// Example sending a request using the DeleteTransitRouterVpnAttachmentCommonRequest method.
req, resp := client.DeleteTransitRouterVpnAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterVpnAttachmentCommonWithContext

func (c *TRANSITROUTER) DeleteTransitRouterVpnAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteTransitRouterVpnAttachmentCommonWithContext is the same as DeleteTransitRouterVpnAttachmentCommon with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterVpnAttachmentCommon 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 (*TRANSITROUTER) DeleteTransitRouterVpnAttachmentRequest

func (c *TRANSITROUTER) DeleteTransitRouterVpnAttachmentRequest(input *DeleteTransitRouterVpnAttachmentInput) (req *request.Request, output *DeleteTransitRouterVpnAttachmentOutput)

DeleteTransitRouterVpnAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the DeleteTransitRouterVpnAttachment operation. The "output" return value will be populated with the DeleteTransitRouterVpnAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteTransitRouterVpnAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteTransitRouterVpnAttachmentCommon Send returns without error.

See DeleteTransitRouterVpnAttachment for more information on using the DeleteTransitRouterVpnAttachment API call, and error handling.

// Example sending a request using the DeleteTransitRouterVpnAttachmentRequest method.
req, resp := client.DeleteTransitRouterVpnAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DeleteTransitRouterVpnAttachmentWithContext

func (c *TRANSITROUTER) DeleteTransitRouterVpnAttachmentWithContext(ctx volcengine.Context, input *DeleteTransitRouterVpnAttachmentInput, opts ...request.Option) (*DeleteTransitRouterVpnAttachmentOutput, error)

DeleteTransitRouterVpnAttachmentWithContext is the same as DeleteTransitRouterVpnAttachment with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouterVpnAttachment 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 (*TRANSITROUTER) DeleteTransitRouterWithContext

func (c *TRANSITROUTER) DeleteTransitRouterWithContext(ctx volcengine.Context, input *DeleteTransitRouterInput, opts ...request.Option) (*DeleteTransitRouterOutput, error)

DeleteTransitRouterWithContext is the same as DeleteTransitRouter with the addition of the ability to pass a context and additional request options.

See DeleteTransitRouter 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 (*TRANSITROUTER) DescribeTransitRouterAttachments

DescribeTransitRouterAttachments API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterAttachments for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterAttachmentsCommon

func (c *TRANSITROUTER) DescribeTransitRouterAttachmentsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterAttachmentsCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterAttachmentsCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterAttachmentsCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterAttachmentsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterAttachmentsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterAttachmentsCommon operation. The "output" return value will be populated with the DescribeTransitRouterAttachmentsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterAttachmentsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterAttachmentsCommon Send returns without error.

See DescribeTransitRouterAttachmentsCommon for more information on using the DescribeTransitRouterAttachmentsCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterAttachmentsCommonRequest method.
req, resp := client.DescribeTransitRouterAttachmentsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterAttachmentsCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterAttachmentsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterAttachmentsCommonWithContext is the same as DescribeTransitRouterAttachmentsCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterAttachmentsCommon 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 (*TRANSITROUTER) DescribeTransitRouterAttachmentsRequest

func (c *TRANSITROUTER) DescribeTransitRouterAttachmentsRequest(input *DescribeTransitRouterAttachmentsInput) (req *request.Request, output *DescribeTransitRouterAttachmentsOutput)

DescribeTransitRouterAttachmentsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterAttachments operation. The "output" return value will be populated with the DescribeTransitRouterAttachmentsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterAttachmentsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterAttachmentsCommon Send returns without error.

See DescribeTransitRouterAttachments for more information on using the DescribeTransitRouterAttachments API call, and error handling.

// Example sending a request using the DescribeTransitRouterAttachmentsRequest method.
req, resp := client.DescribeTransitRouterAttachmentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterAttachmentsWithContext

func (c *TRANSITROUTER) DescribeTransitRouterAttachmentsWithContext(ctx volcengine.Context, input *DescribeTransitRouterAttachmentsInput, opts ...request.Option) (*DescribeTransitRouterAttachmentsOutput, error)

DescribeTransitRouterAttachmentsWithContext is the same as DescribeTransitRouterAttachments with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterAttachments 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 (*TRANSITROUTER) DescribeTransitRouterBandwidthPackages

DescribeTransitRouterBandwidthPackages API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterBandwidthPackages for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterBandwidthPackagesBilling

DescribeTransitRouterBandwidthPackagesBilling API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterBandwidthPackagesBilling for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterBandwidthPackagesBillingCommon

func (c *TRANSITROUTER) DescribeTransitRouterBandwidthPackagesBillingCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterBandwidthPackagesBillingCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterBandwidthPackagesBillingCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterBandwidthPackagesBillingCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterBandwidthPackagesBillingCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterBandwidthPackagesBillingCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterBandwidthPackagesBillingCommon operation. The "output" return value will be populated with the DescribeTransitRouterBandwidthPackagesBillingCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterBandwidthPackagesBillingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterBandwidthPackagesBillingCommon Send returns without error.

See DescribeTransitRouterBandwidthPackagesBillingCommon for more information on using the DescribeTransitRouterBandwidthPackagesBillingCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterBandwidthPackagesBillingCommonRequest method.
req, resp := client.DescribeTransitRouterBandwidthPackagesBillingCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterBandwidthPackagesBillingCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterBandwidthPackagesBillingCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterBandwidthPackagesBillingCommonWithContext is the same as DescribeTransitRouterBandwidthPackagesBillingCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterBandwidthPackagesBillingCommon 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 (*TRANSITROUTER) DescribeTransitRouterBandwidthPackagesBillingRequest

func (c *TRANSITROUTER) DescribeTransitRouterBandwidthPackagesBillingRequest(input *DescribeTransitRouterBandwidthPackagesBillingInput) (req *request.Request, output *DescribeTransitRouterBandwidthPackagesBillingOutput)

DescribeTransitRouterBandwidthPackagesBillingRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterBandwidthPackagesBilling operation. The "output" return value will be populated with the DescribeTransitRouterBandwidthPackagesBillingCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterBandwidthPackagesBillingCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterBandwidthPackagesBillingCommon Send returns without error.

See DescribeTransitRouterBandwidthPackagesBilling for more information on using the DescribeTransitRouterBandwidthPackagesBilling API call, and error handling.

// Example sending a request using the DescribeTransitRouterBandwidthPackagesBillingRequest method.
req, resp := client.DescribeTransitRouterBandwidthPackagesBillingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterBandwidthPackagesBillingWithContext

func (c *TRANSITROUTER) DescribeTransitRouterBandwidthPackagesBillingWithContext(ctx volcengine.Context, input *DescribeTransitRouterBandwidthPackagesBillingInput, opts ...request.Option) (*DescribeTransitRouterBandwidthPackagesBillingOutput, error)

DescribeTransitRouterBandwidthPackagesBillingWithContext is the same as DescribeTransitRouterBandwidthPackagesBilling with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterBandwidthPackagesBilling 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 (*TRANSITROUTER) DescribeTransitRouterBandwidthPackagesCommon

func (c *TRANSITROUTER) DescribeTransitRouterBandwidthPackagesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterBandwidthPackagesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterBandwidthPackagesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterBandwidthPackagesCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterBandwidthPackagesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterBandwidthPackagesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterBandwidthPackagesCommon operation. The "output" return value will be populated with the DescribeTransitRouterBandwidthPackagesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterBandwidthPackagesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterBandwidthPackagesCommon Send returns without error.

See DescribeTransitRouterBandwidthPackagesCommon for more information on using the DescribeTransitRouterBandwidthPackagesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterBandwidthPackagesCommonRequest method.
req, resp := client.DescribeTransitRouterBandwidthPackagesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterBandwidthPackagesCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterBandwidthPackagesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterBandwidthPackagesCommonWithContext is the same as DescribeTransitRouterBandwidthPackagesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterBandwidthPackagesCommon 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 (*TRANSITROUTER) DescribeTransitRouterBandwidthPackagesRequest

func (c *TRANSITROUTER) DescribeTransitRouterBandwidthPackagesRequest(input *DescribeTransitRouterBandwidthPackagesInput) (req *request.Request, output *DescribeTransitRouterBandwidthPackagesOutput)

DescribeTransitRouterBandwidthPackagesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterBandwidthPackages operation. The "output" return value will be populated with the DescribeTransitRouterBandwidthPackagesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterBandwidthPackagesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterBandwidthPackagesCommon Send returns without error.

See DescribeTransitRouterBandwidthPackages for more information on using the DescribeTransitRouterBandwidthPackages API call, and error handling.

// Example sending a request using the DescribeTransitRouterBandwidthPackagesRequest method.
req, resp := client.DescribeTransitRouterBandwidthPackagesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterBandwidthPackagesWithContext

func (c *TRANSITROUTER) DescribeTransitRouterBandwidthPackagesWithContext(ctx volcengine.Context, input *DescribeTransitRouterBandwidthPackagesInput, opts ...request.Option) (*DescribeTransitRouterBandwidthPackagesOutput, error)

DescribeTransitRouterBandwidthPackagesWithContext is the same as DescribeTransitRouterBandwidthPackages with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterBandwidthPackages 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 (*TRANSITROUTER) DescribeTransitRouterDirectConnectGatewayAttachments

DescribeTransitRouterDirectConnectGatewayAttachments API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterDirectConnectGatewayAttachments for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterDirectConnectGatewayAttachmentsCommon

func (c *TRANSITROUTER) DescribeTransitRouterDirectConnectGatewayAttachmentsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterDirectConnectGatewayAttachmentsCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterDirectConnectGatewayAttachmentsCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterDirectConnectGatewayAttachmentsCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterDirectConnectGatewayAttachmentsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterDirectConnectGatewayAttachmentsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterDirectConnectGatewayAttachmentsCommon operation. The "output" return value will be populated with the DescribeTransitRouterDirectConnectGatewayAttachmentsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterDirectConnectGatewayAttachmentsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterDirectConnectGatewayAttachmentsCommon Send returns without error.

See DescribeTransitRouterDirectConnectGatewayAttachmentsCommon for more information on using the DescribeTransitRouterDirectConnectGatewayAttachmentsCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterDirectConnectGatewayAttachmentsCommonRequest method.
req, resp := client.DescribeTransitRouterDirectConnectGatewayAttachmentsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterDirectConnectGatewayAttachmentsCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterDirectConnectGatewayAttachmentsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterDirectConnectGatewayAttachmentsCommonWithContext is the same as DescribeTransitRouterDirectConnectGatewayAttachmentsCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterDirectConnectGatewayAttachmentsCommon 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 (*TRANSITROUTER) DescribeTransitRouterDirectConnectGatewayAttachmentsRequest

func (c *TRANSITROUTER) DescribeTransitRouterDirectConnectGatewayAttachmentsRequest(input *DescribeTransitRouterDirectConnectGatewayAttachmentsInput) (req *request.Request, output *DescribeTransitRouterDirectConnectGatewayAttachmentsOutput)

DescribeTransitRouterDirectConnectGatewayAttachmentsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterDirectConnectGatewayAttachments operation. The "output" return value will be populated with the DescribeTransitRouterDirectConnectGatewayAttachmentsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterDirectConnectGatewayAttachmentsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterDirectConnectGatewayAttachmentsCommon Send returns without error.

See DescribeTransitRouterDirectConnectGatewayAttachments for more information on using the DescribeTransitRouterDirectConnectGatewayAttachments API call, and error handling.

// Example sending a request using the DescribeTransitRouterDirectConnectGatewayAttachmentsRequest method.
req, resp := client.DescribeTransitRouterDirectConnectGatewayAttachmentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterDirectConnectGatewayAttachmentsWithContext

func (c *TRANSITROUTER) DescribeTransitRouterDirectConnectGatewayAttachmentsWithContext(ctx volcengine.Context, input *DescribeTransitRouterDirectConnectGatewayAttachmentsInput, opts ...request.Option) (*DescribeTransitRouterDirectConnectGatewayAttachmentsOutput, error)

DescribeTransitRouterDirectConnectGatewayAttachmentsWithContext is the same as DescribeTransitRouterDirectConnectGatewayAttachments with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterDirectConnectGatewayAttachments 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 (*TRANSITROUTER) DescribeTransitRouterForwardPolicyEntries

DescribeTransitRouterForwardPolicyEntries API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterForwardPolicyEntries for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterForwardPolicyEntriesCommon

func (c *TRANSITROUTER) DescribeTransitRouterForwardPolicyEntriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterForwardPolicyEntriesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterForwardPolicyEntriesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterForwardPolicyEntriesCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterForwardPolicyEntriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterForwardPolicyEntriesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterForwardPolicyEntriesCommon operation. The "output" return value will be populated with the DescribeTransitRouterForwardPolicyEntriesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterForwardPolicyEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterForwardPolicyEntriesCommon Send returns without error.

See DescribeTransitRouterForwardPolicyEntriesCommon for more information on using the DescribeTransitRouterForwardPolicyEntriesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterForwardPolicyEntriesCommonRequest method.
req, resp := client.DescribeTransitRouterForwardPolicyEntriesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterForwardPolicyEntriesCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterForwardPolicyEntriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterForwardPolicyEntriesCommonWithContext is the same as DescribeTransitRouterForwardPolicyEntriesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterForwardPolicyEntriesCommon 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 (*TRANSITROUTER) DescribeTransitRouterForwardPolicyEntriesRequest

func (c *TRANSITROUTER) DescribeTransitRouterForwardPolicyEntriesRequest(input *DescribeTransitRouterForwardPolicyEntriesInput) (req *request.Request, output *DescribeTransitRouterForwardPolicyEntriesOutput)

DescribeTransitRouterForwardPolicyEntriesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterForwardPolicyEntries operation. The "output" return value will be populated with the DescribeTransitRouterForwardPolicyEntriesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterForwardPolicyEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterForwardPolicyEntriesCommon Send returns without error.

See DescribeTransitRouterForwardPolicyEntries for more information on using the DescribeTransitRouterForwardPolicyEntries API call, and error handling.

// Example sending a request using the DescribeTransitRouterForwardPolicyEntriesRequest method.
req, resp := client.DescribeTransitRouterForwardPolicyEntriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterForwardPolicyEntriesWithContext

func (c *TRANSITROUTER) DescribeTransitRouterForwardPolicyEntriesWithContext(ctx volcengine.Context, input *DescribeTransitRouterForwardPolicyEntriesInput, opts ...request.Option) (*DescribeTransitRouterForwardPolicyEntriesOutput, error)

DescribeTransitRouterForwardPolicyEntriesWithContext is the same as DescribeTransitRouterForwardPolicyEntries with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterForwardPolicyEntries 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 (*TRANSITROUTER) DescribeTransitRouterForwardPolicyTables

DescribeTransitRouterForwardPolicyTables API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterForwardPolicyTables for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterForwardPolicyTablesCommon

func (c *TRANSITROUTER) DescribeTransitRouterForwardPolicyTablesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterForwardPolicyTablesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterForwardPolicyTablesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterForwardPolicyTablesCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterForwardPolicyTablesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterForwardPolicyTablesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterForwardPolicyTablesCommon operation. The "output" return value will be populated with the DescribeTransitRouterForwardPolicyTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterForwardPolicyTablesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterForwardPolicyTablesCommon Send returns without error.

See DescribeTransitRouterForwardPolicyTablesCommon for more information on using the DescribeTransitRouterForwardPolicyTablesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterForwardPolicyTablesCommonRequest method.
req, resp := client.DescribeTransitRouterForwardPolicyTablesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterForwardPolicyTablesCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterForwardPolicyTablesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterForwardPolicyTablesCommonWithContext is the same as DescribeTransitRouterForwardPolicyTablesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterForwardPolicyTablesCommon 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 (*TRANSITROUTER) DescribeTransitRouterForwardPolicyTablesRequest

func (c *TRANSITROUTER) DescribeTransitRouterForwardPolicyTablesRequest(input *DescribeTransitRouterForwardPolicyTablesInput) (req *request.Request, output *DescribeTransitRouterForwardPolicyTablesOutput)

DescribeTransitRouterForwardPolicyTablesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterForwardPolicyTables operation. The "output" return value will be populated with the DescribeTransitRouterForwardPolicyTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterForwardPolicyTablesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterForwardPolicyTablesCommon Send returns without error.

See DescribeTransitRouterForwardPolicyTables for more information on using the DescribeTransitRouterForwardPolicyTables API call, and error handling.

// Example sending a request using the DescribeTransitRouterForwardPolicyTablesRequest method.
req, resp := client.DescribeTransitRouterForwardPolicyTablesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterForwardPolicyTablesWithContext

func (c *TRANSITROUTER) DescribeTransitRouterForwardPolicyTablesWithContext(ctx volcengine.Context, input *DescribeTransitRouterForwardPolicyTablesInput, opts ...request.Option) (*DescribeTransitRouterForwardPolicyTablesOutput, error)

DescribeTransitRouterForwardPolicyTablesWithContext is the same as DescribeTransitRouterForwardPolicyTables with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterForwardPolicyTables 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 (*TRANSITROUTER) DescribeTransitRouterGrantRules

DescribeTransitRouterGrantRules API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterGrantRules for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterGrantRulesCommon

func (c *TRANSITROUTER) DescribeTransitRouterGrantRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterGrantRulesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterGrantRulesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterGrantRulesCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterGrantRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterGrantRulesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterGrantRulesCommon operation. The "output" return value will be populated with the DescribeTransitRouterGrantRulesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterGrantRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterGrantRulesCommon Send returns without error.

See DescribeTransitRouterGrantRulesCommon for more information on using the DescribeTransitRouterGrantRulesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterGrantRulesCommonRequest method.
req, resp := client.DescribeTransitRouterGrantRulesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterGrantRulesCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterGrantRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterGrantRulesCommonWithContext is the same as DescribeTransitRouterGrantRulesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterGrantRulesCommon 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 (*TRANSITROUTER) DescribeTransitRouterGrantRulesRequest

func (c *TRANSITROUTER) DescribeTransitRouterGrantRulesRequest(input *DescribeTransitRouterGrantRulesInput) (req *request.Request, output *DescribeTransitRouterGrantRulesOutput)

DescribeTransitRouterGrantRulesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterGrantRules operation. The "output" return value will be populated with the DescribeTransitRouterGrantRulesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterGrantRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterGrantRulesCommon Send returns without error.

See DescribeTransitRouterGrantRules for more information on using the DescribeTransitRouterGrantRules API call, and error handling.

// Example sending a request using the DescribeTransitRouterGrantRulesRequest method.
req, resp := client.DescribeTransitRouterGrantRulesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterGrantRulesWithContext

func (c *TRANSITROUTER) DescribeTransitRouterGrantRulesWithContext(ctx volcengine.Context, input *DescribeTransitRouterGrantRulesInput, opts ...request.Option) (*DescribeTransitRouterGrantRulesOutput, error)

DescribeTransitRouterGrantRulesWithContext is the same as DescribeTransitRouterGrantRules with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterGrantRules 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 (*TRANSITROUTER) DescribeTransitRouterPeerAttachments

DescribeTransitRouterPeerAttachments API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterPeerAttachments for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterPeerAttachmentsCommon

func (c *TRANSITROUTER) DescribeTransitRouterPeerAttachmentsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterPeerAttachmentsCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterPeerAttachmentsCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterPeerAttachmentsCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterPeerAttachmentsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterPeerAttachmentsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterPeerAttachmentsCommon operation. The "output" return value will be populated with the DescribeTransitRouterPeerAttachmentsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterPeerAttachmentsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterPeerAttachmentsCommon Send returns without error.

See DescribeTransitRouterPeerAttachmentsCommon for more information on using the DescribeTransitRouterPeerAttachmentsCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterPeerAttachmentsCommonRequest method.
req, resp := client.DescribeTransitRouterPeerAttachmentsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterPeerAttachmentsCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterPeerAttachmentsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterPeerAttachmentsCommonWithContext is the same as DescribeTransitRouterPeerAttachmentsCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterPeerAttachmentsCommon 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 (*TRANSITROUTER) DescribeTransitRouterPeerAttachmentsRequest

func (c *TRANSITROUTER) DescribeTransitRouterPeerAttachmentsRequest(input *DescribeTransitRouterPeerAttachmentsInput) (req *request.Request, output *DescribeTransitRouterPeerAttachmentsOutput)

DescribeTransitRouterPeerAttachmentsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterPeerAttachments operation. The "output" return value will be populated with the DescribeTransitRouterPeerAttachmentsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterPeerAttachmentsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterPeerAttachmentsCommon Send returns without error.

See DescribeTransitRouterPeerAttachments for more information on using the DescribeTransitRouterPeerAttachments API call, and error handling.

// Example sending a request using the DescribeTransitRouterPeerAttachmentsRequest method.
req, resp := client.DescribeTransitRouterPeerAttachmentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterPeerAttachmentsWithContext

func (c *TRANSITROUTER) DescribeTransitRouterPeerAttachmentsWithContext(ctx volcengine.Context, input *DescribeTransitRouterPeerAttachmentsInput, opts ...request.Option) (*DescribeTransitRouterPeerAttachmentsOutput, error)

DescribeTransitRouterPeerAttachmentsWithContext is the same as DescribeTransitRouterPeerAttachments with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterPeerAttachments 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 (*TRANSITROUTER) DescribeTransitRouterRegions

DescribeTransitRouterRegions API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRegions for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRegionsCommon

func (c *TRANSITROUTER) DescribeTransitRouterRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterRegionsCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRegionsCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRegionsCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterRegionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterRegionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRegionsCommon operation. The "output" return value will be populated with the DescribeTransitRouterRegionsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRegionsCommon Send returns without error.

See DescribeTransitRouterRegionsCommon for more information on using the DescribeTransitRouterRegionsCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterRegionsCommonRequest method.
req, resp := client.DescribeTransitRouterRegionsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRegionsCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterRegionsCommonWithContext is the same as DescribeTransitRouterRegionsCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRegionsCommon 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 (*TRANSITROUTER) DescribeTransitRouterRegionsRequest

func (c *TRANSITROUTER) DescribeTransitRouterRegionsRequest(input *DescribeTransitRouterRegionsInput) (req *request.Request, output *DescribeTransitRouterRegionsOutput)

DescribeTransitRouterRegionsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRegions operation. The "output" return value will be populated with the DescribeTransitRouterRegionsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRegionsCommon Send returns without error.

See DescribeTransitRouterRegions for more information on using the DescribeTransitRouterRegions API call, and error handling.

// Example sending a request using the DescribeTransitRouterRegionsRequest method.
req, resp := client.DescribeTransitRouterRegionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRegionsWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRegionsWithContext(ctx volcengine.Context, input *DescribeTransitRouterRegionsInput, opts ...request.Option) (*DescribeTransitRouterRegionsOutput, error)

DescribeTransitRouterRegionsWithContext is the same as DescribeTransitRouterRegions with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRegions 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 (*TRANSITROUTER) DescribeTransitRouterRouteEntries

DescribeTransitRouterRouteEntries API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRouteEntries for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRouteEntriesCommon

func (c *TRANSITROUTER) DescribeTransitRouterRouteEntriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterRouteEntriesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRouteEntriesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRouteEntriesCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterRouteEntriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterRouteEntriesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRouteEntriesCommon operation. The "output" return value will be populated with the DescribeTransitRouterRouteEntriesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRouteEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRouteEntriesCommon Send returns without error.

See DescribeTransitRouterRouteEntriesCommon for more information on using the DescribeTransitRouterRouteEntriesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterRouteEntriesCommonRequest method.
req, resp := client.DescribeTransitRouterRouteEntriesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRouteEntriesCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRouteEntriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterRouteEntriesCommonWithContext is the same as DescribeTransitRouterRouteEntriesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRouteEntriesCommon 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 (*TRANSITROUTER) DescribeTransitRouterRouteEntriesRequest

func (c *TRANSITROUTER) DescribeTransitRouterRouteEntriesRequest(input *DescribeTransitRouterRouteEntriesInput) (req *request.Request, output *DescribeTransitRouterRouteEntriesOutput)

DescribeTransitRouterRouteEntriesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRouteEntries operation. The "output" return value will be populated with the DescribeTransitRouterRouteEntriesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRouteEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRouteEntriesCommon Send returns without error.

See DescribeTransitRouterRouteEntries for more information on using the DescribeTransitRouterRouteEntries API call, and error handling.

// Example sending a request using the DescribeTransitRouterRouteEntriesRequest method.
req, resp := client.DescribeTransitRouterRouteEntriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRouteEntriesWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRouteEntriesWithContext(ctx volcengine.Context, input *DescribeTransitRouterRouteEntriesInput, opts ...request.Option) (*DescribeTransitRouterRouteEntriesOutput, error)

DescribeTransitRouterRouteEntriesWithContext is the same as DescribeTransitRouterRouteEntries with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRouteEntries 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 (*TRANSITROUTER) DescribeTransitRouterRoutePolicyEntries

DescribeTransitRouterRoutePolicyEntries API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRoutePolicyEntries for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRoutePolicyEntriesCommon

func (c *TRANSITROUTER) DescribeTransitRouterRoutePolicyEntriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterRoutePolicyEntriesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRoutePolicyEntriesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRoutePolicyEntriesCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterRoutePolicyEntriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterRoutePolicyEntriesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRoutePolicyEntriesCommon operation. The "output" return value will be populated with the DescribeTransitRouterRoutePolicyEntriesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRoutePolicyEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRoutePolicyEntriesCommon Send returns without error.

See DescribeTransitRouterRoutePolicyEntriesCommon for more information on using the DescribeTransitRouterRoutePolicyEntriesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterRoutePolicyEntriesCommonRequest method.
req, resp := client.DescribeTransitRouterRoutePolicyEntriesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRoutePolicyEntriesCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRoutePolicyEntriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterRoutePolicyEntriesCommonWithContext is the same as DescribeTransitRouterRoutePolicyEntriesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRoutePolicyEntriesCommon 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 (*TRANSITROUTER) DescribeTransitRouterRoutePolicyEntriesRequest

func (c *TRANSITROUTER) DescribeTransitRouterRoutePolicyEntriesRequest(input *DescribeTransitRouterRoutePolicyEntriesInput) (req *request.Request, output *DescribeTransitRouterRoutePolicyEntriesOutput)

DescribeTransitRouterRoutePolicyEntriesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRoutePolicyEntries operation. The "output" return value will be populated with the DescribeTransitRouterRoutePolicyEntriesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRoutePolicyEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRoutePolicyEntriesCommon Send returns without error.

See DescribeTransitRouterRoutePolicyEntries for more information on using the DescribeTransitRouterRoutePolicyEntries API call, and error handling.

// Example sending a request using the DescribeTransitRouterRoutePolicyEntriesRequest method.
req, resp := client.DescribeTransitRouterRoutePolicyEntriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRoutePolicyEntriesWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRoutePolicyEntriesWithContext(ctx volcengine.Context, input *DescribeTransitRouterRoutePolicyEntriesInput, opts ...request.Option) (*DescribeTransitRouterRoutePolicyEntriesOutput, error)

DescribeTransitRouterRoutePolicyEntriesWithContext is the same as DescribeTransitRouterRoutePolicyEntries with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRoutePolicyEntries 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 (*TRANSITROUTER) DescribeTransitRouterRoutePolicyTables

DescribeTransitRouterRoutePolicyTables API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRoutePolicyTables for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRoutePolicyTablesCommon

func (c *TRANSITROUTER) DescribeTransitRouterRoutePolicyTablesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterRoutePolicyTablesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRoutePolicyTablesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRoutePolicyTablesCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterRoutePolicyTablesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterRoutePolicyTablesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRoutePolicyTablesCommon operation. The "output" return value will be populated with the DescribeTransitRouterRoutePolicyTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRoutePolicyTablesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRoutePolicyTablesCommon Send returns without error.

See DescribeTransitRouterRoutePolicyTablesCommon for more information on using the DescribeTransitRouterRoutePolicyTablesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterRoutePolicyTablesCommonRequest method.
req, resp := client.DescribeTransitRouterRoutePolicyTablesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRoutePolicyTablesCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRoutePolicyTablesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterRoutePolicyTablesCommonWithContext is the same as DescribeTransitRouterRoutePolicyTablesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRoutePolicyTablesCommon 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 (*TRANSITROUTER) DescribeTransitRouterRoutePolicyTablesRequest

func (c *TRANSITROUTER) DescribeTransitRouterRoutePolicyTablesRequest(input *DescribeTransitRouterRoutePolicyTablesInput) (req *request.Request, output *DescribeTransitRouterRoutePolicyTablesOutput)

DescribeTransitRouterRoutePolicyTablesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRoutePolicyTables operation. The "output" return value will be populated with the DescribeTransitRouterRoutePolicyTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRoutePolicyTablesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRoutePolicyTablesCommon Send returns without error.

See DescribeTransitRouterRoutePolicyTables for more information on using the DescribeTransitRouterRoutePolicyTables API call, and error handling.

// Example sending a request using the DescribeTransitRouterRoutePolicyTablesRequest method.
req, resp := client.DescribeTransitRouterRoutePolicyTablesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRoutePolicyTablesWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRoutePolicyTablesWithContext(ctx volcengine.Context, input *DescribeTransitRouterRoutePolicyTablesInput, opts ...request.Option) (*DescribeTransitRouterRoutePolicyTablesOutput, error)

DescribeTransitRouterRoutePolicyTablesWithContext is the same as DescribeTransitRouterRoutePolicyTables with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRoutePolicyTables 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 (*TRANSITROUTER) DescribeTransitRouterRouteTableAssociations

DescribeTransitRouterRouteTableAssociations API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRouteTableAssociations for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRouteTableAssociationsCommon

func (c *TRANSITROUTER) DescribeTransitRouterRouteTableAssociationsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterRouteTableAssociationsCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRouteTableAssociationsCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRouteTableAssociationsCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterRouteTableAssociationsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterRouteTableAssociationsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRouteTableAssociationsCommon operation. The "output" return value will be populated with the DescribeTransitRouterRouteTableAssociationsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRouteTableAssociationsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRouteTableAssociationsCommon Send returns without error.

See DescribeTransitRouterRouteTableAssociationsCommon for more information on using the DescribeTransitRouterRouteTableAssociationsCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterRouteTableAssociationsCommonRequest method.
req, resp := client.DescribeTransitRouterRouteTableAssociationsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRouteTableAssociationsCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRouteTableAssociationsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterRouteTableAssociationsCommonWithContext is the same as DescribeTransitRouterRouteTableAssociationsCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRouteTableAssociationsCommon 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 (*TRANSITROUTER) DescribeTransitRouterRouteTableAssociationsRequest

func (c *TRANSITROUTER) DescribeTransitRouterRouteTableAssociationsRequest(input *DescribeTransitRouterRouteTableAssociationsInput) (req *request.Request, output *DescribeTransitRouterRouteTableAssociationsOutput)

DescribeTransitRouterRouteTableAssociationsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRouteTableAssociations operation. The "output" return value will be populated with the DescribeTransitRouterRouteTableAssociationsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRouteTableAssociationsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRouteTableAssociationsCommon Send returns without error.

See DescribeTransitRouterRouteTableAssociations for more information on using the DescribeTransitRouterRouteTableAssociations API call, and error handling.

// Example sending a request using the DescribeTransitRouterRouteTableAssociationsRequest method.
req, resp := client.DescribeTransitRouterRouteTableAssociationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRouteTableAssociationsWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRouteTableAssociationsWithContext(ctx volcengine.Context, input *DescribeTransitRouterRouteTableAssociationsInput, opts ...request.Option) (*DescribeTransitRouterRouteTableAssociationsOutput, error)

DescribeTransitRouterRouteTableAssociationsWithContext is the same as DescribeTransitRouterRouteTableAssociations with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRouteTableAssociations 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 (*TRANSITROUTER) DescribeTransitRouterRouteTablePropagations

DescribeTransitRouterRouteTablePropagations API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRouteTablePropagations for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRouteTablePropagationsCommon

func (c *TRANSITROUTER) DescribeTransitRouterRouteTablePropagationsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterRouteTablePropagationsCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRouteTablePropagationsCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRouteTablePropagationsCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterRouteTablePropagationsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterRouteTablePropagationsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRouteTablePropagationsCommon operation. The "output" return value will be populated with the DescribeTransitRouterRouteTablePropagationsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRouteTablePropagationsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRouteTablePropagationsCommon Send returns without error.

See DescribeTransitRouterRouteTablePropagationsCommon for more information on using the DescribeTransitRouterRouteTablePropagationsCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterRouteTablePropagationsCommonRequest method.
req, resp := client.DescribeTransitRouterRouteTablePropagationsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRouteTablePropagationsCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRouteTablePropagationsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterRouteTablePropagationsCommonWithContext is the same as DescribeTransitRouterRouteTablePropagationsCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRouteTablePropagationsCommon 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 (*TRANSITROUTER) DescribeTransitRouterRouteTablePropagationsRequest

func (c *TRANSITROUTER) DescribeTransitRouterRouteTablePropagationsRequest(input *DescribeTransitRouterRouteTablePropagationsInput) (req *request.Request, output *DescribeTransitRouterRouteTablePropagationsOutput)

DescribeTransitRouterRouteTablePropagationsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRouteTablePropagations operation. The "output" return value will be populated with the DescribeTransitRouterRouteTablePropagationsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRouteTablePropagationsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRouteTablePropagationsCommon Send returns without error.

See DescribeTransitRouterRouteTablePropagations for more information on using the DescribeTransitRouterRouteTablePropagations API call, and error handling.

// Example sending a request using the DescribeTransitRouterRouteTablePropagationsRequest method.
req, resp := client.DescribeTransitRouterRouteTablePropagationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRouteTablePropagationsWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRouteTablePropagationsWithContext(ctx volcengine.Context, input *DescribeTransitRouterRouteTablePropagationsInput, opts ...request.Option) (*DescribeTransitRouterRouteTablePropagationsOutput, error)

DescribeTransitRouterRouteTablePropagationsWithContext is the same as DescribeTransitRouterRouteTablePropagations with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRouteTablePropagations 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 (*TRANSITROUTER) DescribeTransitRouterRouteTables

DescribeTransitRouterRouteTables API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRouteTables for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRouteTablesCommon

func (c *TRANSITROUTER) DescribeTransitRouterRouteTablesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterRouteTablesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterRouteTablesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterRouteTablesCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterRouteTablesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterRouteTablesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRouteTablesCommon operation. The "output" return value will be populated with the DescribeTransitRouterRouteTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRouteTablesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRouteTablesCommon Send returns without error.

See DescribeTransitRouterRouteTablesCommon for more information on using the DescribeTransitRouterRouteTablesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterRouteTablesCommonRequest method.
req, resp := client.DescribeTransitRouterRouteTablesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRouteTablesCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRouteTablesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterRouteTablesCommonWithContext is the same as DescribeTransitRouterRouteTablesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRouteTablesCommon 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 (*TRANSITROUTER) DescribeTransitRouterRouteTablesRequest

func (c *TRANSITROUTER) DescribeTransitRouterRouteTablesRequest(input *DescribeTransitRouterRouteTablesInput) (req *request.Request, output *DescribeTransitRouterRouteTablesOutput)

DescribeTransitRouterRouteTablesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterRouteTables operation. The "output" return value will be populated with the DescribeTransitRouterRouteTablesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterRouteTablesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterRouteTablesCommon Send returns without error.

See DescribeTransitRouterRouteTables for more information on using the DescribeTransitRouterRouteTables API call, and error handling.

// Example sending a request using the DescribeTransitRouterRouteTablesRequest method.
req, resp := client.DescribeTransitRouterRouteTablesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterRouteTablesWithContext

func (c *TRANSITROUTER) DescribeTransitRouterRouteTablesWithContext(ctx volcengine.Context, input *DescribeTransitRouterRouteTablesInput, opts ...request.Option) (*DescribeTransitRouterRouteTablesOutput, error)

DescribeTransitRouterRouteTablesWithContext is the same as DescribeTransitRouterRouteTables with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterRouteTables 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 (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingEntries added in v1.0.162

DescribeTransitRouterTrafficQosMarkingEntries API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterTrafficQosMarkingEntries for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingEntriesCommon added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingEntriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterTrafficQosMarkingEntriesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterTrafficQosMarkingEntriesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingEntriesCommonRequest added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingEntriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterTrafficQosMarkingEntriesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterTrafficQosMarkingEntriesCommon operation. The "output" return value will be populated with the DescribeTransitRouterTrafficQosMarkingEntriesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterTrafficQosMarkingEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterTrafficQosMarkingEntriesCommon Send returns without error.

See DescribeTransitRouterTrafficQosMarkingEntriesCommon for more information on using the DescribeTransitRouterTrafficQosMarkingEntriesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterTrafficQosMarkingEntriesCommonRequest method.
req, resp := client.DescribeTransitRouterTrafficQosMarkingEntriesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingEntriesCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingEntriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterTrafficQosMarkingEntriesCommonWithContext is the same as DescribeTransitRouterTrafficQosMarkingEntriesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterTrafficQosMarkingEntriesCommon 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 (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingEntriesRequest added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingEntriesRequest(input *DescribeTransitRouterTrafficQosMarkingEntriesInput) (req *request.Request, output *DescribeTransitRouterTrafficQosMarkingEntriesOutput)

DescribeTransitRouterTrafficQosMarkingEntriesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterTrafficQosMarkingEntries operation. The "output" return value will be populated with the DescribeTransitRouterTrafficQosMarkingEntriesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterTrafficQosMarkingEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterTrafficQosMarkingEntriesCommon Send returns without error.

See DescribeTransitRouterTrafficQosMarkingEntries for more information on using the DescribeTransitRouterTrafficQosMarkingEntries API call, and error handling.

// Example sending a request using the DescribeTransitRouterTrafficQosMarkingEntriesRequest method.
req, resp := client.DescribeTransitRouterTrafficQosMarkingEntriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingEntriesWithContext added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingEntriesWithContext(ctx volcengine.Context, input *DescribeTransitRouterTrafficQosMarkingEntriesInput, opts ...request.Option) (*DescribeTransitRouterTrafficQosMarkingEntriesOutput, error)

DescribeTransitRouterTrafficQosMarkingEntriesWithContext is the same as DescribeTransitRouterTrafficQosMarkingEntries with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterTrafficQosMarkingEntries 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 (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingPolicies added in v1.0.162

DescribeTransitRouterTrafficQosMarkingPolicies API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterTrafficQosMarkingPolicies for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingPoliciesCommon added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingPoliciesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterTrafficQosMarkingPoliciesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterTrafficQosMarkingPoliciesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingPoliciesCommonRequest added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingPoliciesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterTrafficQosMarkingPoliciesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterTrafficQosMarkingPoliciesCommon operation. The "output" return value will be populated with the DescribeTransitRouterTrafficQosMarkingPoliciesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterTrafficQosMarkingPoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterTrafficQosMarkingPoliciesCommon Send returns without error.

See DescribeTransitRouterTrafficQosMarkingPoliciesCommon for more information on using the DescribeTransitRouterTrafficQosMarkingPoliciesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterTrafficQosMarkingPoliciesCommonRequest method.
req, resp := client.DescribeTransitRouterTrafficQosMarkingPoliciesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingPoliciesCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingPoliciesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterTrafficQosMarkingPoliciesCommonWithContext is the same as DescribeTransitRouterTrafficQosMarkingPoliciesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterTrafficQosMarkingPoliciesCommon 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 (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingPoliciesRequest added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingPoliciesRequest(input *DescribeTransitRouterTrafficQosMarkingPoliciesInput) (req *request.Request, output *DescribeTransitRouterTrafficQosMarkingPoliciesOutput)

DescribeTransitRouterTrafficQosMarkingPoliciesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterTrafficQosMarkingPolicies operation. The "output" return value will be populated with the DescribeTransitRouterTrafficQosMarkingPoliciesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterTrafficQosMarkingPoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterTrafficQosMarkingPoliciesCommon Send returns without error.

See DescribeTransitRouterTrafficQosMarkingPolicies for more information on using the DescribeTransitRouterTrafficQosMarkingPolicies API call, and error handling.

// Example sending a request using the DescribeTransitRouterTrafficQosMarkingPoliciesRequest method.
req, resp := client.DescribeTransitRouterTrafficQosMarkingPoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingPoliciesWithContext added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosMarkingPoliciesWithContext(ctx volcengine.Context, input *DescribeTransitRouterTrafficQosMarkingPoliciesInput, opts ...request.Option) (*DescribeTransitRouterTrafficQosMarkingPoliciesOutput, error)

DescribeTransitRouterTrafficQosMarkingPoliciesWithContext is the same as DescribeTransitRouterTrafficQosMarkingPolicies with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterTrafficQosMarkingPolicies 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 (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueueEntries added in v1.0.162

DescribeTransitRouterTrafficQosQueueEntries API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterTrafficQosQueueEntries for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueueEntriesCommon added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosQueueEntriesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterTrafficQosQueueEntriesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterTrafficQosQueueEntriesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueueEntriesCommonRequest added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosQueueEntriesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterTrafficQosQueueEntriesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterTrafficQosQueueEntriesCommon operation. The "output" return value will be populated with the DescribeTransitRouterTrafficQosQueueEntriesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterTrafficQosQueueEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterTrafficQosQueueEntriesCommon Send returns without error.

See DescribeTransitRouterTrafficQosQueueEntriesCommon for more information on using the DescribeTransitRouterTrafficQosQueueEntriesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterTrafficQosQueueEntriesCommonRequest method.
req, resp := client.DescribeTransitRouterTrafficQosQueueEntriesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueueEntriesCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosQueueEntriesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterTrafficQosQueueEntriesCommonWithContext is the same as DescribeTransitRouterTrafficQosQueueEntriesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterTrafficQosQueueEntriesCommon 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 (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueueEntriesRequest added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosQueueEntriesRequest(input *DescribeTransitRouterTrafficQosQueueEntriesInput) (req *request.Request, output *DescribeTransitRouterTrafficQosQueueEntriesOutput)

DescribeTransitRouterTrafficQosQueueEntriesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterTrafficQosQueueEntries operation. The "output" return value will be populated with the DescribeTransitRouterTrafficQosQueueEntriesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterTrafficQosQueueEntriesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterTrafficQosQueueEntriesCommon Send returns without error.

See DescribeTransitRouterTrafficQosQueueEntries for more information on using the DescribeTransitRouterTrafficQosQueueEntries API call, and error handling.

// Example sending a request using the DescribeTransitRouterTrafficQosQueueEntriesRequest method.
req, resp := client.DescribeTransitRouterTrafficQosQueueEntriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueueEntriesWithContext added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosQueueEntriesWithContext(ctx volcengine.Context, input *DescribeTransitRouterTrafficQosQueueEntriesInput, opts ...request.Option) (*DescribeTransitRouterTrafficQosQueueEntriesOutput, error)

DescribeTransitRouterTrafficQosQueueEntriesWithContext is the same as DescribeTransitRouterTrafficQosQueueEntries with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterTrafficQosQueueEntries 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 (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueuePolicies added in v1.0.162

DescribeTransitRouterTrafficQosQueuePolicies API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterTrafficQosQueuePolicies for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueuePoliciesCommon added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosQueuePoliciesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterTrafficQosQueuePoliciesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterTrafficQosQueuePoliciesCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueuePoliciesCommonRequest added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosQueuePoliciesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterTrafficQosQueuePoliciesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterTrafficQosQueuePoliciesCommon operation. The "output" return value will be populated with the DescribeTransitRouterTrafficQosQueuePoliciesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterTrafficQosQueuePoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterTrafficQosQueuePoliciesCommon Send returns without error.

See DescribeTransitRouterTrafficQosQueuePoliciesCommon for more information on using the DescribeTransitRouterTrafficQosQueuePoliciesCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterTrafficQosQueuePoliciesCommonRequest method.
req, resp := client.DescribeTransitRouterTrafficQosQueuePoliciesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueuePoliciesCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosQueuePoliciesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterTrafficQosQueuePoliciesCommonWithContext is the same as DescribeTransitRouterTrafficQosQueuePoliciesCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterTrafficQosQueuePoliciesCommon 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 (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueuePoliciesRequest added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosQueuePoliciesRequest(input *DescribeTransitRouterTrafficQosQueuePoliciesInput) (req *request.Request, output *DescribeTransitRouterTrafficQosQueuePoliciesOutput)

DescribeTransitRouterTrafficQosQueuePoliciesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterTrafficQosQueuePolicies operation. The "output" return value will be populated with the DescribeTransitRouterTrafficQosQueuePoliciesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterTrafficQosQueuePoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterTrafficQosQueuePoliciesCommon Send returns without error.

See DescribeTransitRouterTrafficQosQueuePolicies for more information on using the DescribeTransitRouterTrafficQosQueuePolicies API call, and error handling.

// Example sending a request using the DescribeTransitRouterTrafficQosQueuePoliciesRequest method.
req, resp := client.DescribeTransitRouterTrafficQosQueuePoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterTrafficQosQueuePoliciesWithContext added in v1.0.162

func (c *TRANSITROUTER) DescribeTransitRouterTrafficQosQueuePoliciesWithContext(ctx volcengine.Context, input *DescribeTransitRouterTrafficQosQueuePoliciesInput, opts ...request.Option) (*DescribeTransitRouterTrafficQosQueuePoliciesOutput, error)

DescribeTransitRouterTrafficQosQueuePoliciesWithContext is the same as DescribeTransitRouterTrafficQosQueuePolicies with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterTrafficQosQueuePolicies 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 (*TRANSITROUTER) DescribeTransitRouterVpcAttachments

DescribeTransitRouterVpcAttachments API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterVpcAttachments for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterVpcAttachmentsCommon

func (c *TRANSITROUTER) DescribeTransitRouterVpcAttachmentsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterVpcAttachmentsCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterVpcAttachmentsCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterVpcAttachmentsCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterVpcAttachmentsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterVpcAttachmentsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterVpcAttachmentsCommon operation. The "output" return value will be populated with the DescribeTransitRouterVpcAttachmentsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterVpcAttachmentsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterVpcAttachmentsCommon Send returns without error.

See DescribeTransitRouterVpcAttachmentsCommon for more information on using the DescribeTransitRouterVpcAttachmentsCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterVpcAttachmentsCommonRequest method.
req, resp := client.DescribeTransitRouterVpcAttachmentsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterVpcAttachmentsCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterVpcAttachmentsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterVpcAttachmentsCommonWithContext is the same as DescribeTransitRouterVpcAttachmentsCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterVpcAttachmentsCommon 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 (*TRANSITROUTER) DescribeTransitRouterVpcAttachmentsRequest

func (c *TRANSITROUTER) DescribeTransitRouterVpcAttachmentsRequest(input *DescribeTransitRouterVpcAttachmentsInput) (req *request.Request, output *DescribeTransitRouterVpcAttachmentsOutput)

DescribeTransitRouterVpcAttachmentsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterVpcAttachments operation. The "output" return value will be populated with the DescribeTransitRouterVpcAttachmentsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterVpcAttachmentsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterVpcAttachmentsCommon Send returns without error.

See DescribeTransitRouterVpcAttachments for more information on using the DescribeTransitRouterVpcAttachments API call, and error handling.

// Example sending a request using the DescribeTransitRouterVpcAttachmentsRequest method.
req, resp := client.DescribeTransitRouterVpcAttachmentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterVpcAttachmentsWithContext

func (c *TRANSITROUTER) DescribeTransitRouterVpcAttachmentsWithContext(ctx volcengine.Context, input *DescribeTransitRouterVpcAttachmentsInput, opts ...request.Option) (*DescribeTransitRouterVpcAttachmentsOutput, error)

DescribeTransitRouterVpcAttachmentsWithContext is the same as DescribeTransitRouterVpcAttachments with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterVpcAttachments 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 (*TRANSITROUTER) DescribeTransitRouterVpnAttachments

DescribeTransitRouterVpnAttachments API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterVpnAttachments for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterVpnAttachmentsCommon

func (c *TRANSITROUTER) DescribeTransitRouterVpnAttachmentsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRouterVpnAttachmentsCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouterVpnAttachmentsCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRouterVpnAttachmentsCommonRequest

func (c *TRANSITROUTER) DescribeTransitRouterVpnAttachmentsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRouterVpnAttachmentsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterVpnAttachmentsCommon operation. The "output" return value will be populated with the DescribeTransitRouterVpnAttachmentsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterVpnAttachmentsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterVpnAttachmentsCommon Send returns without error.

See DescribeTransitRouterVpnAttachmentsCommon for more information on using the DescribeTransitRouterVpnAttachmentsCommon API call, and error handling.

// Example sending a request using the DescribeTransitRouterVpnAttachmentsCommonRequest method.
req, resp := client.DescribeTransitRouterVpnAttachmentsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterVpnAttachmentsCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRouterVpnAttachmentsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRouterVpnAttachmentsCommonWithContext is the same as DescribeTransitRouterVpnAttachmentsCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterVpnAttachmentsCommon 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 (*TRANSITROUTER) DescribeTransitRouterVpnAttachmentsRequest

func (c *TRANSITROUTER) DescribeTransitRouterVpnAttachmentsRequest(input *DescribeTransitRouterVpnAttachmentsInput) (req *request.Request, output *DescribeTransitRouterVpnAttachmentsOutput)

DescribeTransitRouterVpnAttachmentsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouterVpnAttachments operation. The "output" return value will be populated with the DescribeTransitRouterVpnAttachmentsCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRouterVpnAttachmentsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRouterVpnAttachmentsCommon Send returns without error.

See DescribeTransitRouterVpnAttachments for more information on using the DescribeTransitRouterVpnAttachments API call, and error handling.

// Example sending a request using the DescribeTransitRouterVpnAttachmentsRequest method.
req, resp := client.DescribeTransitRouterVpnAttachmentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRouterVpnAttachmentsWithContext

func (c *TRANSITROUTER) DescribeTransitRouterVpnAttachmentsWithContext(ctx volcengine.Context, input *DescribeTransitRouterVpnAttachmentsInput, opts ...request.Option) (*DescribeTransitRouterVpnAttachmentsOutput, error)

DescribeTransitRouterVpnAttachmentsWithContext is the same as DescribeTransitRouterVpnAttachments with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouterVpnAttachments 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 (*TRANSITROUTER) DescribeTransitRouters

func (c *TRANSITROUTER) DescribeTransitRouters(input *DescribeTransitRoutersInput) (*DescribeTransitRoutersOutput, error)

DescribeTransitRouters API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRouters for usage and error information.

func (*TRANSITROUTER) DescribeTransitRoutersCommon

func (c *TRANSITROUTER) DescribeTransitRoutersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeTransitRoutersCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DescribeTransitRoutersCommon for usage and error information.

func (*TRANSITROUTER) DescribeTransitRoutersCommonRequest

func (c *TRANSITROUTER) DescribeTransitRoutersCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeTransitRoutersCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRoutersCommon operation. The "output" return value will be populated with the DescribeTransitRoutersCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRoutersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRoutersCommon Send returns without error.

See DescribeTransitRoutersCommon for more information on using the DescribeTransitRoutersCommon API call, and error handling.

// Example sending a request using the DescribeTransitRoutersCommonRequest method.
req, resp := client.DescribeTransitRoutersCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRoutersCommonWithContext

func (c *TRANSITROUTER) DescribeTransitRoutersCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeTransitRoutersCommonWithContext is the same as DescribeTransitRoutersCommon with the addition of the ability to pass a context and additional request options.

See DescribeTransitRoutersCommon 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 (*TRANSITROUTER) DescribeTransitRoutersRequest

func (c *TRANSITROUTER) DescribeTransitRoutersRequest(input *DescribeTransitRoutersInput) (req *request.Request, output *DescribeTransitRoutersOutput)

DescribeTransitRoutersRequest generates a "volcengine/request.Request" representing the client's request for the DescribeTransitRouters operation. The "output" return value will be populated with the DescribeTransitRoutersCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeTransitRoutersCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeTransitRoutersCommon Send returns without error.

See DescribeTransitRouters for more information on using the DescribeTransitRouters API call, and error handling.

// Example sending a request using the DescribeTransitRoutersRequest method.
req, resp := client.DescribeTransitRoutersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DescribeTransitRoutersWithContext

func (c *TRANSITROUTER) DescribeTransitRoutersWithContext(ctx volcengine.Context, input *DescribeTransitRoutersInput, opts ...request.Option) (*DescribeTransitRoutersOutput, error)

DescribeTransitRoutersWithContext is the same as DescribeTransitRouters with the addition of the ability to pass a context and additional request options.

See DescribeTransitRouters 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 (*TRANSITROUTER) DisableTransitRouterRouteTablePropagation

DisableTransitRouterRouteTablePropagation API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DisableTransitRouterRouteTablePropagation for usage and error information.

func (*TRANSITROUTER) DisableTransitRouterRouteTablePropagationCommon

func (c *TRANSITROUTER) DisableTransitRouterRouteTablePropagationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DisableTransitRouterRouteTablePropagationCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DisableTransitRouterRouteTablePropagationCommon for usage and error information.

func (*TRANSITROUTER) DisableTransitRouterRouteTablePropagationCommonRequest

func (c *TRANSITROUTER) DisableTransitRouterRouteTablePropagationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DisableTransitRouterRouteTablePropagationCommonRequest generates a "volcengine/request.Request" representing the client's request for the DisableTransitRouterRouteTablePropagationCommon operation. The "output" return value will be populated with the DisableTransitRouterRouteTablePropagationCommon request's response once the request completes successfully.

Use "Send" method on the returned DisableTransitRouterRouteTablePropagationCommon Request to send the API call to the service. the "output" return value is not valid until after DisableTransitRouterRouteTablePropagationCommon Send returns without error.

See DisableTransitRouterRouteTablePropagationCommon for more information on using the DisableTransitRouterRouteTablePropagationCommon API call, and error handling.

// Example sending a request using the DisableTransitRouterRouteTablePropagationCommonRequest method.
req, resp := client.DisableTransitRouterRouteTablePropagationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DisableTransitRouterRouteTablePropagationCommonWithContext

func (c *TRANSITROUTER) DisableTransitRouterRouteTablePropagationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DisableTransitRouterRouteTablePropagationCommonWithContext is the same as DisableTransitRouterRouteTablePropagationCommon with the addition of the ability to pass a context and additional request options.

See DisableTransitRouterRouteTablePropagationCommon 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 (*TRANSITROUTER) DisableTransitRouterRouteTablePropagationRequest

func (c *TRANSITROUTER) DisableTransitRouterRouteTablePropagationRequest(input *DisableTransitRouterRouteTablePropagationInput) (req *request.Request, output *DisableTransitRouterRouteTablePropagationOutput)

DisableTransitRouterRouteTablePropagationRequest generates a "volcengine/request.Request" representing the client's request for the DisableTransitRouterRouteTablePropagation operation. The "output" return value will be populated with the DisableTransitRouterRouteTablePropagationCommon request's response once the request completes successfully.

Use "Send" method on the returned DisableTransitRouterRouteTablePropagationCommon Request to send the API call to the service. the "output" return value is not valid until after DisableTransitRouterRouteTablePropagationCommon Send returns without error.

See DisableTransitRouterRouteTablePropagation for more information on using the DisableTransitRouterRouteTablePropagation API call, and error handling.

// Example sending a request using the DisableTransitRouterRouteTablePropagationRequest method.
req, resp := client.DisableTransitRouterRouteTablePropagationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DisableTransitRouterRouteTablePropagationWithContext

func (c *TRANSITROUTER) DisableTransitRouterRouteTablePropagationWithContext(ctx volcengine.Context, input *DisableTransitRouterRouteTablePropagationInput, opts ...request.Option) (*DisableTransitRouterRouteTablePropagationOutput, error)

DisableTransitRouterRouteTablePropagationWithContext is the same as DisableTransitRouterRouteTablePropagation with the addition of the ability to pass a context and additional request options.

See DisableTransitRouterRouteTablePropagation 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 (*TRANSITROUTER) DissociateTransitRouterAttachmentFromRouteTable

DissociateTransitRouterAttachmentFromRouteTable API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DissociateTransitRouterAttachmentFromRouteTable for usage and error information.

func (*TRANSITROUTER) DissociateTransitRouterAttachmentFromRouteTableCommon

func (c *TRANSITROUTER) DissociateTransitRouterAttachmentFromRouteTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DissociateTransitRouterAttachmentFromRouteTableCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DissociateTransitRouterAttachmentFromRouteTableCommon for usage and error information.

func (*TRANSITROUTER) DissociateTransitRouterAttachmentFromRouteTableCommonRequest

func (c *TRANSITROUTER) DissociateTransitRouterAttachmentFromRouteTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DissociateTransitRouterAttachmentFromRouteTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the DissociateTransitRouterAttachmentFromRouteTableCommon operation. The "output" return value will be populated with the DissociateTransitRouterAttachmentFromRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned DissociateTransitRouterAttachmentFromRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after DissociateTransitRouterAttachmentFromRouteTableCommon Send returns without error.

See DissociateTransitRouterAttachmentFromRouteTableCommon for more information on using the DissociateTransitRouterAttachmentFromRouteTableCommon API call, and error handling.

// Example sending a request using the DissociateTransitRouterAttachmentFromRouteTableCommonRequest method.
req, resp := client.DissociateTransitRouterAttachmentFromRouteTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DissociateTransitRouterAttachmentFromRouteTableCommonWithContext

func (c *TRANSITROUTER) DissociateTransitRouterAttachmentFromRouteTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DissociateTransitRouterAttachmentFromRouteTableCommonWithContext is the same as DissociateTransitRouterAttachmentFromRouteTableCommon with the addition of the ability to pass a context and additional request options.

See DissociateTransitRouterAttachmentFromRouteTableCommon 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 (*TRANSITROUTER) DissociateTransitRouterAttachmentFromRouteTableRequest

func (c *TRANSITROUTER) DissociateTransitRouterAttachmentFromRouteTableRequest(input *DissociateTransitRouterAttachmentFromRouteTableInput) (req *request.Request, output *DissociateTransitRouterAttachmentFromRouteTableOutput)

DissociateTransitRouterAttachmentFromRouteTableRequest generates a "volcengine/request.Request" representing the client's request for the DissociateTransitRouterAttachmentFromRouteTable operation. The "output" return value will be populated with the DissociateTransitRouterAttachmentFromRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned DissociateTransitRouterAttachmentFromRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after DissociateTransitRouterAttachmentFromRouteTableCommon Send returns without error.

See DissociateTransitRouterAttachmentFromRouteTable for more information on using the DissociateTransitRouterAttachmentFromRouteTable API call, and error handling.

// Example sending a request using the DissociateTransitRouterAttachmentFromRouteTableRequest method.
req, resp := client.DissociateTransitRouterAttachmentFromRouteTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DissociateTransitRouterAttachmentFromRouteTableWithContext

func (c *TRANSITROUTER) DissociateTransitRouterAttachmentFromRouteTableWithContext(ctx volcengine.Context, input *DissociateTransitRouterAttachmentFromRouteTableInput, opts ...request.Option) (*DissociateTransitRouterAttachmentFromRouteTableOutput, error)

DissociateTransitRouterAttachmentFromRouteTableWithContext is the same as DissociateTransitRouterAttachmentFromRouteTable with the addition of the ability to pass a context and additional request options.

See DissociateTransitRouterAttachmentFromRouteTable 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 (*TRANSITROUTER) DissociateTransitRouterForwardPolicyTableFromAttachment

DissociateTransitRouterForwardPolicyTableFromAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DissociateTransitRouterForwardPolicyTableFromAttachment for usage and error information.

func (*TRANSITROUTER) DissociateTransitRouterForwardPolicyTableFromAttachmentCommon

func (c *TRANSITROUTER) DissociateTransitRouterForwardPolicyTableFromAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DissociateTransitRouterForwardPolicyTableFromAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DissociateTransitRouterForwardPolicyTableFromAttachmentCommon for usage and error information.

func (*TRANSITROUTER) DissociateTransitRouterForwardPolicyTableFromAttachmentCommonRequest

func (c *TRANSITROUTER) DissociateTransitRouterForwardPolicyTableFromAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DissociateTransitRouterForwardPolicyTableFromAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the DissociateTransitRouterForwardPolicyTableFromAttachmentCommon operation. The "output" return value will be populated with the DissociateTransitRouterForwardPolicyTableFromAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DissociateTransitRouterForwardPolicyTableFromAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DissociateTransitRouterForwardPolicyTableFromAttachmentCommon Send returns without error.

See DissociateTransitRouterForwardPolicyTableFromAttachmentCommon for more information on using the DissociateTransitRouterForwardPolicyTableFromAttachmentCommon API call, and error handling.

// Example sending a request using the DissociateTransitRouterForwardPolicyTableFromAttachmentCommonRequest method.
req, resp := client.DissociateTransitRouterForwardPolicyTableFromAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DissociateTransitRouterForwardPolicyTableFromAttachmentCommonWithContext

func (c *TRANSITROUTER) DissociateTransitRouterForwardPolicyTableFromAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DissociateTransitRouterForwardPolicyTableFromAttachmentCommonWithContext is the same as DissociateTransitRouterForwardPolicyTableFromAttachmentCommon with the addition of the ability to pass a context and additional request options.

See DissociateTransitRouterForwardPolicyTableFromAttachmentCommon 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 (*TRANSITROUTER) DissociateTransitRouterForwardPolicyTableFromAttachmentRequest

func (c *TRANSITROUTER) DissociateTransitRouterForwardPolicyTableFromAttachmentRequest(input *DissociateTransitRouterForwardPolicyTableFromAttachmentInput) (req *request.Request, output *DissociateTransitRouterForwardPolicyTableFromAttachmentOutput)

DissociateTransitRouterForwardPolicyTableFromAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the DissociateTransitRouterForwardPolicyTableFromAttachment operation. The "output" return value will be populated with the DissociateTransitRouterForwardPolicyTableFromAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DissociateTransitRouterForwardPolicyTableFromAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DissociateTransitRouterForwardPolicyTableFromAttachmentCommon Send returns without error.

See DissociateTransitRouterForwardPolicyTableFromAttachment for more information on using the DissociateTransitRouterForwardPolicyTableFromAttachment API call, and error handling.

// Example sending a request using the DissociateTransitRouterForwardPolicyTableFromAttachmentRequest method.
req, resp := client.DissociateTransitRouterForwardPolicyTableFromAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DissociateTransitRouterForwardPolicyTableFromAttachmentWithContext

DissociateTransitRouterForwardPolicyTableFromAttachmentWithContext is the same as DissociateTransitRouterForwardPolicyTableFromAttachment with the addition of the ability to pass a context and additional request options.

See DissociateTransitRouterForwardPolicyTableFromAttachment 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 (*TRANSITROUTER) DissociateTransitRouterRoutePolicyFromRouteTable

DissociateTransitRouterRoutePolicyFromRouteTable API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DissociateTransitRouterRoutePolicyFromRouteTable for usage and error information.

func (*TRANSITROUTER) DissociateTransitRouterRoutePolicyFromRouteTableCommon

func (c *TRANSITROUTER) DissociateTransitRouterRoutePolicyFromRouteTableCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DissociateTransitRouterRoutePolicyFromRouteTableCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DissociateTransitRouterRoutePolicyFromRouteTableCommon for usage and error information.

func (*TRANSITROUTER) DissociateTransitRouterRoutePolicyFromRouteTableCommonRequest

func (c *TRANSITROUTER) DissociateTransitRouterRoutePolicyFromRouteTableCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DissociateTransitRouterRoutePolicyFromRouteTableCommonRequest generates a "volcengine/request.Request" representing the client's request for the DissociateTransitRouterRoutePolicyFromRouteTableCommon operation. The "output" return value will be populated with the DissociateTransitRouterRoutePolicyFromRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned DissociateTransitRouterRoutePolicyFromRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after DissociateTransitRouterRoutePolicyFromRouteTableCommon Send returns without error.

See DissociateTransitRouterRoutePolicyFromRouteTableCommon for more information on using the DissociateTransitRouterRoutePolicyFromRouteTableCommon API call, and error handling.

// Example sending a request using the DissociateTransitRouterRoutePolicyFromRouteTableCommonRequest method.
req, resp := client.DissociateTransitRouterRoutePolicyFromRouteTableCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DissociateTransitRouterRoutePolicyFromRouteTableCommonWithContext

func (c *TRANSITROUTER) DissociateTransitRouterRoutePolicyFromRouteTableCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DissociateTransitRouterRoutePolicyFromRouteTableCommonWithContext is the same as DissociateTransitRouterRoutePolicyFromRouteTableCommon with the addition of the ability to pass a context and additional request options.

See DissociateTransitRouterRoutePolicyFromRouteTableCommon 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 (*TRANSITROUTER) DissociateTransitRouterRoutePolicyFromRouteTableRequest

func (c *TRANSITROUTER) DissociateTransitRouterRoutePolicyFromRouteTableRequest(input *DissociateTransitRouterRoutePolicyFromRouteTableInput) (req *request.Request, output *DissociateTransitRouterRoutePolicyFromRouteTableOutput)

DissociateTransitRouterRoutePolicyFromRouteTableRequest generates a "volcengine/request.Request" representing the client's request for the DissociateTransitRouterRoutePolicyFromRouteTable operation. The "output" return value will be populated with the DissociateTransitRouterRoutePolicyFromRouteTableCommon request's response once the request completes successfully.

Use "Send" method on the returned DissociateTransitRouterRoutePolicyFromRouteTableCommon Request to send the API call to the service. the "output" return value is not valid until after DissociateTransitRouterRoutePolicyFromRouteTableCommon Send returns without error.

See DissociateTransitRouterRoutePolicyFromRouteTable for more information on using the DissociateTransitRouterRoutePolicyFromRouteTable API call, and error handling.

// Example sending a request using the DissociateTransitRouterRoutePolicyFromRouteTableRequest method.
req, resp := client.DissociateTransitRouterRoutePolicyFromRouteTableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DissociateTransitRouterRoutePolicyFromRouteTableWithContext

func (c *TRANSITROUTER) DissociateTransitRouterRoutePolicyFromRouteTableWithContext(ctx volcengine.Context, input *DissociateTransitRouterRoutePolicyFromRouteTableInput, opts ...request.Option) (*DissociateTransitRouterRoutePolicyFromRouteTableOutput, error)

DissociateTransitRouterRoutePolicyFromRouteTableWithContext is the same as DissociateTransitRouterRoutePolicyFromRouteTable with the addition of the ability to pass a context and additional request options.

See DissociateTransitRouterRoutePolicyFromRouteTable 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 (*TRANSITROUTER) DissociateTransitRouterTrafficQosMarkingPolicyFromAttachment added in v1.0.162

DissociateTransitRouterTrafficQosMarkingPolicyFromAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DissociateTransitRouterTrafficQosMarkingPolicyFromAttachment for usage and error information.

func (*TRANSITROUTER) DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon added in v1.0.162

func (c *TRANSITROUTER) DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon for usage and error information.

func (*TRANSITROUTER) DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommonRequest added in v1.0.162

func (c *TRANSITROUTER) DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon operation. The "output" return value will be populated with the DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon Send returns without error.

See DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon for more information on using the DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon API call, and error handling.

// Example sending a request using the DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommonRequest method.
req, resp := client.DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommonWithContext is the same as DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon with the addition of the ability to pass a context and additional request options.

See DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon 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 (*TRANSITROUTER) DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentRequest added in v1.0.162

func (c *TRANSITROUTER) DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentRequest(input *DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentInput) (req *request.Request, output *DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentOutput)

DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the DissociateTransitRouterTrafficQosMarkingPolicyFromAttachment operation. The "output" return value will be populated with the DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon Send returns without error.

See DissociateTransitRouterTrafficQosMarkingPolicyFromAttachment for more information on using the DissociateTransitRouterTrafficQosMarkingPolicyFromAttachment API call, and error handling.

// Example sending a request using the DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentRequest method.
req, resp := client.DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentWithContext added in v1.0.162

DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentWithContext is the same as DissociateTransitRouterTrafficQosMarkingPolicyFromAttachment with the addition of the ability to pass a context and additional request options.

See DissociateTransitRouterTrafficQosMarkingPolicyFromAttachment 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 (*TRANSITROUTER) DissociateTransitRouterTrafficQosQueuePolicyFromAttachment added in v1.0.162

DissociateTransitRouterTrafficQosQueuePolicyFromAttachment API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DissociateTransitRouterTrafficQosQueuePolicyFromAttachment for usage and error information.

func (*TRANSITROUTER) DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon added in v1.0.162

func (c *TRANSITROUTER) DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon for usage and error information.

func (*TRANSITROUTER) DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommonRequest added in v1.0.162

func (c *TRANSITROUTER) DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommonRequest generates a "volcengine/request.Request" representing the client's request for the DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon operation. The "output" return value will be populated with the DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon Send returns without error.

See DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon for more information on using the DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon API call, and error handling.

// Example sending a request using the DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommonRequest method.
req, resp := client.DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommonWithContext is the same as DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon with the addition of the ability to pass a context and additional request options.

See DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon 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 (*TRANSITROUTER) DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentRequest added in v1.0.162

func (c *TRANSITROUTER) DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentRequest(input *DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentInput) (req *request.Request, output *DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentOutput)

DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentRequest generates a "volcengine/request.Request" representing the client's request for the DissociateTransitRouterTrafficQosQueuePolicyFromAttachment operation. The "output" return value will be populated with the DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon request's response once the request completes successfully.

Use "Send" method on the returned DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon Request to send the API call to the service. the "output" return value is not valid until after DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon Send returns without error.

See DissociateTransitRouterTrafficQosQueuePolicyFromAttachment for more information on using the DissociateTransitRouterTrafficQosQueuePolicyFromAttachment API call, and error handling.

// Example sending a request using the DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentRequest method.
req, resp := client.DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentWithContext added in v1.0.162

DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentWithContext is the same as DissociateTransitRouterTrafficQosQueuePolicyFromAttachment with the addition of the ability to pass a context and additional request options.

See DissociateTransitRouterTrafficQosQueuePolicyFromAttachment 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 (*TRANSITROUTER) EnableTransitRouterRouteTablePropagation

EnableTransitRouterRouteTablePropagation API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation EnableTransitRouterRouteTablePropagation for usage and error information.

func (*TRANSITROUTER) EnableTransitRouterRouteTablePropagationCommon

func (c *TRANSITROUTER) EnableTransitRouterRouteTablePropagationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

EnableTransitRouterRouteTablePropagationCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation EnableTransitRouterRouteTablePropagationCommon for usage and error information.

func (*TRANSITROUTER) EnableTransitRouterRouteTablePropagationCommonRequest

func (c *TRANSITROUTER) EnableTransitRouterRouteTablePropagationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

EnableTransitRouterRouteTablePropagationCommonRequest generates a "volcengine/request.Request" representing the client's request for the EnableTransitRouterRouteTablePropagationCommon operation. The "output" return value will be populated with the EnableTransitRouterRouteTablePropagationCommon request's response once the request completes successfully.

Use "Send" method on the returned EnableTransitRouterRouteTablePropagationCommon Request to send the API call to the service. the "output" return value is not valid until after EnableTransitRouterRouteTablePropagationCommon Send returns without error.

See EnableTransitRouterRouteTablePropagationCommon for more information on using the EnableTransitRouterRouteTablePropagationCommon API call, and error handling.

// Example sending a request using the EnableTransitRouterRouteTablePropagationCommonRequest method.
req, resp := client.EnableTransitRouterRouteTablePropagationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) EnableTransitRouterRouteTablePropagationCommonWithContext

func (c *TRANSITROUTER) EnableTransitRouterRouteTablePropagationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

EnableTransitRouterRouteTablePropagationCommonWithContext is the same as EnableTransitRouterRouteTablePropagationCommon with the addition of the ability to pass a context and additional request options.

See EnableTransitRouterRouteTablePropagationCommon 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 (*TRANSITROUTER) EnableTransitRouterRouteTablePropagationRequest

func (c *TRANSITROUTER) EnableTransitRouterRouteTablePropagationRequest(input *EnableTransitRouterRouteTablePropagationInput) (req *request.Request, output *EnableTransitRouterRouteTablePropagationOutput)

EnableTransitRouterRouteTablePropagationRequest generates a "volcengine/request.Request" representing the client's request for the EnableTransitRouterRouteTablePropagation operation. The "output" return value will be populated with the EnableTransitRouterRouteTablePropagationCommon request's response once the request completes successfully.

Use "Send" method on the returned EnableTransitRouterRouteTablePropagationCommon Request to send the API call to the service. the "output" return value is not valid until after EnableTransitRouterRouteTablePropagationCommon Send returns without error.

See EnableTransitRouterRouteTablePropagation for more information on using the EnableTransitRouterRouteTablePropagation API call, and error handling.

// Example sending a request using the EnableTransitRouterRouteTablePropagationRequest method.
req, resp := client.EnableTransitRouterRouteTablePropagationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) EnableTransitRouterRouteTablePropagationWithContext

func (c *TRANSITROUTER) EnableTransitRouterRouteTablePropagationWithContext(ctx volcengine.Context, input *EnableTransitRouterRouteTablePropagationInput, opts ...request.Option) (*EnableTransitRouterRouteTablePropagationOutput, error)

EnableTransitRouterRouteTablePropagationWithContext is the same as EnableTransitRouterRouteTablePropagation with the addition of the ability to pass a context and additional request options.

See EnableTransitRouterRouteTablePropagation 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 (*TRANSITROUTER) ListTagsForResources

func (c *TRANSITROUTER) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)

ListTagsForResources API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ListTagsForResources for usage and error information.

func (*TRANSITROUTER) ListTagsForResourcesCommon

func (c *TRANSITROUTER) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListTagsForResourcesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ListTagsForResourcesCommon for usage and error information.

func (*TRANSITROUTER) ListTagsForResourcesCommonRequest

func (c *TRANSITROUTER) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListTagsForResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResourcesCommon operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.

See ListTagsForResourcesCommon for more information on using the ListTagsForResourcesCommon API call, and error handling.

// Example sending a request using the ListTagsForResourcesCommonRequest method.
req, resp := client.ListTagsForResourcesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ListTagsForResourcesCommonWithContext

func (c *TRANSITROUTER) ListTagsForResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListTagsForResourcesCommonWithContext is the same as ListTagsForResourcesCommon with the addition of the ability to pass a context and additional request options.

See ListTagsForResourcesCommon 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 (*TRANSITROUTER) ListTagsForResourcesRequest

func (c *TRANSITROUTER) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)

ListTagsForResourcesRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResources operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.

See ListTagsForResources for more information on using the ListTagsForResources API call, and error handling.

// Example sending a request using the ListTagsForResourcesRequest method.
req, resp := client.ListTagsForResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ListTagsForResourcesWithContext

func (c *TRANSITROUTER) ListTagsForResourcesWithContext(ctx volcengine.Context, input *ListTagsForResourcesInput, opts ...request.Option) (*ListTagsForResourcesOutput, error)

ListTagsForResourcesWithContext is the same as ListTagsForResources with the addition of the ability to pass a context and additional request options.

See ListTagsForResources 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 (*TRANSITROUTER) ModifyTransitRouterAttributes

ModifyTransitRouterAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterAttributesCommon Send returns without error.

See ModifyTransitRouterAttributesCommon for more information on using the ModifyTransitRouterAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterAttributesCommonWithContext is the same as ModifyTransitRouterAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterAttributesRequest(input *ModifyTransitRouterAttributesInput) (req *request.Request, output *ModifyTransitRouterAttributesOutput)

ModifyTransitRouterAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterAttributes operation. The "output" return value will be populated with the ModifyTransitRouterAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterAttributesCommon Send returns without error.

See ModifyTransitRouterAttributes for more information on using the ModifyTransitRouterAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterAttributesRequest method.
req, resp := client.ModifyTransitRouterAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterAttributesInput, opts ...request.Option) (*ModifyTransitRouterAttributesOutput, error)

ModifyTransitRouterAttributesWithContext is the same as ModifyTransitRouterAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterAttributes 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 (*TRANSITROUTER) ModifyTransitRouterBandwidthPackageAttributes

ModifyTransitRouterBandwidthPackageAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterBandwidthPackageAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterBandwidthPackageAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterBandwidthPackageAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterBandwidthPackageAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterBandwidthPackageAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterBandwidthPackageAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterBandwidthPackageAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterBandwidthPackageAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterBandwidthPackageAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterBandwidthPackageAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterBandwidthPackageAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterBandwidthPackageAttributesCommon Send returns without error.

See ModifyTransitRouterBandwidthPackageAttributesCommon for more information on using the ModifyTransitRouterBandwidthPackageAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterBandwidthPackageAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterBandwidthPackageAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterBandwidthPackageAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterBandwidthPackageAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterBandwidthPackageAttributesCommonWithContext is the same as ModifyTransitRouterBandwidthPackageAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterBandwidthPackageAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterBandwidthPackageAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterBandwidthPackageAttributesRequest(input *ModifyTransitRouterBandwidthPackageAttributesInput) (req *request.Request, output *ModifyTransitRouterBandwidthPackageAttributesOutput)

ModifyTransitRouterBandwidthPackageAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterBandwidthPackageAttributes operation. The "output" return value will be populated with the ModifyTransitRouterBandwidthPackageAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterBandwidthPackageAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterBandwidthPackageAttributesCommon Send returns without error.

See ModifyTransitRouterBandwidthPackageAttributes for more information on using the ModifyTransitRouterBandwidthPackageAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterBandwidthPackageAttributesRequest method.
req, resp := client.ModifyTransitRouterBandwidthPackageAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterBandwidthPackageAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterBandwidthPackageAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterBandwidthPackageAttributesInput, opts ...request.Option) (*ModifyTransitRouterBandwidthPackageAttributesOutput, error)

ModifyTransitRouterBandwidthPackageAttributesWithContext is the same as ModifyTransitRouterBandwidthPackageAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterBandwidthPackageAttributes 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 (*TRANSITROUTER) ModifyTransitRouterDirectConnectGatewayAttachmentAttributes

ModifyTransitRouterDirectConnectGatewayAttachmentAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterDirectConnectGatewayAttachmentAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon Send returns without error.

See ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon for more information on using the ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommonWithContext is the same as ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterDirectConnectGatewayAttachmentAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterDirectConnectGatewayAttachmentAttributesRequest(input *ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput) (req *request.Request, output *ModifyTransitRouterDirectConnectGatewayAttachmentAttributesOutput)

ModifyTransitRouterDirectConnectGatewayAttachmentAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterDirectConnectGatewayAttachmentAttributes operation. The "output" return value will be populated with the ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon Send returns without error.

See ModifyTransitRouterDirectConnectGatewayAttachmentAttributes for more information on using the ModifyTransitRouterDirectConnectGatewayAttachmentAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterDirectConnectGatewayAttachmentAttributesRequest method.
req, resp := client.ModifyTransitRouterDirectConnectGatewayAttachmentAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterDirectConnectGatewayAttachmentAttributesWithContext

ModifyTransitRouterDirectConnectGatewayAttachmentAttributesWithContext is the same as ModifyTransitRouterDirectConnectGatewayAttachmentAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterDirectConnectGatewayAttachmentAttributes 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 (*TRANSITROUTER) ModifyTransitRouterForwardPolicyEntryAttributes

ModifyTransitRouterForwardPolicyEntryAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterForwardPolicyEntryAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyEntryAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyEntryAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterForwardPolicyEntryAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterForwardPolicyEntryAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyEntryAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyEntryAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterForwardPolicyEntryAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterForwardPolicyEntryAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterForwardPolicyEntryAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterForwardPolicyEntryAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterForwardPolicyEntryAttributesCommon Send returns without error.

See ModifyTransitRouterForwardPolicyEntryAttributesCommon for more information on using the ModifyTransitRouterForwardPolicyEntryAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterForwardPolicyEntryAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterForwardPolicyEntryAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyEntryAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyEntryAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterForwardPolicyEntryAttributesCommonWithContext is the same as ModifyTransitRouterForwardPolicyEntryAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterForwardPolicyEntryAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterForwardPolicyEntryAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyEntryAttributesRequest(input *ModifyTransitRouterForwardPolicyEntryAttributesInput) (req *request.Request, output *ModifyTransitRouterForwardPolicyEntryAttributesOutput)

ModifyTransitRouterForwardPolicyEntryAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterForwardPolicyEntryAttributes operation. The "output" return value will be populated with the ModifyTransitRouterForwardPolicyEntryAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterForwardPolicyEntryAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterForwardPolicyEntryAttributesCommon Send returns without error.

See ModifyTransitRouterForwardPolicyEntryAttributes for more information on using the ModifyTransitRouterForwardPolicyEntryAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterForwardPolicyEntryAttributesRequest method.
req, resp := client.ModifyTransitRouterForwardPolicyEntryAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyEntryAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyEntryAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterForwardPolicyEntryAttributesInput, opts ...request.Option) (*ModifyTransitRouterForwardPolicyEntryAttributesOutput, error)

ModifyTransitRouterForwardPolicyEntryAttributesWithContext is the same as ModifyTransitRouterForwardPolicyEntryAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterForwardPolicyEntryAttributes 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 (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAssociation

ModifyTransitRouterForwardPolicyTableAssociation API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterForwardPolicyTableAssociation for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAssociationCommon

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAssociationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterForwardPolicyTableAssociationCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterForwardPolicyTableAssociationCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAssociationCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAssociationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterForwardPolicyTableAssociationCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterForwardPolicyTableAssociationCommon operation. The "output" return value will be populated with the ModifyTransitRouterForwardPolicyTableAssociationCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterForwardPolicyTableAssociationCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterForwardPolicyTableAssociationCommon Send returns without error.

See ModifyTransitRouterForwardPolicyTableAssociationCommon for more information on using the ModifyTransitRouterForwardPolicyTableAssociationCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterForwardPolicyTableAssociationCommonRequest method.
req, resp := client.ModifyTransitRouterForwardPolicyTableAssociationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAssociationCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAssociationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterForwardPolicyTableAssociationCommonWithContext is the same as ModifyTransitRouterForwardPolicyTableAssociationCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterForwardPolicyTableAssociationCommon 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 (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAssociationRequest

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAssociationRequest(input *ModifyTransitRouterForwardPolicyTableAssociationInput) (req *request.Request, output *ModifyTransitRouterForwardPolicyTableAssociationOutput)

ModifyTransitRouterForwardPolicyTableAssociationRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterForwardPolicyTableAssociation operation. The "output" return value will be populated with the ModifyTransitRouterForwardPolicyTableAssociationCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterForwardPolicyTableAssociationCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterForwardPolicyTableAssociationCommon Send returns without error.

See ModifyTransitRouterForwardPolicyTableAssociation for more information on using the ModifyTransitRouterForwardPolicyTableAssociation API call, and error handling.

// Example sending a request using the ModifyTransitRouterForwardPolicyTableAssociationRequest method.
req, resp := client.ModifyTransitRouterForwardPolicyTableAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAssociationWithContext

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAssociationWithContext(ctx volcengine.Context, input *ModifyTransitRouterForwardPolicyTableAssociationInput, opts ...request.Option) (*ModifyTransitRouterForwardPolicyTableAssociationOutput, error)

ModifyTransitRouterForwardPolicyTableAssociationWithContext is the same as ModifyTransitRouterForwardPolicyTableAssociation with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterForwardPolicyTableAssociation 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 (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAttributes

ModifyTransitRouterForwardPolicyTableAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterForwardPolicyTableAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterForwardPolicyTableAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterForwardPolicyTableAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterForwardPolicyTableAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterForwardPolicyTableAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterForwardPolicyTableAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterForwardPolicyTableAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterForwardPolicyTableAttributesCommon Send returns without error.

See ModifyTransitRouterForwardPolicyTableAttributesCommon for more information on using the ModifyTransitRouterForwardPolicyTableAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterForwardPolicyTableAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterForwardPolicyTableAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterForwardPolicyTableAttributesCommonWithContext is the same as ModifyTransitRouterForwardPolicyTableAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterForwardPolicyTableAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAttributesRequest(input *ModifyTransitRouterForwardPolicyTableAttributesInput) (req *request.Request, output *ModifyTransitRouterForwardPolicyTableAttributesOutput)

ModifyTransitRouterForwardPolicyTableAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterForwardPolicyTableAttributes operation. The "output" return value will be populated with the ModifyTransitRouterForwardPolicyTableAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterForwardPolicyTableAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterForwardPolicyTableAttributesCommon Send returns without error.

See ModifyTransitRouterForwardPolicyTableAttributes for more information on using the ModifyTransitRouterForwardPolicyTableAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterForwardPolicyTableAttributesRequest method.
req, resp := client.ModifyTransitRouterForwardPolicyTableAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterForwardPolicyTableAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterForwardPolicyTableAttributesInput, opts ...request.Option) (*ModifyTransitRouterForwardPolicyTableAttributesOutput, error)

ModifyTransitRouterForwardPolicyTableAttributesWithContext is the same as ModifyTransitRouterForwardPolicyTableAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterForwardPolicyTableAttributes 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 (*TRANSITROUTER) ModifyTransitRouterGrantRuleAttributes

ModifyTransitRouterGrantRuleAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterGrantRuleAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterGrantRuleAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterGrantRuleAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterGrantRuleAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterGrantRuleAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterGrantRuleAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterGrantRuleAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterGrantRuleAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterGrantRuleAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterGrantRuleAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterGrantRuleAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterGrantRuleAttributesCommon Send returns without error.

See ModifyTransitRouterGrantRuleAttributesCommon for more information on using the ModifyTransitRouterGrantRuleAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterGrantRuleAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterGrantRuleAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterGrantRuleAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterGrantRuleAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterGrantRuleAttributesCommonWithContext is the same as ModifyTransitRouterGrantRuleAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterGrantRuleAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterGrantRuleAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterGrantRuleAttributesRequest(input *ModifyTransitRouterGrantRuleAttributesInput) (req *request.Request, output *ModifyTransitRouterGrantRuleAttributesOutput)

ModifyTransitRouterGrantRuleAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterGrantRuleAttributes operation. The "output" return value will be populated with the ModifyTransitRouterGrantRuleAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterGrantRuleAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterGrantRuleAttributesCommon Send returns without error.

See ModifyTransitRouterGrantRuleAttributes for more information on using the ModifyTransitRouterGrantRuleAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterGrantRuleAttributesRequest method.
req, resp := client.ModifyTransitRouterGrantRuleAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterGrantRuleAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterGrantRuleAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterGrantRuleAttributesInput, opts ...request.Option) (*ModifyTransitRouterGrantRuleAttributesOutput, error)

ModifyTransitRouterGrantRuleAttributesWithContext is the same as ModifyTransitRouterGrantRuleAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterGrantRuleAttributes 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 (*TRANSITROUTER) ModifyTransitRouterPeerAttachmentAttributes

ModifyTransitRouterPeerAttachmentAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterPeerAttachmentAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterPeerAttachmentAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterPeerAttachmentAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterPeerAttachmentAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterPeerAttachmentAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterPeerAttachmentAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterPeerAttachmentAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterPeerAttachmentAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterPeerAttachmentAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterPeerAttachmentAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterPeerAttachmentAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterPeerAttachmentAttributesCommon Send returns without error.

See ModifyTransitRouterPeerAttachmentAttributesCommon for more information on using the ModifyTransitRouterPeerAttachmentAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterPeerAttachmentAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterPeerAttachmentAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterPeerAttachmentAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterPeerAttachmentAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterPeerAttachmentAttributesCommonWithContext is the same as ModifyTransitRouterPeerAttachmentAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterPeerAttachmentAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterPeerAttachmentAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterPeerAttachmentAttributesRequest(input *ModifyTransitRouterPeerAttachmentAttributesInput) (req *request.Request, output *ModifyTransitRouterPeerAttachmentAttributesOutput)

ModifyTransitRouterPeerAttachmentAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterPeerAttachmentAttributes operation. The "output" return value will be populated with the ModifyTransitRouterPeerAttachmentAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterPeerAttachmentAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterPeerAttachmentAttributesCommon Send returns without error.

See ModifyTransitRouterPeerAttachmentAttributes for more information on using the ModifyTransitRouterPeerAttachmentAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterPeerAttachmentAttributesRequest method.
req, resp := client.ModifyTransitRouterPeerAttachmentAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterPeerAttachmentAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterPeerAttachmentAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterPeerAttachmentAttributesInput, opts ...request.Option) (*ModifyTransitRouterPeerAttachmentAttributesOutput, error)

ModifyTransitRouterPeerAttachmentAttributesWithContext is the same as ModifyTransitRouterPeerAttachmentAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterPeerAttachmentAttributes 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 (*TRANSITROUTER) ModifyTransitRouterRouteEntryAttributes

ModifyTransitRouterRouteEntryAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRouteEntryAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRouteEntryAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterRouteEntryAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterRouteEntryAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRouteEntryAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRouteEntryAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterRouteEntryAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterRouteEntryAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRouteEntryAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterRouteEntryAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRouteEntryAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRouteEntryAttributesCommon Send returns without error.

See ModifyTransitRouterRouteEntryAttributesCommon for more information on using the ModifyTransitRouterRouteEntryAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterRouteEntryAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterRouteEntryAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRouteEntryAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRouteEntryAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterRouteEntryAttributesCommonWithContext is the same as ModifyTransitRouterRouteEntryAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRouteEntryAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterRouteEntryAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterRouteEntryAttributesRequest(input *ModifyTransitRouterRouteEntryAttributesInput) (req *request.Request, output *ModifyTransitRouterRouteEntryAttributesOutput)

ModifyTransitRouterRouteEntryAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRouteEntryAttributes operation. The "output" return value will be populated with the ModifyTransitRouterRouteEntryAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRouteEntryAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRouteEntryAttributesCommon Send returns without error.

See ModifyTransitRouterRouteEntryAttributes for more information on using the ModifyTransitRouterRouteEntryAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterRouteEntryAttributesRequest method.
req, resp := client.ModifyTransitRouterRouteEntryAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRouteEntryAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRouteEntryAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterRouteEntryAttributesInput, opts ...request.Option) (*ModifyTransitRouterRouteEntryAttributesOutput, error)

ModifyTransitRouterRouteEntryAttributesWithContext is the same as ModifyTransitRouterRouteEntryAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRouteEntryAttributes 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 (*TRANSITROUTER) ModifyTransitRouterRoutePolicyAssociation

ModifyTransitRouterRoutePolicyAssociation API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRoutePolicyAssociation for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyAssociationCommon

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyAssociationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterRoutePolicyAssociationCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRoutePolicyAssociationCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyAssociationCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyAssociationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterRoutePolicyAssociationCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRoutePolicyAssociationCommon operation. The "output" return value will be populated with the ModifyTransitRouterRoutePolicyAssociationCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRoutePolicyAssociationCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRoutePolicyAssociationCommon Send returns without error.

See ModifyTransitRouterRoutePolicyAssociationCommon for more information on using the ModifyTransitRouterRoutePolicyAssociationCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterRoutePolicyAssociationCommonRequest method.
req, resp := client.ModifyTransitRouterRoutePolicyAssociationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyAssociationCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyAssociationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterRoutePolicyAssociationCommonWithContext is the same as ModifyTransitRouterRoutePolicyAssociationCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRoutePolicyAssociationCommon 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 (*TRANSITROUTER) ModifyTransitRouterRoutePolicyAssociationRequest

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyAssociationRequest(input *ModifyTransitRouterRoutePolicyAssociationInput) (req *request.Request, output *ModifyTransitRouterRoutePolicyAssociationOutput)

ModifyTransitRouterRoutePolicyAssociationRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRoutePolicyAssociation operation. The "output" return value will be populated with the ModifyTransitRouterRoutePolicyAssociationCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRoutePolicyAssociationCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRoutePolicyAssociationCommon Send returns without error.

See ModifyTransitRouterRoutePolicyAssociation for more information on using the ModifyTransitRouterRoutePolicyAssociation API call, and error handling.

// Example sending a request using the ModifyTransitRouterRoutePolicyAssociationRequest method.
req, resp := client.ModifyTransitRouterRoutePolicyAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyAssociationWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyAssociationWithContext(ctx volcengine.Context, input *ModifyTransitRouterRoutePolicyAssociationInput, opts ...request.Option) (*ModifyTransitRouterRoutePolicyAssociationOutput, error)

ModifyTransitRouterRoutePolicyAssociationWithContext is the same as ModifyTransitRouterRoutePolicyAssociation with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRoutePolicyAssociation 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 (*TRANSITROUTER) ModifyTransitRouterRoutePolicyEntryAttributes

ModifyTransitRouterRoutePolicyEntryAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRoutePolicyEntryAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyEntryAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyEntryAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterRoutePolicyEntryAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRoutePolicyEntryAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyEntryAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyEntryAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterRoutePolicyEntryAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRoutePolicyEntryAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterRoutePolicyEntryAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRoutePolicyEntryAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRoutePolicyEntryAttributesCommon Send returns without error.

See ModifyTransitRouterRoutePolicyEntryAttributesCommon for more information on using the ModifyTransitRouterRoutePolicyEntryAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterRoutePolicyEntryAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterRoutePolicyEntryAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyEntryAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyEntryAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterRoutePolicyEntryAttributesCommonWithContext is the same as ModifyTransitRouterRoutePolicyEntryAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRoutePolicyEntryAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterRoutePolicyEntryAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyEntryAttributesRequest(input *ModifyTransitRouterRoutePolicyEntryAttributesInput) (req *request.Request, output *ModifyTransitRouterRoutePolicyEntryAttributesOutput)

ModifyTransitRouterRoutePolicyEntryAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRoutePolicyEntryAttributes operation. The "output" return value will be populated with the ModifyTransitRouterRoutePolicyEntryAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRoutePolicyEntryAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRoutePolicyEntryAttributesCommon Send returns without error.

See ModifyTransitRouterRoutePolicyEntryAttributes for more information on using the ModifyTransitRouterRoutePolicyEntryAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterRoutePolicyEntryAttributesRequest method.
req, resp := client.ModifyTransitRouterRoutePolicyEntryAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyEntryAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyEntryAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterRoutePolicyEntryAttributesInput, opts ...request.Option) (*ModifyTransitRouterRoutePolicyEntryAttributesOutput, error)

ModifyTransitRouterRoutePolicyEntryAttributesWithContext is the same as ModifyTransitRouterRoutePolicyEntryAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRoutePolicyEntryAttributes 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 (*TRANSITROUTER) ModifyTransitRouterRoutePolicyTableAttributes

ModifyTransitRouterRoutePolicyTableAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRoutePolicyTableAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyTableAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyTableAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterRoutePolicyTableAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRoutePolicyTableAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyTableAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyTableAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterRoutePolicyTableAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRoutePolicyTableAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterRoutePolicyTableAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRoutePolicyTableAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRoutePolicyTableAttributesCommon Send returns without error.

See ModifyTransitRouterRoutePolicyTableAttributesCommon for more information on using the ModifyTransitRouterRoutePolicyTableAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterRoutePolicyTableAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterRoutePolicyTableAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyTableAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyTableAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterRoutePolicyTableAttributesCommonWithContext is the same as ModifyTransitRouterRoutePolicyTableAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRoutePolicyTableAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterRoutePolicyTableAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyTableAttributesRequest(input *ModifyTransitRouterRoutePolicyTableAttributesInput) (req *request.Request, output *ModifyTransitRouterRoutePolicyTableAttributesOutput)

ModifyTransitRouterRoutePolicyTableAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRoutePolicyTableAttributes operation. The "output" return value will be populated with the ModifyTransitRouterRoutePolicyTableAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRoutePolicyTableAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRoutePolicyTableAttributesCommon Send returns without error.

See ModifyTransitRouterRoutePolicyTableAttributes for more information on using the ModifyTransitRouterRoutePolicyTableAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterRoutePolicyTableAttributesRequest method.
req, resp := client.ModifyTransitRouterRoutePolicyTableAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRoutePolicyTableAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRoutePolicyTableAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterRoutePolicyTableAttributesInput, opts ...request.Option) (*ModifyTransitRouterRoutePolicyTableAttributesOutput, error)

ModifyTransitRouterRoutePolicyTableAttributesWithContext is the same as ModifyTransitRouterRoutePolicyTableAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRoutePolicyTableAttributes 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 (*TRANSITROUTER) ModifyTransitRouterRouteTableAssociationAttributes

ModifyTransitRouterRouteTableAssociationAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRouteTableAssociationAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRouteTableAssociationAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterRouteTableAssociationAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterRouteTableAssociationAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRouteTableAssociationAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRouteTableAssociationAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterRouteTableAssociationAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterRouteTableAssociationAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRouteTableAssociationAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterRouteTableAssociationAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRouteTableAssociationAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRouteTableAssociationAttributesCommon Send returns without error.

See ModifyTransitRouterRouteTableAssociationAttributesCommon for more information on using the ModifyTransitRouterRouteTableAssociationAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterRouteTableAssociationAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterRouteTableAssociationAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRouteTableAssociationAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRouteTableAssociationAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterRouteTableAssociationAttributesCommonWithContext is the same as ModifyTransitRouterRouteTableAssociationAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRouteTableAssociationAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterRouteTableAssociationAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterRouteTableAssociationAttributesRequest(input *ModifyTransitRouterRouteTableAssociationAttributesInput) (req *request.Request, output *ModifyTransitRouterRouteTableAssociationAttributesOutput)

ModifyTransitRouterRouteTableAssociationAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRouteTableAssociationAttributes operation. The "output" return value will be populated with the ModifyTransitRouterRouteTableAssociationAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRouteTableAssociationAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRouteTableAssociationAttributesCommon Send returns without error.

See ModifyTransitRouterRouteTableAssociationAttributes for more information on using the ModifyTransitRouterRouteTableAssociationAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterRouteTableAssociationAttributesRequest method.
req, resp := client.ModifyTransitRouterRouteTableAssociationAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRouteTableAssociationAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRouteTableAssociationAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterRouteTableAssociationAttributesInput, opts ...request.Option) (*ModifyTransitRouterRouteTableAssociationAttributesOutput, error)

ModifyTransitRouterRouteTableAssociationAttributesWithContext is the same as ModifyTransitRouterRouteTableAssociationAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRouteTableAssociationAttributes 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 (*TRANSITROUTER) ModifyTransitRouterRouteTableAttributes

ModifyTransitRouterRouteTableAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRouteTableAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRouteTableAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterRouteTableAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterRouteTableAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterRouteTableAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterRouteTableAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterRouteTableAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterRouteTableAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRouteTableAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterRouteTableAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRouteTableAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRouteTableAttributesCommon Send returns without error.

See ModifyTransitRouterRouteTableAttributesCommon for more information on using the ModifyTransitRouterRouteTableAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterRouteTableAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterRouteTableAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRouteTableAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRouteTableAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterRouteTableAttributesCommonWithContext is the same as ModifyTransitRouterRouteTableAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRouteTableAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterRouteTableAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterRouteTableAttributesRequest(input *ModifyTransitRouterRouteTableAttributesInput) (req *request.Request, output *ModifyTransitRouterRouteTableAttributesOutput)

ModifyTransitRouterRouteTableAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterRouteTableAttributes operation. The "output" return value will be populated with the ModifyTransitRouterRouteTableAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterRouteTableAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterRouteTableAttributesCommon Send returns without error.

See ModifyTransitRouterRouteTableAttributes for more information on using the ModifyTransitRouterRouteTableAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterRouteTableAttributesRequest method.
req, resp := client.ModifyTransitRouterRouteTableAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterRouteTableAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterRouteTableAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterRouteTableAttributesInput, opts ...request.Option) (*ModifyTransitRouterRouteTableAttributesOutput, error)

ModifyTransitRouterRouteTableAttributesWithContext is the same as ModifyTransitRouterRouteTableAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterRouteTableAttributes 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 (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAssociation added in v1.0.162

ModifyTransitRouterTrafficQosMarkingPolicyAssociation API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterTrafficQosMarkingPolicyAssociation for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommonRequest added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon operation. The "output" return value will be populated with the ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon Send returns without error.

See ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon for more information on using the ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommonRequest method.
req, resp := client.ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommonWithContext is the same as ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon 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 (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAssociationRequest added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAssociationRequest(input *ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput) (req *request.Request, output *ModifyTransitRouterTrafficQosMarkingPolicyAssociationOutput)

ModifyTransitRouterTrafficQosMarkingPolicyAssociationRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterTrafficQosMarkingPolicyAssociation operation. The "output" return value will be populated with the ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon Send returns without error.

See ModifyTransitRouterTrafficQosMarkingPolicyAssociation for more information on using the ModifyTransitRouterTrafficQosMarkingPolicyAssociation API call, and error handling.

// Example sending a request using the ModifyTransitRouterTrafficQosMarkingPolicyAssociationRequest method.
req, resp := client.ModifyTransitRouterTrafficQosMarkingPolicyAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAssociationWithContext added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAssociationWithContext(ctx volcengine.Context, input *ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput, opts ...request.Option) (*ModifyTransitRouterTrafficQosMarkingPolicyAssociationOutput, error)

ModifyTransitRouterTrafficQosMarkingPolicyAssociationWithContext is the same as ModifyTransitRouterTrafficQosMarkingPolicyAssociation with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterTrafficQosMarkingPolicyAssociation 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 (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAttributes added in v1.0.162

ModifyTransitRouterTrafficQosMarkingPolicyAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterTrafficQosMarkingPolicyAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommonRequest added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon Send returns without error.

See ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon for more information on using the ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommonWithContext is the same as ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAttributesRequest added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAttributesRequest(input *ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput) (req *request.Request, output *ModifyTransitRouterTrafficQosMarkingPolicyAttributesOutput)

ModifyTransitRouterTrafficQosMarkingPolicyAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterTrafficQosMarkingPolicyAttributes operation. The "output" return value will be populated with the ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon Send returns without error.

See ModifyTransitRouterTrafficQosMarkingPolicyAttributes for more information on using the ModifyTransitRouterTrafficQosMarkingPolicyAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterTrafficQosMarkingPolicyAttributesRequest method.
req, resp := client.ModifyTransitRouterTrafficQosMarkingPolicyAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAttributesWithContext added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosMarkingPolicyAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput, opts ...request.Option) (*ModifyTransitRouterTrafficQosMarkingPolicyAttributesOutput, error)

ModifyTransitRouterTrafficQosMarkingPolicyAttributesWithContext is the same as ModifyTransitRouterTrafficQosMarkingPolicyAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterTrafficQosMarkingPolicyAttributes 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 (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAssociation added in v1.0.162

ModifyTransitRouterTrafficQosQueuePolicyAssociation API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterTrafficQosQueuePolicyAssociation for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAssociationCommonRequest added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAssociationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterTrafficQosQueuePolicyAssociationCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon operation. The "output" return value will be populated with the ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon Send returns without error.

See ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon for more information on using the ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterTrafficQosQueuePolicyAssociationCommonRequest method.
req, resp := client.ModifyTransitRouterTrafficQosQueuePolicyAssociationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAssociationCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAssociationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterTrafficQosQueuePolicyAssociationCommonWithContext is the same as ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon 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 (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAssociationRequest added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAssociationRequest(input *ModifyTransitRouterTrafficQosQueuePolicyAssociationInput) (req *request.Request, output *ModifyTransitRouterTrafficQosQueuePolicyAssociationOutput)

ModifyTransitRouterTrafficQosQueuePolicyAssociationRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterTrafficQosQueuePolicyAssociation operation. The "output" return value will be populated with the ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon Send returns without error.

See ModifyTransitRouterTrafficQosQueuePolicyAssociation for more information on using the ModifyTransitRouterTrafficQosQueuePolicyAssociation API call, and error handling.

// Example sending a request using the ModifyTransitRouterTrafficQosQueuePolicyAssociationRequest method.
req, resp := client.ModifyTransitRouterTrafficQosQueuePolicyAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAssociationWithContext added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAssociationWithContext(ctx volcengine.Context, input *ModifyTransitRouterTrafficQosQueuePolicyAssociationInput, opts ...request.Option) (*ModifyTransitRouterTrafficQosQueuePolicyAssociationOutput, error)

ModifyTransitRouterTrafficQosQueuePolicyAssociationWithContext is the same as ModifyTransitRouterTrafficQosQueuePolicyAssociation with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterTrafficQosQueuePolicyAssociation 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 (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAttributes added in v1.0.162

ModifyTransitRouterTrafficQosQueuePolicyAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterTrafficQosQueuePolicyAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAttributesCommonRequest added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterTrafficQosQueuePolicyAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon Send returns without error.

See ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon for more information on using the ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterTrafficQosQueuePolicyAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterTrafficQosQueuePolicyAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAttributesCommonWithContext added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterTrafficQosQueuePolicyAttributesCommonWithContext is the same as ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAttributesRequest added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAttributesRequest(input *ModifyTransitRouterTrafficQosQueuePolicyAttributesInput) (req *request.Request, output *ModifyTransitRouterTrafficQosQueuePolicyAttributesOutput)

ModifyTransitRouterTrafficQosQueuePolicyAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterTrafficQosQueuePolicyAttributes operation. The "output" return value will be populated with the ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon Send returns without error.

See ModifyTransitRouterTrafficQosQueuePolicyAttributes for more information on using the ModifyTransitRouterTrafficQosQueuePolicyAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterTrafficQosQueuePolicyAttributesRequest method.
req, resp := client.ModifyTransitRouterTrafficQosQueuePolicyAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAttributesWithContext added in v1.0.162

func (c *TRANSITROUTER) ModifyTransitRouterTrafficQosQueuePolicyAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterTrafficQosQueuePolicyAttributesInput, opts ...request.Option) (*ModifyTransitRouterTrafficQosQueuePolicyAttributesOutput, error)

ModifyTransitRouterTrafficQosQueuePolicyAttributesWithContext is the same as ModifyTransitRouterTrafficQosQueuePolicyAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterTrafficQosQueuePolicyAttributes 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 (*TRANSITROUTER) ModifyTransitRouterVpcAttachmentAttributes

ModifyTransitRouterVpcAttachmentAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterVpcAttachmentAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterVpcAttachmentAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterVpcAttachmentAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterVpcAttachmentAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterVpcAttachmentAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterVpcAttachmentAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterVpcAttachmentAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterVpcAttachmentAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterVpcAttachmentAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterVpcAttachmentAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterVpcAttachmentAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterVpcAttachmentAttributesCommon Send returns without error.

See ModifyTransitRouterVpcAttachmentAttributesCommon for more information on using the ModifyTransitRouterVpcAttachmentAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterVpcAttachmentAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterVpcAttachmentAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterVpcAttachmentAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterVpcAttachmentAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterVpcAttachmentAttributesCommonWithContext is the same as ModifyTransitRouterVpcAttachmentAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterVpcAttachmentAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterVpcAttachmentAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterVpcAttachmentAttributesRequest(input *ModifyTransitRouterVpcAttachmentAttributesInput) (req *request.Request, output *ModifyTransitRouterVpcAttachmentAttributesOutput)

ModifyTransitRouterVpcAttachmentAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterVpcAttachmentAttributes operation. The "output" return value will be populated with the ModifyTransitRouterVpcAttachmentAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterVpcAttachmentAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterVpcAttachmentAttributesCommon Send returns without error.

See ModifyTransitRouterVpcAttachmentAttributes for more information on using the ModifyTransitRouterVpcAttachmentAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterVpcAttachmentAttributesRequest method.
req, resp := client.ModifyTransitRouterVpcAttachmentAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterVpcAttachmentAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterVpcAttachmentAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterVpcAttachmentAttributesInput, opts ...request.Option) (*ModifyTransitRouterVpcAttachmentAttributesOutput, error)

ModifyTransitRouterVpcAttachmentAttributesWithContext is the same as ModifyTransitRouterVpcAttachmentAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterVpcAttachmentAttributes 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 (*TRANSITROUTER) ModifyTransitRouterVpnAttachmentAttributes

ModifyTransitRouterVpnAttachmentAttributes API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterVpnAttachmentAttributes for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterVpnAttachmentAttributesCommon

func (c *TRANSITROUTER) ModifyTransitRouterVpnAttachmentAttributesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ModifyTransitRouterVpnAttachmentAttributesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation ModifyTransitRouterVpnAttachmentAttributesCommon for usage and error information.

func (*TRANSITROUTER) ModifyTransitRouterVpnAttachmentAttributesCommonRequest

func (c *TRANSITROUTER) ModifyTransitRouterVpnAttachmentAttributesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ModifyTransitRouterVpnAttachmentAttributesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterVpnAttachmentAttributesCommon operation. The "output" return value will be populated with the ModifyTransitRouterVpnAttachmentAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterVpnAttachmentAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterVpnAttachmentAttributesCommon Send returns without error.

See ModifyTransitRouterVpnAttachmentAttributesCommon for more information on using the ModifyTransitRouterVpnAttachmentAttributesCommon API call, and error handling.

// Example sending a request using the ModifyTransitRouterVpnAttachmentAttributesCommonRequest method.
req, resp := client.ModifyTransitRouterVpnAttachmentAttributesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterVpnAttachmentAttributesCommonWithContext

func (c *TRANSITROUTER) ModifyTransitRouterVpnAttachmentAttributesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ModifyTransitRouterVpnAttachmentAttributesCommonWithContext is the same as ModifyTransitRouterVpnAttachmentAttributesCommon with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterVpnAttachmentAttributesCommon 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 (*TRANSITROUTER) ModifyTransitRouterVpnAttachmentAttributesRequest

func (c *TRANSITROUTER) ModifyTransitRouterVpnAttachmentAttributesRequest(input *ModifyTransitRouterVpnAttachmentAttributesInput) (req *request.Request, output *ModifyTransitRouterVpnAttachmentAttributesOutput)

ModifyTransitRouterVpnAttachmentAttributesRequest generates a "volcengine/request.Request" representing the client's request for the ModifyTransitRouterVpnAttachmentAttributes operation. The "output" return value will be populated with the ModifyTransitRouterVpnAttachmentAttributesCommon request's response once the request completes successfully.

Use "Send" method on the returned ModifyTransitRouterVpnAttachmentAttributesCommon Request to send the API call to the service. the "output" return value is not valid until after ModifyTransitRouterVpnAttachmentAttributesCommon Send returns without error.

See ModifyTransitRouterVpnAttachmentAttributes for more information on using the ModifyTransitRouterVpnAttachmentAttributes API call, and error handling.

// Example sending a request using the ModifyTransitRouterVpnAttachmentAttributesRequest method.
req, resp := client.ModifyTransitRouterVpnAttachmentAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) ModifyTransitRouterVpnAttachmentAttributesWithContext

func (c *TRANSITROUTER) ModifyTransitRouterVpnAttachmentAttributesWithContext(ctx volcengine.Context, input *ModifyTransitRouterVpnAttachmentAttributesInput, opts ...request.Option) (*ModifyTransitRouterVpnAttachmentAttributesOutput, error)

ModifyTransitRouterVpnAttachmentAttributesWithContext is the same as ModifyTransitRouterVpnAttachmentAttributes with the addition of the ability to pass a context and additional request options.

See ModifyTransitRouterVpnAttachmentAttributes 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 (*TRANSITROUTER) RejectSharedTransitRouter

func (c *TRANSITROUTER) RejectSharedTransitRouter(input *RejectSharedTransitRouterInput) (*RejectSharedTransitRouterOutput, error)

RejectSharedTransitRouter API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation RejectSharedTransitRouter for usage and error information.

func (*TRANSITROUTER) RejectSharedTransitRouterCommon

func (c *TRANSITROUTER) RejectSharedTransitRouterCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RejectSharedTransitRouterCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation RejectSharedTransitRouterCommon for usage and error information.

func (*TRANSITROUTER) RejectSharedTransitRouterCommonRequest

func (c *TRANSITROUTER) RejectSharedTransitRouterCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RejectSharedTransitRouterCommonRequest generates a "volcengine/request.Request" representing the client's request for the RejectSharedTransitRouterCommon operation. The "output" return value will be populated with the RejectSharedTransitRouterCommon request's response once the request completes successfully.

Use "Send" method on the returned RejectSharedTransitRouterCommon Request to send the API call to the service. the "output" return value is not valid until after RejectSharedTransitRouterCommon Send returns without error.

See RejectSharedTransitRouterCommon for more information on using the RejectSharedTransitRouterCommon API call, and error handling.

// Example sending a request using the RejectSharedTransitRouterCommonRequest method.
req, resp := client.RejectSharedTransitRouterCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) RejectSharedTransitRouterCommonWithContext

func (c *TRANSITROUTER) RejectSharedTransitRouterCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RejectSharedTransitRouterCommonWithContext is the same as RejectSharedTransitRouterCommon with the addition of the ability to pass a context and additional request options.

See RejectSharedTransitRouterCommon 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 (*TRANSITROUTER) RejectSharedTransitRouterRequest

func (c *TRANSITROUTER) RejectSharedTransitRouterRequest(input *RejectSharedTransitRouterInput) (req *request.Request, output *RejectSharedTransitRouterOutput)

RejectSharedTransitRouterRequest generates a "volcengine/request.Request" representing the client's request for the RejectSharedTransitRouter operation. The "output" return value will be populated with the RejectSharedTransitRouterCommon request's response once the request completes successfully.

Use "Send" method on the returned RejectSharedTransitRouterCommon Request to send the API call to the service. the "output" return value is not valid until after RejectSharedTransitRouterCommon Send returns without error.

See RejectSharedTransitRouter for more information on using the RejectSharedTransitRouter API call, and error handling.

// Example sending a request using the RejectSharedTransitRouterRequest method.
req, resp := client.RejectSharedTransitRouterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) RejectSharedTransitRouterWithContext

func (c *TRANSITROUTER) RejectSharedTransitRouterWithContext(ctx volcengine.Context, input *RejectSharedTransitRouterInput, opts ...request.Option) (*RejectSharedTransitRouterOutput, error)

RejectSharedTransitRouterWithContext is the same as RejectSharedTransitRouter with the addition of the ability to pass a context and additional request options.

See RejectSharedTransitRouter 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 (*TRANSITROUTER) RenewTransitRouterBandwidthPackage

RenewTransitRouterBandwidthPackage API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation RenewTransitRouterBandwidthPackage for usage and error information.

func (*TRANSITROUTER) RenewTransitRouterBandwidthPackageCommon

func (c *TRANSITROUTER) RenewTransitRouterBandwidthPackageCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RenewTransitRouterBandwidthPackageCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation RenewTransitRouterBandwidthPackageCommon for usage and error information.

func (*TRANSITROUTER) RenewTransitRouterBandwidthPackageCommonRequest

func (c *TRANSITROUTER) RenewTransitRouterBandwidthPackageCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RenewTransitRouterBandwidthPackageCommonRequest generates a "volcengine/request.Request" representing the client's request for the RenewTransitRouterBandwidthPackageCommon operation. The "output" return value will be populated with the RenewTransitRouterBandwidthPackageCommon request's response once the request completes successfully.

Use "Send" method on the returned RenewTransitRouterBandwidthPackageCommon Request to send the API call to the service. the "output" return value is not valid until after RenewTransitRouterBandwidthPackageCommon Send returns without error.

See RenewTransitRouterBandwidthPackageCommon for more information on using the RenewTransitRouterBandwidthPackageCommon API call, and error handling.

// Example sending a request using the RenewTransitRouterBandwidthPackageCommonRequest method.
req, resp := client.RenewTransitRouterBandwidthPackageCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) RenewTransitRouterBandwidthPackageCommonWithContext

func (c *TRANSITROUTER) RenewTransitRouterBandwidthPackageCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RenewTransitRouterBandwidthPackageCommonWithContext is the same as RenewTransitRouterBandwidthPackageCommon with the addition of the ability to pass a context and additional request options.

See RenewTransitRouterBandwidthPackageCommon 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 (*TRANSITROUTER) RenewTransitRouterBandwidthPackageRequest

func (c *TRANSITROUTER) RenewTransitRouterBandwidthPackageRequest(input *RenewTransitRouterBandwidthPackageInput) (req *request.Request, output *RenewTransitRouterBandwidthPackageOutput)

RenewTransitRouterBandwidthPackageRequest generates a "volcengine/request.Request" representing the client's request for the RenewTransitRouterBandwidthPackage operation. The "output" return value will be populated with the RenewTransitRouterBandwidthPackageCommon request's response once the request completes successfully.

Use "Send" method on the returned RenewTransitRouterBandwidthPackageCommon Request to send the API call to the service. the "output" return value is not valid until after RenewTransitRouterBandwidthPackageCommon Send returns without error.

See RenewTransitRouterBandwidthPackage for more information on using the RenewTransitRouterBandwidthPackage API call, and error handling.

// Example sending a request using the RenewTransitRouterBandwidthPackageRequest method.
req, resp := client.RenewTransitRouterBandwidthPackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) RenewTransitRouterBandwidthPackageWithContext

func (c *TRANSITROUTER) RenewTransitRouterBandwidthPackageWithContext(ctx volcengine.Context, input *RenewTransitRouterBandwidthPackageInput, opts ...request.Option) (*RenewTransitRouterBandwidthPackageOutput, error)

RenewTransitRouterBandwidthPackageWithContext is the same as RenewTransitRouterBandwidthPackage with the addition of the ability to pass a context and additional request options.

See RenewTransitRouterBandwidthPackage 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 (*TRANSITROUTER) SetTransitRouterBandwidthPackageRenewal

SetTransitRouterBandwidthPackageRenewal API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation SetTransitRouterBandwidthPackageRenewal for usage and error information.

func (*TRANSITROUTER) SetTransitRouterBandwidthPackageRenewalCommon

func (c *TRANSITROUTER) SetTransitRouterBandwidthPackageRenewalCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SetTransitRouterBandwidthPackageRenewalCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation SetTransitRouterBandwidthPackageRenewalCommon for usage and error information.

func (*TRANSITROUTER) SetTransitRouterBandwidthPackageRenewalCommonRequest

func (c *TRANSITROUTER) SetTransitRouterBandwidthPackageRenewalCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SetTransitRouterBandwidthPackageRenewalCommonRequest generates a "volcengine/request.Request" representing the client's request for the SetTransitRouterBandwidthPackageRenewalCommon operation. The "output" return value will be populated with the SetTransitRouterBandwidthPackageRenewalCommon request's response once the request completes successfully.

Use "Send" method on the returned SetTransitRouterBandwidthPackageRenewalCommon Request to send the API call to the service. the "output" return value is not valid until after SetTransitRouterBandwidthPackageRenewalCommon Send returns without error.

See SetTransitRouterBandwidthPackageRenewalCommon for more information on using the SetTransitRouterBandwidthPackageRenewalCommon API call, and error handling.

// Example sending a request using the SetTransitRouterBandwidthPackageRenewalCommonRequest method.
req, resp := client.SetTransitRouterBandwidthPackageRenewalCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) SetTransitRouterBandwidthPackageRenewalCommonWithContext

func (c *TRANSITROUTER) SetTransitRouterBandwidthPackageRenewalCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SetTransitRouterBandwidthPackageRenewalCommonWithContext is the same as SetTransitRouterBandwidthPackageRenewalCommon with the addition of the ability to pass a context and additional request options.

See SetTransitRouterBandwidthPackageRenewalCommon 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 (*TRANSITROUTER) SetTransitRouterBandwidthPackageRenewalRequest

func (c *TRANSITROUTER) SetTransitRouterBandwidthPackageRenewalRequest(input *SetTransitRouterBandwidthPackageRenewalInput) (req *request.Request, output *SetTransitRouterBandwidthPackageRenewalOutput)

SetTransitRouterBandwidthPackageRenewalRequest generates a "volcengine/request.Request" representing the client's request for the SetTransitRouterBandwidthPackageRenewal operation. The "output" return value will be populated with the SetTransitRouterBandwidthPackageRenewalCommon request's response once the request completes successfully.

Use "Send" method on the returned SetTransitRouterBandwidthPackageRenewalCommon Request to send the API call to the service. the "output" return value is not valid until after SetTransitRouterBandwidthPackageRenewalCommon Send returns without error.

See SetTransitRouterBandwidthPackageRenewal for more information on using the SetTransitRouterBandwidthPackageRenewal API call, and error handling.

// Example sending a request using the SetTransitRouterBandwidthPackageRenewalRequest method.
req, resp := client.SetTransitRouterBandwidthPackageRenewalRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) SetTransitRouterBandwidthPackageRenewalWithContext

func (c *TRANSITROUTER) SetTransitRouterBandwidthPackageRenewalWithContext(ctx volcengine.Context, input *SetTransitRouterBandwidthPackageRenewalInput, opts ...request.Option) (*SetTransitRouterBandwidthPackageRenewalOutput, error)

SetTransitRouterBandwidthPackageRenewalWithContext is the same as SetTransitRouterBandwidthPackageRenewal with the addition of the ability to pass a context and additional request options.

See SetTransitRouterBandwidthPackageRenewal 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 (*TRANSITROUTER) TagResources

func (c *TRANSITROUTER) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)

TagResources API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation TagResources for usage and error information.

func (*TRANSITROUTER) TagResourcesCommon

func (c *TRANSITROUTER) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TagResourcesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation TagResourcesCommon for usage and error information.

func (*TRANSITROUTER) TagResourcesCommonRequest

func (c *TRANSITROUTER) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

TagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the TagResourcesCommon operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.

See TagResourcesCommon for more information on using the TagResourcesCommon API call, and error handling.

// Example sending a request using the TagResourcesCommonRequest method.
req, resp := client.TagResourcesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) TagResourcesCommonWithContext

func (c *TRANSITROUTER) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

TagResourcesCommonWithContext is the same as TagResourcesCommon with the addition of the ability to pass a context and additional request options.

See TagResourcesCommon 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 (*TRANSITROUTER) TagResourcesRequest

func (c *TRANSITROUTER) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)

TagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the TagResources operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.

See TagResources for more information on using the TagResources API call, and error handling.

// Example sending a request using the TagResourcesRequest method.
req, resp := client.TagResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) TagResourcesWithContext

func (c *TRANSITROUTER) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)

TagResourcesWithContext is the same as TagResources with the addition of the ability to pass a context and additional request options.

See TagResources 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 (*TRANSITROUTER) UntagResources

func (c *TRANSITROUTER) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)

UntagResources API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation UntagResources for usage and error information.

func (*TRANSITROUTER) UntagResourcesCommon

func (c *TRANSITROUTER) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UntagResourcesCommon API operation for TRANSITROUTER.

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 TRANSITROUTER's API operation UntagResourcesCommon for usage and error information.

func (*TRANSITROUTER) UntagResourcesCommonRequest

func (c *TRANSITROUTER) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UntagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the UntagResourcesCommon operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.

See UntagResourcesCommon for more information on using the UntagResourcesCommon API call, and error handling.

// Example sending a request using the UntagResourcesCommonRequest method.
req, resp := client.UntagResourcesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) UntagResourcesCommonWithContext

func (c *TRANSITROUTER) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UntagResourcesCommonWithContext is the same as UntagResourcesCommon with the addition of the ability to pass a context and additional request options.

See UntagResourcesCommon 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 (*TRANSITROUTER) UntagResourcesRequest

func (c *TRANSITROUTER) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)

UntagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the UntagResources operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.

Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.

See UntagResources for more information on using the UntagResources API call, and error handling.

// Example sending a request using the UntagResourcesRequest method.
req, resp := client.UntagResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*TRANSITROUTER) UntagResourcesWithContext

func (c *TRANSITROUTER) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)

UntagResourcesWithContext is the same as UntagResources with the addition of the ability to pass a context and additional request options.

See UntagResources 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 TRANSITROUTERAPI

type TRANSITROUTERAPI interface {
	AcceptSharedTransitRouterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AcceptSharedTransitRouterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AcceptSharedTransitRouterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AcceptSharedTransitRouter(*AcceptSharedTransitRouterInput) (*AcceptSharedTransitRouterOutput, error)
	AcceptSharedTransitRouterWithContext(volcengine.Context, *AcceptSharedTransitRouterInput, ...request.Option) (*AcceptSharedTransitRouterOutput, error)
	AcceptSharedTransitRouterRequest(*AcceptSharedTransitRouterInput) (*request.Request, *AcceptSharedTransitRouterOutput)

	AssociateTransitRouterAttachmentToRouteTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AssociateTransitRouterAttachmentToRouteTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AssociateTransitRouterAttachmentToRouteTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AssociateTransitRouterAttachmentToRouteTable(*AssociateTransitRouterAttachmentToRouteTableInput) (*AssociateTransitRouterAttachmentToRouteTableOutput, error)
	AssociateTransitRouterAttachmentToRouteTableWithContext(volcengine.Context, *AssociateTransitRouterAttachmentToRouteTableInput, ...request.Option) (*AssociateTransitRouterAttachmentToRouteTableOutput, error)
	AssociateTransitRouterAttachmentToRouteTableRequest(*AssociateTransitRouterAttachmentToRouteTableInput) (*request.Request, *AssociateTransitRouterAttachmentToRouteTableOutput)

	AssociateTransitRouterForwardPolicyTableToAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AssociateTransitRouterForwardPolicyTableToAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AssociateTransitRouterForwardPolicyTableToAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AssociateTransitRouterForwardPolicyTableToAttachment(*AssociateTransitRouterForwardPolicyTableToAttachmentInput) (*AssociateTransitRouterForwardPolicyTableToAttachmentOutput, error)
	AssociateTransitRouterForwardPolicyTableToAttachmentWithContext(volcengine.Context, *AssociateTransitRouterForwardPolicyTableToAttachmentInput, ...request.Option) (*AssociateTransitRouterForwardPolicyTableToAttachmentOutput, error)
	AssociateTransitRouterForwardPolicyTableToAttachmentRequest(*AssociateTransitRouterForwardPolicyTableToAttachmentInput) (*request.Request, *AssociateTransitRouterForwardPolicyTableToAttachmentOutput)

	AssociateTransitRouterRoutePolicyToRouteTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AssociateTransitRouterRoutePolicyToRouteTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AssociateTransitRouterRoutePolicyToRouteTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AssociateTransitRouterRoutePolicyToRouteTable(*AssociateTransitRouterRoutePolicyToRouteTableInput) (*AssociateTransitRouterRoutePolicyToRouteTableOutput, error)
	AssociateTransitRouterRoutePolicyToRouteTableWithContext(volcengine.Context, *AssociateTransitRouterRoutePolicyToRouteTableInput, ...request.Option) (*AssociateTransitRouterRoutePolicyToRouteTableOutput, error)
	AssociateTransitRouterRoutePolicyToRouteTableRequest(*AssociateTransitRouterRoutePolicyToRouteTableInput) (*request.Request, *AssociateTransitRouterRoutePolicyToRouteTableOutput)

	AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AssociateTransitRouterTrafficQosMarkingPolicyToAttachment(*AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentInput) (*AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentOutput, error)
	AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentWithContext(volcengine.Context, *AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentInput, ...request.Option) (*AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentOutput, error)
	AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentRequest(*AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentInput) (*request.Request, *AssociateTransitRouterTrafficQosMarkingPolicyToAttachmentOutput)

	AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AssociateTransitRouterTrafficQosQueuePolicyToAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AssociateTransitRouterTrafficQosQueuePolicyToAttachment(*AssociateTransitRouterTrafficQosQueuePolicyToAttachmentInput) (*AssociateTransitRouterTrafficQosQueuePolicyToAttachmentOutput, error)
	AssociateTransitRouterTrafficQosQueuePolicyToAttachmentWithContext(volcengine.Context, *AssociateTransitRouterTrafficQosQueuePolicyToAttachmentInput, ...request.Option) (*AssociateTransitRouterTrafficQosQueuePolicyToAttachmentOutput, error)
	AssociateTransitRouterTrafficQosQueuePolicyToAttachmentRequest(*AssociateTransitRouterTrafficQosQueuePolicyToAttachmentInput) (*request.Request, *AssociateTransitRouterTrafficQosQueuePolicyToAttachmentOutput)

	CreateTransitRouterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouter(*CreateTransitRouterInput) (*CreateTransitRouterOutput, error)
	CreateTransitRouterWithContext(volcengine.Context, *CreateTransitRouterInput, ...request.Option) (*CreateTransitRouterOutput, error)
	CreateTransitRouterRequest(*CreateTransitRouterInput) (*request.Request, *CreateTransitRouterOutput)

	CreateTransitRouterBandwidthPackageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterBandwidthPackageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterBandwidthPackageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterBandwidthPackage(*CreateTransitRouterBandwidthPackageInput) (*CreateTransitRouterBandwidthPackageOutput, error)
	CreateTransitRouterBandwidthPackageWithContext(volcengine.Context, *CreateTransitRouterBandwidthPackageInput, ...request.Option) (*CreateTransitRouterBandwidthPackageOutput, error)
	CreateTransitRouterBandwidthPackageRequest(*CreateTransitRouterBandwidthPackageInput) (*request.Request, *CreateTransitRouterBandwidthPackageOutput)

	CreateTransitRouterDirectConnectGatewayAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterDirectConnectGatewayAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterDirectConnectGatewayAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterDirectConnectGatewayAttachment(*CreateTransitRouterDirectConnectGatewayAttachmentInput) (*CreateTransitRouterDirectConnectGatewayAttachmentOutput, error)
	CreateTransitRouterDirectConnectGatewayAttachmentWithContext(volcengine.Context, *CreateTransitRouterDirectConnectGatewayAttachmentInput, ...request.Option) (*CreateTransitRouterDirectConnectGatewayAttachmentOutput, error)
	CreateTransitRouterDirectConnectGatewayAttachmentRequest(*CreateTransitRouterDirectConnectGatewayAttachmentInput) (*request.Request, *CreateTransitRouterDirectConnectGatewayAttachmentOutput)

	CreateTransitRouterForwardPolicyEntryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterForwardPolicyEntryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterForwardPolicyEntryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterForwardPolicyEntry(*CreateTransitRouterForwardPolicyEntryInput) (*CreateTransitRouterForwardPolicyEntryOutput, error)
	CreateTransitRouterForwardPolicyEntryWithContext(volcengine.Context, *CreateTransitRouterForwardPolicyEntryInput, ...request.Option) (*CreateTransitRouterForwardPolicyEntryOutput, error)
	CreateTransitRouterForwardPolicyEntryRequest(*CreateTransitRouterForwardPolicyEntryInput) (*request.Request, *CreateTransitRouterForwardPolicyEntryOutput)

	CreateTransitRouterForwardPolicyTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterForwardPolicyTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterForwardPolicyTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterForwardPolicyTable(*CreateTransitRouterForwardPolicyTableInput) (*CreateTransitRouterForwardPolicyTableOutput, error)
	CreateTransitRouterForwardPolicyTableWithContext(volcengine.Context, *CreateTransitRouterForwardPolicyTableInput, ...request.Option) (*CreateTransitRouterForwardPolicyTableOutput, error)
	CreateTransitRouterForwardPolicyTableRequest(*CreateTransitRouterForwardPolicyTableInput) (*request.Request, *CreateTransitRouterForwardPolicyTableOutput)

	CreateTransitRouterGrantRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterGrantRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterGrantRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterGrantRule(*CreateTransitRouterGrantRuleInput) (*CreateTransitRouterGrantRuleOutput, error)
	CreateTransitRouterGrantRuleWithContext(volcengine.Context, *CreateTransitRouterGrantRuleInput, ...request.Option) (*CreateTransitRouterGrantRuleOutput, error)
	CreateTransitRouterGrantRuleRequest(*CreateTransitRouterGrantRuleInput) (*request.Request, *CreateTransitRouterGrantRuleOutput)

	CreateTransitRouterPeerAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterPeerAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterPeerAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterPeerAttachment(*CreateTransitRouterPeerAttachmentInput) (*CreateTransitRouterPeerAttachmentOutput, error)
	CreateTransitRouterPeerAttachmentWithContext(volcengine.Context, *CreateTransitRouterPeerAttachmentInput, ...request.Option) (*CreateTransitRouterPeerAttachmentOutput, error)
	CreateTransitRouterPeerAttachmentRequest(*CreateTransitRouterPeerAttachmentInput) (*request.Request, *CreateTransitRouterPeerAttachmentOutput)

	CreateTransitRouterRouteEntryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterRouteEntryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterRouteEntryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterRouteEntry(*CreateTransitRouterRouteEntryInput) (*CreateTransitRouterRouteEntryOutput, error)
	CreateTransitRouterRouteEntryWithContext(volcengine.Context, *CreateTransitRouterRouteEntryInput, ...request.Option) (*CreateTransitRouterRouteEntryOutput, error)
	CreateTransitRouterRouteEntryRequest(*CreateTransitRouterRouteEntryInput) (*request.Request, *CreateTransitRouterRouteEntryOutput)

	CreateTransitRouterRoutePolicyEntryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterRoutePolicyEntryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterRoutePolicyEntryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterRoutePolicyEntry(*CreateTransitRouterRoutePolicyEntryInput) (*CreateTransitRouterRoutePolicyEntryOutput, error)
	CreateTransitRouterRoutePolicyEntryWithContext(volcengine.Context, *CreateTransitRouterRoutePolicyEntryInput, ...request.Option) (*CreateTransitRouterRoutePolicyEntryOutput, error)
	CreateTransitRouterRoutePolicyEntryRequest(*CreateTransitRouterRoutePolicyEntryInput) (*request.Request, *CreateTransitRouterRoutePolicyEntryOutput)

	CreateTransitRouterRoutePolicyTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterRoutePolicyTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterRoutePolicyTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterRoutePolicyTable(*CreateTransitRouterRoutePolicyTableInput) (*CreateTransitRouterRoutePolicyTableOutput, error)
	CreateTransitRouterRoutePolicyTableWithContext(volcengine.Context, *CreateTransitRouterRoutePolicyTableInput, ...request.Option) (*CreateTransitRouterRoutePolicyTableOutput, error)
	CreateTransitRouterRoutePolicyTableRequest(*CreateTransitRouterRoutePolicyTableInput) (*request.Request, *CreateTransitRouterRoutePolicyTableOutput)

	CreateTransitRouterRouteTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterRouteTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterRouteTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterRouteTable(*CreateTransitRouterRouteTableInput) (*CreateTransitRouterRouteTableOutput, error)
	CreateTransitRouterRouteTableWithContext(volcengine.Context, *CreateTransitRouterRouteTableInput, ...request.Option) (*CreateTransitRouterRouteTableOutput, error)
	CreateTransitRouterRouteTableRequest(*CreateTransitRouterRouteTableInput) (*request.Request, *CreateTransitRouterRouteTableOutput)

	CreateTransitRouterTrafficQosMarkingEntryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterTrafficQosMarkingEntryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterTrafficQosMarkingEntryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterTrafficQosMarkingEntry(*CreateTransitRouterTrafficQosMarkingEntryInput) (*CreateTransitRouterTrafficQosMarkingEntryOutput, error)
	CreateTransitRouterTrafficQosMarkingEntryWithContext(volcengine.Context, *CreateTransitRouterTrafficQosMarkingEntryInput, ...request.Option) (*CreateTransitRouterTrafficQosMarkingEntryOutput, error)
	CreateTransitRouterTrafficQosMarkingEntryRequest(*CreateTransitRouterTrafficQosMarkingEntryInput) (*request.Request, *CreateTransitRouterTrafficQosMarkingEntryOutput)

	CreateTransitRouterTrafficQosMarkingPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterTrafficQosMarkingPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterTrafficQosMarkingPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterTrafficQosMarkingPolicy(*CreateTransitRouterTrafficQosMarkingPolicyInput) (*CreateTransitRouterTrafficQosMarkingPolicyOutput, error)
	CreateTransitRouterTrafficQosMarkingPolicyWithContext(volcengine.Context, *CreateTransitRouterTrafficQosMarkingPolicyInput, ...request.Option) (*CreateTransitRouterTrafficQosMarkingPolicyOutput, error)
	CreateTransitRouterTrafficQosMarkingPolicyRequest(*CreateTransitRouterTrafficQosMarkingPolicyInput) (*request.Request, *CreateTransitRouterTrafficQosMarkingPolicyOutput)

	CreateTransitRouterTrafficQosQueueEntryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterTrafficQosQueueEntryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterTrafficQosQueueEntryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterTrafficQosQueueEntry(*CreateTransitRouterTrafficQosQueueEntryInput) (*CreateTransitRouterTrafficQosQueueEntryOutput, error)
	CreateTransitRouterTrafficQosQueueEntryWithContext(volcengine.Context, *CreateTransitRouterTrafficQosQueueEntryInput, ...request.Option) (*CreateTransitRouterTrafficQosQueueEntryOutput, error)
	CreateTransitRouterTrafficQosQueueEntryRequest(*CreateTransitRouterTrafficQosQueueEntryInput) (*request.Request, *CreateTransitRouterTrafficQosQueueEntryOutput)

	CreateTransitRouterTrafficQosQueuePolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterTrafficQosQueuePolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterTrafficQosQueuePolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterTrafficQosQueuePolicy(*CreateTransitRouterTrafficQosQueuePolicyInput) (*CreateTransitRouterTrafficQosQueuePolicyOutput, error)
	CreateTransitRouterTrafficQosQueuePolicyWithContext(volcengine.Context, *CreateTransitRouterTrafficQosQueuePolicyInput, ...request.Option) (*CreateTransitRouterTrafficQosQueuePolicyOutput, error)
	CreateTransitRouterTrafficQosQueuePolicyRequest(*CreateTransitRouterTrafficQosQueuePolicyInput) (*request.Request, *CreateTransitRouterTrafficQosQueuePolicyOutput)

	CreateTransitRouterVpcAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterVpcAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterVpcAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterVpcAttachment(*CreateTransitRouterVpcAttachmentInput) (*CreateTransitRouterVpcAttachmentOutput, error)
	CreateTransitRouterVpcAttachmentWithContext(volcengine.Context, *CreateTransitRouterVpcAttachmentInput, ...request.Option) (*CreateTransitRouterVpcAttachmentOutput, error)
	CreateTransitRouterVpcAttachmentRequest(*CreateTransitRouterVpcAttachmentInput) (*request.Request, *CreateTransitRouterVpcAttachmentOutput)

	CreateTransitRouterVpnAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTransitRouterVpnAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTransitRouterVpnAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTransitRouterVpnAttachment(*CreateTransitRouterVpnAttachmentInput) (*CreateTransitRouterVpnAttachmentOutput, error)
	CreateTransitRouterVpnAttachmentWithContext(volcengine.Context, *CreateTransitRouterVpnAttachmentInput, ...request.Option) (*CreateTransitRouterVpnAttachmentOutput, error)
	CreateTransitRouterVpnAttachmentRequest(*CreateTransitRouterVpnAttachmentInput) (*request.Request, *CreateTransitRouterVpnAttachmentOutput)

	DeleteTransitRouterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouter(*DeleteTransitRouterInput) (*DeleteTransitRouterOutput, error)
	DeleteTransitRouterWithContext(volcengine.Context, *DeleteTransitRouterInput, ...request.Option) (*DeleteTransitRouterOutput, error)
	DeleteTransitRouterRequest(*DeleteTransitRouterInput) (*request.Request, *DeleteTransitRouterOutput)

	DeleteTransitRouterBandwidthPackageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterBandwidthPackageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterBandwidthPackageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterBandwidthPackage(*DeleteTransitRouterBandwidthPackageInput) (*DeleteTransitRouterBandwidthPackageOutput, error)
	DeleteTransitRouterBandwidthPackageWithContext(volcengine.Context, *DeleteTransitRouterBandwidthPackageInput, ...request.Option) (*DeleteTransitRouterBandwidthPackageOutput, error)
	DeleteTransitRouterBandwidthPackageRequest(*DeleteTransitRouterBandwidthPackageInput) (*request.Request, *DeleteTransitRouterBandwidthPackageOutput)

	DeleteTransitRouterDirectConnectGatewayAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterDirectConnectGatewayAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterDirectConnectGatewayAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterDirectConnectGatewayAttachment(*DeleteTransitRouterDirectConnectGatewayAttachmentInput) (*DeleteTransitRouterDirectConnectGatewayAttachmentOutput, error)
	DeleteTransitRouterDirectConnectGatewayAttachmentWithContext(volcengine.Context, *DeleteTransitRouterDirectConnectGatewayAttachmentInput, ...request.Option) (*DeleteTransitRouterDirectConnectGatewayAttachmentOutput, error)
	DeleteTransitRouterDirectConnectGatewayAttachmentRequest(*DeleteTransitRouterDirectConnectGatewayAttachmentInput) (*request.Request, *DeleteTransitRouterDirectConnectGatewayAttachmentOutput)

	DeleteTransitRouterForwardPolicyEntryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterForwardPolicyEntryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterForwardPolicyEntryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterForwardPolicyEntry(*DeleteTransitRouterForwardPolicyEntryInput) (*DeleteTransitRouterForwardPolicyEntryOutput, error)
	DeleteTransitRouterForwardPolicyEntryWithContext(volcengine.Context, *DeleteTransitRouterForwardPolicyEntryInput, ...request.Option) (*DeleteTransitRouterForwardPolicyEntryOutput, error)
	DeleteTransitRouterForwardPolicyEntryRequest(*DeleteTransitRouterForwardPolicyEntryInput) (*request.Request, *DeleteTransitRouterForwardPolicyEntryOutput)

	DeleteTransitRouterForwardPolicyTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterForwardPolicyTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterForwardPolicyTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterForwardPolicyTable(*DeleteTransitRouterForwardPolicyTableInput) (*DeleteTransitRouterForwardPolicyTableOutput, error)
	DeleteTransitRouterForwardPolicyTableWithContext(volcengine.Context, *DeleteTransitRouterForwardPolicyTableInput, ...request.Option) (*DeleteTransitRouterForwardPolicyTableOutput, error)
	DeleteTransitRouterForwardPolicyTableRequest(*DeleteTransitRouterForwardPolicyTableInput) (*request.Request, *DeleteTransitRouterForwardPolicyTableOutput)

	DeleteTransitRouterGrantRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterGrantRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterGrantRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterGrantRule(*DeleteTransitRouterGrantRuleInput) (*DeleteTransitRouterGrantRuleOutput, error)
	DeleteTransitRouterGrantRuleWithContext(volcengine.Context, *DeleteTransitRouterGrantRuleInput, ...request.Option) (*DeleteTransitRouterGrantRuleOutput, error)
	DeleteTransitRouterGrantRuleRequest(*DeleteTransitRouterGrantRuleInput) (*request.Request, *DeleteTransitRouterGrantRuleOutput)

	DeleteTransitRouterPeerAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterPeerAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterPeerAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterPeerAttachment(*DeleteTransitRouterPeerAttachmentInput) (*DeleteTransitRouterPeerAttachmentOutput, error)
	DeleteTransitRouterPeerAttachmentWithContext(volcengine.Context, *DeleteTransitRouterPeerAttachmentInput, ...request.Option) (*DeleteTransitRouterPeerAttachmentOutput, error)
	DeleteTransitRouterPeerAttachmentRequest(*DeleteTransitRouterPeerAttachmentInput) (*request.Request, *DeleteTransitRouterPeerAttachmentOutput)

	DeleteTransitRouterRouteEntryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterRouteEntryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterRouteEntryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterRouteEntry(*DeleteTransitRouterRouteEntryInput) (*DeleteTransitRouterRouteEntryOutput, error)
	DeleteTransitRouterRouteEntryWithContext(volcengine.Context, *DeleteTransitRouterRouteEntryInput, ...request.Option) (*DeleteTransitRouterRouteEntryOutput, error)
	DeleteTransitRouterRouteEntryRequest(*DeleteTransitRouterRouteEntryInput) (*request.Request, *DeleteTransitRouterRouteEntryOutput)

	DeleteTransitRouterRoutePolicyEntryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterRoutePolicyEntryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterRoutePolicyEntryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterRoutePolicyEntry(*DeleteTransitRouterRoutePolicyEntryInput) (*DeleteTransitRouterRoutePolicyEntryOutput, error)
	DeleteTransitRouterRoutePolicyEntryWithContext(volcengine.Context, *DeleteTransitRouterRoutePolicyEntryInput, ...request.Option) (*DeleteTransitRouterRoutePolicyEntryOutput, error)
	DeleteTransitRouterRoutePolicyEntryRequest(*DeleteTransitRouterRoutePolicyEntryInput) (*request.Request, *DeleteTransitRouterRoutePolicyEntryOutput)

	DeleteTransitRouterRoutePolicyTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterRoutePolicyTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterRoutePolicyTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterRoutePolicyTable(*DeleteTransitRouterRoutePolicyTableInput) (*DeleteTransitRouterRoutePolicyTableOutput, error)
	DeleteTransitRouterRoutePolicyTableWithContext(volcengine.Context, *DeleteTransitRouterRoutePolicyTableInput, ...request.Option) (*DeleteTransitRouterRoutePolicyTableOutput, error)
	DeleteTransitRouterRoutePolicyTableRequest(*DeleteTransitRouterRoutePolicyTableInput) (*request.Request, *DeleteTransitRouterRoutePolicyTableOutput)

	DeleteTransitRouterRouteTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterRouteTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterRouteTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterRouteTable(*DeleteTransitRouterRouteTableInput) (*DeleteTransitRouterRouteTableOutput, error)
	DeleteTransitRouterRouteTableWithContext(volcengine.Context, *DeleteTransitRouterRouteTableInput, ...request.Option) (*DeleteTransitRouterRouteTableOutput, error)
	DeleteTransitRouterRouteTableRequest(*DeleteTransitRouterRouteTableInput) (*request.Request, *DeleteTransitRouterRouteTableOutput)

	DeleteTransitRouterTrafficQosMarkingEntryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterTrafficQosMarkingEntryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterTrafficQosMarkingEntryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterTrafficQosMarkingEntry(*DeleteTransitRouterTrafficQosMarkingEntryInput) (*DeleteTransitRouterTrafficQosMarkingEntryOutput, error)
	DeleteTransitRouterTrafficQosMarkingEntryWithContext(volcengine.Context, *DeleteTransitRouterTrafficQosMarkingEntryInput, ...request.Option) (*DeleteTransitRouterTrafficQosMarkingEntryOutput, error)
	DeleteTransitRouterTrafficQosMarkingEntryRequest(*DeleteTransitRouterTrafficQosMarkingEntryInput) (*request.Request, *DeleteTransitRouterTrafficQosMarkingEntryOutput)

	DeleteTransitRouterTrafficQosMarkingPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterTrafficQosMarkingPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterTrafficQosMarkingPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterTrafficQosMarkingPolicy(*DeleteTransitRouterTrafficQosMarkingPolicyInput) (*DeleteTransitRouterTrafficQosMarkingPolicyOutput, error)
	DeleteTransitRouterTrafficQosMarkingPolicyWithContext(volcengine.Context, *DeleteTransitRouterTrafficQosMarkingPolicyInput, ...request.Option) (*DeleteTransitRouterTrafficQosMarkingPolicyOutput, error)
	DeleteTransitRouterTrafficQosMarkingPolicyRequest(*DeleteTransitRouterTrafficQosMarkingPolicyInput) (*request.Request, *DeleteTransitRouterTrafficQosMarkingPolicyOutput)

	DeleteTransitRouterTrafficQosQueueEntryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterTrafficQosQueueEntryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterTrafficQosQueueEntryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterTrafficQosQueueEntry(*DeleteTransitRouterTrafficQosQueueEntryInput) (*DeleteTransitRouterTrafficQosQueueEntryOutput, error)
	DeleteTransitRouterTrafficQosQueueEntryWithContext(volcengine.Context, *DeleteTransitRouterTrafficQosQueueEntryInput, ...request.Option) (*DeleteTransitRouterTrafficQosQueueEntryOutput, error)
	DeleteTransitRouterTrafficQosQueueEntryRequest(*DeleteTransitRouterTrafficQosQueueEntryInput) (*request.Request, *DeleteTransitRouterTrafficQosQueueEntryOutput)

	DeleteTransitRouterTrafficQosQueuePolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterTrafficQosQueuePolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterTrafficQosQueuePolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterTrafficQosQueuePolicy(*DeleteTransitRouterTrafficQosQueuePolicyInput) (*DeleteTransitRouterTrafficQosQueuePolicyOutput, error)
	DeleteTransitRouterTrafficQosQueuePolicyWithContext(volcengine.Context, *DeleteTransitRouterTrafficQosQueuePolicyInput, ...request.Option) (*DeleteTransitRouterTrafficQosQueuePolicyOutput, error)
	DeleteTransitRouterTrafficQosQueuePolicyRequest(*DeleteTransitRouterTrafficQosQueuePolicyInput) (*request.Request, *DeleteTransitRouterTrafficQosQueuePolicyOutput)

	DeleteTransitRouterVpcAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterVpcAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterVpcAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterVpcAttachment(*DeleteTransitRouterVpcAttachmentInput) (*DeleteTransitRouterVpcAttachmentOutput, error)
	DeleteTransitRouterVpcAttachmentWithContext(volcengine.Context, *DeleteTransitRouterVpcAttachmentInput, ...request.Option) (*DeleteTransitRouterVpcAttachmentOutput, error)
	DeleteTransitRouterVpcAttachmentRequest(*DeleteTransitRouterVpcAttachmentInput) (*request.Request, *DeleteTransitRouterVpcAttachmentOutput)

	DeleteTransitRouterVpnAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTransitRouterVpnAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTransitRouterVpnAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTransitRouterVpnAttachment(*DeleteTransitRouterVpnAttachmentInput) (*DeleteTransitRouterVpnAttachmentOutput, error)
	DeleteTransitRouterVpnAttachmentWithContext(volcengine.Context, *DeleteTransitRouterVpnAttachmentInput, ...request.Option) (*DeleteTransitRouterVpnAttachmentOutput, error)
	DeleteTransitRouterVpnAttachmentRequest(*DeleteTransitRouterVpnAttachmentInput) (*request.Request, *DeleteTransitRouterVpnAttachmentOutput)

	DescribeTransitRouterAttachmentsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterAttachmentsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterAttachmentsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterAttachments(*DescribeTransitRouterAttachmentsInput) (*DescribeTransitRouterAttachmentsOutput, error)
	DescribeTransitRouterAttachmentsWithContext(volcengine.Context, *DescribeTransitRouterAttachmentsInput, ...request.Option) (*DescribeTransitRouterAttachmentsOutput, error)
	DescribeTransitRouterAttachmentsRequest(*DescribeTransitRouterAttachmentsInput) (*request.Request, *DescribeTransitRouterAttachmentsOutput)

	DescribeTransitRouterBandwidthPackagesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterBandwidthPackagesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterBandwidthPackagesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterBandwidthPackages(*DescribeTransitRouterBandwidthPackagesInput) (*DescribeTransitRouterBandwidthPackagesOutput, error)
	DescribeTransitRouterBandwidthPackagesWithContext(volcengine.Context, *DescribeTransitRouterBandwidthPackagesInput, ...request.Option) (*DescribeTransitRouterBandwidthPackagesOutput, error)
	DescribeTransitRouterBandwidthPackagesRequest(*DescribeTransitRouterBandwidthPackagesInput) (*request.Request, *DescribeTransitRouterBandwidthPackagesOutput)

	DescribeTransitRouterBandwidthPackagesBillingCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterBandwidthPackagesBillingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterBandwidthPackagesBillingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterBandwidthPackagesBilling(*DescribeTransitRouterBandwidthPackagesBillingInput) (*DescribeTransitRouterBandwidthPackagesBillingOutput, error)
	DescribeTransitRouterBandwidthPackagesBillingWithContext(volcengine.Context, *DescribeTransitRouterBandwidthPackagesBillingInput, ...request.Option) (*DescribeTransitRouterBandwidthPackagesBillingOutput, error)
	DescribeTransitRouterBandwidthPackagesBillingRequest(*DescribeTransitRouterBandwidthPackagesBillingInput) (*request.Request, *DescribeTransitRouterBandwidthPackagesBillingOutput)

	DescribeTransitRouterDirectConnectGatewayAttachmentsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterDirectConnectGatewayAttachmentsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterDirectConnectGatewayAttachmentsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterDirectConnectGatewayAttachments(*DescribeTransitRouterDirectConnectGatewayAttachmentsInput) (*DescribeTransitRouterDirectConnectGatewayAttachmentsOutput, error)
	DescribeTransitRouterDirectConnectGatewayAttachmentsWithContext(volcengine.Context, *DescribeTransitRouterDirectConnectGatewayAttachmentsInput, ...request.Option) (*DescribeTransitRouterDirectConnectGatewayAttachmentsOutput, error)
	DescribeTransitRouterDirectConnectGatewayAttachmentsRequest(*DescribeTransitRouterDirectConnectGatewayAttachmentsInput) (*request.Request, *DescribeTransitRouterDirectConnectGatewayAttachmentsOutput)

	DescribeTransitRouterForwardPolicyEntriesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterForwardPolicyEntriesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterForwardPolicyEntriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterForwardPolicyEntries(*DescribeTransitRouterForwardPolicyEntriesInput) (*DescribeTransitRouterForwardPolicyEntriesOutput, error)
	DescribeTransitRouterForwardPolicyEntriesWithContext(volcengine.Context, *DescribeTransitRouterForwardPolicyEntriesInput, ...request.Option) (*DescribeTransitRouterForwardPolicyEntriesOutput, error)
	DescribeTransitRouterForwardPolicyEntriesRequest(*DescribeTransitRouterForwardPolicyEntriesInput) (*request.Request, *DescribeTransitRouterForwardPolicyEntriesOutput)

	DescribeTransitRouterForwardPolicyTablesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterForwardPolicyTablesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterForwardPolicyTablesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterForwardPolicyTables(*DescribeTransitRouterForwardPolicyTablesInput) (*DescribeTransitRouterForwardPolicyTablesOutput, error)
	DescribeTransitRouterForwardPolicyTablesWithContext(volcengine.Context, *DescribeTransitRouterForwardPolicyTablesInput, ...request.Option) (*DescribeTransitRouterForwardPolicyTablesOutput, error)
	DescribeTransitRouterForwardPolicyTablesRequest(*DescribeTransitRouterForwardPolicyTablesInput) (*request.Request, *DescribeTransitRouterForwardPolicyTablesOutput)

	DescribeTransitRouterGrantRulesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterGrantRulesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterGrantRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterGrantRules(*DescribeTransitRouterGrantRulesInput) (*DescribeTransitRouterGrantRulesOutput, error)
	DescribeTransitRouterGrantRulesWithContext(volcengine.Context, *DescribeTransitRouterGrantRulesInput, ...request.Option) (*DescribeTransitRouterGrantRulesOutput, error)
	DescribeTransitRouterGrantRulesRequest(*DescribeTransitRouterGrantRulesInput) (*request.Request, *DescribeTransitRouterGrantRulesOutput)

	DescribeTransitRouterPeerAttachmentsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterPeerAttachmentsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterPeerAttachmentsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterPeerAttachments(*DescribeTransitRouterPeerAttachmentsInput) (*DescribeTransitRouterPeerAttachmentsOutput, error)
	DescribeTransitRouterPeerAttachmentsWithContext(volcengine.Context, *DescribeTransitRouterPeerAttachmentsInput, ...request.Option) (*DescribeTransitRouterPeerAttachmentsOutput, error)
	DescribeTransitRouterPeerAttachmentsRequest(*DescribeTransitRouterPeerAttachmentsInput) (*request.Request, *DescribeTransitRouterPeerAttachmentsOutput)

	DescribeTransitRouterRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterRegionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterRegions(*DescribeTransitRouterRegionsInput) (*DescribeTransitRouterRegionsOutput, error)
	DescribeTransitRouterRegionsWithContext(volcengine.Context, *DescribeTransitRouterRegionsInput, ...request.Option) (*DescribeTransitRouterRegionsOutput, error)
	DescribeTransitRouterRegionsRequest(*DescribeTransitRouterRegionsInput) (*request.Request, *DescribeTransitRouterRegionsOutput)

	DescribeTransitRouterRouteEntriesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterRouteEntriesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterRouteEntriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterRouteEntries(*DescribeTransitRouterRouteEntriesInput) (*DescribeTransitRouterRouteEntriesOutput, error)
	DescribeTransitRouterRouteEntriesWithContext(volcengine.Context, *DescribeTransitRouterRouteEntriesInput, ...request.Option) (*DescribeTransitRouterRouteEntriesOutput, error)
	DescribeTransitRouterRouteEntriesRequest(*DescribeTransitRouterRouteEntriesInput) (*request.Request, *DescribeTransitRouterRouteEntriesOutput)

	DescribeTransitRouterRoutePolicyEntriesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterRoutePolicyEntriesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterRoutePolicyEntriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterRoutePolicyEntries(*DescribeTransitRouterRoutePolicyEntriesInput) (*DescribeTransitRouterRoutePolicyEntriesOutput, error)
	DescribeTransitRouterRoutePolicyEntriesWithContext(volcengine.Context, *DescribeTransitRouterRoutePolicyEntriesInput, ...request.Option) (*DescribeTransitRouterRoutePolicyEntriesOutput, error)
	DescribeTransitRouterRoutePolicyEntriesRequest(*DescribeTransitRouterRoutePolicyEntriesInput) (*request.Request, *DescribeTransitRouterRoutePolicyEntriesOutput)

	DescribeTransitRouterRoutePolicyTablesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterRoutePolicyTablesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterRoutePolicyTablesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterRoutePolicyTables(*DescribeTransitRouterRoutePolicyTablesInput) (*DescribeTransitRouterRoutePolicyTablesOutput, error)
	DescribeTransitRouterRoutePolicyTablesWithContext(volcengine.Context, *DescribeTransitRouterRoutePolicyTablesInput, ...request.Option) (*DescribeTransitRouterRoutePolicyTablesOutput, error)
	DescribeTransitRouterRoutePolicyTablesRequest(*DescribeTransitRouterRoutePolicyTablesInput) (*request.Request, *DescribeTransitRouterRoutePolicyTablesOutput)

	DescribeTransitRouterRouteTableAssociationsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterRouteTableAssociationsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterRouteTableAssociationsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterRouteTableAssociations(*DescribeTransitRouterRouteTableAssociationsInput) (*DescribeTransitRouterRouteTableAssociationsOutput, error)
	DescribeTransitRouterRouteTableAssociationsWithContext(volcengine.Context, *DescribeTransitRouterRouteTableAssociationsInput, ...request.Option) (*DescribeTransitRouterRouteTableAssociationsOutput, error)
	DescribeTransitRouterRouteTableAssociationsRequest(*DescribeTransitRouterRouteTableAssociationsInput) (*request.Request, *DescribeTransitRouterRouteTableAssociationsOutput)

	DescribeTransitRouterRouteTablePropagationsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterRouteTablePropagationsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterRouteTablePropagationsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterRouteTablePropagations(*DescribeTransitRouterRouteTablePropagationsInput) (*DescribeTransitRouterRouteTablePropagationsOutput, error)
	DescribeTransitRouterRouteTablePropagationsWithContext(volcengine.Context, *DescribeTransitRouterRouteTablePropagationsInput, ...request.Option) (*DescribeTransitRouterRouteTablePropagationsOutput, error)
	DescribeTransitRouterRouteTablePropagationsRequest(*DescribeTransitRouterRouteTablePropagationsInput) (*request.Request, *DescribeTransitRouterRouteTablePropagationsOutput)

	DescribeTransitRouterRouteTablesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterRouteTablesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterRouteTablesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterRouteTables(*DescribeTransitRouterRouteTablesInput) (*DescribeTransitRouterRouteTablesOutput, error)
	DescribeTransitRouterRouteTablesWithContext(volcengine.Context, *DescribeTransitRouterRouteTablesInput, ...request.Option) (*DescribeTransitRouterRouteTablesOutput, error)
	DescribeTransitRouterRouteTablesRequest(*DescribeTransitRouterRouteTablesInput) (*request.Request, *DescribeTransitRouterRouteTablesOutput)

	DescribeTransitRouterTrafficQosMarkingEntriesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterTrafficQosMarkingEntriesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterTrafficQosMarkingEntriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterTrafficQosMarkingEntries(*DescribeTransitRouterTrafficQosMarkingEntriesInput) (*DescribeTransitRouterTrafficQosMarkingEntriesOutput, error)
	DescribeTransitRouterTrafficQosMarkingEntriesWithContext(volcengine.Context, *DescribeTransitRouterTrafficQosMarkingEntriesInput, ...request.Option) (*DescribeTransitRouterTrafficQosMarkingEntriesOutput, error)
	DescribeTransitRouterTrafficQosMarkingEntriesRequest(*DescribeTransitRouterTrafficQosMarkingEntriesInput) (*request.Request, *DescribeTransitRouterTrafficQosMarkingEntriesOutput)

	DescribeTransitRouterTrafficQosMarkingPoliciesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterTrafficQosMarkingPoliciesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterTrafficQosMarkingPoliciesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterTrafficQosMarkingPolicies(*DescribeTransitRouterTrafficQosMarkingPoliciesInput) (*DescribeTransitRouterTrafficQosMarkingPoliciesOutput, error)
	DescribeTransitRouterTrafficQosMarkingPoliciesWithContext(volcengine.Context, *DescribeTransitRouterTrafficQosMarkingPoliciesInput, ...request.Option) (*DescribeTransitRouterTrafficQosMarkingPoliciesOutput, error)
	DescribeTransitRouterTrafficQosMarkingPoliciesRequest(*DescribeTransitRouterTrafficQosMarkingPoliciesInput) (*request.Request, *DescribeTransitRouterTrafficQosMarkingPoliciesOutput)

	DescribeTransitRouterTrafficQosQueueEntriesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterTrafficQosQueueEntriesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterTrafficQosQueueEntriesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterTrafficQosQueueEntries(*DescribeTransitRouterTrafficQosQueueEntriesInput) (*DescribeTransitRouterTrafficQosQueueEntriesOutput, error)
	DescribeTransitRouterTrafficQosQueueEntriesWithContext(volcengine.Context, *DescribeTransitRouterTrafficQosQueueEntriesInput, ...request.Option) (*DescribeTransitRouterTrafficQosQueueEntriesOutput, error)
	DescribeTransitRouterTrafficQosQueueEntriesRequest(*DescribeTransitRouterTrafficQosQueueEntriesInput) (*request.Request, *DescribeTransitRouterTrafficQosQueueEntriesOutput)

	DescribeTransitRouterTrafficQosQueuePoliciesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterTrafficQosQueuePoliciesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterTrafficQosQueuePoliciesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterTrafficQosQueuePolicies(*DescribeTransitRouterTrafficQosQueuePoliciesInput) (*DescribeTransitRouterTrafficQosQueuePoliciesOutput, error)
	DescribeTransitRouterTrafficQosQueuePoliciesWithContext(volcengine.Context, *DescribeTransitRouterTrafficQosQueuePoliciesInput, ...request.Option) (*DescribeTransitRouterTrafficQosQueuePoliciesOutput, error)
	DescribeTransitRouterTrafficQosQueuePoliciesRequest(*DescribeTransitRouterTrafficQosQueuePoliciesInput) (*request.Request, *DescribeTransitRouterTrafficQosQueuePoliciesOutput)

	DescribeTransitRouterVpcAttachmentsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterVpcAttachmentsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterVpcAttachmentsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterVpcAttachments(*DescribeTransitRouterVpcAttachmentsInput) (*DescribeTransitRouterVpcAttachmentsOutput, error)
	DescribeTransitRouterVpcAttachmentsWithContext(volcengine.Context, *DescribeTransitRouterVpcAttachmentsInput, ...request.Option) (*DescribeTransitRouterVpcAttachmentsOutput, error)
	DescribeTransitRouterVpcAttachmentsRequest(*DescribeTransitRouterVpcAttachmentsInput) (*request.Request, *DescribeTransitRouterVpcAttachmentsOutput)

	DescribeTransitRouterVpnAttachmentsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRouterVpnAttachmentsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRouterVpnAttachmentsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouterVpnAttachments(*DescribeTransitRouterVpnAttachmentsInput) (*DescribeTransitRouterVpnAttachmentsOutput, error)
	DescribeTransitRouterVpnAttachmentsWithContext(volcengine.Context, *DescribeTransitRouterVpnAttachmentsInput, ...request.Option) (*DescribeTransitRouterVpnAttachmentsOutput, error)
	DescribeTransitRouterVpnAttachmentsRequest(*DescribeTransitRouterVpnAttachmentsInput) (*request.Request, *DescribeTransitRouterVpnAttachmentsOutput)

	DescribeTransitRoutersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeTransitRoutersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeTransitRoutersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeTransitRouters(*DescribeTransitRoutersInput) (*DescribeTransitRoutersOutput, error)
	DescribeTransitRoutersWithContext(volcengine.Context, *DescribeTransitRoutersInput, ...request.Option) (*DescribeTransitRoutersOutput, error)
	DescribeTransitRoutersRequest(*DescribeTransitRoutersInput) (*request.Request, *DescribeTransitRoutersOutput)

	DisableTransitRouterRouteTablePropagationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DisableTransitRouterRouteTablePropagationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DisableTransitRouterRouteTablePropagationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DisableTransitRouterRouteTablePropagation(*DisableTransitRouterRouteTablePropagationInput) (*DisableTransitRouterRouteTablePropagationOutput, error)
	DisableTransitRouterRouteTablePropagationWithContext(volcengine.Context, *DisableTransitRouterRouteTablePropagationInput, ...request.Option) (*DisableTransitRouterRouteTablePropagationOutput, error)
	DisableTransitRouterRouteTablePropagationRequest(*DisableTransitRouterRouteTablePropagationInput) (*request.Request, *DisableTransitRouterRouteTablePropagationOutput)

	DissociateTransitRouterAttachmentFromRouteTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DissociateTransitRouterAttachmentFromRouteTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DissociateTransitRouterAttachmentFromRouteTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DissociateTransitRouterAttachmentFromRouteTable(*DissociateTransitRouterAttachmentFromRouteTableInput) (*DissociateTransitRouterAttachmentFromRouteTableOutput, error)
	DissociateTransitRouterAttachmentFromRouteTableWithContext(volcengine.Context, *DissociateTransitRouterAttachmentFromRouteTableInput, ...request.Option) (*DissociateTransitRouterAttachmentFromRouteTableOutput, error)
	DissociateTransitRouterAttachmentFromRouteTableRequest(*DissociateTransitRouterAttachmentFromRouteTableInput) (*request.Request, *DissociateTransitRouterAttachmentFromRouteTableOutput)

	DissociateTransitRouterForwardPolicyTableFromAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DissociateTransitRouterForwardPolicyTableFromAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DissociateTransitRouterForwardPolicyTableFromAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DissociateTransitRouterForwardPolicyTableFromAttachment(*DissociateTransitRouterForwardPolicyTableFromAttachmentInput) (*DissociateTransitRouterForwardPolicyTableFromAttachmentOutput, error)
	DissociateTransitRouterForwardPolicyTableFromAttachmentWithContext(volcengine.Context, *DissociateTransitRouterForwardPolicyTableFromAttachmentInput, ...request.Option) (*DissociateTransitRouterForwardPolicyTableFromAttachmentOutput, error)
	DissociateTransitRouterForwardPolicyTableFromAttachmentRequest(*DissociateTransitRouterForwardPolicyTableFromAttachmentInput) (*request.Request, *DissociateTransitRouterForwardPolicyTableFromAttachmentOutput)

	DissociateTransitRouterRoutePolicyFromRouteTableCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DissociateTransitRouterRoutePolicyFromRouteTableCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DissociateTransitRouterRoutePolicyFromRouteTableCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DissociateTransitRouterRoutePolicyFromRouteTable(*DissociateTransitRouterRoutePolicyFromRouteTableInput) (*DissociateTransitRouterRoutePolicyFromRouteTableOutput, error)
	DissociateTransitRouterRoutePolicyFromRouteTableWithContext(volcengine.Context, *DissociateTransitRouterRoutePolicyFromRouteTableInput, ...request.Option) (*DissociateTransitRouterRoutePolicyFromRouteTableOutput, error)
	DissociateTransitRouterRoutePolicyFromRouteTableRequest(*DissociateTransitRouterRoutePolicyFromRouteTableInput) (*request.Request, *DissociateTransitRouterRoutePolicyFromRouteTableOutput)

	DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DissociateTransitRouterTrafficQosMarkingPolicyFromAttachment(*DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentInput) (*DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentOutput, error)
	DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentWithContext(volcengine.Context, *DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentInput, ...request.Option) (*DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentOutput, error)
	DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentRequest(*DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentInput) (*request.Request, *DissociateTransitRouterTrafficQosMarkingPolicyFromAttachmentOutput)

	DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DissociateTransitRouterTrafficQosQueuePolicyFromAttachment(*DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentInput) (*DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentOutput, error)
	DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentWithContext(volcengine.Context, *DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentInput, ...request.Option) (*DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentOutput, error)
	DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentRequest(*DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentInput) (*request.Request, *DissociateTransitRouterTrafficQosQueuePolicyFromAttachmentOutput)

	EnableTransitRouterRouteTablePropagationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	EnableTransitRouterRouteTablePropagationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	EnableTransitRouterRouteTablePropagationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	EnableTransitRouterRouteTablePropagation(*EnableTransitRouterRouteTablePropagationInput) (*EnableTransitRouterRouteTablePropagationOutput, error)
	EnableTransitRouterRouteTablePropagationWithContext(volcengine.Context, *EnableTransitRouterRouteTablePropagationInput, ...request.Option) (*EnableTransitRouterRouteTablePropagationOutput, error)
	EnableTransitRouterRouteTablePropagationRequest(*EnableTransitRouterRouteTablePropagationInput) (*request.Request, *EnableTransitRouterRouteTablePropagationOutput)

	ListTagsForResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListTagsForResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListTagsForResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListTagsForResources(*ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
	ListTagsForResourcesWithContext(volcengine.Context, *ListTagsForResourcesInput, ...request.Option) (*ListTagsForResourcesOutput, error)
	ListTagsForResourcesRequest(*ListTagsForResourcesInput) (*request.Request, *ListTagsForResourcesOutput)

	ModifyTransitRouterAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterAttributes(*ModifyTransitRouterAttributesInput) (*ModifyTransitRouterAttributesOutput, error)
	ModifyTransitRouterAttributesWithContext(volcengine.Context, *ModifyTransitRouterAttributesInput, ...request.Option) (*ModifyTransitRouterAttributesOutput, error)
	ModifyTransitRouterAttributesRequest(*ModifyTransitRouterAttributesInput) (*request.Request, *ModifyTransitRouterAttributesOutput)

	ModifyTransitRouterBandwidthPackageAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterBandwidthPackageAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterBandwidthPackageAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterBandwidthPackageAttributes(*ModifyTransitRouterBandwidthPackageAttributesInput) (*ModifyTransitRouterBandwidthPackageAttributesOutput, error)
	ModifyTransitRouterBandwidthPackageAttributesWithContext(volcengine.Context, *ModifyTransitRouterBandwidthPackageAttributesInput, ...request.Option) (*ModifyTransitRouterBandwidthPackageAttributesOutput, error)
	ModifyTransitRouterBandwidthPackageAttributesRequest(*ModifyTransitRouterBandwidthPackageAttributesInput) (*request.Request, *ModifyTransitRouterBandwidthPackageAttributesOutput)

	ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterDirectConnectGatewayAttachmentAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterDirectConnectGatewayAttachmentAttributes(*ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput) (*ModifyTransitRouterDirectConnectGatewayAttachmentAttributesOutput, error)
	ModifyTransitRouterDirectConnectGatewayAttachmentAttributesWithContext(volcengine.Context, *ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput, ...request.Option) (*ModifyTransitRouterDirectConnectGatewayAttachmentAttributesOutput, error)
	ModifyTransitRouterDirectConnectGatewayAttachmentAttributesRequest(*ModifyTransitRouterDirectConnectGatewayAttachmentAttributesInput) (*request.Request, *ModifyTransitRouterDirectConnectGatewayAttachmentAttributesOutput)

	ModifyTransitRouterForwardPolicyEntryAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterForwardPolicyEntryAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterForwardPolicyEntryAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterForwardPolicyEntryAttributes(*ModifyTransitRouterForwardPolicyEntryAttributesInput) (*ModifyTransitRouterForwardPolicyEntryAttributesOutput, error)
	ModifyTransitRouterForwardPolicyEntryAttributesWithContext(volcengine.Context, *ModifyTransitRouterForwardPolicyEntryAttributesInput, ...request.Option) (*ModifyTransitRouterForwardPolicyEntryAttributesOutput, error)
	ModifyTransitRouterForwardPolicyEntryAttributesRequest(*ModifyTransitRouterForwardPolicyEntryAttributesInput) (*request.Request, *ModifyTransitRouterForwardPolicyEntryAttributesOutput)

	ModifyTransitRouterForwardPolicyTableAssociationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterForwardPolicyTableAssociationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterForwardPolicyTableAssociationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterForwardPolicyTableAssociation(*ModifyTransitRouterForwardPolicyTableAssociationInput) (*ModifyTransitRouterForwardPolicyTableAssociationOutput, error)
	ModifyTransitRouterForwardPolicyTableAssociationWithContext(volcengine.Context, *ModifyTransitRouterForwardPolicyTableAssociationInput, ...request.Option) (*ModifyTransitRouterForwardPolicyTableAssociationOutput, error)
	ModifyTransitRouterForwardPolicyTableAssociationRequest(*ModifyTransitRouterForwardPolicyTableAssociationInput) (*request.Request, *ModifyTransitRouterForwardPolicyTableAssociationOutput)

	ModifyTransitRouterForwardPolicyTableAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterForwardPolicyTableAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterForwardPolicyTableAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterForwardPolicyTableAttributes(*ModifyTransitRouterForwardPolicyTableAttributesInput) (*ModifyTransitRouterForwardPolicyTableAttributesOutput, error)
	ModifyTransitRouterForwardPolicyTableAttributesWithContext(volcengine.Context, *ModifyTransitRouterForwardPolicyTableAttributesInput, ...request.Option) (*ModifyTransitRouterForwardPolicyTableAttributesOutput, error)
	ModifyTransitRouterForwardPolicyTableAttributesRequest(*ModifyTransitRouterForwardPolicyTableAttributesInput) (*request.Request, *ModifyTransitRouterForwardPolicyTableAttributesOutput)

	ModifyTransitRouterGrantRuleAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterGrantRuleAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterGrantRuleAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterGrantRuleAttributes(*ModifyTransitRouterGrantRuleAttributesInput) (*ModifyTransitRouterGrantRuleAttributesOutput, error)
	ModifyTransitRouterGrantRuleAttributesWithContext(volcengine.Context, *ModifyTransitRouterGrantRuleAttributesInput, ...request.Option) (*ModifyTransitRouterGrantRuleAttributesOutput, error)
	ModifyTransitRouterGrantRuleAttributesRequest(*ModifyTransitRouterGrantRuleAttributesInput) (*request.Request, *ModifyTransitRouterGrantRuleAttributesOutput)

	ModifyTransitRouterPeerAttachmentAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterPeerAttachmentAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterPeerAttachmentAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterPeerAttachmentAttributes(*ModifyTransitRouterPeerAttachmentAttributesInput) (*ModifyTransitRouterPeerAttachmentAttributesOutput, error)
	ModifyTransitRouterPeerAttachmentAttributesWithContext(volcengine.Context, *ModifyTransitRouterPeerAttachmentAttributesInput, ...request.Option) (*ModifyTransitRouterPeerAttachmentAttributesOutput, error)
	ModifyTransitRouterPeerAttachmentAttributesRequest(*ModifyTransitRouterPeerAttachmentAttributesInput) (*request.Request, *ModifyTransitRouterPeerAttachmentAttributesOutput)

	ModifyTransitRouterRouteEntryAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterRouteEntryAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterRouteEntryAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterRouteEntryAttributes(*ModifyTransitRouterRouteEntryAttributesInput) (*ModifyTransitRouterRouteEntryAttributesOutput, error)
	ModifyTransitRouterRouteEntryAttributesWithContext(volcengine.Context, *ModifyTransitRouterRouteEntryAttributesInput, ...request.Option) (*ModifyTransitRouterRouteEntryAttributesOutput, error)
	ModifyTransitRouterRouteEntryAttributesRequest(*ModifyTransitRouterRouteEntryAttributesInput) (*request.Request, *ModifyTransitRouterRouteEntryAttributesOutput)

	ModifyTransitRouterRoutePolicyAssociationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterRoutePolicyAssociationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterRoutePolicyAssociationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterRoutePolicyAssociation(*ModifyTransitRouterRoutePolicyAssociationInput) (*ModifyTransitRouterRoutePolicyAssociationOutput, error)
	ModifyTransitRouterRoutePolicyAssociationWithContext(volcengine.Context, *ModifyTransitRouterRoutePolicyAssociationInput, ...request.Option) (*ModifyTransitRouterRoutePolicyAssociationOutput, error)
	ModifyTransitRouterRoutePolicyAssociationRequest(*ModifyTransitRouterRoutePolicyAssociationInput) (*request.Request, *ModifyTransitRouterRoutePolicyAssociationOutput)

	ModifyTransitRouterRoutePolicyEntryAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterRoutePolicyEntryAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterRoutePolicyEntryAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterRoutePolicyEntryAttributes(*ModifyTransitRouterRoutePolicyEntryAttributesInput) (*ModifyTransitRouterRoutePolicyEntryAttributesOutput, error)
	ModifyTransitRouterRoutePolicyEntryAttributesWithContext(volcengine.Context, *ModifyTransitRouterRoutePolicyEntryAttributesInput, ...request.Option) (*ModifyTransitRouterRoutePolicyEntryAttributesOutput, error)
	ModifyTransitRouterRoutePolicyEntryAttributesRequest(*ModifyTransitRouterRoutePolicyEntryAttributesInput) (*request.Request, *ModifyTransitRouterRoutePolicyEntryAttributesOutput)

	ModifyTransitRouterRoutePolicyTableAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterRoutePolicyTableAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterRoutePolicyTableAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterRoutePolicyTableAttributes(*ModifyTransitRouterRoutePolicyTableAttributesInput) (*ModifyTransitRouterRoutePolicyTableAttributesOutput, error)
	ModifyTransitRouterRoutePolicyTableAttributesWithContext(volcengine.Context, *ModifyTransitRouterRoutePolicyTableAttributesInput, ...request.Option) (*ModifyTransitRouterRoutePolicyTableAttributesOutput, error)
	ModifyTransitRouterRoutePolicyTableAttributesRequest(*ModifyTransitRouterRoutePolicyTableAttributesInput) (*request.Request, *ModifyTransitRouterRoutePolicyTableAttributesOutput)

	ModifyTransitRouterRouteTableAssociationAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterRouteTableAssociationAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterRouteTableAssociationAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterRouteTableAssociationAttributes(*ModifyTransitRouterRouteTableAssociationAttributesInput) (*ModifyTransitRouterRouteTableAssociationAttributesOutput, error)
	ModifyTransitRouterRouteTableAssociationAttributesWithContext(volcengine.Context, *ModifyTransitRouterRouteTableAssociationAttributesInput, ...request.Option) (*ModifyTransitRouterRouteTableAssociationAttributesOutput, error)
	ModifyTransitRouterRouteTableAssociationAttributesRequest(*ModifyTransitRouterRouteTableAssociationAttributesInput) (*request.Request, *ModifyTransitRouterRouteTableAssociationAttributesOutput)

	ModifyTransitRouterRouteTableAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterRouteTableAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterRouteTableAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterRouteTableAttributes(*ModifyTransitRouterRouteTableAttributesInput) (*ModifyTransitRouterRouteTableAttributesOutput, error)
	ModifyTransitRouterRouteTableAttributesWithContext(volcengine.Context, *ModifyTransitRouterRouteTableAttributesInput, ...request.Option) (*ModifyTransitRouterRouteTableAttributesOutput, error)
	ModifyTransitRouterRouteTableAttributesRequest(*ModifyTransitRouterRouteTableAttributesInput) (*request.Request, *ModifyTransitRouterRouteTableAttributesOutput)

	ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterTrafficQosMarkingPolicyAssociationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterTrafficQosMarkingPolicyAssociation(*ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput) (*ModifyTransitRouterTrafficQosMarkingPolicyAssociationOutput, error)
	ModifyTransitRouterTrafficQosMarkingPolicyAssociationWithContext(volcengine.Context, *ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput, ...request.Option) (*ModifyTransitRouterTrafficQosMarkingPolicyAssociationOutput, error)
	ModifyTransitRouterTrafficQosMarkingPolicyAssociationRequest(*ModifyTransitRouterTrafficQosMarkingPolicyAssociationInput) (*request.Request, *ModifyTransitRouterTrafficQosMarkingPolicyAssociationOutput)

	ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterTrafficQosMarkingPolicyAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterTrafficQosMarkingPolicyAttributes(*ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput) (*ModifyTransitRouterTrafficQosMarkingPolicyAttributesOutput, error)
	ModifyTransitRouterTrafficQosMarkingPolicyAttributesWithContext(volcengine.Context, *ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput, ...request.Option) (*ModifyTransitRouterTrafficQosMarkingPolicyAttributesOutput, error)
	ModifyTransitRouterTrafficQosMarkingPolicyAttributesRequest(*ModifyTransitRouterTrafficQosMarkingPolicyAttributesInput) (*request.Request, *ModifyTransitRouterTrafficQosMarkingPolicyAttributesOutput)

	ModifyTransitRouterTrafficQosQueuePolicyAssociationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterTrafficQosQueuePolicyAssociationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterTrafficQosQueuePolicyAssociationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterTrafficQosQueuePolicyAssociation(*ModifyTransitRouterTrafficQosQueuePolicyAssociationInput) (*ModifyTransitRouterTrafficQosQueuePolicyAssociationOutput, error)
	ModifyTransitRouterTrafficQosQueuePolicyAssociationWithContext(volcengine.Context, *ModifyTransitRouterTrafficQosQueuePolicyAssociationInput, ...request.Option) (*ModifyTransitRouterTrafficQosQueuePolicyAssociationOutput, error)
	ModifyTransitRouterTrafficQosQueuePolicyAssociationRequest(*ModifyTransitRouterTrafficQosQueuePolicyAssociationInput) (*request.Request, *ModifyTransitRouterTrafficQosQueuePolicyAssociationOutput)

	ModifyTransitRouterTrafficQosQueuePolicyAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterTrafficQosQueuePolicyAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterTrafficQosQueuePolicyAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterTrafficQosQueuePolicyAttributes(*ModifyTransitRouterTrafficQosQueuePolicyAttributesInput) (*ModifyTransitRouterTrafficQosQueuePolicyAttributesOutput, error)
	ModifyTransitRouterTrafficQosQueuePolicyAttributesWithContext(volcengine.Context, *ModifyTransitRouterTrafficQosQueuePolicyAttributesInput, ...request.Option) (*ModifyTransitRouterTrafficQosQueuePolicyAttributesOutput, error)
	ModifyTransitRouterTrafficQosQueuePolicyAttributesRequest(*ModifyTransitRouterTrafficQosQueuePolicyAttributesInput) (*request.Request, *ModifyTransitRouterTrafficQosQueuePolicyAttributesOutput)

	ModifyTransitRouterVpcAttachmentAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterVpcAttachmentAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterVpcAttachmentAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterVpcAttachmentAttributes(*ModifyTransitRouterVpcAttachmentAttributesInput) (*ModifyTransitRouterVpcAttachmentAttributesOutput, error)
	ModifyTransitRouterVpcAttachmentAttributesWithContext(volcengine.Context, *ModifyTransitRouterVpcAttachmentAttributesInput, ...request.Option) (*ModifyTransitRouterVpcAttachmentAttributesOutput, error)
	ModifyTransitRouterVpcAttachmentAttributesRequest(*ModifyTransitRouterVpcAttachmentAttributesInput) (*request.Request, *ModifyTransitRouterVpcAttachmentAttributesOutput)

	ModifyTransitRouterVpnAttachmentAttributesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyTransitRouterVpnAttachmentAttributesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyTransitRouterVpnAttachmentAttributesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyTransitRouterVpnAttachmentAttributes(*ModifyTransitRouterVpnAttachmentAttributesInput) (*ModifyTransitRouterVpnAttachmentAttributesOutput, error)
	ModifyTransitRouterVpnAttachmentAttributesWithContext(volcengine.Context, *ModifyTransitRouterVpnAttachmentAttributesInput, ...request.Option) (*ModifyTransitRouterVpnAttachmentAttributesOutput, error)
	ModifyTransitRouterVpnAttachmentAttributesRequest(*ModifyTransitRouterVpnAttachmentAttributesInput) (*request.Request, *ModifyTransitRouterVpnAttachmentAttributesOutput)

	RejectSharedTransitRouterCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RejectSharedTransitRouterCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RejectSharedTransitRouterCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RejectSharedTransitRouter(*RejectSharedTransitRouterInput) (*RejectSharedTransitRouterOutput, error)
	RejectSharedTransitRouterWithContext(volcengine.Context, *RejectSharedTransitRouterInput, ...request.Option) (*RejectSharedTransitRouterOutput, error)
	RejectSharedTransitRouterRequest(*RejectSharedTransitRouterInput) (*request.Request, *RejectSharedTransitRouterOutput)

	RenewTransitRouterBandwidthPackageCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RenewTransitRouterBandwidthPackageCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RenewTransitRouterBandwidthPackageCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RenewTransitRouterBandwidthPackage(*RenewTransitRouterBandwidthPackageInput) (*RenewTransitRouterBandwidthPackageOutput, error)
	RenewTransitRouterBandwidthPackageWithContext(volcengine.Context, *RenewTransitRouterBandwidthPackageInput, ...request.Option) (*RenewTransitRouterBandwidthPackageOutput, error)
	RenewTransitRouterBandwidthPackageRequest(*RenewTransitRouterBandwidthPackageInput) (*request.Request, *RenewTransitRouterBandwidthPackageOutput)

	SetTransitRouterBandwidthPackageRenewalCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SetTransitRouterBandwidthPackageRenewalCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SetTransitRouterBandwidthPackageRenewalCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SetTransitRouterBandwidthPackageRenewal(*SetTransitRouterBandwidthPackageRenewalInput) (*SetTransitRouterBandwidthPackageRenewalOutput, error)
	SetTransitRouterBandwidthPackageRenewalWithContext(volcengine.Context, *SetTransitRouterBandwidthPackageRenewalInput, ...request.Option) (*SetTransitRouterBandwidthPackageRenewalOutput, error)
	SetTransitRouterBandwidthPackageRenewalRequest(*SetTransitRouterBandwidthPackageRenewalInput) (*request.Request, *SetTransitRouterBandwidthPackageRenewalOutput)

	TagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TagResources(*TagResourcesInput) (*TagResourcesOutput, error)
	TagResourcesWithContext(volcengine.Context, *TagResourcesInput, ...request.Option) (*TagResourcesOutput, error)
	TagResourcesRequest(*TagResourcesInput) (*request.Request, *TagResourcesOutput)

	UntagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UntagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UntagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UntagResources(*UntagResourcesInput) (*UntagResourcesOutput, error)
	UntagResourcesWithContext(volcengine.Context, *UntagResourcesInput, ...request.Option) (*UntagResourcesOutput, error)
	UntagResourcesRequest(*UntagResourcesInput) (*request.Request, *UntagResourcesOutput)
}

TRANSITROUTERAPI provides an interface to enable mocking the transitrouter.TRANSITROUTER service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// TRANSITROUTER.
func myFunc(svc TRANSITROUTERAPI) bool {
    // Make svc.AcceptSharedTransitRouter request
}

func main() {
    sess := session.New()
    svc := transitrouter.New(sess)

    myFunc(svc)
}

type TagFilterForDescribeTransitRouterAttachmentsInput

type TagFilterForDescribeTransitRouterAttachmentsInput struct {
	Key *string `type:"string"`

	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeTransitRouterAttachmentsInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeTransitRouterAttachmentsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeTransitRouterAttachmentsInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForDescribeTransitRouterAttachmentsInput) String

String returns the string representation

type TagFilterForDescribeTransitRouterBandwidthPackagesInput

type TagFilterForDescribeTransitRouterBandwidthPackagesInput struct {
	Key *string `type:"string"`

	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeTransitRouterBandwidthPackagesInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeTransitRouterBandwidthPackagesInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeTransitRouterBandwidthPackagesInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForDescribeTransitRouterBandwidthPackagesInput) String

String returns the string representation

type TagFilterForDescribeTransitRouterDirectConnectGatewayAttachmentsInput

type TagFilterForDescribeTransitRouterDirectConnectGatewayAttachmentsInput struct {
	Key *string `type:"string"`

	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeTransitRouterDirectConnectGatewayAttachmentsInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeTransitRouterDirectConnectGatewayAttachmentsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeTransitRouterDirectConnectGatewayAttachmentsInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForDescribeTransitRouterDirectConnectGatewayAttachmentsInput) String

String returns the string representation

type TagFilterForDescribeTransitRouterPeerAttachmentsInput

type TagFilterForDescribeTransitRouterPeerAttachmentsInput struct {
	Key *string `type:"string"`

	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeTransitRouterPeerAttachmentsInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeTransitRouterPeerAttachmentsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeTransitRouterPeerAttachmentsInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForDescribeTransitRouterPeerAttachmentsInput) String

String returns the string representation

type TagFilterForDescribeTransitRouterRouteTablesInput

type TagFilterForDescribeTransitRouterRouteTablesInput struct {
	Key *string `type:"string"`

	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeTransitRouterRouteTablesInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeTransitRouterRouteTablesInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeTransitRouterRouteTablesInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForDescribeTransitRouterRouteTablesInput) String

String returns the string representation

type TagFilterForDescribeTransitRouterVpcAttachmentsInput

type TagFilterForDescribeTransitRouterVpcAttachmentsInput struct {
	Key *string `type:"string"`

	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeTransitRouterVpcAttachmentsInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeTransitRouterVpcAttachmentsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeTransitRouterVpcAttachmentsInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForDescribeTransitRouterVpcAttachmentsInput) String

String returns the string representation

type TagFilterForDescribeTransitRouterVpnAttachmentsInput

type TagFilterForDescribeTransitRouterVpnAttachmentsInput struct {
	Key *string `type:"string"`

	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeTransitRouterVpnAttachmentsInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeTransitRouterVpnAttachmentsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeTransitRouterVpnAttachmentsInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForDescribeTransitRouterVpnAttachmentsInput) String

String returns the string representation

type TagFilterForDescribeTransitRoutersInput

type TagFilterForDescribeTransitRoutersInput struct {
	Key *string `type:"string"`

	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeTransitRoutersInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeTransitRoutersInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeTransitRoutersInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForDescribeTransitRoutersInput) String

String returns the string representation

type TagFilterForListTagsForResourcesInput

type TagFilterForListTagsForResourcesInput struct {
	Key *string `type:"string"`

	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

func (TagFilterForListTagsForResourcesInput) GoString

GoString returns the string representation

func (*TagFilterForListTagsForResourcesInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForListTagsForResourcesInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForListTagsForResourcesInput) String

String returns the string representation

type TagForCreateTransitRouterBandwidthPackageInput

type TagForCreateTransitRouterBandwidthPackageInput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForCreateTransitRouterBandwidthPackageInput) GoString

GoString returns the string representation

func (*TagForCreateTransitRouterBandwidthPackageInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateTransitRouterBandwidthPackageInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateTransitRouterBandwidthPackageInput) String

String returns the string representation

type TagForCreateTransitRouterDirectConnectGatewayAttachmentInput

type TagForCreateTransitRouterDirectConnectGatewayAttachmentInput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForCreateTransitRouterDirectConnectGatewayAttachmentInput) GoString

GoString returns the string representation

func (*TagForCreateTransitRouterDirectConnectGatewayAttachmentInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateTransitRouterDirectConnectGatewayAttachmentInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateTransitRouterDirectConnectGatewayAttachmentInput) String

String returns the string representation

type TagForCreateTransitRouterInput

type TagForCreateTransitRouterInput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForCreateTransitRouterInput) GoString

GoString returns the string representation

func (*TagForCreateTransitRouterInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateTransitRouterInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateTransitRouterInput) String

String returns the string representation

type TagForCreateTransitRouterPeerAttachmentInput

type TagForCreateTransitRouterPeerAttachmentInput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForCreateTransitRouterPeerAttachmentInput) GoString

GoString returns the string representation

func (*TagForCreateTransitRouterPeerAttachmentInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateTransitRouterPeerAttachmentInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateTransitRouterPeerAttachmentInput) String

String returns the string representation

type TagForCreateTransitRouterRouteTableInput

type TagForCreateTransitRouterRouteTableInput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForCreateTransitRouterRouteTableInput) GoString

GoString returns the string representation

func (*TagForCreateTransitRouterRouteTableInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateTransitRouterRouteTableInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateTransitRouterRouteTableInput) String

String returns the string representation

type TagForCreateTransitRouterVpcAttachmentInput

type TagForCreateTransitRouterVpcAttachmentInput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForCreateTransitRouterVpcAttachmentInput) GoString

GoString returns the string representation

func (*TagForCreateTransitRouterVpcAttachmentInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateTransitRouterVpcAttachmentInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateTransitRouterVpcAttachmentInput) String

String returns the string representation

type TagForCreateTransitRouterVpnAttachmentInput

type TagForCreateTransitRouterVpnAttachmentInput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForCreateTransitRouterVpnAttachmentInput) GoString

GoString returns the string representation

func (*TagForCreateTransitRouterVpnAttachmentInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateTransitRouterVpnAttachmentInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateTransitRouterVpnAttachmentInput) String

String returns the string representation

type TagForDescribeTransitRouterAttachmentsOutput

type TagForDescribeTransitRouterAttachmentsOutput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForDescribeTransitRouterAttachmentsOutput) GoString

GoString returns the string representation

func (*TagForDescribeTransitRouterAttachmentsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeTransitRouterAttachmentsOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeTransitRouterAttachmentsOutput) String

String returns the string representation

type TagForDescribeTransitRouterBandwidthPackagesOutput

type TagForDescribeTransitRouterBandwidthPackagesOutput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForDescribeTransitRouterBandwidthPackagesOutput) GoString

GoString returns the string representation

func (*TagForDescribeTransitRouterBandwidthPackagesOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeTransitRouterBandwidthPackagesOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeTransitRouterBandwidthPackagesOutput) String

String returns the string representation

type TagForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput

type TagForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) GoString

GoString returns the string representation

func (*TagForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) String

String returns the string representation

type TagForDescribeTransitRouterPeerAttachmentsOutput

type TagForDescribeTransitRouterPeerAttachmentsOutput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForDescribeTransitRouterPeerAttachmentsOutput) GoString

GoString returns the string representation

func (*TagForDescribeTransitRouterPeerAttachmentsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeTransitRouterPeerAttachmentsOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeTransitRouterPeerAttachmentsOutput) String

String returns the string representation

type TagForDescribeTransitRouterRouteTablesOutput

type TagForDescribeTransitRouterRouteTablesOutput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForDescribeTransitRouterRouteTablesOutput) GoString

GoString returns the string representation

func (*TagForDescribeTransitRouterRouteTablesOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeTransitRouterRouteTablesOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeTransitRouterRouteTablesOutput) String

String returns the string representation

type TagForDescribeTransitRouterVpcAttachmentsOutput

type TagForDescribeTransitRouterVpcAttachmentsOutput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForDescribeTransitRouterVpcAttachmentsOutput) GoString

GoString returns the string representation

func (*TagForDescribeTransitRouterVpcAttachmentsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeTransitRouterVpcAttachmentsOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeTransitRouterVpcAttachmentsOutput) String

String returns the string representation

type TagForDescribeTransitRouterVpnAttachmentsOutput

type TagForDescribeTransitRouterVpnAttachmentsOutput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForDescribeTransitRouterVpnAttachmentsOutput) GoString

GoString returns the string representation

func (*TagForDescribeTransitRouterVpnAttachmentsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeTransitRouterVpnAttachmentsOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeTransitRouterVpnAttachmentsOutput) String

String returns the string representation

type TagForDescribeTransitRoutersOutput

type TagForDescribeTransitRoutersOutput struct {
	Key *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForDescribeTransitRoutersOutput) GoString

GoString returns the string representation

func (*TagForDescribeTransitRoutersOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeTransitRoutersOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeTransitRoutersOutput) String

String returns the string representation

type TagForTagResourcesInput

type TagForTagResourcesInput struct {

	// Key is a required field
	Key *string `type:"string" required:"true"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (TagForTagResourcesInput) GoString

func (s TagForTagResourcesInput) GoString() string

GoString returns the string representation

func (*TagForTagResourcesInput) SetKey

SetKey sets the Key field's value.

func (*TagForTagResourcesInput) SetValue

SetValue sets the Value field's value.

func (TagForTagResourcesInput) String

func (s TagForTagResourcesInput) String() string

String returns the string representation

func (*TagForTagResourcesInput) Validate

func (s *TagForTagResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourcesInput

type TagResourcesInput struct {

	// ResourceIds is a required field
	ResourceIds []*string `type:"list" required:"true"`

	// ResourceType is a required field
	ResourceType *string `type:"string" required:"true"`

	// Tags is a required field
	Tags []*TagForTagResourcesInput `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (TagResourcesInput) GoString

func (s TagResourcesInput) GoString() string

GoString returns the string representation

func (*TagResourcesInput) SetResourceIds

func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput

SetResourceIds sets the ResourceIds field's value.

func (*TagResourcesInput) SetResourceType

func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput

SetResourceType sets the ResourceType field's value.

func (*TagResourcesInput) SetTags

SetTags sets the Tags field's value.

func (TagResourcesInput) String

func (s TagResourcesInput) String() string

String returns the string representation

func (*TagResourcesInput) Validate

func (s *TagResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourcesOutput

type TagResourcesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (TagResourcesOutput) GoString

func (s TagResourcesOutput) GoString() string

GoString returns the string representation

func (TagResourcesOutput) String

func (s TagResourcesOutput) String() string

String returns the string representation

type TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput

type TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput struct {
	AccountId *string `type:"string"`

	AutoPublishRouteEnabled *bool `type:"boolean"`

	BusinessStatus *string `type:"string"`

	CreationTime *string `type:"string"`

	DeletedTime *string `type:"string"`

	Description *string `type:"string"`

	Ipv6Enabled *bool `type:"boolean"`

	OverdueTime *string `type:"string"`

	ResourceId *string `type:"string"`

	ResourceType *string `type:"string"`

	Status *string `type:"string"`

	Tags []*TagForDescribeTransitRouterAttachmentsOutput `type:"list"`

	TransitRouterAttachmentId *string `type:"string"`

	TransitRouterAttachmentName *string `type:"string"`

	TransitRouterForwardPolicyTableId *string `type:"string"`

	TransitRouterId *string `type:"string"`

	TransitRouterRouteTableId *string `type:"string"`

	TransitRouterTrafficQosMarkingPolicyId *string `type:"string"`

	TransitRouterTrafficQosQueuePolicyId *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) GoString

GoString returns the string representation

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetAutoPublishRouteEnabled

SetAutoPublishRouteEnabled sets the AutoPublishRouteEnabled field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetBusinessStatus

SetBusinessStatus sets the BusinessStatus field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetDeletedTime

SetDeletedTime sets the DeletedTime field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetIpv6Enabled added in v1.0.162

SetIpv6Enabled sets the Ipv6Enabled field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetOverdueTime

SetOverdueTime sets the OverdueTime field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetTags

SetTags sets the Tags field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterAttachmentForDescribeTransitRouterAttachmentsOutput) String

String returns the string representation

type TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput

type TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput struct {
	AccountId *string `type:"string"`

	AutoPublishRouteEnabled *bool `type:"boolean"`

	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	DirectConnectGatewayId *string `type:"string"`

	Status *string `type:"string"`

	Tags []*TagForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput `type:"list"`

	TransitRouterAttachmentId *string `type:"string"`

	TransitRouterAttachmentName *string `type:"string"`

	TransitRouterId *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) GoString

GoString returns the string representation

func (*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetAutoPublishRouteEnabled

SetAutoPublishRouteEnabled sets the AutoPublishRouteEnabled field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetDirectConnectGatewayId

SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetTags

SetTags sets the Tags field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterAttachmentForDescribeTransitRouterDirectConnectGatewayAttachmentsOutput) String

String returns the string representation

type TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput

type TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput struct {
	AutoPublishRouteEnabled *bool `type:"boolean"`

	Bandwidth *int32 `type:"int32"`

	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	PeerTransitRouterId *string `type:"string"`

	PeerTransitRouterRegionId *string `type:"string"`

	Status *string `type:"string"`

	Tags []*TagForDescribeTransitRouterPeerAttachmentsOutput `type:"list"`

	TransitRouterAttachmentId *string `type:"string"`

	TransitRouterAttachmentName *string `type:"string"`

	TransitRouterBandwidthPackageId *string `type:"string"`

	TransitRouterForwardPolicyTableId *string `type:"string"`

	TransitRouterId *string `type:"string"`

	TransitRouterRouteTableId *string `type:"string"`

	TransitRouterTrafficQosMarkingPolicyId *string `type:"string"`

	TransitRouterTrafficQosQueuePolicyId *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) GoString

GoString returns the string representation

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetAutoPublishRouteEnabled

SetAutoPublishRouteEnabled sets the AutoPublishRouteEnabled field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetBandwidth

SetBandwidth sets the Bandwidth field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetPeerTransitRouterId

SetPeerTransitRouterId sets the PeerTransitRouterId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetPeerTransitRouterRegionId

SetPeerTransitRouterRegionId sets the PeerTransitRouterRegionId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetTags

SetTags sets the Tags field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetTransitRouterBandwidthPackageId

SetTransitRouterBandwidthPackageId sets the TransitRouterBandwidthPackageId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterAttachmentForDescribeTransitRouterPeerAttachmentsOutput) String

String returns the string representation

type TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput

type TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput struct {
	AttachPoints []*AttachPointForDescribeTransitRouterVpcAttachmentsOutput `type:"list"`

	AutoPublishRouteEnabled *bool `type:"boolean"`

	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	Ipv6Enabled *bool `type:"boolean"`

	Status *string `type:"string"`

	Tags []*TagForDescribeTransitRouterVpcAttachmentsOutput `type:"list"`

	TransitRouterAttachmentId *string `type:"string"`

	TransitRouterAttachmentName *string `type:"string"`

	TransitRouterId *string `type:"string"`

	UpdateTime *string `type:"string"`

	VpcId *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) GoString

GoString returns the string representation

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetAttachPoints

SetAttachPoints sets the AttachPoints field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetAutoPublishRouteEnabled

SetAutoPublishRouteEnabled sets the AutoPublishRouteEnabled field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetIpv6Enabled added in v1.0.162

SetIpv6Enabled sets the Ipv6Enabled field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetTags

SetTags sets the Tags field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (TransitRouterAttachmentForDescribeTransitRouterVpcAttachmentsOutput) String

String returns the string representation

type TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput

type TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput struct {
	AutoPublishRouteEnabled *bool `type:"boolean"`

	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	Status *string `type:"string"`

	Tags []*TagForDescribeTransitRouterVpnAttachmentsOutput `type:"list"`

	TransitRouterAttachmentId *string `type:"string"`

	TransitRouterAttachmentName *string `type:"string"`

	TransitRouterId *string `type:"string"`

	UpdateTime *string `type:"string"`

	VpnConnectionId *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) GoString

GoString returns the string representation

func (*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) SetAutoPublishRouteEnabled

SetAutoPublishRouteEnabled sets the AutoPublishRouteEnabled field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) SetTags

SetTags sets the Tags field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) SetTransitRouterAttachmentName

SetTransitRouterAttachmentName sets the TransitRouterAttachmentName field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) SetVpnConnectionId

SetVpnConnectionId sets the VpnConnectionId field's value.

func (*TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (TransitRouterAttachmentForDescribeTransitRouterVpnAttachmentsOutput) String

String returns the string representation

type TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput

type TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput struct {
	BillingStatus *int32 `type:"int32"`

	BillingType *int32 `type:"int32"`

	ExpiredTime *string `type:"string"`

	ReclaimTime *string `type:"string"`

	RemainRenewTimes *int32 `type:"int32"`

	RenewType *string `type:"string"`

	TransitRouterBandwidthPackageId *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput) GoString

GoString returns the string representation

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput) SetBillingStatus

SetBillingStatus sets the BillingStatus field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput) SetBillingType

SetBillingType sets the BillingType field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput) SetExpiredTime

SetExpiredTime sets the ExpiredTime field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput) SetReclaimTime

SetReclaimTime sets the ReclaimTime field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput) SetRemainRenewTimes

SetRemainRenewTimes sets the RemainRenewTimes field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput) SetRenewType

SetRenewType sets the RenewType field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput) SetTransitRouterBandwidthPackageId

SetTransitRouterBandwidthPackageId sets the TransitRouterBandwidthPackageId field's value.

func (TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesBillingOutput) String

String returns the string representation

type TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput

type TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput struct {
	AccountId *string `type:"string"`

	Allocations []*AllocationForDescribeTransitRouterBandwidthPackagesOutput `type:"list"`

	Bandwidth *int32 `type:"int32"`

	BillingType *int32 `type:"int32"`

	BusinessStatus *string `type:"string"`

	CreationTime *string `type:"string"`

	DeletedTime *string `type:"string"`

	Description *string `type:"string"`

	ExpiredTime *string `type:"string"`

	LocalGeographicRegionSetId *string `type:"string"`

	PeerGeographicRegionSetId *string `type:"string"`

	ProjectName *string `type:"string"`

	RemainingBandwidth *int32 `type:"int32"`

	Status *string `type:"string"`

	Tags []*TagForDescribeTransitRouterBandwidthPackagesOutput `type:"list"`

	TransitRouterBandwidthPackageId *string `type:"string"`

	TransitRouterBandwidthPackageName *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) GoString

GoString returns the string representation

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetAllocations

SetAllocations sets the Allocations field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetBandwidth

SetBandwidth sets the Bandwidth field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetBillingType

SetBillingType sets the BillingType field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetBusinessStatus

SetBusinessStatus sets the BusinessStatus field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetDeletedTime

SetDeletedTime sets the DeletedTime field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetExpiredTime

SetExpiredTime sets the ExpiredTime field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetLocalGeographicRegionSetId

SetLocalGeographicRegionSetId sets the LocalGeographicRegionSetId field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetPeerGeographicRegionSetId

SetPeerGeographicRegionSetId sets the PeerGeographicRegionSetId field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetRemainingBandwidth

SetRemainingBandwidth sets the RemainingBandwidth field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetTags

SetTags sets the Tags field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetTransitRouterBandwidthPackageId

SetTransitRouterBandwidthPackageId sets the TransitRouterBandwidthPackageId field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetTransitRouterBandwidthPackageName

SetTransitRouterBandwidthPackageName sets the TransitRouterBandwidthPackageName field's value.

func (*TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterBandwidthPackageForDescribeTransitRouterBandwidthPackagesOutput) String

String returns the string representation

type TransitRouterForDescribeTransitRoutersOutput

type TransitRouterForDescribeTransitRoutersOutput struct {
	AccountId *string `type:"string"`

	Asn *int64 `type:"int64"`

	BusinessStatus *string `type:"string"`

	CreationTime *string `type:"string"`

	DeletedTime *string `type:"string"`

	Description *string `type:"string"`

	GrantStatus *string `type:"string"`

	OverdueTime *string `type:"string"`

	ProjectName *string `type:"string"`

	Status *string `type:"string"`

	Tags []*TagForDescribeTransitRoutersOutput `type:"list"`

	TransitRouterId *string `type:"string"`

	TransitRouterName *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterForDescribeTransitRoutersOutput) GoString

GoString returns the string representation

func (*TransitRouterForDescribeTransitRoutersOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetAsn

SetAsn sets the Asn field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetBusinessStatus

SetBusinessStatus sets the BusinessStatus field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetDeletedTime

SetDeletedTime sets the DeletedTime field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetGrantStatus

SetGrantStatus sets the GrantStatus field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetOverdueTime

SetOverdueTime sets the OverdueTime field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetTags

SetTags sets the Tags field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetTransitRouterName

SetTransitRouterName sets the TransitRouterName field's value.

func (*TransitRouterForDescribeTransitRoutersOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterForDescribeTransitRoutersOutput) String

String returns the string representation

type TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput

type TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput struct {
	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	Priority *int32 `type:"int32"`

	SourceCidrBlock *string `type:"string"`

	Status *string `type:"string"`

	TransitRouterForwardPolicyEntryId *string `type:"string"`

	TransitRouterForwardPolicyTableId *string `type:"string"`

	TransitRouterRouteTableId *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput) GoString

GoString returns the string representation

func (*TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput) SetPriority

SetPriority sets the Priority field's value.

func (*TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput) SetSourceCidrBlock

SetSourceCidrBlock sets the SourceCidrBlock field's value.

func (*TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput) SetTransitRouterForwardPolicyEntryId

SetTransitRouterForwardPolicyEntryId sets the TransitRouterForwardPolicyEntryId field's value.

func (*TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (*TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (*TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterForwardPolicyEntryForDescribeTransitRouterForwardPolicyEntriesOutput) String

String returns the string representation

type TransitRouterForwardPolicyTableForDescribeTransitRouterForwardPolicyTablesOutput

type TransitRouterForwardPolicyTableForDescribeTransitRouterForwardPolicyTablesOutput struct {
	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	Status *string `type:"string"`

	TransitRouterForwardPolicyTableId *string `type:"string"`

	TransitRouterForwardPolicyTableName *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterForwardPolicyTableForDescribeTransitRouterForwardPolicyTablesOutput) GoString

GoString returns the string representation

func (*TransitRouterForwardPolicyTableForDescribeTransitRouterForwardPolicyTablesOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterForwardPolicyTableForDescribeTransitRouterForwardPolicyTablesOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterForwardPolicyTableForDescribeTransitRouterForwardPolicyTablesOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterForwardPolicyTableForDescribeTransitRouterForwardPolicyTablesOutput) SetTransitRouterForwardPolicyTableId

SetTransitRouterForwardPolicyTableId sets the TransitRouterForwardPolicyTableId field's value.

func (*TransitRouterForwardPolicyTableForDescribeTransitRouterForwardPolicyTablesOutput) SetTransitRouterForwardPolicyTableName

SetTransitRouterForwardPolicyTableName sets the TransitRouterForwardPolicyTableName field's value.

func (*TransitRouterForwardPolicyTableForDescribeTransitRouterForwardPolicyTablesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterForwardPolicyTableForDescribeTransitRouterForwardPolicyTablesOutput) String

String returns the string representation

type TransitRouterGrantRuleForDescribeTransitRouterGrantRulesOutput

type TransitRouterGrantRuleForDescribeTransitRouterGrantRulesOutput struct {
	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	GrantAccountId *string `type:"string"`

	Status *string `type:"string"`

	TransitRouterId *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterGrantRuleForDescribeTransitRouterGrantRulesOutput) GoString

GoString returns the string representation

func (*TransitRouterGrantRuleForDescribeTransitRouterGrantRulesOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterGrantRuleForDescribeTransitRouterGrantRulesOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterGrantRuleForDescribeTransitRouterGrantRulesOutput) SetGrantAccountId

SetGrantAccountId sets the GrantAccountId field's value.

func (*TransitRouterGrantRuleForDescribeTransitRouterGrantRulesOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterGrantRuleForDescribeTransitRouterGrantRulesOutput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*TransitRouterGrantRuleForDescribeTransitRouterGrantRulesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterGrantRuleForDescribeTransitRouterGrantRulesOutput) String

String returns the string representation

type TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput

type TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput struct {
	AsPath []*string `type:"list"`

	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	DestinationCidrBlock *string `type:"string"`

	Status *string `type:"string"`

	TransitRouterRouteEntryId *string `type:"string"`

	TransitRouterRouteEntryName *string `type:"string"`

	TransitRouterRouteEntryNextHopId *string `type:"string"`

	TransitRouterRouteEntryNextHopType *string `type:"string"`

	TransitRouterRouteEntryType *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) GoString

GoString returns the string representation

func (*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) SetAsPath

SetAsPath sets the AsPath field's value.

func (*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) SetDestinationCidrBlock

SetDestinationCidrBlock sets the DestinationCidrBlock field's value.

func (*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) SetTransitRouterRouteEntryId

SetTransitRouterRouteEntryId sets the TransitRouterRouteEntryId field's value.

func (*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) SetTransitRouterRouteEntryName

SetTransitRouterRouteEntryName sets the TransitRouterRouteEntryName field's value.

func (*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) SetTransitRouterRouteEntryNextHopId

SetTransitRouterRouteEntryNextHopId sets the TransitRouterRouteEntryNextHopId field's value.

func (*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) SetTransitRouterRouteEntryNextHopType

SetTransitRouterRouteEntryNextHopType sets the TransitRouterRouteEntryNextHopType field's value.

func (*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) SetTransitRouterRouteEntryType

SetTransitRouterRouteEntryType sets the TransitRouterRouteEntryType field's value.

func (*TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterRouteEntryForDescribeTransitRouterRouteEntriesOutput) String

String returns the string representation

type TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput

type TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput struct {
	ActionResult *string `type:"string"`

	ApplyAsPathValues []*int32 `type:"list"`

	AsPathOperateMode *string `type:"string"`

	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	DestinationResourceIds []*string `type:"list"`

	DestinationResourceTypes []*string `type:"list"`

	IpPrefixes []*string `type:"list"`

	Priority *int32 `type:"int32"`

	SourceResourceIds []*string `type:"list"`

	SourceResourceTypes []*string `type:"list"`

	Status *string `type:"string"`

	TransitRouterRoutePolicyEntryId *string `type:"string"`

	TransitRouterRoutePolicyTableId *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) GoString

GoString returns the string representation

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetActionResult

SetActionResult sets the ActionResult field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetApplyAsPathValues

SetApplyAsPathValues sets the ApplyAsPathValues field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetAsPathOperateMode

SetAsPathOperateMode sets the AsPathOperateMode field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetDestinationResourceIds

SetDestinationResourceIds sets the DestinationResourceIds field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetDestinationResourceTypes

SetDestinationResourceTypes sets the DestinationResourceTypes field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetIpPrefixes

SetIpPrefixes sets the IpPrefixes field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetPriority

SetPriority sets the Priority field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetSourceResourceIds

SetSourceResourceIds sets the SourceResourceIds field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetSourceResourceTypes

SetSourceResourceTypes sets the SourceResourceTypes field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetTransitRouterRoutePolicyEntryId

SetTransitRouterRoutePolicyEntryId sets the TransitRouterRoutePolicyEntryId field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetTransitRouterRoutePolicyTableId

SetTransitRouterRoutePolicyTableId sets the TransitRouterRoutePolicyTableId field's value.

func (*TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterRoutePolicyEntryForDescribeTransitRouterRoutePolicyEntriesOutput) String

String returns the string representation

type TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput

type TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput struct {
	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	Direction *string `type:"string"`

	Status *string `type:"string"`

	TransitRouterId *string `type:"string"`

	TransitRouterRoutePolicyTableId *string `type:"string"`

	TransitRouterRoutePolicyTableName *string `type:"string"`

	TransitRouterRouteTableIds []*string `type:"list"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput) GoString

GoString returns the string representation

func (*TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput) SetDirection

SetDirection sets the Direction field's value.

func (*TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput) SetTransitRouterId

SetTransitRouterId sets the TransitRouterId field's value.

func (*TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput) SetTransitRouterRoutePolicyTableId

SetTransitRouterRoutePolicyTableId sets the TransitRouterRoutePolicyTableId field's value.

func (*TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput) SetTransitRouterRoutePolicyTableName

SetTransitRouterRoutePolicyTableName sets the TransitRouterRoutePolicyTableName field's value.

func (*TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput) SetTransitRouterRouteTableIds

SetTransitRouterRouteTableIds sets the TransitRouterRouteTableIds field's value.

func (*TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterRoutePolicyTableForDescribeTransitRouterRoutePolicyTablesOutput) String

String returns the string representation

type TransitRouterRouteTableAssociationForDescribeTransitRouterRouteTableAssociationsOutput

type TransitRouterRouteTableAssociationForDescribeTransitRouterRouteTableAssociationsOutput struct {
	Status *string `type:"string"`

	TransitRouterAttachmentId *string `type:"string"`

	TransitRouterRouteTableId *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterRouteTableAssociationForDescribeTransitRouterRouteTableAssociationsOutput) GoString

GoString returns the string representation

func (*TransitRouterRouteTableAssociationForDescribeTransitRouterRouteTableAssociationsOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterRouteTableAssociationForDescribeTransitRouterRouteTableAssociationsOutput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*TransitRouterRouteTableAssociationForDescribeTransitRouterRouteTableAssociationsOutput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (TransitRouterRouteTableAssociationForDescribeTransitRouterRouteTableAssociationsOutput) String

String returns the string representation

type TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput

type TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput struct {
	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	InRoutePolicyTableId *string `type:"string"`

	OutRoutePolicyTableId *string `type:"string"`

	Status *string `type:"string"`

	Tags []*TagForDescribeTransitRouterRouteTablesOutput `type:"list"`

	TransitRouterRouteTableId *string `type:"string"`

	TransitRouterRouteTableName *string `type:"string"`

	TransitRouterRouteTableType *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) GoString

GoString returns the string representation

func (*TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) SetDescription

SetDescription sets the Description field's value.

func (*TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) SetInRoutePolicyTableId

SetInRoutePolicyTableId sets the InRoutePolicyTableId field's value.

func (*TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) SetOutRoutePolicyTableId

SetOutRoutePolicyTableId sets the OutRoutePolicyTableId field's value.

func (*TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) SetTags

SetTags sets the Tags field's value.

func (*TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (*TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) SetTransitRouterRouteTableName

SetTransitRouterRouteTableName sets the TransitRouterRouteTableName field's value.

func (*TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) SetTransitRouterRouteTableType

SetTransitRouterRouteTableType sets the TransitRouterRouteTableType field's value.

func (*TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterRouteTableForDescribeTransitRouterRouteTablesOutput) String

String returns the string representation

type TransitRouterRouteTablePropagationForDescribeTransitRouterRouteTablePropagationsOutput

type TransitRouterRouteTablePropagationForDescribeTransitRouterRouteTablePropagationsOutput struct {
	CreationTime *string `type:"string"`

	Status *string `type:"string"`

	TransitRouterAttachmentId *string `type:"string"`

	TransitRouterRouteTableId *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterRouteTablePropagationForDescribeTransitRouterRouteTablePropagationsOutput) GoString

GoString returns the string representation

func (*TransitRouterRouteTablePropagationForDescribeTransitRouterRouteTablePropagationsOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterRouteTablePropagationForDescribeTransitRouterRouteTablePropagationsOutput) SetStatus

SetStatus sets the Status field's value.

func (*TransitRouterRouteTablePropagationForDescribeTransitRouterRouteTablePropagationsOutput) SetTransitRouterAttachmentId

SetTransitRouterAttachmentId sets the TransitRouterAttachmentId field's value.

func (*TransitRouterRouteTablePropagationForDescribeTransitRouterRouteTablePropagationsOutput) SetTransitRouterRouteTableId

SetTransitRouterRouteTableId sets the TransitRouterRouteTableId field's value.

func (TransitRouterRouteTablePropagationForDescribeTransitRouterRouteTablePropagationsOutput) String

String returns the string representation

type TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput added in v1.0.162

type TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput struct {
	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	DestinationCidrBlock *string `type:"string"`

	DestinationPortEnd *int32 `type:"int32"`

	DestinationPortStart *int32 `type:"int32"`

	MatchDscp *int32 `type:"int32"`

	Priority *int32 `type:"int32"`

	Protocol *string `type:"string"`

	RemarkingDscp *int32 `type:"int32"`

	SourceCidrBlock *string `type:"string"`

	SourcePortEnd *int32 `type:"int32"`

	SourcePortStart *int32 `type:"int32"`

	Status *string `type:"string"`

	TransitRouterTrafficQosMarkingEntryId *string `type:"string"`

	TransitRouterTrafficQosMarkingEntryName *string `type:"string"`

	TransitRouterTrafficQosMarkingPolicyId *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) GoString added in v1.0.162

GoString returns the string representation

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetCreationTime added in v1.0.162

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetDescription added in v1.0.162

SetDescription sets the Description field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetDestinationCidrBlock added in v1.0.162

SetDestinationCidrBlock sets the DestinationCidrBlock field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetDestinationPortEnd added in v1.0.162

SetDestinationPortEnd sets the DestinationPortEnd field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetDestinationPortStart added in v1.0.162

SetDestinationPortStart sets the DestinationPortStart field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetMatchDscp added in v1.0.162

SetMatchDscp sets the MatchDscp field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetPriority added in v1.0.162

SetPriority sets the Priority field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetProtocol added in v1.0.162

SetProtocol sets the Protocol field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetRemarkingDscp added in v1.0.162

SetRemarkingDscp sets the RemarkingDscp field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetSourceCidrBlock added in v1.0.162

SetSourceCidrBlock sets the SourceCidrBlock field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetSourcePortEnd added in v1.0.162

SetSourcePortEnd sets the SourcePortEnd field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetSourcePortStart added in v1.0.162

SetSourcePortStart sets the SourcePortStart field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetStatus added in v1.0.162

SetStatus sets the Status field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetTransitRouterTrafficQosMarkingEntryId added in v1.0.162

SetTransitRouterTrafficQosMarkingEntryId sets the TransitRouterTrafficQosMarkingEntryId field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetTransitRouterTrafficQosMarkingEntryName added in v1.0.162

SetTransitRouterTrafficQosMarkingEntryName sets the TransitRouterTrafficQosMarkingEntryName field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (*TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) SetUpdateTime added in v1.0.162

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterTrafficQosMarkingEntryForDescribeTransitRouterTrafficQosMarkingEntriesOutput) String added in v1.0.162

String returns the string representation

type TransitRouterTrafficQosMarkingPolicyForDescribeTransitRouterTrafficQosMarkingPoliciesOutput added in v1.0.162

type TransitRouterTrafficQosMarkingPolicyForDescribeTransitRouterTrafficQosMarkingPoliciesOutput struct {
	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	Status *string `type:"string"`

	TransitRouterTrafficQosMarkingPolicyId *string `type:"string"`

	TransitRouterTrafficQosMarkingPolicyName *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterTrafficQosMarkingPolicyForDescribeTransitRouterTrafficQosMarkingPoliciesOutput) GoString added in v1.0.162

GoString returns the string representation

func (*TransitRouterTrafficQosMarkingPolicyForDescribeTransitRouterTrafficQosMarkingPoliciesOutput) SetCreationTime added in v1.0.162

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterTrafficQosMarkingPolicyForDescribeTransitRouterTrafficQosMarkingPoliciesOutput) SetDescription added in v1.0.162

SetDescription sets the Description field's value.

func (*TransitRouterTrafficQosMarkingPolicyForDescribeTransitRouterTrafficQosMarkingPoliciesOutput) SetStatus added in v1.0.162

SetStatus sets the Status field's value.

func (*TransitRouterTrafficQosMarkingPolicyForDescribeTransitRouterTrafficQosMarkingPoliciesOutput) SetTransitRouterTrafficQosMarkingPolicyId added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyId sets the TransitRouterTrafficQosMarkingPolicyId field's value.

func (*TransitRouterTrafficQosMarkingPolicyForDescribeTransitRouterTrafficQosMarkingPoliciesOutput) SetTransitRouterTrafficQosMarkingPolicyName added in v1.0.162

SetTransitRouterTrafficQosMarkingPolicyName sets the TransitRouterTrafficQosMarkingPolicyName field's value.

func (*TransitRouterTrafficQosMarkingPolicyForDescribeTransitRouterTrafficQosMarkingPoliciesOutput) SetUpdateTime added in v1.0.162

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterTrafficQosMarkingPolicyForDescribeTransitRouterTrafficQosMarkingPoliciesOutput) String added in v1.0.162

String returns the string representation

type TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput added in v1.0.162

type TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput struct {
	BandwidthPercent *int32 `type:"int32"`

	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	Dscps []*int32 `type:"list"`

	IsDefault *bool `type:"boolean"`

	Status *string `type:"string"`

	TransitRouterTrafficQosQueueEntryId *string `type:"string"`

	TransitRouterTrafficQosQueueEntryName *string `type:"string"`

	TransitRouterTrafficQosQueuePolicyId *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) GoString added in v1.0.162

GoString returns the string representation

func (*TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) SetBandwidthPercent added in v1.0.162

SetBandwidthPercent sets the BandwidthPercent field's value.

func (*TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) SetCreationTime added in v1.0.162

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) SetDescription added in v1.0.162

SetDescription sets the Description field's value.

func (*TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) SetDscps added in v1.0.162

SetDscps sets the Dscps field's value.

func (*TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) SetIsDefault added in v1.0.162

SetIsDefault sets the IsDefault field's value.

func (*TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) SetStatus added in v1.0.162

SetStatus sets the Status field's value.

func (*TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) SetTransitRouterTrafficQosQueueEntryId added in v1.0.162

SetTransitRouterTrafficQosQueueEntryId sets the TransitRouterTrafficQosQueueEntryId field's value.

func (*TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) SetTransitRouterTrafficQosQueueEntryName added in v1.0.162

SetTransitRouterTrafficQosQueueEntryName sets the TransitRouterTrafficQosQueueEntryName field's value.

func (*TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (*TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) SetUpdateTime added in v1.0.162

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterTrafficQosQueueEntryForDescribeTransitRouterTrafficQosQueueEntriesOutput) String added in v1.0.162

String returns the string representation

type TransitRouterTrafficQosQueuePolicyForDescribeTransitRouterTrafficQosQueuePoliciesOutput added in v1.0.162

type TransitRouterTrafficQosQueuePolicyForDescribeTransitRouterTrafficQosQueuePoliciesOutput struct {
	CreationTime *string `type:"string"`

	Description *string `type:"string"`

	Status *string `type:"string"`

	TransitRouterTrafficQosQueuePolicyId *string `type:"string"`

	TransitRouterTrafficQosQueuePolicyName *string `type:"string"`

	UpdateTime *string `type:"string"`
	// contains filtered or unexported fields
}

func (TransitRouterTrafficQosQueuePolicyForDescribeTransitRouterTrafficQosQueuePoliciesOutput) GoString added in v1.0.162

GoString returns the string representation

func (*TransitRouterTrafficQosQueuePolicyForDescribeTransitRouterTrafficQosQueuePoliciesOutput) SetCreationTime added in v1.0.162

SetCreationTime sets the CreationTime field's value.

func (*TransitRouterTrafficQosQueuePolicyForDescribeTransitRouterTrafficQosQueuePoliciesOutput) SetDescription added in v1.0.162

SetDescription sets the Description field's value.

func (*TransitRouterTrafficQosQueuePolicyForDescribeTransitRouterTrafficQosQueuePoliciesOutput) SetStatus added in v1.0.162

SetStatus sets the Status field's value.

func (*TransitRouterTrafficQosQueuePolicyForDescribeTransitRouterTrafficQosQueuePoliciesOutput) SetTransitRouterTrafficQosQueuePolicyId added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyId sets the TransitRouterTrafficQosQueuePolicyId field's value.

func (*TransitRouterTrafficQosQueuePolicyForDescribeTransitRouterTrafficQosQueuePoliciesOutput) SetTransitRouterTrafficQosQueuePolicyName added in v1.0.162

SetTransitRouterTrafficQosQueuePolicyName sets the TransitRouterTrafficQosQueuePolicyName field's value.

func (*TransitRouterTrafficQosQueuePolicyForDescribeTransitRouterTrafficQosQueuePoliciesOutput) SetUpdateTime added in v1.0.162

SetUpdateTime sets the UpdateTime field's value.

func (TransitRouterTrafficQosQueuePolicyForDescribeTransitRouterTrafficQosQueuePoliciesOutput) String added in v1.0.162

String returns the string representation

type UntagResourcesInput

type UntagResourcesInput struct {

	// ResourceIds is a required field
	ResourceIds []*string `type:"list" required:"true"`

	// ResourceType is a required field
	ResourceType *string `type:"string" required:"true"`

	// TagKeys is a required field
	TagKeys []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UntagResourcesInput) GoString

func (s UntagResourcesInput) GoString() string

GoString returns the string representation

func (*UntagResourcesInput) SetResourceIds

func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput

SetResourceIds sets the ResourceIds field's value.

func (*UntagResourcesInput) SetResourceType

func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput

SetResourceType sets the ResourceType field's value.

func (*UntagResourcesInput) SetTagKeys

func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourcesInput) String

func (s UntagResourcesInput) String() string

String returns the string representation

func (*UntagResourcesInput) Validate

func (s *UntagResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourcesOutput

type UntagResourcesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UntagResourcesOutput) GoString

func (s UntagResourcesOutput) GoString() string

GoString returns the string representation

func (UntagResourcesOutput) String

func (s UntagResourcesOutput) String() string

String returns the string representation

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL