computing

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: May 8, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package computing provides the client and types for making API requests to NIFCLOUD Computing.

See https://docs.aws.amazon.com/goto/WebAPI/computing-2.2 for more information on this service.

See computing package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/computing/

Using the Client

To contact NIFCLOUD Computing with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See nifcloud.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/nifcloud/#Config

See the NIFCLOUD Computing client Computing for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/computing/#New

Index

Constants

View Source
const (
	ServiceName = "computing" // Service endpoint prefix API calls made to.
	EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountingType

type AccountingType struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (AccountingType) GoString

func (s AccountingType) GoString() string

GoString returns the string representation

func (*AccountingType) SetValue

func (s *AccountingType) SetValue(v string) *AccountingType

SetValue sets the Value field's value.

func (AccountingType) String

func (s AccountingType) String() string

String returns the string representation

type AddressesSetItem

type AddressesSetItem struct {
	AllocationId *string `locationName:"allocationId" type:"string"`

	AssociationId *string `locationName:"associationId" type:"string"`

	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	Description *string `locationName:"description" type:"string"`

	Domain *string `locationName:"domain" type:"string"`

	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`

	NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"`

	NetworkInterfaceOwnerId *string `locationName:"networkInterfaceOwnerId" type:"string"`

	PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"`

	PublicIp *string `locationName:"publicIp" type:"string"`
	// contains filtered or unexported fields
}

func (AddressesSetItem) GoString

func (s AddressesSetItem) GoString() string

GoString returns the string representation

func (*AddressesSetItem) SetAllocationId

func (s *AddressesSetItem) SetAllocationId(v string) *AddressesSetItem

SetAllocationId sets the AllocationId field's value.

func (*AddressesSetItem) SetAssociationId

func (s *AddressesSetItem) SetAssociationId(v string) *AddressesSetItem

SetAssociationId sets the AssociationId field's value.

func (*AddressesSetItem) SetAvailabilityZone

func (s *AddressesSetItem) SetAvailabilityZone(v string) *AddressesSetItem

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*AddressesSetItem) SetDescription

func (s *AddressesSetItem) SetDescription(v string) *AddressesSetItem

SetDescription sets the Description field's value.

func (*AddressesSetItem) SetDomain

func (s *AddressesSetItem) SetDomain(v string) *AddressesSetItem

SetDomain sets the Domain field's value.

func (*AddressesSetItem) SetInstanceId

func (s *AddressesSetItem) SetInstanceId(v string) *AddressesSetItem

SetInstanceId sets the InstanceId field's value.

func (*AddressesSetItem) SetInstanceUniqueId

func (s *AddressesSetItem) SetInstanceUniqueId(v string) *AddressesSetItem

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*AddressesSetItem) SetNetworkInterfaceId

func (s *AddressesSetItem) SetNetworkInterfaceId(v string) *AddressesSetItem

SetNetworkInterfaceId sets the NetworkInterfaceId field's value.

func (*AddressesSetItem) SetNetworkInterfaceOwnerId

func (s *AddressesSetItem) SetNetworkInterfaceOwnerId(v string) *AddressesSetItem

SetNetworkInterfaceOwnerId sets the NetworkInterfaceOwnerId field's value.

func (*AddressesSetItem) SetPrivateIpAddress

func (s *AddressesSetItem) SetPrivateIpAddress(v string) *AddressesSetItem

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*AddressesSetItem) SetPublicIp

func (s *AddressesSetItem) SetPublicIp(v string) *AddressesSetItem

SetPublicIp sets the PublicIp field's value.

func (AddressesSetItem) String

func (s AddressesSetItem) String() string

String returns the string representation

type AlarmDateHistorySetItem

type AlarmDateHistorySetItem struct {
	AlarmEventHistorySet []*AlarmEventHistorySetItem `locationName:"alarmEventHistorySet" locationNameList:"item" type:"list"`

	Date *string `locationName:"date" type:"string"`
	// contains filtered or unexported fields
}

func (AlarmDateHistorySetItem) GoString

func (s AlarmDateHistorySetItem) GoString() string

GoString returns the string representation

func (*AlarmDateHistorySetItem) SetAlarmEventHistorySet

SetAlarmEventHistorySet sets the AlarmEventHistorySet field's value.

func (*AlarmDateHistorySetItem) SetDate

SetDate sets the Date field's value.

func (AlarmDateHistorySetItem) String

func (s AlarmDateHistorySetItem) String() string

String returns the string representation

type AlarmEventHistorySetItem

type AlarmEventHistorySetItem struct {
	AlarmEvent *string `locationName:"alarmEvent" type:"string"`

	AlarmEventDatetime *time.Time `locationName:"alarmEventDatetime" type:"timestamp" timestampFormat:""`
	// contains filtered or unexported fields
}

func (AlarmEventHistorySetItem) GoString

func (s AlarmEventHistorySetItem) GoString() string

GoString returns the string representation

func (*AlarmEventHistorySetItem) SetAlarmEvent

SetAlarmEvent sets the AlarmEvent field's value.

func (*AlarmEventHistorySetItem) SetAlarmEventDatetime

func (s *AlarmEventHistorySetItem) SetAlarmEventDatetime(v time.Time) *AlarmEventHistorySetItem

SetAlarmEventDatetime sets the AlarmEventDatetime field's value.

func (AlarmEventHistorySetItem) String

func (s AlarmEventHistorySetItem) String() string

String returns the string representation

type AlarmRulesActivitiesDateSetItem

type AlarmRulesActivitiesDateSetItem struct {
	AlarmRulesActivitiesEventSet []*AlarmRulesActivitiesEventSetItem `locationName:"alarmRulesActivitiesEventSet" locationNameList:"item" type:"list"`

	Date *string `locationName:"date" type:"string"`
	// contains filtered or unexported fields
}

func (AlarmRulesActivitiesDateSetItem) GoString

GoString returns the string representation

func (*AlarmRulesActivitiesDateSetItem) SetAlarmRulesActivitiesEventSet

SetAlarmRulesActivitiesEventSet sets the AlarmRulesActivitiesEventSet field's value.

func (*AlarmRulesActivitiesDateSetItem) SetDate

SetDate sets the Date field's value.

func (AlarmRulesActivitiesDateSetItem) String

String returns the string representation

type AlarmRulesActivitiesEventSetItem

type AlarmRulesActivitiesEventSetItem struct {
	AlarmRulesActivitiesEvent *string `locationName:"alarmRulesActivitiesEvent" type:"string"`

	AlarmRulesActivitiesEventDatetime *time.Time `locationName:"alarmRulesActivitiesEventDatetime" type:"timestamp" timestampFormat:""`

	ResourceName *string `locationName:"resourceName" type:"string"`

	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (AlarmRulesActivitiesEventSetItem) GoString

GoString returns the string representation

func (*AlarmRulesActivitiesEventSetItem) SetAlarmRulesActivitiesEvent

func (s *AlarmRulesActivitiesEventSetItem) SetAlarmRulesActivitiesEvent(v string) *AlarmRulesActivitiesEventSetItem

SetAlarmRulesActivitiesEvent sets the AlarmRulesActivitiesEvent field's value.

func (*AlarmRulesActivitiesEventSetItem) SetAlarmRulesActivitiesEventDatetime

func (s *AlarmRulesActivitiesEventSetItem) SetAlarmRulesActivitiesEventDatetime(v time.Time) *AlarmRulesActivitiesEventSetItem

SetAlarmRulesActivitiesEventDatetime sets the AlarmRulesActivitiesEventDatetime field's value.

func (*AlarmRulesActivitiesEventSetItem) SetResourceName

SetResourceName sets the ResourceName field's value.

func (*AlarmRulesActivitiesEventSetItem) SetValue

SetValue sets the Value field's value.

func (AlarmRulesActivitiesEventSetItem) String

String returns the string representation

type AlarmRulesActivitiesSetItem

type AlarmRulesActivitiesSetItem struct {
	AlarmRulesActivitiesDateSet []*AlarmRulesActivitiesDateSetItem `locationName:"alarmRulesActivitiesDateSet" locationNameList:"item" type:"list"`

	DataType *string `locationName:"dataType" type:"string"`
	// contains filtered or unexported fields
}

func (AlarmRulesActivitiesSetItem) GoString

func (s AlarmRulesActivitiesSetItem) GoString() string

GoString returns the string representation

func (*AlarmRulesActivitiesSetItem) SetAlarmRulesActivitiesDateSet

SetAlarmRulesActivitiesDateSet sets the AlarmRulesActivitiesDateSet field's value.

func (*AlarmRulesActivitiesSetItem) SetDataType

SetDataType sets the DataType field's value.

func (AlarmRulesActivitiesSetItem) String

String returns the string representation

type AlarmTargetSetItem

type AlarmTargetSetItem struct {
	InstanceId *string `locationName:"instanceId" type:"string"`

	PartitionsSet []*PartitionsSetItem `locationName:"partitionsSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (AlarmTargetSetItem) GoString

func (s AlarmTargetSetItem) GoString() string

GoString returns the string representation

func (*AlarmTargetSetItem) SetInstanceId

func (s *AlarmTargetSetItem) SetInstanceId(v string) *AlarmTargetSetItem

SetInstanceId sets the InstanceId field's value.

func (*AlarmTargetSetItem) SetPartitionsSet

func (s *AlarmTargetSetItem) SetPartitionsSet(v []*PartitionsSetItem) *AlarmTargetSetItem

SetPartitionsSet sets the PartitionsSet field's value.

func (AlarmTargetSetItem) String

func (s AlarmTargetSetItem) String() string

String returns the string representation

type AlarmTargetsSetItem

type AlarmTargetsSetItem struct {
	ResourceName *string `locationName:"resourceName" type:"string"`
	// contains filtered or unexported fields
}

func (AlarmTargetsSetItem) GoString

func (s AlarmTargetsSetItem) GoString() string

GoString returns the string representation

func (*AlarmTargetsSetItem) SetResourceName

func (s *AlarmTargetsSetItem) SetResourceName(v string) *AlarmTargetsSetItem

SetResourceName sets the ResourceName field's value.

func (AlarmTargetsSetItem) String

func (s AlarmTargetsSetItem) String() string

String returns the string representation

type AllocateAddressInput

type AllocateAddressInput struct {
	InstanceId *string `locationName:"InstanceId" type:"string"`

	NiftyPrivateIp *bool `locationName:"NiftyPrivateIp" type:"boolean"`

	Placement *RequestPlacementStruct `locationName:"Placement" type:"structure"`
	// contains filtered or unexported fields
}

func (AllocateAddressInput) GoString

func (s AllocateAddressInput) GoString() string

GoString returns the string representation

func (*AllocateAddressInput) SetInstanceId

func (s *AllocateAddressInput) SetInstanceId(v string) *AllocateAddressInput

SetInstanceId sets the InstanceId field's value.

func (*AllocateAddressInput) SetNiftyPrivateIp

func (s *AllocateAddressInput) SetNiftyPrivateIp(v bool) *AllocateAddressInput

SetNiftyPrivateIp sets the NiftyPrivateIp field's value.

func (*AllocateAddressInput) SetPlacement

SetPlacement sets the Placement field's value.

func (AllocateAddressInput) String

func (s AllocateAddressInput) String() string

String returns the string representation

type AllocateAddressOutput

type AllocateAddressOutput struct {
	AllocationId *string `locationName:"allocationId" type:"string"`

	Domain *string `locationName:"domain" type:"string"`

	Placement *Placement `locationName:"placement" type:"structure"`

	PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"`

	PublicIp *string `locationName:"publicIp" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (AllocateAddressOutput) GoString

func (s AllocateAddressOutput) GoString() string

GoString returns the string representation

func (*AllocateAddressOutput) SetAllocationId

func (s *AllocateAddressOutput) SetAllocationId(v string) *AllocateAddressOutput

SetAllocationId sets the AllocationId field's value.

func (*AllocateAddressOutput) SetDomain

SetDomain sets the Domain field's value.

func (*AllocateAddressOutput) SetPlacement

SetPlacement sets the Placement field's value.

func (*AllocateAddressOutput) SetPrivateIpAddress

func (s *AllocateAddressOutput) SetPrivateIpAddress(v string) *AllocateAddressOutput

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*AllocateAddressOutput) SetPublicIp

SetPublicIp sets the PublicIp field's value.

func (*AllocateAddressOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (AllocateAddressOutput) String

func (s AllocateAddressOutput) String() string

String returns the string representation

type AnalyzeResultSetItem

type AnalyzeResultSetItem struct {
	AnalyzeCode *string `locationName:"analyzeCode" type:"string"`

	Line *string `locationName:"line" type:"string"`
	// contains filtered or unexported fields
}

func (AnalyzeResultSetItem) GoString

func (s AnalyzeResultSetItem) GoString() string

GoString returns the string representation

func (*AnalyzeResultSetItem) SetAnalyzeCode

func (s *AnalyzeResultSetItem) SetAnalyzeCode(v string) *AnalyzeResultSetItem

SetAnalyzeCode sets the AnalyzeCode field's value.

func (*AnalyzeResultSetItem) SetLine

SetLine sets the Line field's value.

func (AnalyzeResultSetItem) String

func (s AnalyzeResultSetItem) String() string

String returns the string representation

type AppCookieStickinessPoliciesMemberItem

type AppCookieStickinessPoliciesMemberItem struct {
	CookieName *string `locationName:"CookieName" type:"string"`

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

func (AppCookieStickinessPoliciesMemberItem) GoString

GoString returns the string representation

func (*AppCookieStickinessPoliciesMemberItem) SetCookieName

SetCookieName sets the CookieName field's value.

func (*AppCookieStickinessPoliciesMemberItem) SetPolicyName

SetPolicyName sets the PolicyName field's value.

func (AppCookieStickinessPoliciesMemberItem) String

String returns the string representation

type AssociateAddressInput

type AssociateAddressInput struct {
	InstanceId *string `locationName:"InstanceId" type:"string"`

	NiftyReboot *string `locationName:"NiftyReboot" type:"string"`

	PrivateIpAddress *string `locationName:"PrivateIpAddress" type:"string"`

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

func (AssociateAddressInput) GoString

func (s AssociateAddressInput) GoString() string

GoString returns the string representation

func (*AssociateAddressInput) SetInstanceId

func (s *AssociateAddressInput) SetInstanceId(v string) *AssociateAddressInput

SetInstanceId sets the InstanceId field's value.

func (*AssociateAddressInput) SetNiftyReboot

func (s *AssociateAddressInput) SetNiftyReboot(v string) *AssociateAddressInput

SetNiftyReboot sets the NiftyReboot field's value.

func (*AssociateAddressInput) SetPrivateIpAddress

func (s *AssociateAddressInput) SetPrivateIpAddress(v string) *AssociateAddressInput

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*AssociateAddressInput) SetPublicIp

SetPublicIp sets the PublicIp field's value.

func (AssociateAddressInput) String

func (s AssociateAddressInput) String() string

String returns the string representation

type AssociateAddressOutput

type AssociateAddressOutput struct {
	AssociationId *string `locationName:"associationId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (AssociateAddressOutput) GoString

func (s AssociateAddressOutput) GoString() string

GoString returns the string representation

func (*AssociateAddressOutput) SetAssociationId

func (s *AssociateAddressOutput) SetAssociationId(v string) *AssociateAddressOutput

SetAssociationId sets the AssociationId field's value.

func (*AssociateAddressOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*AssociateAddressOutput) SetReturn

SetReturn sets the Return field's value.

func (AssociateAddressOutput) String

func (s AssociateAddressOutput) String() string

String returns the string representation

type AssociateRouteTableInput

type AssociateRouteTableInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	RouteTableId *string `locationName:"RouteTableId" type:"string"`

	RouterId *string `locationName:"RouterId" type:"string"`

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

func (AssociateRouteTableInput) GoString

func (s AssociateRouteTableInput) GoString() string

GoString returns the string representation

func (*AssociateRouteTableInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*AssociateRouteTableInput) SetRouteTableId

SetRouteTableId sets the RouteTableId field's value.

func (*AssociateRouteTableInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*AssociateRouteTableInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (AssociateRouteTableInput) String

func (s AssociateRouteTableInput) String() string

String returns the string representation

type AssociateRouteTableOutput

type AssociateRouteTableOutput struct {
	AssociationId *string `locationName:"associationId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (AssociateRouteTableOutput) GoString

func (s AssociateRouteTableOutput) GoString() string

GoString returns the string representation

func (*AssociateRouteTableOutput) SetAssociationId

SetAssociationId sets the AssociationId field's value.

func (*AssociateRouteTableOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (AssociateRouteTableOutput) String

func (s AssociateRouteTableOutput) String() string

String returns the string representation

type AssociateUsersInput

type AssociateUsersInput struct {
	FunctionName *string `locationName:"FunctionName" type:"string"`

	Users []*RequestUsersStruct `locationName:"Users" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (AssociateUsersInput) GoString

func (s AssociateUsersInput) GoString() string

GoString returns the string representation

func (*AssociateUsersInput) SetFunctionName

func (s *AssociateUsersInput) SetFunctionName(v string) *AssociateUsersInput

SetFunctionName sets the FunctionName field's value.

func (*AssociateUsersInput) SetUsers

SetUsers sets the Users field's value.

func (AssociateUsersInput) String

func (s AssociateUsersInput) String() string

String returns the string representation

type AssociateUsersOutput

type AssociateUsersOutput struct {
	AssociateUsersResult *AssociateUsersOutput `locationName:"AssociateUsersResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`

	Users []*UsersMemberItem `locationName:"Users" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (AssociateUsersOutput) GoString

func (s AssociateUsersOutput) GoString() string

GoString returns the string representation

func (*AssociateUsersOutput) SetAssociateUsersResult

func (s *AssociateUsersOutput) SetAssociateUsersResult(v *AssociateUsersOutput) *AssociateUsersOutput

SetAssociateUsersResult sets the AssociateUsersResult field's value.

func (*AssociateUsersOutput) SetResponseMetadata

func (s *AssociateUsersOutput) SetResponseMetadata(v *ResponseMetadata) *AssociateUsersOutput

SetResponseMetadata sets the ResponseMetadata field's value.

func (*AssociateUsersOutput) SetUsers

SetUsers sets the Users field's value.

func (AssociateUsersOutput) String

func (s AssociateUsersOutput) String() string

String returns the string representation

type Association

type Association struct {
	IpOwnerId *string `locationName:"ipOwnerId" type:"string"`

	PublicDnsName *string `locationName:"publicDnsName" type:"string"`

	PublicIp *string `locationName:"publicIp" type:"string"`

	PublicIpV6 *string `locationName:"publicIpV6" type:"string"`
	// contains filtered or unexported fields
}

func (Association) GoString

func (s Association) GoString() string

GoString returns the string representation

func (*Association) SetIpOwnerId

func (s *Association) SetIpOwnerId(v string) *Association

SetIpOwnerId sets the IpOwnerId field's value.

func (*Association) SetPublicDnsName

func (s *Association) SetPublicDnsName(v string) *Association

SetPublicDnsName sets the PublicDnsName field's value.

func (*Association) SetPublicIp

func (s *Association) SetPublicIp(v string) *Association

SetPublicIp sets the PublicIp field's value.

func (*Association) SetPublicIpV6

func (s *Association) SetPublicIpV6(v string) *Association

SetPublicIpV6 sets the PublicIpV6 field's value.

func (Association) String

func (s Association) String() string

String returns the string representation

type AssociationSetItem

type AssociationSetItem struct {
	AssociationId *string `locationName:"associationId" type:"string"`

	Main *bool `locationName:"main" type:"boolean"`

	NatTableId *string `locationName:"natTableId" type:"string"`

	RouteTableAssociationId *string `locationName:"routeTableAssociationId" type:"string"`

	RouteTableId *string `locationName:"routeTableId" type:"string"`

	RouterId *string `locationName:"routerId" type:"string"`

	RouterName *string `locationName:"routerName" type:"string"`

	SubnetId *string `locationName:"subnetId" type:"string"`
	// contains filtered or unexported fields
}

func (AssociationSetItem) GoString

func (s AssociationSetItem) GoString() string

GoString returns the string representation

func (*AssociationSetItem) SetAssociationId

func (s *AssociationSetItem) SetAssociationId(v string) *AssociationSetItem

SetAssociationId sets the AssociationId field's value.

func (*AssociationSetItem) SetMain

SetMain sets the Main field's value.

func (*AssociationSetItem) SetNatTableId

func (s *AssociationSetItem) SetNatTableId(v string) *AssociationSetItem

SetNatTableId sets the NatTableId field's value.

func (*AssociationSetItem) SetRouteTableAssociationId

func (s *AssociationSetItem) SetRouteTableAssociationId(v string) *AssociationSetItem

SetRouteTableAssociationId sets the RouteTableAssociationId field's value.

func (*AssociationSetItem) SetRouteTableId

func (s *AssociationSetItem) SetRouteTableId(v string) *AssociationSetItem

SetRouteTableId sets the RouteTableId field's value.

func (*AssociationSetItem) SetRouterId

func (s *AssociationSetItem) SetRouterId(v string) *AssociationSetItem

SetRouterId sets the RouterId field's value.

func (*AssociationSetItem) SetRouterName

func (s *AssociationSetItem) SetRouterName(v string) *AssociationSetItem

SetRouterName sets the RouterName field's value.

func (*AssociationSetItem) SetSubnetId

func (s *AssociationSetItem) SetSubnetId(v string) *AssociationSetItem

SetSubnetId sets the SubnetId field's value.

func (AssociationSetItem) String

func (s AssociationSetItem) String() string

String returns the string representation

type AttachVolumeInput

type AttachVolumeInput struct {
	InstanceId *string `locationName:"InstanceId" type:"string"`

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

func (AttachVolumeInput) GoString

func (s AttachVolumeInput) GoString() string

GoString returns the string representation

func (*AttachVolumeInput) SetInstanceId

func (s *AttachVolumeInput) SetInstanceId(v string) *AttachVolumeInput

SetInstanceId sets the InstanceId field's value.

func (*AttachVolumeInput) SetVolumeId

func (s *AttachVolumeInput) SetVolumeId(v string) *AttachVolumeInput

SetVolumeId sets the VolumeId field's value.

func (AttachVolumeInput) String

func (s AttachVolumeInput) String() string

String returns the string representation

type AttachVolumeOutput

type AttachVolumeOutput struct {
	AttachTime *time.Time `locationName:"attachTime" type:"timestamp" timestampFormat:""`

	Device *string `locationName:"device" type:"string"`

	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`

	Status *string `locationName:"status" type:"string"`

	VolumeId *string `locationName:"volumeId" type:"string"`
	// contains filtered or unexported fields
}

func (AttachVolumeOutput) GoString

func (s AttachVolumeOutput) GoString() string

GoString returns the string representation

func (*AttachVolumeOutput) SetAttachTime

func (s *AttachVolumeOutput) SetAttachTime(v time.Time) *AttachVolumeOutput

SetAttachTime sets the AttachTime field's value.

func (*AttachVolumeOutput) SetDevice

func (s *AttachVolumeOutput) SetDevice(v string) *AttachVolumeOutput

SetDevice sets the Device field's value.

func (*AttachVolumeOutput) SetInstanceId

func (s *AttachVolumeOutput) SetInstanceId(v string) *AttachVolumeOutput

SetInstanceId sets the InstanceId field's value.

func (*AttachVolumeOutput) SetInstanceUniqueId

func (s *AttachVolumeOutput) SetInstanceUniqueId(v string) *AttachVolumeOutput

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*AttachVolumeOutput) SetRequestId

func (s *AttachVolumeOutput) SetRequestId(v string) *AttachVolumeOutput

SetRequestId sets the RequestId field's value.

func (*AttachVolumeOutput) SetStatus

func (s *AttachVolumeOutput) SetStatus(v string) *AttachVolumeOutput

SetStatus sets the Status field's value.

func (*AttachVolumeOutput) SetVolumeId

func (s *AttachVolumeOutput) SetVolumeId(v string) *AttachVolumeOutput

SetVolumeId sets the VolumeId field's value.

func (AttachVolumeOutput) String

func (s AttachVolumeOutput) String() string

String returns the string representation

type Attachment

type Attachment struct {
	AttachTime *time.Time `locationName:"attachTime" type:"timestamp" timestampFormat:""`

	AttachmentID *string `locationName:"attachmentID" type:"string"`

	DeleteOnTermination *bool `locationName:"deleteOnTermination" type:"boolean"`

	DeviceIndex *int64 `locationName:"deviceIndex" type:"integer"`

	Status *string `locationName:"status" type:"string"`
	// contains filtered or unexported fields
}

func (Attachment) GoString

func (s Attachment) GoString() string

GoString returns the string representation

func (*Attachment) SetAttachTime

func (s *Attachment) SetAttachTime(v time.Time) *Attachment

SetAttachTime sets the AttachTime field's value.

func (*Attachment) SetAttachmentID

func (s *Attachment) SetAttachmentID(v string) *Attachment

SetAttachmentID sets the AttachmentID field's value.

func (*Attachment) SetDeleteOnTermination

func (s *Attachment) SetDeleteOnTermination(v bool) *Attachment

SetDeleteOnTermination sets the DeleteOnTermination field's value.

func (*Attachment) SetDeviceIndex

func (s *Attachment) SetDeviceIndex(v int64) *Attachment

SetDeviceIndex sets the DeviceIndex field's value.

func (*Attachment) SetStatus

func (s *Attachment) SetStatus(v string) *Attachment

SetStatus sets the Status field's value.

func (Attachment) String

func (s Attachment) String() string

String returns the string representation

type AttachmentSetItem

type AttachmentSetItem struct {
	AttachTime *time.Time `locationName:"attachTime" type:"timestamp" timestampFormat:""`

	DeleteOnTermination *bool `locationName:"deleteOnTermination" type:"boolean"`

	Device *string `locationName:"device" type:"string"`

	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`

	Status *string `locationName:"status" type:"string"`

	VolumeId *string `locationName:"volumeId" type:"string"`
	// contains filtered or unexported fields
}

func (AttachmentSetItem) GoString

func (s AttachmentSetItem) GoString() string

GoString returns the string representation

func (*AttachmentSetItem) SetAttachTime

func (s *AttachmentSetItem) SetAttachTime(v time.Time) *AttachmentSetItem

SetAttachTime sets the AttachTime field's value.

func (*AttachmentSetItem) SetDeleteOnTermination

func (s *AttachmentSetItem) SetDeleteOnTermination(v bool) *AttachmentSetItem

SetDeleteOnTermination sets the DeleteOnTermination field's value.

func (*AttachmentSetItem) SetDevice

func (s *AttachmentSetItem) SetDevice(v string) *AttachmentSetItem

SetDevice sets the Device field's value.

func (*AttachmentSetItem) SetInstanceId

func (s *AttachmentSetItem) SetInstanceId(v string) *AttachmentSetItem

SetInstanceId sets the InstanceId field's value.

func (*AttachmentSetItem) SetInstanceUniqueId

func (s *AttachmentSetItem) SetInstanceUniqueId(v string) *AttachmentSetItem

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*AttachmentSetItem) SetStatus

func (s *AttachmentSetItem) SetStatus(v string) *AttachmentSetItem

SetStatus sets the Status field's value.

func (*AttachmentSetItem) SetVolumeId

func (s *AttachmentSetItem) SetVolumeId(v string) *AttachmentSetItem

SetVolumeId sets the VolumeId field's value.

func (AttachmentSetItem) String

func (s AttachmentSetItem) String() string

String returns the string representation

type AttachmentsSetItem

type AttachmentsSetItem struct {
	State *string `locationName:"state" type:"string"`

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

func (AttachmentsSetItem) GoString

func (s AttachmentsSetItem) GoString() string

GoString returns the string representation

func (*AttachmentsSetItem) SetState

SetState sets the State field's value.

func (*AttachmentsSetItem) SetVpcId

SetVpcId sets the VpcId field's value.

func (AttachmentsSetItem) String

func (s AttachmentsSetItem) String() string

String returns the string representation

type AuthorizeSecurityGroupIngressInput

type AuthorizeSecurityGroupIngressInput struct {
	GroupName *string `locationName:"GroupName" type:"string"`

	IpPermissions []*RequestIpPermissionsStruct `locationName:"IpPermissions" type:"list"`
	// contains filtered or unexported fields
}

func (AuthorizeSecurityGroupIngressInput) GoString

GoString returns the string representation

func (*AuthorizeSecurityGroupIngressInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*AuthorizeSecurityGroupIngressInput) SetIpPermissions

SetIpPermissions sets the IpPermissions field's value.

func (AuthorizeSecurityGroupIngressInput) String

String returns the string representation

type AuthorizeSecurityGroupIngressOutput

type AuthorizeSecurityGroupIngressOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (AuthorizeSecurityGroupIngressOutput) GoString

GoString returns the string representation

func (*AuthorizeSecurityGroupIngressOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*AuthorizeSecurityGroupIngressOutput) SetReturn

SetReturn sets the Return field's value.

func (AuthorizeSecurityGroupIngressOutput) String

String returns the string representation

type AutoScaleCount

type AutoScaleCount struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (AutoScaleCount) GoString

func (s AutoScaleCount) GoString() string

GoString returns the string representation

func (*AutoScaleCount) SetCharge

func (s *AutoScaleCount) SetCharge(v int64) *AutoScaleCount

SetCharge sets the Charge field's value.

func (*AutoScaleCount) SetType

func (s *AutoScaleCount) SetType(v string) *AutoScaleCount

SetType sets the Type field's value.

func (*AutoScaleCount) SetUnit

func (s *AutoScaleCount) SetUnit(v string) *AutoScaleCount

SetUnit sets the Unit field's value.

func (*AutoScaleCount) SetValue

func (s *AutoScaleCount) SetValue(v int64) *AutoScaleCount

SetValue sets the Value field's value.

func (AutoScaleCount) String

func (s AutoScaleCount) String() string

String returns the string representation

type AutoScaleInfo

type AutoScaleInfo struct {
	AutoScaleCount *AutoScaleCount `locationName:"autoScaleCount" type:"structure"`

	RunningScaleOutInstanceSet []*RunningScaleOutInstanceSetItem `locationName:"runningScaleOutInstanceSet" locationNameList:"item" type:"list"`

	RunningScaleOutOsSet []*RunningScaleOutOsSetItem `locationName:"runningScaleOutOsSet" locationNameList:"item" type:"list"`

	StoppedScaleOutInstanceSet []*StoppedScaleOutInstanceSetItem `locationName:"stoppedScaleOutInstanceSet" locationNameList:"item" type:"list"`

	StoppedScaleOutOsSet []*StoppedScaleOutOsSetItem `locationName:"stoppedScaleOutOsSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (AutoScaleInfo) GoString

func (s AutoScaleInfo) GoString() string

GoString returns the string representation

func (*AutoScaleInfo) SetAutoScaleCount

func (s *AutoScaleInfo) SetAutoScaleCount(v *AutoScaleCount) *AutoScaleInfo

SetAutoScaleCount sets the AutoScaleCount field's value.

func (*AutoScaleInfo) SetRunningScaleOutInstanceSet

func (s *AutoScaleInfo) SetRunningScaleOutInstanceSet(v []*RunningScaleOutInstanceSetItem) *AutoScaleInfo

SetRunningScaleOutInstanceSet sets the RunningScaleOutInstanceSet field's value.

func (*AutoScaleInfo) SetRunningScaleOutOsSet

func (s *AutoScaleInfo) SetRunningScaleOutOsSet(v []*RunningScaleOutOsSetItem) *AutoScaleInfo

SetRunningScaleOutOsSet sets the RunningScaleOutOsSet field's value.

func (*AutoScaleInfo) SetStoppedScaleOutInstanceSet

func (s *AutoScaleInfo) SetStoppedScaleOutInstanceSet(v []*StoppedScaleOutInstanceSetItem) *AutoScaleInfo

SetStoppedScaleOutInstanceSet sets the StoppedScaleOutInstanceSet field's value.

func (*AutoScaleInfo) SetStoppedScaleOutOsSet

func (s *AutoScaleInfo) SetStoppedScaleOutOsSet(v []*StoppedScaleOutOsSetItem) *AutoScaleInfo

SetStoppedScaleOutOsSet sets the StoppedScaleOutOsSet field's value.

func (AutoScaleInfo) String

func (s AutoScaleInfo) String() string

String returns the string representation

type AutoScalingReservationSetItem

type AutoScalingReservationSetItem struct {
	Alarm *string `locationName:"alarm" type:"string"`

	AutoScalingGroupName *string `locationName:"autoScalingGroupName" type:"string"`

	ChangeInCapacity *int64 `locationName:"changeInCapacity" type:"integer"`

	CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:""`

	DefaultCooldown *int64 `locationName:"defaultCooldown" type:"integer"`

	Description *string `locationName:"description" type:"string"`

	GroupSet []*GroupSetItem `locationName:"groupSet" locationNameList:"item" type:"list"`

	ImageId *string `locationName:"imageId" type:"string"`

	InstanceLifecycleLimit *int64 `locationName:"instanceLifecycleLimit" type:"integer"`

	InstanceType *string `locationName:"instanceType" type:"string"`

	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	LoadBalancing []*LoadBalancingSetItem `locationName:"loadBalancing" locationNameList:"item" type:"list"`

	MaxSize *int64 `locationName:"maxSize" type:"integer"`

	MinSize *int64 `locationName:"minSize" type:"integer"`

	Placement *Placement `locationName:"placement" type:"structure"`

	Scaleout *int64 `locationName:"scaleout" type:"integer"`

	ScaleoutCondition *string `locationName:"scaleoutCondition" type:"string"`

	ScheduleSet []*ScheduleSetItem `locationName:"scheduleSet" locationNameList:"item" type:"list"`

	TriggerSet []*TriggerSetItem `locationName:"triggerSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (AutoScalingReservationSetItem) GoString

GoString returns the string representation

func (*AutoScalingReservationSetItem) SetAlarm

SetAlarm sets the Alarm field's value.

func (*AutoScalingReservationSetItem) SetAutoScalingGroupName

SetAutoScalingGroupName sets the AutoScalingGroupName field's value.

func (*AutoScalingReservationSetItem) SetChangeInCapacity

SetChangeInCapacity sets the ChangeInCapacity field's value.

func (*AutoScalingReservationSetItem) SetCreatedTime

SetCreatedTime sets the CreatedTime field's value.

func (*AutoScalingReservationSetItem) SetDefaultCooldown

SetDefaultCooldown sets the DefaultCooldown field's value.

func (*AutoScalingReservationSetItem) SetDescription

SetDescription sets the Description field's value.

func (*AutoScalingReservationSetItem) SetGroupSet

SetGroupSet sets the GroupSet field's value.

func (*AutoScalingReservationSetItem) SetImageId

SetImageId sets the ImageId field's value.

func (*AutoScalingReservationSetItem) SetInstanceLifecycleLimit

func (s *AutoScalingReservationSetItem) SetInstanceLifecycleLimit(v int64) *AutoScalingReservationSetItem

SetInstanceLifecycleLimit sets the InstanceLifecycleLimit field's value.

func (*AutoScalingReservationSetItem) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*AutoScalingReservationSetItem) SetInstancesSet

SetInstancesSet sets the InstancesSet field's value.

func (*AutoScalingReservationSetItem) SetLoadBalancing

SetLoadBalancing sets the LoadBalancing field's value.

func (*AutoScalingReservationSetItem) SetMaxSize

SetMaxSize sets the MaxSize field's value.

func (*AutoScalingReservationSetItem) SetMinSize

SetMinSize sets the MinSize field's value.

func (*AutoScalingReservationSetItem) SetPlacement

SetPlacement sets the Placement field's value.

func (*AutoScalingReservationSetItem) SetScaleout

SetScaleout sets the Scaleout field's value.

func (*AutoScalingReservationSetItem) SetScaleoutCondition

SetScaleoutCondition sets the ScaleoutCondition field's value.

func (*AutoScalingReservationSetItem) SetScheduleSet

SetScheduleSet sets the ScheduleSet field's value.

func (*AutoScalingReservationSetItem) SetTriggerSet

SetTriggerSet sets the TriggerSet field's value.

func (AutoScalingReservationSetItem) String

String returns the string representation

type Autoscaling

type Autoscaling struct {
	AutoScalingGroupName *string `locationName:"autoScalingGroupName" type:"string"`

	ExpireTime *time.Time `locationName:"expireTime" type:"timestamp" timestampFormat:""`
	// contains filtered or unexported fields
}

func (Autoscaling) GoString

func (s Autoscaling) GoString() string

GoString returns the string representation

func (*Autoscaling) SetAutoScalingGroupName

func (s *Autoscaling) SetAutoScalingGroupName(v string) *Autoscaling

SetAutoScalingGroupName sets the AutoScalingGroupName field's value.

func (*Autoscaling) SetExpireTime

func (s *Autoscaling) SetExpireTime(v time.Time) *Autoscaling

SetExpireTime sets the ExpireTime field's value.

func (Autoscaling) String

func (s Autoscaling) String() string

String returns the string representation

type AvailabilityZoneInfoSetItem

type AvailabilityZoneInfoSetItem struct {
	MessageSet []*MessageSetItem `locationName:"messageSet" locationNameList:"item" type:"list"`

	RegionName *string `locationName:"regionName" type:"string"`

	ZoneName *string `locationName:"zoneName" type:"string"`

	ZoneState *string `locationName:"zoneState" type:"string"`
	// contains filtered or unexported fields
}

func (AvailabilityZoneInfoSetItem) GoString

func (s AvailabilityZoneInfoSetItem) GoString() string

GoString returns the string representation

func (*AvailabilityZoneInfoSetItem) SetMessageSet

SetMessageSet sets the MessageSet field's value.

func (*AvailabilityZoneInfoSetItem) SetRegionName

SetRegionName sets the RegionName field's value.

func (*AvailabilityZoneInfoSetItem) SetZoneName

SetZoneName sets the ZoneName field's value.

func (*AvailabilityZoneInfoSetItem) SetZoneState

SetZoneState sets the ZoneState field's value.

func (AvailabilityZoneInfoSetItem) String

String returns the string representation

type BackupInformation

type BackupInformation struct {
	ExpirationDate *time.Time `locationName:"expirationDate" type:"timestamp" timestampFormat:""`

	IsBackup *bool `locationName:"isBackup" type:"boolean"`
	// contains filtered or unexported fields
}

func (BackupInformation) GoString

func (s BackupInformation) GoString() string

GoString returns the string representation

func (*BackupInformation) SetExpirationDate

func (s *BackupInformation) SetExpirationDate(v time.Time) *BackupInformation

SetExpirationDate sets the ExpirationDate field's value.

func (*BackupInformation) SetIsBackup

func (s *BackupInformation) SetIsBackup(v bool) *BackupInformation

SetIsBackup sets the IsBackup field's value.

func (BackupInformation) String

func (s BackupInformation) String() string

String returns the string representation

type BlockDeviceMappingSetItem

type BlockDeviceMappingSetItem struct {
	DeviceName *string `locationName:"deviceName" type:"string"`

	Ebs *Ebs `locationName:"ebs" type:"structure"`

	NoDevice *string `locationName:"noDevice" type:"string"`

	VirtualName *string `locationName:"virtualName" type:"string"`
	// contains filtered or unexported fields
}

func (BlockDeviceMappingSetItem) GoString

func (s BlockDeviceMappingSetItem) GoString() string

GoString returns the string representation

func (*BlockDeviceMappingSetItem) SetDeviceName

SetDeviceName sets the DeviceName field's value.

func (*BlockDeviceMappingSetItem) SetEbs

SetEbs sets the Ebs field's value.

func (*BlockDeviceMappingSetItem) SetNoDevice

SetNoDevice sets the NoDevice field's value.

func (*BlockDeviceMappingSetItem) SetVirtualName

SetVirtualName sets the VirtualName field's value.

func (BlockDeviceMappingSetItem) String

func (s BlockDeviceMappingSetItem) String() string

String returns the string representation

type BypassInterface

type BypassInterface struct {
	NetworkId *string `locationName:"networkId" type:"string"`

	NetworkName *string `locationName:"networkName" type:"string"`
	// contains filtered or unexported fields
}

func (BypassInterface) GoString

func (s BypassInterface) GoString() string

GoString returns the string representation

func (*BypassInterface) SetNetworkId

func (s *BypassInterface) SetNetworkId(v string) *BypassInterface

SetNetworkId sets the NetworkId field's value.

func (*BypassInterface) SetNetworkName

func (s *BypassInterface) SetNetworkName(v string) *BypassInterface

SetNetworkName sets the NetworkName field's value.

func (BypassInterface) String

func (s BypassInterface) String() string

String returns the string representation

type CaState

type CaState struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (CaState) GoString

func (s CaState) GoString() string

GoString returns the string representation

func (*CaState) SetValue

func (s *CaState) SetValue(v string) *CaState

SetValue sets the Value field's value.

func (CaState) String

func (s CaState) String() string

String returns the string representation

type CancelCopyInstancesInput

type CancelCopyInstancesInput struct {
	InstanceId *string `locationName:"InstanceId" type:"string"`
	// contains filtered or unexported fields
}

func (CancelCopyInstancesInput) GoString

func (s CancelCopyInstancesInput) GoString() string

GoString returns the string representation

func (*CancelCopyInstancesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (CancelCopyInstancesInput) String

func (s CancelCopyInstancesInput) String() string

String returns the string representation

type CancelCopyInstancesOutput

type CancelCopyInstancesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (CancelCopyInstancesOutput) GoString

func (s CancelCopyInstancesOutput) GoString() string

GoString returns the string representation

func (*CancelCopyInstancesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (CancelCopyInstancesOutput) String

func (s CancelCopyInstancesOutput) String() string

String returns the string representation

type CancelUploadInput

type CancelUploadInput struct {
	ConversionTaskId *string `locationName:"ConversionTaskId" type:"string"`
	// contains filtered or unexported fields
}

func (CancelUploadInput) GoString

func (s CancelUploadInput) GoString() string

GoString returns the string representation

func (*CancelUploadInput) SetConversionTaskId

func (s *CancelUploadInput) SetConversionTaskId(v string) *CancelUploadInput

SetConversionTaskId sets the ConversionTaskId field's value.

func (CancelUploadInput) String

func (s CancelUploadInput) String() string

String returns the string representation

type CancelUploadOutput

type CancelUploadOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (CancelUploadOutput) GoString

func (s CancelUploadOutput) GoString() string

GoString returns the string representation

func (*CancelUploadOutput) SetRequestId

func (s *CancelUploadOutput) SetRequestId(v string) *CancelUploadOutput

SetRequestId sets the RequestId field's value.

func (*CancelUploadOutput) SetReturn

func (s *CancelUploadOutput) SetReturn(v bool) *CancelUploadOutput

SetReturn sets the Return field's value.

func (CancelUploadOutput) String

func (s CancelUploadOutput) String() string

String returns the string representation

type CertAuthority

type CertAuthority struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (CertAuthority) GoString

func (s CertAuthority) GoString() string

GoString returns the string representation

func (*CertAuthority) SetValue

func (s *CertAuthority) SetValue(v string) *CertAuthority

SetValue sets the Value field's value.

func (CertAuthority) String

func (s CertAuthority) String() string

String returns the string representation

type CertInfo

type CertInfo struct {
	CountryName *string `locationName:"countryName" type:"string"`

	EmailAddress *string `locationName:"emailAddress" type:"string"`

	LocationName *string `locationName:"locationName" type:"string"`

	OrganizationName *string `locationName:"organizationName" type:"string"`

	OrganizationUnitName *string `locationName:"organizationUnitName" type:"string"`

	StateName *string `locationName:"stateName" type:"string"`
	// contains filtered or unexported fields
}

func (CertInfo) GoString

func (s CertInfo) GoString() string

GoString returns the string representation

func (*CertInfo) SetCountryName

func (s *CertInfo) SetCountryName(v string) *CertInfo

SetCountryName sets the CountryName field's value.

func (*CertInfo) SetEmailAddress

func (s *CertInfo) SetEmailAddress(v string) *CertInfo

SetEmailAddress sets the EmailAddress field's value.

func (*CertInfo) SetLocationName

func (s *CertInfo) SetLocationName(v string) *CertInfo

SetLocationName sets the LocationName field's value.

func (*CertInfo) SetOrganizationName

func (s *CertInfo) SetOrganizationName(v string) *CertInfo

SetOrganizationName sets the OrganizationName field's value.

func (*CertInfo) SetOrganizationUnitName

func (s *CertInfo) SetOrganizationUnitName(v string) *CertInfo

SetOrganizationUnitName sets the OrganizationUnitName field's value.

func (*CertInfo) SetStateName

func (s *CertInfo) SetStateName(v string) *CertInfo

SetStateName sets the StateName field's value.

func (CertInfo) String

func (s CertInfo) String() string

String returns the string representation

type CertState

type CertState struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (CertState) GoString

func (s CertState) GoString() string

GoString returns the string representation

func (*CertState) SetValue

func (s *CertState) SetValue(v string) *CertState

SetValue sets the Value field's value.

func (CertState) String

func (s CertState) String() string

String returns the string representation

type CertsSetItem

type CertsSetItem struct {
	CaState *bool `locationName:"caState" type:"boolean"`

	CertAuthority *string `locationName:"certAuthority" type:"string"`

	CertInfo *CertInfo `locationName:"certInfo" type:"structure"`

	CertState *string `locationName:"certState" type:"string"`

	Count *int64 `locationName:"count" type:"integer"`

	Description *string `locationName:"description" type:"string"`

	Fqdn *string `locationName:"fqdn" type:"string"`

	FqdnId *string `locationName:"fqdnId" type:"string"`

	KeyLength *int64 `locationName:"keyLength" type:"integer"`

	Period *Period `locationName:"period" type:"structure"`

	UploadState *bool `locationName:"uploadState" type:"boolean"`
	// contains filtered or unexported fields
}

func (CertsSetItem) GoString

func (s CertsSetItem) GoString() string

GoString returns the string representation

func (*CertsSetItem) SetCaState

func (s *CertsSetItem) SetCaState(v bool) *CertsSetItem

SetCaState sets the CaState field's value.

func (*CertsSetItem) SetCertAuthority

func (s *CertsSetItem) SetCertAuthority(v string) *CertsSetItem

SetCertAuthority sets the CertAuthority field's value.

func (*CertsSetItem) SetCertInfo

func (s *CertsSetItem) SetCertInfo(v *CertInfo) *CertsSetItem

SetCertInfo sets the CertInfo field's value.

func (*CertsSetItem) SetCertState

func (s *CertsSetItem) SetCertState(v string) *CertsSetItem

SetCertState sets the CertState field's value.

func (*CertsSetItem) SetCount

func (s *CertsSetItem) SetCount(v int64) *CertsSetItem

SetCount sets the Count field's value.

func (*CertsSetItem) SetDescription

func (s *CertsSetItem) SetDescription(v string) *CertsSetItem

SetDescription sets the Description field's value.

func (*CertsSetItem) SetFqdn

func (s *CertsSetItem) SetFqdn(v string) *CertsSetItem

SetFqdn sets the Fqdn field's value.

func (*CertsSetItem) SetFqdnId

func (s *CertsSetItem) SetFqdnId(v string) *CertsSetItem

SetFqdnId sets the FqdnId field's value.

func (*CertsSetItem) SetKeyLength

func (s *CertsSetItem) SetKeyLength(v int64) *CertsSetItem

SetKeyLength sets the KeyLength field's value.

func (*CertsSetItem) SetPeriod

func (s *CertsSetItem) SetPeriod(v *Period) *CertsSetItem

SetPeriod sets the Period field's value.

func (*CertsSetItem) SetUploadState

func (s *CertsSetItem) SetUploadState(v bool) *CertsSetItem

SetUploadState sets the UploadState field's value.

func (CertsSetItem) String

func (s CertsSetItem) String() string

String returns the string representation

type ChargeDetail

type ChargeDetail struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (ChargeDetail) GoString

func (s ChargeDetail) GoString() string

GoString returns the string representation

func (*ChargeDetail) SetCharge

func (s *ChargeDetail) SetCharge(v int64) *ChargeDetail

SetCharge sets the Charge field's value.

func (*ChargeDetail) SetType

func (s *ChargeDetail) SetType(v string) *ChargeDetail

SetType sets the Type field's value.

func (*ChargeDetail) SetUnit

func (s *ChargeDetail) SetUnit(v string) *ChargeDetail

SetUnit sets the Unit field's value.

func (*ChargeDetail) SetValue

func (s *ChargeDetail) SetValue(v int64) *ChargeDetail

SetValue sets the Value field's value.

func (ChargeDetail) String

func (s ChargeDetail) String() string

String returns the string representation

type ChargeDetailInfo

type ChargeDetailInfo struct {
	ChargeDetail *ChargeDetail `locationName:"chargeDetail" type:"structure"`
	// contains filtered or unexported fields
}

func (ChargeDetailInfo) GoString

func (s ChargeDetailInfo) GoString() string

GoString returns the string representation

func (*ChargeDetailInfo) SetChargeDetail

func (s *ChargeDetailInfo) SetChargeDetail(v *ChargeDetail) *ChargeDetailInfo

SetChargeDetail sets the ChargeDetail field's value.

func (ChargeDetailInfo) String

func (s ChargeDetailInfo) String() string

String returns the string representation

type ClearLoadBalancerSessionInput

type ClearLoadBalancerSessionInput struct {
	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`
	// contains filtered or unexported fields
}

func (ClearLoadBalancerSessionInput) GoString

GoString returns the string representation

func (*ClearLoadBalancerSessionInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*ClearLoadBalancerSessionInput) SetLoadBalancerName

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*ClearLoadBalancerSessionInput) SetLoadBalancerPort

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (ClearLoadBalancerSessionInput) String

String returns the string representation

type ClearLoadBalancerSessionOutput

type ClearLoadBalancerSessionOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (ClearLoadBalancerSessionOutput) GoString

GoString returns the string representation

func (*ClearLoadBalancerSessionOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (ClearLoadBalancerSessionOutput) String

String returns the string representation

type Computing

type Computing struct {
	*client.Client
}

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

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

func New

func New(p client.ConfigProvider, cfgs ...*nifcloud.Config) *Computing

New creates a new instance of the Computing client with a session. If additional configuration is needed for the client instance use the optional nifcloud.Config parameter to add your extra config.

Example:

// Create a Computing client from just a session.
svc := computing.New(mySession)

// Create a Computing client with additional configuration
svc := computing.New(mySession, nifcloud.NewConfig().WithRegion("us-west-2"))

func (*Computing) AllocateAddress

func (c *Computing) AllocateAddress(input *AllocateAddressInput) (*AllocateAddressOutput, error)

AllocateAddress API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation AllocateAddress for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AllocateAddress

func (*Computing) AllocateAddressRequest

func (c *Computing) AllocateAddressRequest(input *AllocateAddressInput) (req *request.Request, output *AllocateAddressOutput)

AllocateAddressRequest generates a "nifcloud/request.Request" representing the client's request for the AllocateAddress operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AllocateAddress

func (*Computing) AllocateAddressWithContext

func (c *Computing) AllocateAddressWithContext(ctx nifcloud.Context, input *AllocateAddressInput, opts ...request.Option) (*AllocateAddressOutput, error)

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

See AllocateAddress 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 (*Computing) AssociateAddress

func (c *Computing) AssociateAddress(input *AssociateAddressInput) (*AssociateAddressOutput, error)

AssociateAddress API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation AssociateAddress for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AssociateAddress

func (*Computing) AssociateAddressRequest

func (c *Computing) AssociateAddressRequest(input *AssociateAddressInput) (req *request.Request, output *AssociateAddressOutput)

AssociateAddressRequest generates a "nifcloud/request.Request" representing the client's request for the AssociateAddress operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AssociateAddress

func (*Computing) AssociateAddressWithContext

func (c *Computing) AssociateAddressWithContext(ctx nifcloud.Context, input *AssociateAddressInput, opts ...request.Option) (*AssociateAddressOutput, error)

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

See AssociateAddress 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 (*Computing) AssociateRouteTable

func (c *Computing) AssociateRouteTable(input *AssociateRouteTableInput) (*AssociateRouteTableOutput, error)

AssociateRouteTable API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation AssociateRouteTable for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AssociateRouteTable

func (*Computing) AssociateRouteTableRequest

func (c *Computing) AssociateRouteTableRequest(input *AssociateRouteTableInput) (req *request.Request, output *AssociateRouteTableOutput)

AssociateRouteTableRequest generates a "nifcloud/request.Request" representing the client's request for the AssociateRouteTable operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AssociateRouteTable

func (*Computing) AssociateRouteTableWithContext

func (c *Computing) AssociateRouteTableWithContext(ctx nifcloud.Context, input *AssociateRouteTableInput, opts ...request.Option) (*AssociateRouteTableOutput, error)

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

See AssociateRouteTable 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 (*Computing) AssociateUsers

func (c *Computing) AssociateUsers(input *AssociateUsersInput) (*AssociateUsersOutput, error)

AssociateUsers API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation AssociateUsers for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AssociateUsers

func (*Computing) AssociateUsersRequest

func (c *Computing) AssociateUsersRequest(input *AssociateUsersInput) (req *request.Request, output *AssociateUsersOutput)

AssociateUsersRequest generates a "nifcloud/request.Request" representing the client's request for the AssociateUsers operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AssociateUsers

func (*Computing) AssociateUsersWithContext

func (c *Computing) AssociateUsersWithContext(ctx nifcloud.Context, input *AssociateUsersInput, opts ...request.Option) (*AssociateUsersOutput, error)

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

See AssociateUsers 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 (*Computing) AttachVolume

func (c *Computing) AttachVolume(input *AttachVolumeInput) (*AttachVolumeOutput, error)

AttachVolume API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation AttachVolume for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AttachVolume

func (*Computing) AttachVolumeRequest

func (c *Computing) AttachVolumeRequest(input *AttachVolumeInput) (req *request.Request, output *AttachVolumeOutput)

AttachVolumeRequest generates a "nifcloud/request.Request" representing the client's request for the AttachVolume operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AttachVolume

func (*Computing) AttachVolumeWithContext

func (c *Computing) AttachVolumeWithContext(ctx nifcloud.Context, input *AttachVolumeInput, opts ...request.Option) (*AttachVolumeOutput, error)

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

See AttachVolume 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 (*Computing) AuthorizeSecurityGroupIngress

func (c *Computing) AuthorizeSecurityGroupIngress(input *AuthorizeSecurityGroupIngressInput) (*AuthorizeSecurityGroupIngressOutput, error)

AuthorizeSecurityGroupIngress API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation AuthorizeSecurityGroupIngress for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AuthorizeSecurityGroupIngress

func (*Computing) AuthorizeSecurityGroupIngressRequest

func (c *Computing) AuthorizeSecurityGroupIngressRequest(input *AuthorizeSecurityGroupIngressInput) (req *request.Request, output *AuthorizeSecurityGroupIngressOutput)

AuthorizeSecurityGroupIngressRequest generates a "nifcloud/request.Request" representing the client's request for the AuthorizeSecurityGroupIngress operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/AuthorizeSecurityGroupIngress

func (*Computing) AuthorizeSecurityGroupIngressWithContext

func (c *Computing) AuthorizeSecurityGroupIngressWithContext(ctx nifcloud.Context, input *AuthorizeSecurityGroupIngressInput, opts ...request.Option) (*AuthorizeSecurityGroupIngressOutput, error)

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

See AuthorizeSecurityGroupIngress 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 (*Computing) CancelCopyInstances

func (c *Computing) CancelCopyInstances(input *CancelCopyInstancesInput) (*CancelCopyInstancesOutput, error)

CancelCopyInstances API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CancelCopyInstances for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CancelCopyInstances

func (*Computing) CancelCopyInstancesRequest

func (c *Computing) CancelCopyInstancesRequest(input *CancelCopyInstancesInput) (req *request.Request, output *CancelCopyInstancesOutput)

CancelCopyInstancesRequest generates a "nifcloud/request.Request" representing the client's request for the CancelCopyInstances operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CancelCopyInstances

func (*Computing) CancelCopyInstancesWithContext

func (c *Computing) CancelCopyInstancesWithContext(ctx nifcloud.Context, input *CancelCopyInstancesInput, opts ...request.Option) (*CancelCopyInstancesOutput, error)

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

See CancelCopyInstances 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 (*Computing) CancelUpload

func (c *Computing) CancelUpload(input *CancelUploadInput) (*CancelUploadOutput, error)

CancelUpload API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CancelUpload for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CancelUpload

func (*Computing) CancelUploadRequest

func (c *Computing) CancelUploadRequest(input *CancelUploadInput) (req *request.Request, output *CancelUploadOutput)

CancelUploadRequest generates a "nifcloud/request.Request" representing the client's request for the CancelUpload operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CancelUpload

func (*Computing) CancelUploadWithContext

func (c *Computing) CancelUploadWithContext(ctx nifcloud.Context, input *CancelUploadInput, opts ...request.Option) (*CancelUploadOutput, error)

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

See CancelUpload 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 (*Computing) ClearLoadBalancerSession

func (c *Computing) ClearLoadBalancerSession(input *ClearLoadBalancerSessionInput) (*ClearLoadBalancerSessionOutput, error)

ClearLoadBalancerSession API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation ClearLoadBalancerSession for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ClearLoadBalancerSession

func (*Computing) ClearLoadBalancerSessionRequest

func (c *Computing) ClearLoadBalancerSessionRequest(input *ClearLoadBalancerSessionInput) (req *request.Request, output *ClearLoadBalancerSessionOutput)

ClearLoadBalancerSessionRequest generates a "nifcloud/request.Request" representing the client's request for the ClearLoadBalancerSession operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ClearLoadBalancerSession

func (*Computing) ClearLoadBalancerSessionWithContext

func (c *Computing) ClearLoadBalancerSessionWithContext(ctx nifcloud.Context, input *ClearLoadBalancerSessionInput, opts ...request.Option) (*ClearLoadBalancerSessionOutput, error)

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

See ClearLoadBalancerSession 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 (*Computing) ConfigureHealthCheck

func (c *Computing) ConfigureHealthCheck(input *ConfigureHealthCheckInput) (*ConfigureHealthCheckOutput, error)

ConfigureHealthCheck API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation ConfigureHealthCheck for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ConfigureHealthCheck

func (*Computing) ConfigureHealthCheckRequest

func (c *Computing) ConfigureHealthCheckRequest(input *ConfigureHealthCheckInput) (req *request.Request, output *ConfigureHealthCheckOutput)

ConfigureHealthCheckRequest generates a "nifcloud/request.Request" representing the client's request for the ConfigureHealthCheck operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ConfigureHealthCheck

func (*Computing) ConfigureHealthCheckWithContext

func (c *Computing) ConfigureHealthCheckWithContext(ctx nifcloud.Context, input *ConfigureHealthCheckInput, opts ...request.Option) (*ConfigureHealthCheckOutput, error)

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

See ConfigureHealthCheck 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 (*Computing) CopyInstances

func (c *Computing) CopyInstances(input *CopyInstancesInput) (*CopyInstancesOutput, error)

CopyInstances API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CopyInstances for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CopyInstances

func (*Computing) CopyInstancesRequest

func (c *Computing) CopyInstancesRequest(input *CopyInstancesInput) (req *request.Request, output *CopyInstancesOutput)

CopyInstancesRequest generates a "nifcloud/request.Request" representing the client's request for the CopyInstances operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CopyInstances

func (*Computing) CopyInstancesWithContext

func (c *Computing) CopyInstancesWithContext(ctx nifcloud.Context, input *CopyInstancesInput, opts ...request.Option) (*CopyInstancesOutput, error)

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

See CopyInstances 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 (*Computing) CreateCustomerGateway

func (c *Computing) CreateCustomerGateway(input *CreateCustomerGatewayInput) (*CreateCustomerGatewayOutput, error)

CreateCustomerGateway API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateCustomerGateway for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateCustomerGateway

func (*Computing) CreateCustomerGatewayRequest

func (c *Computing) CreateCustomerGatewayRequest(input *CreateCustomerGatewayInput) (req *request.Request, output *CreateCustomerGatewayOutput)

CreateCustomerGatewayRequest generates a "nifcloud/request.Request" representing the client's request for the CreateCustomerGateway operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateCustomerGateway

func (*Computing) CreateCustomerGatewayWithContext

func (c *Computing) CreateCustomerGatewayWithContext(ctx nifcloud.Context, input *CreateCustomerGatewayInput, opts ...request.Option) (*CreateCustomerGatewayOutput, error)

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

See CreateCustomerGateway 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 (*Computing) CreateDhcpOptions

func (c *Computing) CreateDhcpOptions(input *CreateDhcpOptionsInput) (*CreateDhcpOptionsOutput, error)

CreateDhcpOptions API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateDhcpOptions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateDhcpOptions

func (*Computing) CreateDhcpOptionsRequest

func (c *Computing) CreateDhcpOptionsRequest(input *CreateDhcpOptionsInput) (req *request.Request, output *CreateDhcpOptionsOutput)

CreateDhcpOptionsRequest generates a "nifcloud/request.Request" representing the client's request for the CreateDhcpOptions operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateDhcpOptions

func (*Computing) CreateDhcpOptionsWithContext

func (c *Computing) CreateDhcpOptionsWithContext(ctx nifcloud.Context, input *CreateDhcpOptionsInput, opts ...request.Option) (*CreateDhcpOptionsOutput, error)

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

See CreateDhcpOptions 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 (*Computing) CreateImage

func (c *Computing) CreateImage(input *CreateImageInput) (*CreateImageOutput, error)

CreateImage API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateImage for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateImage

func (*Computing) CreateImageRequest

func (c *Computing) CreateImageRequest(input *CreateImageInput) (req *request.Request, output *CreateImageOutput)

CreateImageRequest generates a "nifcloud/request.Request" representing the client's request for the CreateImage operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateImage

func (*Computing) CreateImageWithContext

func (c *Computing) CreateImageWithContext(ctx nifcloud.Context, input *CreateImageInput, opts ...request.Option) (*CreateImageOutput, error)

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

See CreateImage 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 (*Computing) CreateKeyPair

func (c *Computing) CreateKeyPair(input *CreateKeyPairInput) (*CreateKeyPairOutput, error)

CreateKeyPair API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateKeyPair for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateKeyPair

func (*Computing) CreateKeyPairRequest

func (c *Computing) CreateKeyPairRequest(input *CreateKeyPairInput) (req *request.Request, output *CreateKeyPairOutput)

CreateKeyPairRequest generates a "nifcloud/request.Request" representing the client's request for the CreateKeyPair operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateKeyPair

func (*Computing) CreateKeyPairWithContext

func (c *Computing) CreateKeyPairWithContext(ctx nifcloud.Context, input *CreateKeyPairInput, opts ...request.Option) (*CreateKeyPairOutput, error)

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

See CreateKeyPair 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 (*Computing) CreateLoadBalancer

func (c *Computing) CreateLoadBalancer(input *CreateLoadBalancerInput) (*CreateLoadBalancerOutput, error)

CreateLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateLoadBalancer

func (*Computing) CreateLoadBalancerRequest

func (c *Computing) CreateLoadBalancerRequest(input *CreateLoadBalancerInput) (req *request.Request, output *CreateLoadBalancerOutput)

CreateLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the CreateLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateLoadBalancer

func (*Computing) CreateLoadBalancerWithContext

func (c *Computing) CreateLoadBalancerWithContext(ctx nifcloud.Context, input *CreateLoadBalancerInput, opts ...request.Option) (*CreateLoadBalancerOutput, error)

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

See CreateLoadBalancer 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 (*Computing) CreateRoute

func (c *Computing) CreateRoute(input *CreateRouteInput) (*CreateRouteOutput, error)

CreateRoute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateRoute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateRoute

func (*Computing) CreateRouteRequest

func (c *Computing) CreateRouteRequest(input *CreateRouteInput) (req *request.Request, output *CreateRouteOutput)

CreateRouteRequest generates a "nifcloud/request.Request" representing the client's request for the CreateRoute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateRoute

func (*Computing) CreateRouteTable

func (c *Computing) CreateRouteTable(input *CreateRouteTableInput) (*CreateRouteTableOutput, error)

CreateRouteTable API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateRouteTable for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateRouteTable

func (*Computing) CreateRouteTableRequest

func (c *Computing) CreateRouteTableRequest(input *CreateRouteTableInput) (req *request.Request, output *CreateRouteTableOutput)

CreateRouteTableRequest generates a "nifcloud/request.Request" representing the client's request for the CreateRouteTable operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateRouteTable

func (*Computing) CreateRouteTableWithContext

func (c *Computing) CreateRouteTableWithContext(ctx nifcloud.Context, input *CreateRouteTableInput, opts ...request.Option) (*CreateRouteTableOutput, error)

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

See CreateRouteTable 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 (*Computing) CreateRouteWithContext

func (c *Computing) CreateRouteWithContext(ctx nifcloud.Context, input *CreateRouteInput, opts ...request.Option) (*CreateRouteOutput, error)

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

See CreateRoute 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 (*Computing) CreateSecurityGroup

func (c *Computing) CreateSecurityGroup(input *CreateSecurityGroupInput) (*CreateSecurityGroupOutput, error)

CreateSecurityGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateSecurityGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateSecurityGroup

func (*Computing) CreateSecurityGroupRequest

func (c *Computing) CreateSecurityGroupRequest(input *CreateSecurityGroupInput) (req *request.Request, output *CreateSecurityGroupOutput)

CreateSecurityGroupRequest generates a "nifcloud/request.Request" representing the client's request for the CreateSecurityGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateSecurityGroup

func (*Computing) CreateSecurityGroupWithContext

func (c *Computing) CreateSecurityGroupWithContext(ctx nifcloud.Context, input *CreateSecurityGroupInput, opts ...request.Option) (*CreateSecurityGroupOutput, error)

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

See CreateSecurityGroup 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 (*Computing) CreateSslCertificate

func (c *Computing) CreateSslCertificate(input *CreateSslCertificateInput) (*CreateSslCertificateOutput, error)

CreateSslCertificate API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateSslCertificate for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateSslCertificate

func (*Computing) CreateSslCertificateRequest

func (c *Computing) CreateSslCertificateRequest(input *CreateSslCertificateInput) (req *request.Request, output *CreateSslCertificateOutput)

CreateSslCertificateRequest generates a "nifcloud/request.Request" representing the client's request for the CreateSslCertificate operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateSslCertificate

func (*Computing) CreateSslCertificateWithContext

func (c *Computing) CreateSslCertificateWithContext(ctx nifcloud.Context, input *CreateSslCertificateInput, opts ...request.Option) (*CreateSslCertificateOutput, error)

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

See CreateSslCertificate 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 (*Computing) CreateVolume

func (c *Computing) CreateVolume(input *CreateVolumeInput) (*CreateVolumeOutput, error)

CreateVolume API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateVolume for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateVolume

func (*Computing) CreateVolumeRequest

func (c *Computing) CreateVolumeRequest(input *CreateVolumeInput) (req *request.Request, output *CreateVolumeOutput)

CreateVolumeRequest generates a "nifcloud/request.Request" representing the client's request for the CreateVolume operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateVolume

func (*Computing) CreateVolumeWithContext

func (c *Computing) CreateVolumeWithContext(ctx nifcloud.Context, input *CreateVolumeInput, opts ...request.Option) (*CreateVolumeOutput, error)

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

See CreateVolume 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 (*Computing) CreateVpnConnection

func (c *Computing) CreateVpnConnection(input *CreateVpnConnectionInput) (*CreateVpnConnectionOutput, error)

CreateVpnConnection API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateVpnConnection for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateVpnConnection

func (*Computing) CreateVpnConnectionRequest

func (c *Computing) CreateVpnConnectionRequest(input *CreateVpnConnectionInput) (req *request.Request, output *CreateVpnConnectionOutput)

CreateVpnConnectionRequest generates a "nifcloud/request.Request" representing the client's request for the CreateVpnConnection operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateVpnConnection

func (*Computing) CreateVpnConnectionWithContext

func (c *Computing) CreateVpnConnectionWithContext(ctx nifcloud.Context, input *CreateVpnConnectionInput, opts ...request.Option) (*CreateVpnConnectionOutput, error)

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

See CreateVpnConnection 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 (*Computing) CreateVpnGateway

func (c *Computing) CreateVpnGateway(input *CreateVpnGatewayInput) (*CreateVpnGatewayOutput, error)

CreateVpnGateway API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation CreateVpnGateway for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateVpnGateway

func (*Computing) CreateVpnGatewayRequest

func (c *Computing) CreateVpnGatewayRequest(input *CreateVpnGatewayInput) (req *request.Request, output *CreateVpnGatewayOutput)

CreateVpnGatewayRequest generates a "nifcloud/request.Request" representing the client's request for the CreateVpnGateway operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/CreateVpnGateway

func (*Computing) CreateVpnGatewayWithContext

func (c *Computing) CreateVpnGatewayWithContext(ctx nifcloud.Context, input *CreateVpnGatewayInput, opts ...request.Option) (*CreateVpnGatewayOutput, error)

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

See CreateVpnGateway 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 (*Computing) DeleteCustomerGateway

func (c *Computing) DeleteCustomerGateway(input *DeleteCustomerGatewayInput) (*DeleteCustomerGatewayOutput, error)

DeleteCustomerGateway API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteCustomerGateway for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteCustomerGateway

func (*Computing) DeleteCustomerGatewayRequest

func (c *Computing) DeleteCustomerGatewayRequest(input *DeleteCustomerGatewayInput) (req *request.Request, output *DeleteCustomerGatewayOutput)

DeleteCustomerGatewayRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteCustomerGateway operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteCustomerGateway

func (*Computing) DeleteCustomerGatewayWithContext

func (c *Computing) DeleteCustomerGatewayWithContext(ctx nifcloud.Context, input *DeleteCustomerGatewayInput, opts ...request.Option) (*DeleteCustomerGatewayOutput, error)

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

See DeleteCustomerGateway 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 (*Computing) DeleteDhcpOptions

func (c *Computing) DeleteDhcpOptions(input *DeleteDhcpOptionsInput) (*DeleteDhcpOptionsOutput, error)

DeleteDhcpOptions API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteDhcpOptions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteDhcpOptions

func (*Computing) DeleteDhcpOptionsRequest

func (c *Computing) DeleteDhcpOptionsRequest(input *DeleteDhcpOptionsInput) (req *request.Request, output *DeleteDhcpOptionsOutput)

DeleteDhcpOptionsRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteDhcpOptions operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteDhcpOptions

func (*Computing) DeleteDhcpOptionsWithContext

func (c *Computing) DeleteDhcpOptionsWithContext(ctx nifcloud.Context, input *DeleteDhcpOptionsInput, opts ...request.Option) (*DeleteDhcpOptionsOutput, error)

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

See DeleteDhcpOptions 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 (*Computing) DeleteImage

func (c *Computing) DeleteImage(input *DeleteImageInput) (*DeleteImageOutput, error)

DeleteImage API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteImage for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteImage

func (*Computing) DeleteImageRequest

func (c *Computing) DeleteImageRequest(input *DeleteImageInput) (req *request.Request, output *DeleteImageOutput)

DeleteImageRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteImage operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteImage

func (*Computing) DeleteImageWithContext

func (c *Computing) DeleteImageWithContext(ctx nifcloud.Context, input *DeleteImageInput, opts ...request.Option) (*DeleteImageOutput, error)

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

See DeleteImage 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 (*Computing) DeleteKeyPair

func (c *Computing) DeleteKeyPair(input *DeleteKeyPairInput) (*DeleteKeyPairOutput, error)

DeleteKeyPair API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteKeyPair for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteKeyPair

func (*Computing) DeleteKeyPairRequest

func (c *Computing) DeleteKeyPairRequest(input *DeleteKeyPairInput) (req *request.Request, output *DeleteKeyPairOutput)

DeleteKeyPairRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteKeyPair operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteKeyPair

func (*Computing) DeleteKeyPairWithContext

func (c *Computing) DeleteKeyPairWithContext(ctx nifcloud.Context, input *DeleteKeyPairInput, opts ...request.Option) (*DeleteKeyPairOutput, error)

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

See DeleteKeyPair 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 (*Computing) DeleteLoadBalancer

func (c *Computing) DeleteLoadBalancer(input *DeleteLoadBalancerInput) (*DeleteLoadBalancerOutput, error)

DeleteLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteLoadBalancer

func (*Computing) DeleteLoadBalancerRequest

func (c *Computing) DeleteLoadBalancerRequest(input *DeleteLoadBalancerInput) (req *request.Request, output *DeleteLoadBalancerOutput)

DeleteLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteLoadBalancer

func (*Computing) DeleteLoadBalancerWithContext

func (c *Computing) DeleteLoadBalancerWithContext(ctx nifcloud.Context, input *DeleteLoadBalancerInput, opts ...request.Option) (*DeleteLoadBalancerOutput, error)

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

See DeleteLoadBalancer 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 (*Computing) DeleteRoute

func (c *Computing) DeleteRoute(input *DeleteRouteInput) (*DeleteRouteOutput, error)

DeleteRoute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteRoute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteRoute

func (*Computing) DeleteRouteRequest

func (c *Computing) DeleteRouteRequest(input *DeleteRouteInput) (req *request.Request, output *DeleteRouteOutput)

DeleteRouteRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteRoute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteRoute

func (*Computing) DeleteRouteTable

func (c *Computing) DeleteRouteTable(input *DeleteRouteTableInput) (*DeleteRouteTableOutput, error)

DeleteRouteTable API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteRouteTable for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteRouteTable

func (*Computing) DeleteRouteTableRequest

func (c *Computing) DeleteRouteTableRequest(input *DeleteRouteTableInput) (req *request.Request, output *DeleteRouteTableOutput)

DeleteRouteTableRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteRouteTable operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteRouteTable

func (*Computing) DeleteRouteTableWithContext

func (c *Computing) DeleteRouteTableWithContext(ctx nifcloud.Context, input *DeleteRouteTableInput, opts ...request.Option) (*DeleteRouteTableOutput, error)

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

See DeleteRouteTable 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 (*Computing) DeleteRouteWithContext

func (c *Computing) DeleteRouteWithContext(ctx nifcloud.Context, input *DeleteRouteInput, opts ...request.Option) (*DeleteRouteOutput, error)

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

See DeleteRoute 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 (*Computing) DeleteSecurityGroup

func (c *Computing) DeleteSecurityGroup(input *DeleteSecurityGroupInput) (*DeleteSecurityGroupOutput, error)

DeleteSecurityGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteSecurityGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteSecurityGroup

func (*Computing) DeleteSecurityGroupRequest

func (c *Computing) DeleteSecurityGroupRequest(input *DeleteSecurityGroupInput) (req *request.Request, output *DeleteSecurityGroupOutput)

DeleteSecurityGroupRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteSecurityGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteSecurityGroup

func (*Computing) DeleteSecurityGroupWithContext

func (c *Computing) DeleteSecurityGroupWithContext(ctx nifcloud.Context, input *DeleteSecurityGroupInput, opts ...request.Option) (*DeleteSecurityGroupOutput, error)

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

See DeleteSecurityGroup 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 (*Computing) DeleteSslCertificate

func (c *Computing) DeleteSslCertificate(input *DeleteSslCertificateInput) (*DeleteSslCertificateOutput, error)

DeleteSslCertificate API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteSslCertificate for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteSslCertificate

func (*Computing) DeleteSslCertificateRequest

func (c *Computing) DeleteSslCertificateRequest(input *DeleteSslCertificateInput) (req *request.Request, output *DeleteSslCertificateOutput)

DeleteSslCertificateRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteSslCertificate operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteSslCertificate

func (*Computing) DeleteSslCertificateWithContext

func (c *Computing) DeleteSslCertificateWithContext(ctx nifcloud.Context, input *DeleteSslCertificateInput, opts ...request.Option) (*DeleteSslCertificateOutput, error)

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

See DeleteSslCertificate 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 (*Computing) DeleteVolume

func (c *Computing) DeleteVolume(input *DeleteVolumeInput) (*DeleteVolumeOutput, error)

DeleteVolume API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteVolume for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteVolume

func (*Computing) DeleteVolumeRequest

func (c *Computing) DeleteVolumeRequest(input *DeleteVolumeInput) (req *request.Request, output *DeleteVolumeOutput)

DeleteVolumeRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteVolume operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteVolume

func (*Computing) DeleteVolumeWithContext

func (c *Computing) DeleteVolumeWithContext(ctx nifcloud.Context, input *DeleteVolumeInput, opts ...request.Option) (*DeleteVolumeOutput, error)

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

See DeleteVolume 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 (*Computing) DeleteVpnConnection

func (c *Computing) DeleteVpnConnection(input *DeleteVpnConnectionInput) (*DeleteVpnConnectionOutput, error)

DeleteVpnConnection API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteVpnConnection for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteVpnConnection

func (*Computing) DeleteVpnConnectionRequest

func (c *Computing) DeleteVpnConnectionRequest(input *DeleteVpnConnectionInput) (req *request.Request, output *DeleteVpnConnectionOutput)

DeleteVpnConnectionRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteVpnConnection operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteVpnConnection

func (*Computing) DeleteVpnConnectionWithContext

func (c *Computing) DeleteVpnConnectionWithContext(ctx nifcloud.Context, input *DeleteVpnConnectionInput, opts ...request.Option) (*DeleteVpnConnectionOutput, error)

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

See DeleteVpnConnection 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 (*Computing) DeleteVpnGateway

func (c *Computing) DeleteVpnGateway(input *DeleteVpnGatewayInput) (*DeleteVpnGatewayOutput, error)

DeleteVpnGateway API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeleteVpnGateway for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteVpnGateway

func (*Computing) DeleteVpnGatewayRequest

func (c *Computing) DeleteVpnGatewayRequest(input *DeleteVpnGatewayInput) (req *request.Request, output *DeleteVpnGatewayOutput)

DeleteVpnGatewayRequest generates a "nifcloud/request.Request" representing the client's request for the DeleteVpnGateway operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeleteVpnGateway

func (*Computing) DeleteVpnGatewayWithContext

func (c *Computing) DeleteVpnGatewayWithContext(ctx nifcloud.Context, input *DeleteVpnGatewayInput, opts ...request.Option) (*DeleteVpnGatewayOutput, error)

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

See DeleteVpnGateway 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 (*Computing) DeregisterInstancesFromLoadBalancer

DeregisterInstancesFromLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeregisterInstancesFromLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeregisterInstancesFromLoadBalancer

func (*Computing) DeregisterInstancesFromLoadBalancerRequest

func (c *Computing) DeregisterInstancesFromLoadBalancerRequest(input *DeregisterInstancesFromLoadBalancerInput) (req *request.Request, output *DeregisterInstancesFromLoadBalancerOutput)

DeregisterInstancesFromLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the DeregisterInstancesFromLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeregisterInstancesFromLoadBalancer

func (*Computing) DeregisterInstancesFromLoadBalancerWithContext

func (c *Computing) DeregisterInstancesFromLoadBalancerWithContext(ctx nifcloud.Context, input *DeregisterInstancesFromLoadBalancerInput, opts ...request.Option) (*DeregisterInstancesFromLoadBalancerOutput, error)

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

See DeregisterInstancesFromLoadBalancer 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 (*Computing) DeregisterInstancesFromSecurityGroup

DeregisterInstancesFromSecurityGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DeregisterInstancesFromSecurityGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeregisterInstancesFromSecurityGroup

func (*Computing) DeregisterInstancesFromSecurityGroupRequest

func (c *Computing) DeregisterInstancesFromSecurityGroupRequest(input *DeregisterInstancesFromSecurityGroupInput) (req *request.Request, output *DeregisterInstancesFromSecurityGroupOutput)

DeregisterInstancesFromSecurityGroupRequest generates a "nifcloud/request.Request" representing the client's request for the DeregisterInstancesFromSecurityGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DeregisterInstancesFromSecurityGroup

func (*Computing) DeregisterInstancesFromSecurityGroupWithContext

func (c *Computing) DeregisterInstancesFromSecurityGroupWithContext(ctx nifcloud.Context, input *DeregisterInstancesFromSecurityGroupInput, opts ...request.Option) (*DeregisterInstancesFromSecurityGroupOutput, error)

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

See DeregisterInstancesFromSecurityGroup 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 (*Computing) DescribeAddresses

func (c *Computing) DescribeAddresses(input *DescribeAddressesInput) (*DescribeAddressesOutput, error)

DescribeAddresses API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeAddresses for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeAddresses

func (*Computing) DescribeAddressesRequest

func (c *Computing) DescribeAddressesRequest(input *DescribeAddressesInput) (req *request.Request, output *DescribeAddressesOutput)

DescribeAddressesRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeAddresses operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeAddresses

func (*Computing) DescribeAddressesWithContext

func (c *Computing) DescribeAddressesWithContext(ctx nifcloud.Context, input *DescribeAddressesInput, opts ...request.Option) (*DescribeAddressesOutput, error)

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

See DescribeAddresses 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 (*Computing) DescribeAssociatedUsers

func (c *Computing) DescribeAssociatedUsers(input *DescribeAssociatedUsersInput) (*DescribeAssociatedUsersOutput, error)

DescribeAssociatedUsers API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeAssociatedUsers for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeAssociatedUsers

func (*Computing) DescribeAssociatedUsersRequest

func (c *Computing) DescribeAssociatedUsersRequest(input *DescribeAssociatedUsersInput) (req *request.Request, output *DescribeAssociatedUsersOutput)

DescribeAssociatedUsersRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeAssociatedUsers operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeAssociatedUsers

func (*Computing) DescribeAssociatedUsersWithContext

func (c *Computing) DescribeAssociatedUsersWithContext(ctx nifcloud.Context, input *DescribeAssociatedUsersInput, opts ...request.Option) (*DescribeAssociatedUsersOutput, error)

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

See DescribeAssociatedUsers 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 (*Computing) DescribeAvailabilityZones

func (c *Computing) DescribeAvailabilityZones(input *DescribeAvailabilityZonesInput) (*DescribeAvailabilityZonesOutput, error)

DescribeAvailabilityZones API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeAvailabilityZones for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeAvailabilityZones

func (*Computing) DescribeAvailabilityZonesRequest

func (c *Computing) DescribeAvailabilityZonesRequest(input *DescribeAvailabilityZonesInput) (req *request.Request, output *DescribeAvailabilityZonesOutput)

DescribeAvailabilityZonesRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeAvailabilityZones operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeAvailabilityZones

func (*Computing) DescribeAvailabilityZonesWithContext

func (c *Computing) DescribeAvailabilityZonesWithContext(ctx nifcloud.Context, input *DescribeAvailabilityZonesInput, opts ...request.Option) (*DescribeAvailabilityZonesOutput, error)

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

See DescribeAvailabilityZones 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 (*Computing) DescribeCustomerGateways

func (c *Computing) DescribeCustomerGateways(input *DescribeCustomerGatewaysInput) (*DescribeCustomerGatewaysOutput, error)

DescribeCustomerGateways API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeCustomerGateways for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeCustomerGateways

func (*Computing) DescribeCustomerGatewaysRequest

func (c *Computing) DescribeCustomerGatewaysRequest(input *DescribeCustomerGatewaysInput) (req *request.Request, output *DescribeCustomerGatewaysOutput)

DescribeCustomerGatewaysRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeCustomerGateways operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeCustomerGateways

func (*Computing) DescribeCustomerGatewaysWithContext

func (c *Computing) DescribeCustomerGatewaysWithContext(ctx nifcloud.Context, input *DescribeCustomerGatewaysInput, opts ...request.Option) (*DescribeCustomerGatewaysOutput, error)

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

See DescribeCustomerGateways 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 (*Computing) DescribeDhcpOptions

func (c *Computing) DescribeDhcpOptions(input *DescribeDhcpOptionsInput) (*DescribeDhcpOptionsOutput, error)

DescribeDhcpOptions API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeDhcpOptions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeDhcpOptions

func (*Computing) DescribeDhcpOptionsRequest

func (c *Computing) DescribeDhcpOptionsRequest(input *DescribeDhcpOptionsInput) (req *request.Request, output *DescribeDhcpOptionsOutput)

DescribeDhcpOptionsRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeDhcpOptions operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeDhcpOptions

func (*Computing) DescribeDhcpOptionsWithContext

func (c *Computing) DescribeDhcpOptionsWithContext(ctx nifcloud.Context, input *DescribeDhcpOptionsInput, opts ...request.Option) (*DescribeDhcpOptionsOutput, error)

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

See DescribeDhcpOptions 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 (*Computing) DescribeImages

func (c *Computing) DescribeImages(input *DescribeImagesInput) (*DescribeImagesOutput, error)

DescribeImages API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeImages for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeImages

func (*Computing) DescribeImagesRequest

func (c *Computing) DescribeImagesRequest(input *DescribeImagesInput) (req *request.Request, output *DescribeImagesOutput)

DescribeImagesRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeImages operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeImages

func (*Computing) DescribeImagesWithContext

func (c *Computing) DescribeImagesWithContext(ctx nifcloud.Context, input *DescribeImagesInput, opts ...request.Option) (*DescribeImagesOutput, error)

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

See DescribeImages 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 (*Computing) DescribeInstanceAttribute

func (c *Computing) DescribeInstanceAttribute(input *DescribeInstanceAttributeInput) (*DescribeInstanceAttributeOutput, error)

DescribeInstanceAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeInstanceAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeInstanceAttribute

func (*Computing) DescribeInstanceAttributeRequest

func (c *Computing) DescribeInstanceAttributeRequest(input *DescribeInstanceAttributeInput) (req *request.Request, output *DescribeInstanceAttributeOutput)

DescribeInstanceAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeInstanceAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeInstanceAttribute

func (*Computing) DescribeInstanceAttributeWithContext

func (c *Computing) DescribeInstanceAttributeWithContext(ctx nifcloud.Context, input *DescribeInstanceAttributeInput, opts ...request.Option) (*DescribeInstanceAttributeOutput, error)

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

See DescribeInstanceAttribute 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 (*Computing) DescribeInstanceHealth

func (c *Computing) DescribeInstanceHealth(input *DescribeInstanceHealthInput) (*DescribeInstanceHealthOutput, error)

DescribeInstanceHealth API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeInstanceHealth for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeInstanceHealth

func (*Computing) DescribeInstanceHealthRequest

func (c *Computing) DescribeInstanceHealthRequest(input *DescribeInstanceHealthInput) (req *request.Request, output *DescribeInstanceHealthOutput)

DescribeInstanceHealthRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeInstanceHealth operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeInstanceHealth

func (*Computing) DescribeInstanceHealthWithContext

func (c *Computing) DescribeInstanceHealthWithContext(ctx nifcloud.Context, input *DescribeInstanceHealthInput, opts ...request.Option) (*DescribeInstanceHealthOutput, error)

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

See DescribeInstanceHealth 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 (*Computing) DescribeInstances

func (c *Computing) DescribeInstances(input *DescribeInstancesInput) (*DescribeInstancesOutput, error)

DescribeInstances API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeInstances for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeInstances

func (*Computing) DescribeInstancesRequest

func (c *Computing) DescribeInstancesRequest(input *DescribeInstancesInput) (req *request.Request, output *DescribeInstancesOutput)

DescribeInstancesRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeInstances operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeInstances

func (*Computing) DescribeInstancesWithContext

func (c *Computing) DescribeInstancesWithContext(ctx nifcloud.Context, input *DescribeInstancesInput, opts ...request.Option) (*DescribeInstancesOutput, error)

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

See DescribeInstances 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 (*Computing) DescribeKeyPairs

func (c *Computing) DescribeKeyPairs(input *DescribeKeyPairsInput) (*DescribeKeyPairsOutput, error)

DescribeKeyPairs API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeKeyPairs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeKeyPairs

func (*Computing) DescribeKeyPairsRequest

func (c *Computing) DescribeKeyPairsRequest(input *DescribeKeyPairsInput) (req *request.Request, output *DescribeKeyPairsOutput)

DescribeKeyPairsRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeKeyPairs operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeKeyPairs

func (*Computing) DescribeKeyPairsWithContext

func (c *Computing) DescribeKeyPairsWithContext(ctx nifcloud.Context, input *DescribeKeyPairsInput, opts ...request.Option) (*DescribeKeyPairsOutput, error)

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

See DescribeKeyPairs 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 (*Computing) DescribeLoadBalancers

func (c *Computing) DescribeLoadBalancers(input *DescribeLoadBalancersInput) (*DescribeLoadBalancersOutput, error)

DescribeLoadBalancers API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeLoadBalancers for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeLoadBalancers

func (*Computing) DescribeLoadBalancersRequest

func (c *Computing) DescribeLoadBalancersRequest(input *DescribeLoadBalancersInput) (req *request.Request, output *DescribeLoadBalancersOutput)

DescribeLoadBalancersRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeLoadBalancers operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeLoadBalancers

func (*Computing) DescribeLoadBalancersWithContext

func (c *Computing) DescribeLoadBalancersWithContext(ctx nifcloud.Context, input *DescribeLoadBalancersInput, opts ...request.Option) (*DescribeLoadBalancersOutput, error)

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

See DescribeLoadBalancers 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 (*Computing) DescribeRegions

func (c *Computing) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)

DescribeRegions API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeRegions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeRegions

func (*Computing) DescribeRegionsRequest

func (c *Computing) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)

DescribeRegionsRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeRegions operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeRegions

func (*Computing) DescribeRegionsWithContext

func (c *Computing) DescribeRegionsWithContext(ctx nifcloud.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)

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

See DescribeRegions 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 (*Computing) DescribeResources

func (c *Computing) DescribeResources(input *DescribeResourcesInput) (*DescribeResourcesOutput, error)

DescribeResources API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeResources for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeResources

func (*Computing) DescribeResourcesRequest

func (c *Computing) DescribeResourcesRequest(input *DescribeResourcesInput) (req *request.Request, output *DescribeResourcesOutput)

DescribeResourcesRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeResources operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeResources

func (*Computing) DescribeResourcesWithContext

func (c *Computing) DescribeResourcesWithContext(ctx nifcloud.Context, input *DescribeResourcesInput, opts ...request.Option) (*DescribeResourcesOutput, error)

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

See DescribeResources 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 (*Computing) DescribeRouteTables

func (c *Computing) DescribeRouteTables(input *DescribeRouteTablesInput) (*DescribeRouteTablesOutput, error)

DescribeRouteTables API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeRouteTables for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeRouteTables

func (*Computing) DescribeRouteTablesRequest

func (c *Computing) DescribeRouteTablesRequest(input *DescribeRouteTablesInput) (req *request.Request, output *DescribeRouteTablesOutput)

DescribeRouteTablesRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeRouteTables operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeRouteTables

func (*Computing) DescribeRouteTablesWithContext

func (c *Computing) DescribeRouteTablesWithContext(ctx nifcloud.Context, input *DescribeRouteTablesInput, opts ...request.Option) (*DescribeRouteTablesOutput, error)

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

See DescribeRouteTables 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 (*Computing) DescribeSecurityActivities

func (c *Computing) DescribeSecurityActivities(input *DescribeSecurityActivitiesInput) (*DescribeSecurityActivitiesOutput, error)

DescribeSecurityActivities API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeSecurityActivities for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeSecurityActivities

func (*Computing) DescribeSecurityActivitiesRequest

func (c *Computing) DescribeSecurityActivitiesRequest(input *DescribeSecurityActivitiesInput) (req *request.Request, output *DescribeSecurityActivitiesOutput)

DescribeSecurityActivitiesRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeSecurityActivities operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeSecurityActivities

func (*Computing) DescribeSecurityActivitiesWithContext

func (c *Computing) DescribeSecurityActivitiesWithContext(ctx nifcloud.Context, input *DescribeSecurityActivitiesInput, opts ...request.Option) (*DescribeSecurityActivitiesOutput, error)

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

See DescribeSecurityActivities 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 (*Computing) DescribeSecurityGroupOption

func (c *Computing) DescribeSecurityGroupOption(input *DescribeSecurityGroupOptionInput) (*DescribeSecurityGroupOptionOutput, error)

DescribeSecurityGroupOption API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeSecurityGroupOption for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeSecurityGroupOption

func (*Computing) DescribeSecurityGroupOptionRequest

func (c *Computing) DescribeSecurityGroupOptionRequest(input *DescribeSecurityGroupOptionInput) (req *request.Request, output *DescribeSecurityGroupOptionOutput)

DescribeSecurityGroupOptionRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeSecurityGroupOption operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeSecurityGroupOption

func (*Computing) DescribeSecurityGroupOptionWithContext

func (c *Computing) DescribeSecurityGroupOptionWithContext(ctx nifcloud.Context, input *DescribeSecurityGroupOptionInput, opts ...request.Option) (*DescribeSecurityGroupOptionOutput, error)

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

See DescribeSecurityGroupOption 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 (*Computing) DescribeSecurityGroups

func (c *Computing) DescribeSecurityGroups(input *DescribeSecurityGroupsInput) (*DescribeSecurityGroupsOutput, error)

DescribeSecurityGroups API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeSecurityGroups for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeSecurityGroups

func (*Computing) DescribeSecurityGroupsRequest

func (c *Computing) DescribeSecurityGroupsRequest(input *DescribeSecurityGroupsInput) (req *request.Request, output *DescribeSecurityGroupsOutput)

DescribeSecurityGroupsRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeSecurityGroups operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeSecurityGroups

func (*Computing) DescribeSecurityGroupsWithContext

func (c *Computing) DescribeSecurityGroupsWithContext(ctx nifcloud.Context, input *DescribeSecurityGroupsInput, opts ...request.Option) (*DescribeSecurityGroupsOutput, error)

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

See DescribeSecurityGroups 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 (*Computing) DescribeServiceStatus

func (c *Computing) DescribeServiceStatus(input *DescribeServiceStatusInput) (*DescribeServiceStatusOutput, error)

DescribeServiceStatus API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeServiceStatus for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeServiceStatus

func (*Computing) DescribeServiceStatusRequest

func (c *Computing) DescribeServiceStatusRequest(input *DescribeServiceStatusInput) (req *request.Request, output *DescribeServiceStatusOutput)

DescribeServiceStatusRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeServiceStatus operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeServiceStatus

func (*Computing) DescribeServiceStatusWithContext

func (c *Computing) DescribeServiceStatusWithContext(ctx nifcloud.Context, input *DescribeServiceStatusInput, opts ...request.Option) (*DescribeServiceStatusOutput, error)

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

See DescribeServiceStatus 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 (*Computing) DescribeSslCertificateAttribute

func (c *Computing) DescribeSslCertificateAttribute(input *DescribeSslCertificateAttributeInput) (*DescribeSslCertificateAttributeOutput, error)

DescribeSslCertificateAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeSslCertificateAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeSslCertificateAttribute

func (*Computing) DescribeSslCertificateAttributeRequest

func (c *Computing) DescribeSslCertificateAttributeRequest(input *DescribeSslCertificateAttributeInput) (req *request.Request, output *DescribeSslCertificateAttributeOutput)

DescribeSslCertificateAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeSslCertificateAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeSslCertificateAttribute

func (*Computing) DescribeSslCertificateAttributeWithContext

func (c *Computing) DescribeSslCertificateAttributeWithContext(ctx nifcloud.Context, input *DescribeSslCertificateAttributeInput, opts ...request.Option) (*DescribeSslCertificateAttributeOutput, error)

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

See DescribeSslCertificateAttribute 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 (*Computing) DescribeSslCertificates

func (c *Computing) DescribeSslCertificates(input *DescribeSslCertificatesInput) (*DescribeSslCertificatesOutput, error)

DescribeSslCertificates API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeSslCertificates for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeSslCertificates

func (*Computing) DescribeSslCertificatesRequest

func (c *Computing) DescribeSslCertificatesRequest(input *DescribeSslCertificatesInput) (req *request.Request, output *DescribeSslCertificatesOutput)

DescribeSslCertificatesRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeSslCertificates operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeSslCertificates

func (*Computing) DescribeSslCertificatesWithContext

func (c *Computing) DescribeSslCertificatesWithContext(ctx nifcloud.Context, input *DescribeSslCertificatesInput, opts ...request.Option) (*DescribeSslCertificatesOutput, error)

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

See DescribeSslCertificates 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 (*Computing) DescribeUploads

func (c *Computing) DescribeUploads(input *DescribeUploadsInput) (*DescribeUploadsOutput, error)

DescribeUploads API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeUploads for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeUploads

func (*Computing) DescribeUploadsRequest

func (c *Computing) DescribeUploadsRequest(input *DescribeUploadsInput) (req *request.Request, output *DescribeUploadsOutput)

DescribeUploadsRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeUploads operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeUploads

func (*Computing) DescribeUploadsWithContext

func (c *Computing) DescribeUploadsWithContext(ctx nifcloud.Context, input *DescribeUploadsInput, opts ...request.Option) (*DescribeUploadsOutput, error)

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

See DescribeUploads 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 (*Computing) DescribeUsage

func (c *Computing) DescribeUsage(input *DescribeUsageInput) (*DescribeUsageOutput, error)

DescribeUsage API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeUsage for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeUsage

func (*Computing) DescribeUsageRequest

func (c *Computing) DescribeUsageRequest(input *DescribeUsageInput) (req *request.Request, output *DescribeUsageOutput)

DescribeUsageRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeUsage operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeUsage

func (*Computing) DescribeUsageWithContext

func (c *Computing) DescribeUsageWithContext(ctx nifcloud.Context, input *DescribeUsageInput, opts ...request.Option) (*DescribeUsageOutput, error)

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

See DescribeUsage 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 (*Computing) DescribeUserActivities

func (c *Computing) DescribeUserActivities(input *DescribeUserActivitiesInput) (*DescribeUserActivitiesOutput, error)

DescribeUserActivities API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeUserActivities for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeUserActivities

func (*Computing) DescribeUserActivitiesRequest

func (c *Computing) DescribeUserActivitiesRequest(input *DescribeUserActivitiesInput) (req *request.Request, output *DescribeUserActivitiesOutput)

DescribeUserActivitiesRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeUserActivities operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeUserActivities

func (*Computing) DescribeUserActivitiesWithContext

func (c *Computing) DescribeUserActivitiesWithContext(ctx nifcloud.Context, input *DescribeUserActivitiesInput, opts ...request.Option) (*DescribeUserActivitiesOutput, error)

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

See DescribeUserActivities 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 (*Computing) DescribeVolumes

func (c *Computing) DescribeVolumes(input *DescribeVolumesInput) (*DescribeVolumesOutput, error)

DescribeVolumes API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeVolumes for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeVolumes

func (*Computing) DescribeVolumesRequest

func (c *Computing) DescribeVolumesRequest(input *DescribeVolumesInput) (req *request.Request, output *DescribeVolumesOutput)

DescribeVolumesRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeVolumes operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeVolumes

func (*Computing) DescribeVolumesWithContext

func (c *Computing) DescribeVolumesWithContext(ctx nifcloud.Context, input *DescribeVolumesInput, opts ...request.Option) (*DescribeVolumesOutput, error)

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

See DescribeVolumes 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 (*Computing) DescribeVpnConnections

func (c *Computing) DescribeVpnConnections(input *DescribeVpnConnectionsInput) (*DescribeVpnConnectionsOutput, error)

DescribeVpnConnections API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeVpnConnections for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeVpnConnections

func (*Computing) DescribeVpnConnectionsRequest

func (c *Computing) DescribeVpnConnectionsRequest(input *DescribeVpnConnectionsInput) (req *request.Request, output *DescribeVpnConnectionsOutput)

DescribeVpnConnectionsRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeVpnConnections operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeVpnConnections

func (*Computing) DescribeVpnConnectionsWithContext

func (c *Computing) DescribeVpnConnectionsWithContext(ctx nifcloud.Context, input *DescribeVpnConnectionsInput, opts ...request.Option) (*DescribeVpnConnectionsOutput, error)

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

See DescribeVpnConnections 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 (*Computing) DescribeVpnGateways

func (c *Computing) DescribeVpnGateways(input *DescribeVpnGatewaysInput) (*DescribeVpnGatewaysOutput, error)

DescribeVpnGateways API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DescribeVpnGateways for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeVpnGateways

func (*Computing) DescribeVpnGatewaysRequest

func (c *Computing) DescribeVpnGatewaysRequest(input *DescribeVpnGatewaysInput) (req *request.Request, output *DescribeVpnGatewaysOutput)

DescribeVpnGatewaysRequest generates a "nifcloud/request.Request" representing the client's request for the DescribeVpnGateways operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DescribeVpnGateways

func (*Computing) DescribeVpnGatewaysWithContext

func (c *Computing) DescribeVpnGatewaysWithContext(ctx nifcloud.Context, input *DescribeVpnGatewaysInput, opts ...request.Option) (*DescribeVpnGatewaysOutput, error)

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

See DescribeVpnGateways 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 (*Computing) DetachVolume

func (c *Computing) DetachVolume(input *DetachVolumeInput) (*DetachVolumeOutput, error)

DetachVolume API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DetachVolume for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DetachVolume

func (*Computing) DetachVolumeRequest

func (c *Computing) DetachVolumeRequest(input *DetachVolumeInput) (req *request.Request, output *DetachVolumeOutput)

DetachVolumeRequest generates a "nifcloud/request.Request" representing the client's request for the DetachVolume operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DetachVolume

func (*Computing) DetachVolumeWithContext

func (c *Computing) DetachVolumeWithContext(ctx nifcloud.Context, input *DetachVolumeInput, opts ...request.Option) (*DetachVolumeOutput, error)

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

See DetachVolume 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 (*Computing) DisassociateAddress

func (c *Computing) DisassociateAddress(input *DisassociateAddressInput) (*DisassociateAddressOutput, error)

DisassociateAddress API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DisassociateAddress for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DisassociateAddress

func (*Computing) DisassociateAddressRequest

func (c *Computing) DisassociateAddressRequest(input *DisassociateAddressInput) (req *request.Request, output *DisassociateAddressOutput)

DisassociateAddressRequest generates a "nifcloud/request.Request" representing the client's request for the DisassociateAddress operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DisassociateAddress

func (*Computing) DisassociateAddressWithContext

func (c *Computing) DisassociateAddressWithContext(ctx nifcloud.Context, input *DisassociateAddressInput, opts ...request.Option) (*DisassociateAddressOutput, error)

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

See DisassociateAddress 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 (*Computing) DisassociateRouteTable

func (c *Computing) DisassociateRouteTable(input *DisassociateRouteTableInput) (*DisassociateRouteTableOutput, error)

DisassociateRouteTable API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DisassociateRouteTable for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DisassociateRouteTable

func (*Computing) DisassociateRouteTableRequest

func (c *Computing) DisassociateRouteTableRequest(input *DisassociateRouteTableInput) (req *request.Request, output *DisassociateRouteTableOutput)

DisassociateRouteTableRequest generates a "nifcloud/request.Request" representing the client's request for the DisassociateRouteTable operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DisassociateRouteTable

func (*Computing) DisassociateRouteTableWithContext

func (c *Computing) DisassociateRouteTableWithContext(ctx nifcloud.Context, input *DisassociateRouteTableInput, opts ...request.Option) (*DisassociateRouteTableOutput, error)

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

See DisassociateRouteTable 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 (*Computing) DissociateUsers

func (c *Computing) DissociateUsers(input *DissociateUsersInput) (*DissociateUsersOutput, error)

DissociateUsers API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DissociateUsers for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DissociateUsers

func (*Computing) DissociateUsersRequest

func (c *Computing) DissociateUsersRequest(input *DissociateUsersInput) (req *request.Request, output *DissociateUsersOutput)

DissociateUsersRequest generates a "nifcloud/request.Request" representing the client's request for the DissociateUsers operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DissociateUsers

func (*Computing) DissociateUsersWithContext

func (c *Computing) DissociateUsersWithContext(ctx nifcloud.Context, input *DissociateUsersInput, opts ...request.Option) (*DissociateUsersOutput, error)

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

See DissociateUsers 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 (*Computing) DownloadSslCertificate

func (c *Computing) DownloadSslCertificate(input *DownloadSslCertificateInput) (*DownloadSslCertificateOutput, error)

DownloadSslCertificate API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation DownloadSslCertificate for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DownloadSslCertificate

func (*Computing) DownloadSslCertificateRequest

func (c *Computing) DownloadSslCertificateRequest(input *DownloadSslCertificateInput) (req *request.Request, output *DownloadSslCertificateOutput)

DownloadSslCertificateRequest generates a "nifcloud/request.Request" representing the client's request for the DownloadSslCertificate operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/DownloadSslCertificate

func (*Computing) DownloadSslCertificateWithContext

func (c *Computing) DownloadSslCertificateWithContext(ctx nifcloud.Context, input *DownloadSslCertificateInput, opts ...request.Option) (*DownloadSslCertificateOutput, error)

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

See DownloadSslCertificate 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 (*Computing) ImportInstance

func (c *Computing) ImportInstance(input *ImportInstanceInput) (*ImportInstanceOutput, error)

ImportInstance API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation ImportInstance for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ImportInstance

func (*Computing) ImportInstanceRequest

func (c *Computing) ImportInstanceRequest(input *ImportInstanceInput) (req *request.Request, output *ImportInstanceOutput)

ImportInstanceRequest generates a "nifcloud/request.Request" representing the client's request for the ImportInstance operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ImportInstance

func (*Computing) ImportInstanceWithContext

func (c *Computing) ImportInstanceWithContext(ctx nifcloud.Context, input *ImportInstanceInput, opts ...request.Option) (*ImportInstanceOutput, error)

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

See ImportInstance 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 (*Computing) ImportKeyPair

func (c *Computing) ImportKeyPair(input *ImportKeyPairInput) (*ImportKeyPairOutput, error)

ImportKeyPair API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation ImportKeyPair for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ImportKeyPair

func (*Computing) ImportKeyPairRequest

func (c *Computing) ImportKeyPairRequest(input *ImportKeyPairInput) (req *request.Request, output *ImportKeyPairOutput)

ImportKeyPairRequest generates a "nifcloud/request.Request" representing the client's request for the ImportKeyPair operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ImportKeyPair

func (*Computing) ImportKeyPairWithContext

func (c *Computing) ImportKeyPairWithContext(ctx nifcloud.Context, input *ImportKeyPairInput, opts ...request.Option) (*ImportKeyPairOutput, error)

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

See ImportKeyPair 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 (*Computing) ModifyImageAttribute

func (c *Computing) ModifyImageAttribute(input *ModifyImageAttributeInput) (*ModifyImageAttributeOutput, error)

ModifyImageAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation ModifyImageAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ModifyImageAttribute

func (*Computing) ModifyImageAttributeRequest

func (c *Computing) ModifyImageAttributeRequest(input *ModifyImageAttributeInput) (req *request.Request, output *ModifyImageAttributeOutput)

ModifyImageAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the ModifyImageAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ModifyImageAttribute

func (*Computing) ModifyImageAttributeWithContext

func (c *Computing) ModifyImageAttributeWithContext(ctx nifcloud.Context, input *ModifyImageAttributeInput, opts ...request.Option) (*ModifyImageAttributeOutput, error)

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

See ModifyImageAttribute 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 (*Computing) ModifyInstanceAttribute

func (c *Computing) ModifyInstanceAttribute(input *ModifyInstanceAttributeInput) (*ModifyInstanceAttributeOutput, error)

ModifyInstanceAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation ModifyInstanceAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ModifyInstanceAttribute

func (*Computing) ModifyInstanceAttributeRequest

func (c *Computing) ModifyInstanceAttributeRequest(input *ModifyInstanceAttributeInput) (req *request.Request, output *ModifyInstanceAttributeOutput)

ModifyInstanceAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the ModifyInstanceAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ModifyInstanceAttribute

func (*Computing) ModifyInstanceAttributeWithContext

func (c *Computing) ModifyInstanceAttributeWithContext(ctx nifcloud.Context, input *ModifyInstanceAttributeInput, opts ...request.Option) (*ModifyInstanceAttributeOutput, error)

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

See ModifyInstanceAttribute 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 (*Computing) ModifySslCertificateAttribute

func (c *Computing) ModifySslCertificateAttribute(input *ModifySslCertificateAttributeInput) (*ModifySslCertificateAttributeOutput, error)

ModifySslCertificateAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation ModifySslCertificateAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ModifySslCertificateAttribute

func (*Computing) ModifySslCertificateAttributeRequest

func (c *Computing) ModifySslCertificateAttributeRequest(input *ModifySslCertificateAttributeInput) (req *request.Request, output *ModifySslCertificateAttributeOutput)

ModifySslCertificateAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the ModifySslCertificateAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ModifySslCertificateAttribute

func (*Computing) ModifySslCertificateAttributeWithContext

func (c *Computing) ModifySslCertificateAttributeWithContext(ctx nifcloud.Context, input *ModifySslCertificateAttributeInput, opts ...request.Option) (*ModifySslCertificateAttributeOutput, error)

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

See ModifySslCertificateAttribute 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 (*Computing) ModifyVolumeAttribute

func (c *Computing) ModifyVolumeAttribute(input *ModifyVolumeAttributeInput) (*ModifyVolumeAttributeOutput, error)

ModifyVolumeAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation ModifyVolumeAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ModifyVolumeAttribute

func (*Computing) ModifyVolumeAttributeRequest

func (c *Computing) ModifyVolumeAttributeRequest(input *ModifyVolumeAttributeInput) (req *request.Request, output *ModifyVolumeAttributeOutput)

ModifyVolumeAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the ModifyVolumeAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ModifyVolumeAttribute

func (*Computing) ModifyVolumeAttributeWithContext

func (c *Computing) ModifyVolumeAttributeWithContext(ctx nifcloud.Context, input *ModifyVolumeAttributeInput, opts ...request.Option) (*ModifyVolumeAttributeOutput, error)

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

See ModifyVolumeAttribute 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 (*Computing) NiftyAssociateImage

func (c *Computing) NiftyAssociateImage(input *NiftyAssociateImageInput) (*NiftyAssociateImageOutput, error)

NiftyAssociateImage API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyAssociateImage for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyAssociateImage

func (*Computing) NiftyAssociateImageRequest

func (c *Computing) NiftyAssociateImageRequest(input *NiftyAssociateImageInput) (req *request.Request, output *NiftyAssociateImageOutput)

NiftyAssociateImageRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyAssociateImage operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyAssociateImage

func (*Computing) NiftyAssociateImageWithContext

func (c *Computing) NiftyAssociateImageWithContext(ctx nifcloud.Context, input *NiftyAssociateImageInput, opts ...request.Option) (*NiftyAssociateImageOutput, error)

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

See NiftyAssociateImage 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 (*Computing) NiftyAssociateNatTable

func (c *Computing) NiftyAssociateNatTable(input *NiftyAssociateNatTableInput) (*NiftyAssociateNatTableOutput, error)

NiftyAssociateNatTable API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyAssociateNatTable for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyAssociateNatTable

func (*Computing) NiftyAssociateNatTableRequest

func (c *Computing) NiftyAssociateNatTableRequest(input *NiftyAssociateNatTableInput) (req *request.Request, output *NiftyAssociateNatTableOutput)

NiftyAssociateNatTableRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyAssociateNatTable operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyAssociateNatTable

func (*Computing) NiftyAssociateNatTableWithContext

func (c *Computing) NiftyAssociateNatTableWithContext(ctx nifcloud.Context, input *NiftyAssociateNatTableInput, opts ...request.Option) (*NiftyAssociateNatTableOutput, error)

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

See NiftyAssociateNatTable 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 (*Computing) NiftyAssociateRouteTableWithVpnGateway

NiftyAssociateRouteTableWithVpnGateway API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyAssociateRouteTableWithVpnGateway for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyAssociateRouteTableWithVpnGateway

func (*Computing) NiftyAssociateRouteTableWithVpnGatewayRequest

func (c *Computing) NiftyAssociateRouteTableWithVpnGatewayRequest(input *NiftyAssociateRouteTableWithVpnGatewayInput) (req *request.Request, output *NiftyAssociateRouteTableWithVpnGatewayOutput)

NiftyAssociateRouteTableWithVpnGatewayRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyAssociateRouteTableWithVpnGateway operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyAssociateRouteTableWithVpnGateway

func (*Computing) NiftyAssociateRouteTableWithVpnGatewayWithContext

func (c *Computing) NiftyAssociateRouteTableWithVpnGatewayWithContext(ctx nifcloud.Context, input *NiftyAssociateRouteTableWithVpnGatewayInput, opts ...request.Option) (*NiftyAssociateRouteTableWithVpnGatewayOutput, error)

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

See NiftyAssociateRouteTableWithVpnGateway 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 (*Computing) NiftyConfigureElasticLoadBalancerHealthCheck

NiftyConfigureElasticLoadBalancerHealthCheck API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyConfigureElasticLoadBalancerHealthCheck for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyConfigureElasticLoadBalancerHealthCheck

func (*Computing) NiftyConfigureElasticLoadBalancerHealthCheckRequest

func (c *Computing) NiftyConfigureElasticLoadBalancerHealthCheckRequest(input *NiftyConfigureElasticLoadBalancerHealthCheckInput) (req *request.Request, output *NiftyConfigureElasticLoadBalancerHealthCheckOutput)

NiftyConfigureElasticLoadBalancerHealthCheckRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyConfigureElasticLoadBalancerHealthCheck operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyConfigureElasticLoadBalancerHealthCheck

func (*Computing) NiftyConfigureElasticLoadBalancerHealthCheckWithContext

func (c *Computing) NiftyConfigureElasticLoadBalancerHealthCheckWithContext(ctx nifcloud.Context, input *NiftyConfigureElasticLoadBalancerHealthCheckInput, opts ...request.Option) (*NiftyConfigureElasticLoadBalancerHealthCheckOutput, error)

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

See NiftyConfigureElasticLoadBalancerHealthCheck 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 (*Computing) NiftyCreateAlarm

func (c *Computing) NiftyCreateAlarm(input *NiftyCreateAlarmInput) (*NiftyCreateAlarmOutput, error)

NiftyCreateAlarm API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateAlarm for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateAlarm

func (*Computing) NiftyCreateAlarmRequest

func (c *Computing) NiftyCreateAlarmRequest(input *NiftyCreateAlarmInput) (req *request.Request, output *NiftyCreateAlarmOutput)

NiftyCreateAlarmRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateAlarm operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateAlarm

func (*Computing) NiftyCreateAlarmWithContext

func (c *Computing) NiftyCreateAlarmWithContext(ctx nifcloud.Context, input *NiftyCreateAlarmInput, opts ...request.Option) (*NiftyCreateAlarmOutput, error)

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

See NiftyCreateAlarm 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 (*Computing) NiftyCreateAutoScalingGroup

func (c *Computing) NiftyCreateAutoScalingGroup(input *NiftyCreateAutoScalingGroupInput) (*NiftyCreateAutoScalingGroupOutput, error)

NiftyCreateAutoScalingGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateAutoScalingGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateAutoScalingGroup

func (*Computing) NiftyCreateAutoScalingGroupRequest

func (c *Computing) NiftyCreateAutoScalingGroupRequest(input *NiftyCreateAutoScalingGroupInput) (req *request.Request, output *NiftyCreateAutoScalingGroupOutput)

NiftyCreateAutoScalingGroupRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateAutoScalingGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateAutoScalingGroup

func (*Computing) NiftyCreateAutoScalingGroupWithContext

func (c *Computing) NiftyCreateAutoScalingGroupWithContext(ctx nifcloud.Context, input *NiftyCreateAutoScalingGroupInput, opts ...request.Option) (*NiftyCreateAutoScalingGroupOutput, error)

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

See NiftyCreateAutoScalingGroup 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 (*Computing) NiftyCreateDhcpConfig

func (c *Computing) NiftyCreateDhcpConfig(input *NiftyCreateDhcpConfigInput) (*NiftyCreateDhcpConfigOutput, error)

NiftyCreateDhcpConfig API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateDhcpConfig for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateDhcpConfig

func (*Computing) NiftyCreateDhcpConfigRequest

func (c *Computing) NiftyCreateDhcpConfigRequest(input *NiftyCreateDhcpConfigInput) (req *request.Request, output *NiftyCreateDhcpConfigOutput)

NiftyCreateDhcpConfigRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateDhcpConfig operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateDhcpConfig

func (*Computing) NiftyCreateDhcpConfigWithContext

func (c *Computing) NiftyCreateDhcpConfigWithContext(ctx nifcloud.Context, input *NiftyCreateDhcpConfigInput, opts ...request.Option) (*NiftyCreateDhcpConfigOutput, error)

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

See NiftyCreateDhcpConfig 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 (*Computing) NiftyCreateDhcpIpAddressPool

func (c *Computing) NiftyCreateDhcpIpAddressPool(input *NiftyCreateDhcpIpAddressPoolInput) (*NiftyCreateDhcpIpAddressPoolOutput, error)

NiftyCreateDhcpIpAddressPool API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateDhcpIpAddressPool for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateDhcpIpAddressPool

func (*Computing) NiftyCreateDhcpIpAddressPoolRequest

func (c *Computing) NiftyCreateDhcpIpAddressPoolRequest(input *NiftyCreateDhcpIpAddressPoolInput) (req *request.Request, output *NiftyCreateDhcpIpAddressPoolOutput)

NiftyCreateDhcpIpAddressPoolRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateDhcpIpAddressPool operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateDhcpIpAddressPool

func (*Computing) NiftyCreateDhcpIpAddressPoolWithContext

func (c *Computing) NiftyCreateDhcpIpAddressPoolWithContext(ctx nifcloud.Context, input *NiftyCreateDhcpIpAddressPoolInput, opts ...request.Option) (*NiftyCreateDhcpIpAddressPoolOutput, error)

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

See NiftyCreateDhcpIpAddressPool 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 (*Computing) NiftyCreateDhcpStaticMapping

func (c *Computing) NiftyCreateDhcpStaticMapping(input *NiftyCreateDhcpStaticMappingInput) (*NiftyCreateDhcpStaticMappingOutput, error)

NiftyCreateDhcpStaticMapping API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateDhcpStaticMapping for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateDhcpStaticMapping

func (*Computing) NiftyCreateDhcpStaticMappingRequest

func (c *Computing) NiftyCreateDhcpStaticMappingRequest(input *NiftyCreateDhcpStaticMappingInput) (req *request.Request, output *NiftyCreateDhcpStaticMappingOutput)

NiftyCreateDhcpStaticMappingRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateDhcpStaticMapping operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateDhcpStaticMapping

func (*Computing) NiftyCreateDhcpStaticMappingWithContext

func (c *Computing) NiftyCreateDhcpStaticMappingWithContext(ctx nifcloud.Context, input *NiftyCreateDhcpStaticMappingInput, opts ...request.Option) (*NiftyCreateDhcpStaticMappingOutput, error)

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

See NiftyCreateDhcpStaticMapping 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 (*Computing) NiftyCreateElasticLoadBalancer

func (c *Computing) NiftyCreateElasticLoadBalancer(input *NiftyCreateElasticLoadBalancerInput) (*NiftyCreateElasticLoadBalancerOutput, error)

NiftyCreateElasticLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateElasticLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateElasticLoadBalancer

func (*Computing) NiftyCreateElasticLoadBalancerRequest

func (c *Computing) NiftyCreateElasticLoadBalancerRequest(input *NiftyCreateElasticLoadBalancerInput) (req *request.Request, output *NiftyCreateElasticLoadBalancerOutput)

NiftyCreateElasticLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateElasticLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateElasticLoadBalancer

func (*Computing) NiftyCreateElasticLoadBalancerWithContext

func (c *Computing) NiftyCreateElasticLoadBalancerWithContext(ctx nifcloud.Context, input *NiftyCreateElasticLoadBalancerInput, opts ...request.Option) (*NiftyCreateElasticLoadBalancerOutput, error)

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

See NiftyCreateElasticLoadBalancer 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 (*Computing) NiftyCreateInstanceSnapshot

func (c *Computing) NiftyCreateInstanceSnapshot(input *NiftyCreateInstanceSnapshotInput) (*NiftyCreateInstanceSnapshotOutput, error)

NiftyCreateInstanceSnapshot API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateInstanceSnapshot for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateInstanceSnapshot

func (*Computing) NiftyCreateInstanceSnapshotRequest

func (c *Computing) NiftyCreateInstanceSnapshotRequest(input *NiftyCreateInstanceSnapshotInput) (req *request.Request, output *NiftyCreateInstanceSnapshotOutput)

NiftyCreateInstanceSnapshotRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateInstanceSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateInstanceSnapshot

func (*Computing) NiftyCreateInstanceSnapshotWithContext

func (c *Computing) NiftyCreateInstanceSnapshotWithContext(ctx nifcloud.Context, input *NiftyCreateInstanceSnapshotInput, opts ...request.Option) (*NiftyCreateInstanceSnapshotOutput, error)

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

See NiftyCreateInstanceSnapshot 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 (*Computing) NiftyCreateNatRule

func (c *Computing) NiftyCreateNatRule(input *NiftyCreateNatRuleInput) (*NiftyCreateNatRuleOutput, error)

NiftyCreateNatRule API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateNatRule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateNatRule

func (*Computing) NiftyCreateNatRuleRequest

func (c *Computing) NiftyCreateNatRuleRequest(input *NiftyCreateNatRuleInput) (req *request.Request, output *NiftyCreateNatRuleOutput)

NiftyCreateNatRuleRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateNatRule operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateNatRule

func (*Computing) NiftyCreateNatRuleWithContext

func (c *Computing) NiftyCreateNatRuleWithContext(ctx nifcloud.Context, input *NiftyCreateNatRuleInput, opts ...request.Option) (*NiftyCreateNatRuleOutput, error)

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

See NiftyCreateNatRule 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 (*Computing) NiftyCreateNatTable

func (c *Computing) NiftyCreateNatTable(input *NiftyCreateNatTableInput) (*NiftyCreateNatTableOutput, error)

NiftyCreateNatTable API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateNatTable for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateNatTable

func (*Computing) NiftyCreateNatTableRequest

func (c *Computing) NiftyCreateNatTableRequest(input *NiftyCreateNatTableInput) (req *request.Request, output *NiftyCreateNatTableOutput)

NiftyCreateNatTableRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateNatTable operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateNatTable

func (*Computing) NiftyCreateNatTableWithContext

func (c *Computing) NiftyCreateNatTableWithContext(ctx nifcloud.Context, input *NiftyCreateNatTableInput, opts ...request.Option) (*NiftyCreateNatTableOutput, error)

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

See NiftyCreateNatTable 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 (*Computing) NiftyCreatePrivateLan

func (c *Computing) NiftyCreatePrivateLan(input *NiftyCreatePrivateLanInput) (*NiftyCreatePrivateLanOutput, error)

NiftyCreatePrivateLan API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreatePrivateLan for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreatePrivateLan

func (*Computing) NiftyCreatePrivateLanRequest

func (c *Computing) NiftyCreatePrivateLanRequest(input *NiftyCreatePrivateLanInput) (req *request.Request, output *NiftyCreatePrivateLanOutput)

NiftyCreatePrivateLanRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreatePrivateLan operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreatePrivateLan

func (*Computing) NiftyCreatePrivateLanWithContext

func (c *Computing) NiftyCreatePrivateLanWithContext(ctx nifcloud.Context, input *NiftyCreatePrivateLanInput, opts ...request.Option) (*NiftyCreatePrivateLanOutput, error)

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

See NiftyCreatePrivateLan 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 (*Computing) NiftyCreateRouter

func (c *Computing) NiftyCreateRouter(input *NiftyCreateRouterInput) (*NiftyCreateRouterOutput, error)

NiftyCreateRouter API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateRouter for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateRouter

func (*Computing) NiftyCreateRouterRequest

func (c *Computing) NiftyCreateRouterRequest(input *NiftyCreateRouterInput) (req *request.Request, output *NiftyCreateRouterOutput)

NiftyCreateRouterRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateRouter operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateRouter

func (*Computing) NiftyCreateRouterWithContext

func (c *Computing) NiftyCreateRouterWithContext(ctx nifcloud.Context, input *NiftyCreateRouterInput, opts ...request.Option) (*NiftyCreateRouterOutput, error)

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

See NiftyCreateRouter 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 (*Computing) NiftyCreateSeparateInstanceRule

func (c *Computing) NiftyCreateSeparateInstanceRule(input *NiftyCreateSeparateInstanceRuleInput) (*NiftyCreateSeparateInstanceRuleOutput, error)

NiftyCreateSeparateInstanceRule API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateSeparateInstanceRule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateSeparateInstanceRule

func (*Computing) NiftyCreateSeparateInstanceRuleRequest

func (c *Computing) NiftyCreateSeparateInstanceRuleRequest(input *NiftyCreateSeparateInstanceRuleInput) (req *request.Request, output *NiftyCreateSeparateInstanceRuleOutput)

NiftyCreateSeparateInstanceRuleRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateSeparateInstanceRule operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateSeparateInstanceRule

func (*Computing) NiftyCreateSeparateInstanceRuleWithContext

func (c *Computing) NiftyCreateSeparateInstanceRuleWithContext(ctx nifcloud.Context, input *NiftyCreateSeparateInstanceRuleInput, opts ...request.Option) (*NiftyCreateSeparateInstanceRuleOutput, error)

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

See NiftyCreateSeparateInstanceRule 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 (*Computing) NiftyCreateWebProxy

func (c *Computing) NiftyCreateWebProxy(input *NiftyCreateWebProxyInput) (*NiftyCreateWebProxyOutput, error)

NiftyCreateWebProxy API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyCreateWebProxy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateWebProxy

func (*Computing) NiftyCreateWebProxyRequest

func (c *Computing) NiftyCreateWebProxyRequest(input *NiftyCreateWebProxyInput) (req *request.Request, output *NiftyCreateWebProxyOutput)

NiftyCreateWebProxyRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyCreateWebProxy operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyCreateWebProxy

func (*Computing) NiftyCreateWebProxyWithContext

func (c *Computing) NiftyCreateWebProxyWithContext(ctx nifcloud.Context, input *NiftyCreateWebProxyInput, opts ...request.Option) (*NiftyCreateWebProxyOutput, error)

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

See NiftyCreateWebProxy 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 (*Computing) NiftyDeleteAlarm

func (c *Computing) NiftyDeleteAlarm(input *NiftyDeleteAlarmInput) (*NiftyDeleteAlarmOutput, error)

NiftyDeleteAlarm API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteAlarm for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteAlarm

func (*Computing) NiftyDeleteAlarmRequest

func (c *Computing) NiftyDeleteAlarmRequest(input *NiftyDeleteAlarmInput) (req *request.Request, output *NiftyDeleteAlarmOutput)

NiftyDeleteAlarmRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteAlarm operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteAlarm

func (*Computing) NiftyDeleteAlarmWithContext

func (c *Computing) NiftyDeleteAlarmWithContext(ctx nifcloud.Context, input *NiftyDeleteAlarmInput, opts ...request.Option) (*NiftyDeleteAlarmOutput, error)

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

See NiftyDeleteAlarm 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 (*Computing) NiftyDeleteAutoScalingGroup

func (c *Computing) NiftyDeleteAutoScalingGroup(input *NiftyDeleteAutoScalingGroupInput) (*NiftyDeleteAutoScalingGroupOutput, error)

NiftyDeleteAutoScalingGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteAutoScalingGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteAutoScalingGroup

func (*Computing) NiftyDeleteAutoScalingGroupRequest

func (c *Computing) NiftyDeleteAutoScalingGroupRequest(input *NiftyDeleteAutoScalingGroupInput) (req *request.Request, output *NiftyDeleteAutoScalingGroupOutput)

NiftyDeleteAutoScalingGroupRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteAutoScalingGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteAutoScalingGroup

func (*Computing) NiftyDeleteAutoScalingGroupWithContext

func (c *Computing) NiftyDeleteAutoScalingGroupWithContext(ctx nifcloud.Context, input *NiftyDeleteAutoScalingGroupInput, opts ...request.Option) (*NiftyDeleteAutoScalingGroupOutput, error)

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

See NiftyDeleteAutoScalingGroup 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 (*Computing) NiftyDeleteDhcpConfig

func (c *Computing) NiftyDeleteDhcpConfig(input *NiftyDeleteDhcpConfigInput) (*NiftyDeleteDhcpConfigOutput, error)

NiftyDeleteDhcpConfig API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteDhcpConfig for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteDhcpConfig

func (*Computing) NiftyDeleteDhcpConfigRequest

func (c *Computing) NiftyDeleteDhcpConfigRequest(input *NiftyDeleteDhcpConfigInput) (req *request.Request, output *NiftyDeleteDhcpConfigOutput)

NiftyDeleteDhcpConfigRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteDhcpConfig operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteDhcpConfig

func (*Computing) NiftyDeleteDhcpConfigWithContext

func (c *Computing) NiftyDeleteDhcpConfigWithContext(ctx nifcloud.Context, input *NiftyDeleteDhcpConfigInput, opts ...request.Option) (*NiftyDeleteDhcpConfigOutput, error)

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

See NiftyDeleteDhcpConfig 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 (*Computing) NiftyDeleteDhcpIpAddressPool

func (c *Computing) NiftyDeleteDhcpIpAddressPool(input *NiftyDeleteDhcpIpAddressPoolInput) (*NiftyDeleteDhcpIpAddressPoolOutput, error)

NiftyDeleteDhcpIpAddressPool API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteDhcpIpAddressPool for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteDhcpIpAddressPool

func (*Computing) NiftyDeleteDhcpIpAddressPoolRequest

func (c *Computing) NiftyDeleteDhcpIpAddressPoolRequest(input *NiftyDeleteDhcpIpAddressPoolInput) (req *request.Request, output *NiftyDeleteDhcpIpAddressPoolOutput)

NiftyDeleteDhcpIpAddressPoolRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteDhcpIpAddressPool operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteDhcpIpAddressPool

func (*Computing) NiftyDeleteDhcpIpAddressPoolWithContext

func (c *Computing) NiftyDeleteDhcpIpAddressPoolWithContext(ctx nifcloud.Context, input *NiftyDeleteDhcpIpAddressPoolInput, opts ...request.Option) (*NiftyDeleteDhcpIpAddressPoolOutput, error)

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

See NiftyDeleteDhcpIpAddressPool 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 (*Computing) NiftyDeleteDhcpStaticMapping

func (c *Computing) NiftyDeleteDhcpStaticMapping(input *NiftyDeleteDhcpStaticMappingInput) (*NiftyDeleteDhcpStaticMappingOutput, error)

NiftyDeleteDhcpStaticMapping API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteDhcpStaticMapping for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteDhcpStaticMapping

func (*Computing) NiftyDeleteDhcpStaticMappingRequest

func (c *Computing) NiftyDeleteDhcpStaticMappingRequest(input *NiftyDeleteDhcpStaticMappingInput) (req *request.Request, output *NiftyDeleteDhcpStaticMappingOutput)

NiftyDeleteDhcpStaticMappingRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteDhcpStaticMapping operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteDhcpStaticMapping

func (*Computing) NiftyDeleteDhcpStaticMappingWithContext

func (c *Computing) NiftyDeleteDhcpStaticMappingWithContext(ctx nifcloud.Context, input *NiftyDeleteDhcpStaticMappingInput, opts ...request.Option) (*NiftyDeleteDhcpStaticMappingOutput, error)

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

See NiftyDeleteDhcpStaticMapping 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 (*Computing) NiftyDeleteElasticLoadBalancer

func (c *Computing) NiftyDeleteElasticLoadBalancer(input *NiftyDeleteElasticLoadBalancerInput) (*NiftyDeleteElasticLoadBalancerOutput, error)

NiftyDeleteElasticLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteElasticLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteElasticLoadBalancer

func (*Computing) NiftyDeleteElasticLoadBalancerRequest

func (c *Computing) NiftyDeleteElasticLoadBalancerRequest(input *NiftyDeleteElasticLoadBalancerInput) (req *request.Request, output *NiftyDeleteElasticLoadBalancerOutput)

NiftyDeleteElasticLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteElasticLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteElasticLoadBalancer

func (*Computing) NiftyDeleteElasticLoadBalancerWithContext

func (c *Computing) NiftyDeleteElasticLoadBalancerWithContext(ctx nifcloud.Context, input *NiftyDeleteElasticLoadBalancerInput, opts ...request.Option) (*NiftyDeleteElasticLoadBalancerOutput, error)

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

See NiftyDeleteElasticLoadBalancer 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 (*Computing) NiftyDeleteInstanceSnapshot

func (c *Computing) NiftyDeleteInstanceSnapshot(input *NiftyDeleteInstanceSnapshotInput) (*NiftyDeleteInstanceSnapshotOutput, error)

NiftyDeleteInstanceSnapshot API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteInstanceSnapshot for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteInstanceSnapshot

func (*Computing) NiftyDeleteInstanceSnapshotRequest

func (c *Computing) NiftyDeleteInstanceSnapshotRequest(input *NiftyDeleteInstanceSnapshotInput) (req *request.Request, output *NiftyDeleteInstanceSnapshotOutput)

NiftyDeleteInstanceSnapshotRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteInstanceSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteInstanceSnapshot

func (*Computing) NiftyDeleteInstanceSnapshotWithContext

func (c *Computing) NiftyDeleteInstanceSnapshotWithContext(ctx nifcloud.Context, input *NiftyDeleteInstanceSnapshotInput, opts ...request.Option) (*NiftyDeleteInstanceSnapshotOutput, error)

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

See NiftyDeleteInstanceSnapshot 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 (*Computing) NiftyDeleteNatRule

func (c *Computing) NiftyDeleteNatRule(input *NiftyDeleteNatRuleInput) (*NiftyDeleteNatRuleOutput, error)

NiftyDeleteNatRule API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteNatRule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteNatRule

func (*Computing) NiftyDeleteNatRuleRequest

func (c *Computing) NiftyDeleteNatRuleRequest(input *NiftyDeleteNatRuleInput) (req *request.Request, output *NiftyDeleteNatRuleOutput)

NiftyDeleteNatRuleRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteNatRule operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteNatRule

func (*Computing) NiftyDeleteNatRuleWithContext

func (c *Computing) NiftyDeleteNatRuleWithContext(ctx nifcloud.Context, input *NiftyDeleteNatRuleInput, opts ...request.Option) (*NiftyDeleteNatRuleOutput, error)

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

See NiftyDeleteNatRule 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 (*Computing) NiftyDeleteNatTable

func (c *Computing) NiftyDeleteNatTable(input *NiftyDeleteNatTableInput) (*NiftyDeleteNatTableOutput, error)

NiftyDeleteNatTable API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteNatTable for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteNatTable

func (*Computing) NiftyDeleteNatTableRequest

func (c *Computing) NiftyDeleteNatTableRequest(input *NiftyDeleteNatTableInput) (req *request.Request, output *NiftyDeleteNatTableOutput)

NiftyDeleteNatTableRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteNatTable operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteNatTable

func (*Computing) NiftyDeleteNatTableWithContext

func (c *Computing) NiftyDeleteNatTableWithContext(ctx nifcloud.Context, input *NiftyDeleteNatTableInput, opts ...request.Option) (*NiftyDeleteNatTableOutput, error)

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

See NiftyDeleteNatTable 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 (*Computing) NiftyDeletePrivateLan

func (c *Computing) NiftyDeletePrivateLan(input *NiftyDeletePrivateLanInput) (*NiftyDeletePrivateLanOutput, error)

NiftyDeletePrivateLan API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeletePrivateLan for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeletePrivateLan

func (*Computing) NiftyDeletePrivateLanRequest

func (c *Computing) NiftyDeletePrivateLanRequest(input *NiftyDeletePrivateLanInput) (req *request.Request, output *NiftyDeletePrivateLanOutput)

NiftyDeletePrivateLanRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeletePrivateLan operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeletePrivateLan

func (*Computing) NiftyDeletePrivateLanWithContext

func (c *Computing) NiftyDeletePrivateLanWithContext(ctx nifcloud.Context, input *NiftyDeletePrivateLanInput, opts ...request.Option) (*NiftyDeletePrivateLanOutput, error)

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

See NiftyDeletePrivateLan 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 (*Computing) NiftyDeleteRouter

func (c *Computing) NiftyDeleteRouter(input *NiftyDeleteRouterInput) (*NiftyDeleteRouterOutput, error)

NiftyDeleteRouter API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteRouter for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteRouter

func (*Computing) NiftyDeleteRouterRequest

func (c *Computing) NiftyDeleteRouterRequest(input *NiftyDeleteRouterInput) (req *request.Request, output *NiftyDeleteRouterOutput)

NiftyDeleteRouterRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteRouter operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteRouter

func (*Computing) NiftyDeleteRouterWithContext

func (c *Computing) NiftyDeleteRouterWithContext(ctx nifcloud.Context, input *NiftyDeleteRouterInput, opts ...request.Option) (*NiftyDeleteRouterOutput, error)

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

See NiftyDeleteRouter 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 (*Computing) NiftyDeleteSeparateInstanceRule

func (c *Computing) NiftyDeleteSeparateInstanceRule(input *NiftyDeleteSeparateInstanceRuleInput) (*NiftyDeleteSeparateInstanceRuleOutput, error)

NiftyDeleteSeparateInstanceRule API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteSeparateInstanceRule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteSeparateInstanceRule

func (*Computing) NiftyDeleteSeparateInstanceRuleRequest

func (c *Computing) NiftyDeleteSeparateInstanceRuleRequest(input *NiftyDeleteSeparateInstanceRuleInput) (req *request.Request, output *NiftyDeleteSeparateInstanceRuleOutput)

NiftyDeleteSeparateInstanceRuleRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteSeparateInstanceRule operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteSeparateInstanceRule

func (*Computing) NiftyDeleteSeparateInstanceRuleWithContext

func (c *Computing) NiftyDeleteSeparateInstanceRuleWithContext(ctx nifcloud.Context, input *NiftyDeleteSeparateInstanceRuleInput, opts ...request.Option) (*NiftyDeleteSeparateInstanceRuleOutput, error)

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

See NiftyDeleteSeparateInstanceRule 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 (*Computing) NiftyDeleteWebProxy

func (c *Computing) NiftyDeleteWebProxy(input *NiftyDeleteWebProxyInput) (*NiftyDeleteWebProxyOutput, error)

NiftyDeleteWebProxy API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeleteWebProxy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteWebProxy

func (*Computing) NiftyDeleteWebProxyRequest

func (c *Computing) NiftyDeleteWebProxyRequest(input *NiftyDeleteWebProxyInput) (req *request.Request, output *NiftyDeleteWebProxyOutput)

NiftyDeleteWebProxyRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeleteWebProxy operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeleteWebProxy

func (*Computing) NiftyDeleteWebProxyWithContext

func (c *Computing) NiftyDeleteWebProxyWithContext(ctx nifcloud.Context, input *NiftyDeleteWebProxyInput, opts ...request.Option) (*NiftyDeleteWebProxyOutput, error)

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

See NiftyDeleteWebProxy 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 (*Computing) NiftyDeregisterInstancesFromElasticLoadBalancer

NiftyDeregisterInstancesFromElasticLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeregisterInstancesFromElasticLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeregisterInstancesFromElasticLoadBalancer

func (*Computing) NiftyDeregisterInstancesFromElasticLoadBalancerRequest

func (c *Computing) NiftyDeregisterInstancesFromElasticLoadBalancerRequest(input *NiftyDeregisterInstancesFromElasticLoadBalancerInput) (req *request.Request, output *NiftyDeregisterInstancesFromElasticLoadBalancerOutput)

NiftyDeregisterInstancesFromElasticLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeregisterInstancesFromElasticLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeregisterInstancesFromElasticLoadBalancer

func (*Computing) NiftyDeregisterInstancesFromElasticLoadBalancerWithContext

func (c *Computing) NiftyDeregisterInstancesFromElasticLoadBalancerWithContext(ctx nifcloud.Context, input *NiftyDeregisterInstancesFromElasticLoadBalancerInput, opts ...request.Option) (*NiftyDeregisterInstancesFromElasticLoadBalancerOutput, error)

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

See NiftyDeregisterInstancesFromElasticLoadBalancer 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 (*Computing) NiftyDeregisterInstancesFromSeparateInstanceRule

NiftyDeregisterInstancesFromSeparateInstanceRule API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeregisterInstancesFromSeparateInstanceRule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeregisterInstancesFromSeparateInstanceRule

func (*Computing) NiftyDeregisterInstancesFromSeparateInstanceRuleRequest

func (c *Computing) NiftyDeregisterInstancesFromSeparateInstanceRuleRequest(input *NiftyDeregisterInstancesFromSeparateInstanceRuleInput) (req *request.Request, output *NiftyDeregisterInstancesFromSeparateInstanceRuleOutput)

NiftyDeregisterInstancesFromSeparateInstanceRuleRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeregisterInstancesFromSeparateInstanceRule operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeregisterInstancesFromSeparateInstanceRule

func (*Computing) NiftyDeregisterInstancesFromSeparateInstanceRuleWithContext

func (c *Computing) NiftyDeregisterInstancesFromSeparateInstanceRuleWithContext(ctx nifcloud.Context, input *NiftyDeregisterInstancesFromSeparateInstanceRuleInput, opts ...request.Option) (*NiftyDeregisterInstancesFromSeparateInstanceRuleOutput, error)

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

See NiftyDeregisterInstancesFromSeparateInstanceRule 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 (*Computing) NiftyDeregisterRoutersFromSecurityGroup

NiftyDeregisterRoutersFromSecurityGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeregisterRoutersFromSecurityGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeregisterRoutersFromSecurityGroup

func (*Computing) NiftyDeregisterRoutersFromSecurityGroupRequest

func (c *Computing) NiftyDeregisterRoutersFromSecurityGroupRequest(input *NiftyDeregisterRoutersFromSecurityGroupInput) (req *request.Request, output *NiftyDeregisterRoutersFromSecurityGroupOutput)

NiftyDeregisterRoutersFromSecurityGroupRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeregisterRoutersFromSecurityGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeregisterRoutersFromSecurityGroup

func (*Computing) NiftyDeregisterRoutersFromSecurityGroupWithContext

func (c *Computing) NiftyDeregisterRoutersFromSecurityGroupWithContext(ctx nifcloud.Context, input *NiftyDeregisterRoutersFromSecurityGroupInput, opts ...request.Option) (*NiftyDeregisterRoutersFromSecurityGroupOutput, error)

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

See NiftyDeregisterRoutersFromSecurityGroup 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 (*Computing) NiftyDeregisterVpnGatewaysFromSecurityGroup

NiftyDeregisterVpnGatewaysFromSecurityGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDeregisterVpnGatewaysFromSecurityGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeregisterVpnGatewaysFromSecurityGroup

func (*Computing) NiftyDeregisterVpnGatewaysFromSecurityGroupRequest

func (c *Computing) NiftyDeregisterVpnGatewaysFromSecurityGroupRequest(input *NiftyDeregisterVpnGatewaysFromSecurityGroupInput) (req *request.Request, output *NiftyDeregisterVpnGatewaysFromSecurityGroupOutput)

NiftyDeregisterVpnGatewaysFromSecurityGroupRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDeregisterVpnGatewaysFromSecurityGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDeregisterVpnGatewaysFromSecurityGroup

func (*Computing) NiftyDeregisterVpnGatewaysFromSecurityGroupWithContext

func (c *Computing) NiftyDeregisterVpnGatewaysFromSecurityGroupWithContext(ctx nifcloud.Context, input *NiftyDeregisterVpnGatewaysFromSecurityGroupInput, opts ...request.Option) (*NiftyDeregisterVpnGatewaysFromSecurityGroupOutput, error)

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

See NiftyDeregisterVpnGatewaysFromSecurityGroup 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 (*Computing) NiftyDescribeAlarmHistory

func (c *Computing) NiftyDescribeAlarmHistory(input *NiftyDescribeAlarmHistoryInput) (*NiftyDescribeAlarmHistoryOutput, error)

NiftyDescribeAlarmHistory API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeAlarmHistory for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeAlarmHistory

func (*Computing) NiftyDescribeAlarmHistoryRequest

func (c *Computing) NiftyDescribeAlarmHistoryRequest(input *NiftyDescribeAlarmHistoryInput) (req *request.Request, output *NiftyDescribeAlarmHistoryOutput)

NiftyDescribeAlarmHistoryRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeAlarmHistory operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeAlarmHistory

func (*Computing) NiftyDescribeAlarmHistoryWithContext

func (c *Computing) NiftyDescribeAlarmHistoryWithContext(ctx nifcloud.Context, input *NiftyDescribeAlarmHistoryInput, opts ...request.Option) (*NiftyDescribeAlarmHistoryOutput, error)

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

See NiftyDescribeAlarmHistory 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 (*Computing) NiftyDescribeAlarmRulesActivities

func (c *Computing) NiftyDescribeAlarmRulesActivities(input *NiftyDescribeAlarmRulesActivitiesInput) (*NiftyDescribeAlarmRulesActivitiesOutput, error)

NiftyDescribeAlarmRulesActivities API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeAlarmRulesActivities for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeAlarmRulesActivities

func (*Computing) NiftyDescribeAlarmRulesActivitiesRequest

func (c *Computing) NiftyDescribeAlarmRulesActivitiesRequest(input *NiftyDescribeAlarmRulesActivitiesInput) (req *request.Request, output *NiftyDescribeAlarmRulesActivitiesOutput)

NiftyDescribeAlarmRulesActivitiesRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeAlarmRulesActivities operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeAlarmRulesActivities

func (*Computing) NiftyDescribeAlarmRulesActivitiesWithContext

func (c *Computing) NiftyDescribeAlarmRulesActivitiesWithContext(ctx nifcloud.Context, input *NiftyDescribeAlarmRulesActivitiesInput, opts ...request.Option) (*NiftyDescribeAlarmRulesActivitiesOutput, error)

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

See NiftyDescribeAlarmRulesActivities 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 (*Computing) NiftyDescribeAlarms

func (c *Computing) NiftyDescribeAlarms(input *NiftyDescribeAlarmsInput) (*NiftyDescribeAlarmsOutput, error)

NiftyDescribeAlarms API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeAlarms for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeAlarms

func (*Computing) NiftyDescribeAlarmsPartitions

func (c *Computing) NiftyDescribeAlarmsPartitions(input *NiftyDescribeAlarmsPartitionsInput) (*NiftyDescribeAlarmsPartitionsOutput, error)

NiftyDescribeAlarmsPartitions API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeAlarmsPartitions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeAlarmsPartitions

func (*Computing) NiftyDescribeAlarmsPartitionsRequest

func (c *Computing) NiftyDescribeAlarmsPartitionsRequest(input *NiftyDescribeAlarmsPartitionsInput) (req *request.Request, output *NiftyDescribeAlarmsPartitionsOutput)

NiftyDescribeAlarmsPartitionsRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeAlarmsPartitions operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeAlarmsPartitions

func (*Computing) NiftyDescribeAlarmsPartitionsWithContext

func (c *Computing) NiftyDescribeAlarmsPartitionsWithContext(ctx nifcloud.Context, input *NiftyDescribeAlarmsPartitionsInput, opts ...request.Option) (*NiftyDescribeAlarmsPartitionsOutput, error)

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

See NiftyDescribeAlarmsPartitions 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 (*Computing) NiftyDescribeAlarmsRequest

func (c *Computing) NiftyDescribeAlarmsRequest(input *NiftyDescribeAlarmsInput) (req *request.Request, output *NiftyDescribeAlarmsOutput)

NiftyDescribeAlarmsRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeAlarms operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeAlarms

func (*Computing) NiftyDescribeAlarmsWithContext

func (c *Computing) NiftyDescribeAlarmsWithContext(ctx nifcloud.Context, input *NiftyDescribeAlarmsInput, opts ...request.Option) (*NiftyDescribeAlarmsOutput, error)

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

See NiftyDescribeAlarms 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 (*Computing) NiftyDescribeAutoScalingGroups

func (c *Computing) NiftyDescribeAutoScalingGroups(input *NiftyDescribeAutoScalingGroupsInput) (*NiftyDescribeAutoScalingGroupsOutput, error)

NiftyDescribeAutoScalingGroups API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeAutoScalingGroups for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeAutoScalingGroups

func (*Computing) NiftyDescribeAutoScalingGroupsRequest

func (c *Computing) NiftyDescribeAutoScalingGroupsRequest(input *NiftyDescribeAutoScalingGroupsInput) (req *request.Request, output *NiftyDescribeAutoScalingGroupsOutput)

NiftyDescribeAutoScalingGroupsRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeAutoScalingGroups operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeAutoScalingGroups

func (*Computing) NiftyDescribeAutoScalingGroupsWithContext

func (c *Computing) NiftyDescribeAutoScalingGroupsWithContext(ctx nifcloud.Context, input *NiftyDescribeAutoScalingGroupsInput, opts ...request.Option) (*NiftyDescribeAutoScalingGroupsOutput, error)

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

See NiftyDescribeAutoScalingGroups 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 (*Computing) NiftyDescribeCorporateInfoForCertificate

NiftyDescribeCorporateInfoForCertificate API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeCorporateInfoForCertificate for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeCorporateInfoForCertificate

func (*Computing) NiftyDescribeCorporateInfoForCertificateRequest

func (c *Computing) NiftyDescribeCorporateInfoForCertificateRequest(input *NiftyDescribeCorporateInfoForCertificateInput) (req *request.Request, output *NiftyDescribeCorporateInfoForCertificateOutput)

NiftyDescribeCorporateInfoForCertificateRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeCorporateInfoForCertificate operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeCorporateInfoForCertificate

func (*Computing) NiftyDescribeCorporateInfoForCertificateWithContext

func (c *Computing) NiftyDescribeCorporateInfoForCertificateWithContext(ctx nifcloud.Context, input *NiftyDescribeCorporateInfoForCertificateInput, opts ...request.Option) (*NiftyDescribeCorporateInfoForCertificateOutput, error)

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

See NiftyDescribeCorporateInfoForCertificate 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 (*Computing) NiftyDescribeDhcpConfigs

func (c *Computing) NiftyDescribeDhcpConfigs(input *NiftyDescribeDhcpConfigsInput) (*NiftyDescribeDhcpConfigsOutput, error)

NiftyDescribeDhcpConfigs API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeDhcpConfigs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeDhcpConfigs

func (*Computing) NiftyDescribeDhcpConfigsRequest

func (c *Computing) NiftyDescribeDhcpConfigsRequest(input *NiftyDescribeDhcpConfigsInput) (req *request.Request, output *NiftyDescribeDhcpConfigsOutput)

NiftyDescribeDhcpConfigsRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeDhcpConfigs operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeDhcpConfigs

func (*Computing) NiftyDescribeDhcpConfigsWithContext

func (c *Computing) NiftyDescribeDhcpConfigsWithContext(ctx nifcloud.Context, input *NiftyDescribeDhcpConfigsInput, opts ...request.Option) (*NiftyDescribeDhcpConfigsOutput, error)

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

See NiftyDescribeDhcpConfigs 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 (*Computing) NiftyDescribeDhcpStatus

func (c *Computing) NiftyDescribeDhcpStatus(input *NiftyDescribeDhcpStatusInput) (*NiftyDescribeDhcpStatusOutput, error)

NiftyDescribeDhcpStatus API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeDhcpStatus for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeDhcpStatus

func (*Computing) NiftyDescribeDhcpStatusRequest

func (c *Computing) NiftyDescribeDhcpStatusRequest(input *NiftyDescribeDhcpStatusInput) (req *request.Request, output *NiftyDescribeDhcpStatusOutput)

NiftyDescribeDhcpStatusRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeDhcpStatus operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeDhcpStatus

func (*Computing) NiftyDescribeDhcpStatusWithContext

func (c *Computing) NiftyDescribeDhcpStatusWithContext(ctx nifcloud.Context, input *NiftyDescribeDhcpStatusInput, opts ...request.Option) (*NiftyDescribeDhcpStatusOutput, error)

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

See NiftyDescribeDhcpStatus 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 (*Computing) NiftyDescribeElasticLoadBalancers

func (c *Computing) NiftyDescribeElasticLoadBalancers(input *NiftyDescribeElasticLoadBalancersInput) (*NiftyDescribeElasticLoadBalancersOutput, error)

NiftyDescribeElasticLoadBalancers API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeElasticLoadBalancers for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeElasticLoadBalancers

func (*Computing) NiftyDescribeElasticLoadBalancersRequest

func (c *Computing) NiftyDescribeElasticLoadBalancersRequest(input *NiftyDescribeElasticLoadBalancersInput) (req *request.Request, output *NiftyDescribeElasticLoadBalancersOutput)

NiftyDescribeElasticLoadBalancersRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeElasticLoadBalancers operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeElasticLoadBalancers

func (*Computing) NiftyDescribeElasticLoadBalancersWithContext

func (c *Computing) NiftyDescribeElasticLoadBalancersWithContext(ctx nifcloud.Context, input *NiftyDescribeElasticLoadBalancersInput, opts ...request.Option) (*NiftyDescribeElasticLoadBalancersOutput, error)

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

See NiftyDescribeElasticLoadBalancers 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 (*Computing) NiftyDescribeInstanceElasticLoadBalancerHealth

NiftyDescribeInstanceElasticLoadBalancerHealth API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeInstanceElasticLoadBalancerHealth for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeInstanceElasticLoadBalancerHealth

func (*Computing) NiftyDescribeInstanceElasticLoadBalancerHealthRequest

func (c *Computing) NiftyDescribeInstanceElasticLoadBalancerHealthRequest(input *NiftyDescribeInstanceElasticLoadBalancerHealthInput) (req *request.Request, output *NiftyDescribeInstanceElasticLoadBalancerHealthOutput)

NiftyDescribeInstanceElasticLoadBalancerHealthRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeInstanceElasticLoadBalancerHealth operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeInstanceElasticLoadBalancerHealth

func (*Computing) NiftyDescribeInstanceElasticLoadBalancerHealthWithContext

func (c *Computing) NiftyDescribeInstanceElasticLoadBalancerHealthWithContext(ctx nifcloud.Context, input *NiftyDescribeInstanceElasticLoadBalancerHealthInput, opts ...request.Option) (*NiftyDescribeInstanceElasticLoadBalancerHealthOutput, error)

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

See NiftyDescribeInstanceElasticLoadBalancerHealth 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 (*Computing) NiftyDescribeInstanceSnapshots

func (c *Computing) NiftyDescribeInstanceSnapshots(input *NiftyDescribeInstanceSnapshotsInput) (*NiftyDescribeInstanceSnapshotsOutput, error)

NiftyDescribeInstanceSnapshots API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeInstanceSnapshots for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeInstanceSnapshots

func (*Computing) NiftyDescribeInstanceSnapshotsRequest

func (c *Computing) NiftyDescribeInstanceSnapshotsRequest(input *NiftyDescribeInstanceSnapshotsInput) (req *request.Request, output *NiftyDescribeInstanceSnapshotsOutput)

NiftyDescribeInstanceSnapshotsRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeInstanceSnapshots operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeInstanceSnapshots

func (*Computing) NiftyDescribeInstanceSnapshotsWithContext

func (c *Computing) NiftyDescribeInstanceSnapshotsWithContext(ctx nifcloud.Context, input *NiftyDescribeInstanceSnapshotsInput, opts ...request.Option) (*NiftyDescribeInstanceSnapshotsOutput, error)

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

See NiftyDescribeInstanceSnapshots 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 (*Computing) NiftyDescribeNatTables

func (c *Computing) NiftyDescribeNatTables(input *NiftyDescribeNatTablesInput) (*NiftyDescribeNatTablesOutput, error)

NiftyDescribeNatTables API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeNatTables for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeNatTables

func (*Computing) NiftyDescribeNatTablesRequest

func (c *Computing) NiftyDescribeNatTablesRequest(input *NiftyDescribeNatTablesInput) (req *request.Request, output *NiftyDescribeNatTablesOutput)

NiftyDescribeNatTablesRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeNatTables operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeNatTables

func (*Computing) NiftyDescribeNatTablesWithContext

func (c *Computing) NiftyDescribeNatTablesWithContext(ctx nifcloud.Context, input *NiftyDescribeNatTablesInput, opts ...request.Option) (*NiftyDescribeNatTablesOutput, error)

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

See NiftyDescribeNatTables 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 (*Computing) NiftyDescribePerformanceChart

func (c *Computing) NiftyDescribePerformanceChart(input *NiftyDescribePerformanceChartInput) (*NiftyDescribePerformanceChartOutput, error)

NiftyDescribePerformanceChart API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribePerformanceChart for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribePerformanceChart

func (*Computing) NiftyDescribePerformanceChartRequest

func (c *Computing) NiftyDescribePerformanceChartRequest(input *NiftyDescribePerformanceChartInput) (req *request.Request, output *NiftyDescribePerformanceChartOutput)

NiftyDescribePerformanceChartRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribePerformanceChart operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribePerformanceChart

func (*Computing) NiftyDescribePerformanceChartWithContext

func (c *Computing) NiftyDescribePerformanceChartWithContext(ctx nifcloud.Context, input *NiftyDescribePerformanceChartInput, opts ...request.Option) (*NiftyDescribePerformanceChartOutput, error)

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

See NiftyDescribePerformanceChart 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 (*Computing) NiftyDescribePrivateLans

func (c *Computing) NiftyDescribePrivateLans(input *NiftyDescribePrivateLansInput) (*NiftyDescribePrivateLansOutput, error)

NiftyDescribePrivateLans API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribePrivateLans for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribePrivateLans

func (*Computing) NiftyDescribePrivateLansRequest

func (c *Computing) NiftyDescribePrivateLansRequest(input *NiftyDescribePrivateLansInput) (req *request.Request, output *NiftyDescribePrivateLansOutput)

NiftyDescribePrivateLansRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribePrivateLans operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribePrivateLans

func (*Computing) NiftyDescribePrivateLansWithContext

func (c *Computing) NiftyDescribePrivateLansWithContext(ctx nifcloud.Context, input *NiftyDescribePrivateLansInput, opts ...request.Option) (*NiftyDescribePrivateLansOutput, error)

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

See NiftyDescribePrivateLans 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 (*Computing) NiftyDescribeRouters

func (c *Computing) NiftyDescribeRouters(input *NiftyDescribeRoutersInput) (*NiftyDescribeRoutersOutput, error)

NiftyDescribeRouters API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeRouters for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeRouters

func (*Computing) NiftyDescribeRoutersRequest

func (c *Computing) NiftyDescribeRoutersRequest(input *NiftyDescribeRoutersInput) (req *request.Request, output *NiftyDescribeRoutersOutput)

NiftyDescribeRoutersRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeRouters operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeRouters

func (*Computing) NiftyDescribeRoutersWithContext

func (c *Computing) NiftyDescribeRoutersWithContext(ctx nifcloud.Context, input *NiftyDescribeRoutersInput, opts ...request.Option) (*NiftyDescribeRoutersOutput, error)

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

See NiftyDescribeRouters 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 (*Computing) NiftyDescribeScalingActivities

func (c *Computing) NiftyDescribeScalingActivities(input *NiftyDescribeScalingActivitiesInput) (*NiftyDescribeScalingActivitiesOutput, error)

NiftyDescribeScalingActivities API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeScalingActivities for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeScalingActivities

func (*Computing) NiftyDescribeScalingActivitiesRequest

func (c *Computing) NiftyDescribeScalingActivitiesRequest(input *NiftyDescribeScalingActivitiesInput) (req *request.Request, output *NiftyDescribeScalingActivitiesOutput)

NiftyDescribeScalingActivitiesRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeScalingActivities operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeScalingActivities

func (*Computing) NiftyDescribeScalingActivitiesWithContext

func (c *Computing) NiftyDescribeScalingActivitiesWithContext(ctx nifcloud.Context, input *NiftyDescribeScalingActivitiesInput, opts ...request.Option) (*NiftyDescribeScalingActivitiesOutput, error)

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

See NiftyDescribeScalingActivities 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 (*Computing) NiftyDescribeSeparateInstanceRules

func (c *Computing) NiftyDescribeSeparateInstanceRules(input *NiftyDescribeSeparateInstanceRulesInput) (*NiftyDescribeSeparateInstanceRulesOutput, error)

NiftyDescribeSeparateInstanceRules API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeSeparateInstanceRules for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeSeparateInstanceRules

func (*Computing) NiftyDescribeSeparateInstanceRulesRequest

func (c *Computing) NiftyDescribeSeparateInstanceRulesRequest(input *NiftyDescribeSeparateInstanceRulesInput) (req *request.Request, output *NiftyDescribeSeparateInstanceRulesOutput)

NiftyDescribeSeparateInstanceRulesRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeSeparateInstanceRules operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeSeparateInstanceRules

func (*Computing) NiftyDescribeSeparateInstanceRulesWithContext

func (c *Computing) NiftyDescribeSeparateInstanceRulesWithContext(ctx nifcloud.Context, input *NiftyDescribeSeparateInstanceRulesInput, opts ...request.Option) (*NiftyDescribeSeparateInstanceRulesOutput, error)

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

See NiftyDescribeSeparateInstanceRules 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 (*Computing) NiftyDescribeVpnGatewayActivities

func (c *Computing) NiftyDescribeVpnGatewayActivities(input *NiftyDescribeVpnGatewayActivitiesInput) (*NiftyDescribeVpnGatewayActivitiesOutput, error)

NiftyDescribeVpnGatewayActivities API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeVpnGatewayActivities for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeVpnGatewayActivities

func (*Computing) NiftyDescribeVpnGatewayActivitiesRequest

func (c *Computing) NiftyDescribeVpnGatewayActivitiesRequest(input *NiftyDescribeVpnGatewayActivitiesInput) (req *request.Request, output *NiftyDescribeVpnGatewayActivitiesOutput)

NiftyDescribeVpnGatewayActivitiesRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeVpnGatewayActivities operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeVpnGatewayActivities

func (*Computing) NiftyDescribeVpnGatewayActivitiesWithContext

func (c *Computing) NiftyDescribeVpnGatewayActivitiesWithContext(ctx nifcloud.Context, input *NiftyDescribeVpnGatewayActivitiesInput, opts ...request.Option) (*NiftyDescribeVpnGatewayActivitiesOutput, error)

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

See NiftyDescribeVpnGatewayActivities 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 (*Computing) NiftyDescribeWebProxies

func (c *Computing) NiftyDescribeWebProxies(input *NiftyDescribeWebProxiesInput) (*NiftyDescribeWebProxiesOutput, error)

NiftyDescribeWebProxies API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDescribeWebProxies for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeWebProxies

func (*Computing) NiftyDescribeWebProxiesRequest

func (c *Computing) NiftyDescribeWebProxiesRequest(input *NiftyDescribeWebProxiesInput) (req *request.Request, output *NiftyDescribeWebProxiesOutput)

NiftyDescribeWebProxiesRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDescribeWebProxies operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDescribeWebProxies

func (*Computing) NiftyDescribeWebProxiesWithContext

func (c *Computing) NiftyDescribeWebProxiesWithContext(ctx nifcloud.Context, input *NiftyDescribeWebProxiesInput, opts ...request.Option) (*NiftyDescribeWebProxiesOutput, error)

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

See NiftyDescribeWebProxies 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 (*Computing) NiftyDisableDhcp

func (c *Computing) NiftyDisableDhcp(input *NiftyDisableDhcpInput) (*NiftyDisableDhcpOutput, error)

NiftyDisableDhcp API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDisableDhcp for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDisableDhcp

func (*Computing) NiftyDisableDhcpRequest

func (c *Computing) NiftyDisableDhcpRequest(input *NiftyDisableDhcpInput) (req *request.Request, output *NiftyDisableDhcpOutput)

NiftyDisableDhcpRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDisableDhcp operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDisableDhcp

func (*Computing) NiftyDisableDhcpWithContext

func (c *Computing) NiftyDisableDhcpWithContext(ctx nifcloud.Context, input *NiftyDisableDhcpInput, opts ...request.Option) (*NiftyDisableDhcpOutput, error)

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

See NiftyDisableDhcp 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 (*Computing) NiftyDisassociateNatTable

func (c *Computing) NiftyDisassociateNatTable(input *NiftyDisassociateNatTableInput) (*NiftyDisassociateNatTableOutput, error)

NiftyDisassociateNatTable API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDisassociateNatTable for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDisassociateNatTable

func (*Computing) NiftyDisassociateNatTableRequest

func (c *Computing) NiftyDisassociateNatTableRequest(input *NiftyDisassociateNatTableInput) (req *request.Request, output *NiftyDisassociateNatTableOutput)

NiftyDisassociateNatTableRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDisassociateNatTable operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDisassociateNatTable

func (*Computing) NiftyDisassociateNatTableWithContext

func (c *Computing) NiftyDisassociateNatTableWithContext(ctx nifcloud.Context, input *NiftyDisassociateNatTableInput, opts ...request.Option) (*NiftyDisassociateNatTableOutput, error)

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

See NiftyDisassociateNatTable 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 (*Computing) NiftyDisassociateRouteTableFromVpnGateway

NiftyDisassociateRouteTableFromVpnGateway API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyDisassociateRouteTableFromVpnGateway for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDisassociateRouteTableFromVpnGateway

func (*Computing) NiftyDisassociateRouteTableFromVpnGatewayRequest

func (c *Computing) NiftyDisassociateRouteTableFromVpnGatewayRequest(input *NiftyDisassociateRouteTableFromVpnGatewayInput) (req *request.Request, output *NiftyDisassociateRouteTableFromVpnGatewayOutput)

NiftyDisassociateRouteTableFromVpnGatewayRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyDisassociateRouteTableFromVpnGateway operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyDisassociateRouteTableFromVpnGateway

func (*Computing) NiftyDisassociateRouteTableFromVpnGatewayWithContext

func (c *Computing) NiftyDisassociateRouteTableFromVpnGatewayWithContext(ctx nifcloud.Context, input *NiftyDisassociateRouteTableFromVpnGatewayInput, opts ...request.Option) (*NiftyDisassociateRouteTableFromVpnGatewayOutput, error)

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

See NiftyDisassociateRouteTableFromVpnGateway 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 (*Computing) NiftyEnableDhcp

func (c *Computing) NiftyEnableDhcp(input *NiftyEnableDhcpInput) (*NiftyEnableDhcpOutput, error)

NiftyEnableDhcp API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyEnableDhcp for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyEnableDhcp

func (*Computing) NiftyEnableDhcpRequest

func (c *Computing) NiftyEnableDhcpRequest(input *NiftyEnableDhcpInput) (req *request.Request, output *NiftyEnableDhcpOutput)

NiftyEnableDhcpRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyEnableDhcp operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyEnableDhcp

func (*Computing) NiftyEnableDhcpWithContext

func (c *Computing) NiftyEnableDhcpWithContext(ctx nifcloud.Context, input *NiftyEnableDhcpInput, opts ...request.Option) (*NiftyEnableDhcpOutput, error)

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

See NiftyEnableDhcp 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 (*Computing) NiftyModifyAddressAttribute

func (c *Computing) NiftyModifyAddressAttribute(input *NiftyModifyAddressAttributeInput) (*NiftyModifyAddressAttributeOutput, error)

NiftyModifyAddressAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyModifyAddressAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyAddressAttribute

func (*Computing) NiftyModifyAddressAttributeRequest

func (c *Computing) NiftyModifyAddressAttributeRequest(input *NiftyModifyAddressAttributeInput) (req *request.Request, output *NiftyModifyAddressAttributeOutput)

NiftyModifyAddressAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyModifyAddressAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyAddressAttribute

func (*Computing) NiftyModifyAddressAttributeWithContext

func (c *Computing) NiftyModifyAddressAttributeWithContext(ctx nifcloud.Context, input *NiftyModifyAddressAttributeInput, opts ...request.Option) (*NiftyModifyAddressAttributeOutput, error)

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

See NiftyModifyAddressAttribute 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 (*Computing) NiftyModifyCustomerGatewayAttribute

NiftyModifyCustomerGatewayAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyModifyCustomerGatewayAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyCustomerGatewayAttribute

func (*Computing) NiftyModifyCustomerGatewayAttributeRequest

func (c *Computing) NiftyModifyCustomerGatewayAttributeRequest(input *NiftyModifyCustomerGatewayAttributeInput) (req *request.Request, output *NiftyModifyCustomerGatewayAttributeOutput)

NiftyModifyCustomerGatewayAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyModifyCustomerGatewayAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyCustomerGatewayAttribute

func (*Computing) NiftyModifyCustomerGatewayAttributeWithContext

func (c *Computing) NiftyModifyCustomerGatewayAttributeWithContext(ctx nifcloud.Context, input *NiftyModifyCustomerGatewayAttributeInput, opts ...request.Option) (*NiftyModifyCustomerGatewayAttributeOutput, error)

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

See NiftyModifyCustomerGatewayAttribute 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 (*Computing) NiftyModifyElasticLoadBalancerAttributes

NiftyModifyElasticLoadBalancerAttributes API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyModifyElasticLoadBalancerAttributes for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyElasticLoadBalancerAttributes

func (*Computing) NiftyModifyElasticLoadBalancerAttributesRequest

func (c *Computing) NiftyModifyElasticLoadBalancerAttributesRequest(input *NiftyModifyElasticLoadBalancerAttributesInput) (req *request.Request, output *NiftyModifyElasticLoadBalancerAttributesOutput)

NiftyModifyElasticLoadBalancerAttributesRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyModifyElasticLoadBalancerAttributes operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyElasticLoadBalancerAttributes

func (*Computing) NiftyModifyElasticLoadBalancerAttributesWithContext

func (c *Computing) NiftyModifyElasticLoadBalancerAttributesWithContext(ctx nifcloud.Context, input *NiftyModifyElasticLoadBalancerAttributesInput, opts ...request.Option) (*NiftyModifyElasticLoadBalancerAttributesOutput, error)

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

See NiftyModifyElasticLoadBalancerAttributes 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 (*Computing) NiftyModifyInstanceSnapshotAttribute

NiftyModifyInstanceSnapshotAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyModifyInstanceSnapshotAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyInstanceSnapshotAttribute

func (*Computing) NiftyModifyInstanceSnapshotAttributeRequest

func (c *Computing) NiftyModifyInstanceSnapshotAttributeRequest(input *NiftyModifyInstanceSnapshotAttributeInput) (req *request.Request, output *NiftyModifyInstanceSnapshotAttributeOutput)

NiftyModifyInstanceSnapshotAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyModifyInstanceSnapshotAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyInstanceSnapshotAttribute

func (*Computing) NiftyModifyInstanceSnapshotAttributeWithContext

func (c *Computing) NiftyModifyInstanceSnapshotAttributeWithContext(ctx nifcloud.Context, input *NiftyModifyInstanceSnapshotAttributeInput, opts ...request.Option) (*NiftyModifyInstanceSnapshotAttributeOutput, error)

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

See NiftyModifyInstanceSnapshotAttribute 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 (*Computing) NiftyModifyKeyPairAttribute

func (c *Computing) NiftyModifyKeyPairAttribute(input *NiftyModifyKeyPairAttributeInput) (*NiftyModifyKeyPairAttributeOutput, error)

NiftyModifyKeyPairAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyModifyKeyPairAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyKeyPairAttribute

func (*Computing) NiftyModifyKeyPairAttributeRequest

func (c *Computing) NiftyModifyKeyPairAttributeRequest(input *NiftyModifyKeyPairAttributeInput) (req *request.Request, output *NiftyModifyKeyPairAttributeOutput)

NiftyModifyKeyPairAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyModifyKeyPairAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyKeyPairAttribute

func (*Computing) NiftyModifyKeyPairAttributeWithContext

func (c *Computing) NiftyModifyKeyPairAttributeWithContext(ctx nifcloud.Context, input *NiftyModifyKeyPairAttributeInput, opts ...request.Option) (*NiftyModifyKeyPairAttributeOutput, error)

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

See NiftyModifyKeyPairAttribute 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 (*Computing) NiftyModifyPrivateLanAttribute

func (c *Computing) NiftyModifyPrivateLanAttribute(input *NiftyModifyPrivateLanAttributeInput) (*NiftyModifyPrivateLanAttributeOutput, error)

NiftyModifyPrivateLanAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyModifyPrivateLanAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyPrivateLanAttribute

func (*Computing) NiftyModifyPrivateLanAttributeRequest

func (c *Computing) NiftyModifyPrivateLanAttributeRequest(input *NiftyModifyPrivateLanAttributeInput) (req *request.Request, output *NiftyModifyPrivateLanAttributeOutput)

NiftyModifyPrivateLanAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyModifyPrivateLanAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyPrivateLanAttribute

func (*Computing) NiftyModifyPrivateLanAttributeWithContext

func (c *Computing) NiftyModifyPrivateLanAttributeWithContext(ctx nifcloud.Context, input *NiftyModifyPrivateLanAttributeInput, opts ...request.Option) (*NiftyModifyPrivateLanAttributeOutput, error)

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

See NiftyModifyPrivateLanAttribute 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 (*Computing) NiftyModifyRouterAttribute

func (c *Computing) NiftyModifyRouterAttribute(input *NiftyModifyRouterAttributeInput) (*NiftyModifyRouterAttributeOutput, error)

NiftyModifyRouterAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyModifyRouterAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyRouterAttribute

func (*Computing) NiftyModifyRouterAttributeRequest

func (c *Computing) NiftyModifyRouterAttributeRequest(input *NiftyModifyRouterAttributeInput) (req *request.Request, output *NiftyModifyRouterAttributeOutput)

NiftyModifyRouterAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyModifyRouterAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyRouterAttribute

func (*Computing) NiftyModifyRouterAttributeWithContext

func (c *Computing) NiftyModifyRouterAttributeWithContext(ctx nifcloud.Context, input *NiftyModifyRouterAttributeInput, opts ...request.Option) (*NiftyModifyRouterAttributeOutput, error)

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

See NiftyModifyRouterAttribute 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 (*Computing) NiftyModifyVpnGatewayAttribute

func (c *Computing) NiftyModifyVpnGatewayAttribute(input *NiftyModifyVpnGatewayAttributeInput) (*NiftyModifyVpnGatewayAttributeOutput, error)

NiftyModifyVpnGatewayAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyModifyVpnGatewayAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyVpnGatewayAttribute

func (*Computing) NiftyModifyVpnGatewayAttributeRequest

func (c *Computing) NiftyModifyVpnGatewayAttributeRequest(input *NiftyModifyVpnGatewayAttributeInput) (req *request.Request, output *NiftyModifyVpnGatewayAttributeOutput)

NiftyModifyVpnGatewayAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyModifyVpnGatewayAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyVpnGatewayAttribute

func (*Computing) NiftyModifyVpnGatewayAttributeWithContext

func (c *Computing) NiftyModifyVpnGatewayAttributeWithContext(ctx nifcloud.Context, input *NiftyModifyVpnGatewayAttributeInput, opts ...request.Option) (*NiftyModifyVpnGatewayAttributeOutput, error)

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

See NiftyModifyVpnGatewayAttribute 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 (*Computing) NiftyModifyWebProxyAttribute

func (c *Computing) NiftyModifyWebProxyAttribute(input *NiftyModifyWebProxyAttributeInput) (*NiftyModifyWebProxyAttributeOutput, error)

NiftyModifyWebProxyAttribute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyModifyWebProxyAttribute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyWebProxyAttribute

func (*Computing) NiftyModifyWebProxyAttributeRequest

func (c *Computing) NiftyModifyWebProxyAttributeRequest(input *NiftyModifyWebProxyAttributeInput) (req *request.Request, output *NiftyModifyWebProxyAttributeOutput)

NiftyModifyWebProxyAttributeRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyModifyWebProxyAttribute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyModifyWebProxyAttribute

func (*Computing) NiftyModifyWebProxyAttributeWithContext

func (c *Computing) NiftyModifyWebProxyAttributeWithContext(ctx nifcloud.Context, input *NiftyModifyWebProxyAttributeInput, opts ...request.Option) (*NiftyModifyWebProxyAttributeOutput, error)

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

See NiftyModifyWebProxyAttribute 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 (*Computing) NiftyRebootRouters

func (c *Computing) NiftyRebootRouters(input *NiftyRebootRoutersInput) (*NiftyRebootRoutersOutput, error)

NiftyRebootRouters API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyRebootRouters for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRebootRouters

func (*Computing) NiftyRebootRoutersRequest

func (c *Computing) NiftyRebootRoutersRequest(input *NiftyRebootRoutersInput) (req *request.Request, output *NiftyRebootRoutersOutput)

NiftyRebootRoutersRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyRebootRouters operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRebootRouters

func (*Computing) NiftyRebootRoutersWithContext

func (c *Computing) NiftyRebootRoutersWithContext(ctx nifcloud.Context, input *NiftyRebootRoutersInput, opts ...request.Option) (*NiftyRebootRoutersOutput, error)

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

See NiftyRebootRouters 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 (*Computing) NiftyRebootVpnGateways

func (c *Computing) NiftyRebootVpnGateways(input *NiftyRebootVpnGatewaysInput) (*NiftyRebootVpnGatewaysOutput, error)

NiftyRebootVpnGateways API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyRebootVpnGateways for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRebootVpnGateways

func (*Computing) NiftyRebootVpnGatewaysRequest

func (c *Computing) NiftyRebootVpnGatewaysRequest(input *NiftyRebootVpnGatewaysInput) (req *request.Request, output *NiftyRebootVpnGatewaysOutput)

NiftyRebootVpnGatewaysRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyRebootVpnGateways operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRebootVpnGateways

func (*Computing) NiftyRebootVpnGatewaysWithContext

func (c *Computing) NiftyRebootVpnGatewaysWithContext(ctx nifcloud.Context, input *NiftyRebootVpnGatewaysInput, opts ...request.Option) (*NiftyRebootVpnGatewaysOutput, error)

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

See NiftyRebootVpnGateways 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 (*Computing) NiftyRegisterInstancesWithElasticLoadBalancer

NiftyRegisterInstancesWithElasticLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyRegisterInstancesWithElasticLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRegisterInstancesWithElasticLoadBalancer

func (*Computing) NiftyRegisterInstancesWithElasticLoadBalancerRequest

func (c *Computing) NiftyRegisterInstancesWithElasticLoadBalancerRequest(input *NiftyRegisterInstancesWithElasticLoadBalancerInput) (req *request.Request, output *NiftyRegisterInstancesWithElasticLoadBalancerOutput)

NiftyRegisterInstancesWithElasticLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyRegisterInstancesWithElasticLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRegisterInstancesWithElasticLoadBalancer

func (*Computing) NiftyRegisterInstancesWithElasticLoadBalancerWithContext

func (c *Computing) NiftyRegisterInstancesWithElasticLoadBalancerWithContext(ctx nifcloud.Context, input *NiftyRegisterInstancesWithElasticLoadBalancerInput, opts ...request.Option) (*NiftyRegisterInstancesWithElasticLoadBalancerOutput, error)

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

See NiftyRegisterInstancesWithElasticLoadBalancer 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 (*Computing) NiftyRegisterInstancesWithSeparateInstanceRule

NiftyRegisterInstancesWithSeparateInstanceRule API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyRegisterInstancesWithSeparateInstanceRule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRegisterInstancesWithSeparateInstanceRule

func (*Computing) NiftyRegisterInstancesWithSeparateInstanceRuleRequest

func (c *Computing) NiftyRegisterInstancesWithSeparateInstanceRuleRequest(input *NiftyRegisterInstancesWithSeparateInstanceRuleInput) (req *request.Request, output *NiftyRegisterInstancesWithSeparateInstanceRuleOutput)

NiftyRegisterInstancesWithSeparateInstanceRuleRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyRegisterInstancesWithSeparateInstanceRule operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRegisterInstancesWithSeparateInstanceRule

func (*Computing) NiftyRegisterInstancesWithSeparateInstanceRuleWithContext

func (c *Computing) NiftyRegisterInstancesWithSeparateInstanceRuleWithContext(ctx nifcloud.Context, input *NiftyRegisterInstancesWithSeparateInstanceRuleInput, opts ...request.Option) (*NiftyRegisterInstancesWithSeparateInstanceRuleOutput, error)

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

See NiftyRegisterInstancesWithSeparateInstanceRule 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 (*Computing) NiftyRegisterPortWithElasticLoadBalancer

NiftyRegisterPortWithElasticLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyRegisterPortWithElasticLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRegisterPortWithElasticLoadBalancer

func (*Computing) NiftyRegisterPortWithElasticLoadBalancerRequest

func (c *Computing) NiftyRegisterPortWithElasticLoadBalancerRequest(input *NiftyRegisterPortWithElasticLoadBalancerInput) (req *request.Request, output *NiftyRegisterPortWithElasticLoadBalancerOutput)

NiftyRegisterPortWithElasticLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyRegisterPortWithElasticLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRegisterPortWithElasticLoadBalancer

func (*Computing) NiftyRegisterPortWithElasticLoadBalancerWithContext

func (c *Computing) NiftyRegisterPortWithElasticLoadBalancerWithContext(ctx nifcloud.Context, input *NiftyRegisterPortWithElasticLoadBalancerInput, opts ...request.Option) (*NiftyRegisterPortWithElasticLoadBalancerOutput, error)

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

See NiftyRegisterPortWithElasticLoadBalancer 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 (*Computing) NiftyRegisterRoutersWithSecurityGroup

NiftyRegisterRoutersWithSecurityGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyRegisterRoutersWithSecurityGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRegisterRoutersWithSecurityGroup

func (*Computing) NiftyRegisterRoutersWithSecurityGroupRequest

func (c *Computing) NiftyRegisterRoutersWithSecurityGroupRequest(input *NiftyRegisterRoutersWithSecurityGroupInput) (req *request.Request, output *NiftyRegisterRoutersWithSecurityGroupOutput)

NiftyRegisterRoutersWithSecurityGroupRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyRegisterRoutersWithSecurityGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRegisterRoutersWithSecurityGroup

func (*Computing) NiftyRegisterRoutersWithSecurityGroupWithContext

func (c *Computing) NiftyRegisterRoutersWithSecurityGroupWithContext(ctx nifcloud.Context, input *NiftyRegisterRoutersWithSecurityGroupInput, opts ...request.Option) (*NiftyRegisterRoutersWithSecurityGroupOutput, error)

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

See NiftyRegisterRoutersWithSecurityGroup 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 (*Computing) NiftyRegisterVpnGatewaysWithSecurityGroup

NiftyRegisterVpnGatewaysWithSecurityGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyRegisterVpnGatewaysWithSecurityGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRegisterVpnGatewaysWithSecurityGroup

func (*Computing) NiftyRegisterVpnGatewaysWithSecurityGroupRequest

func (c *Computing) NiftyRegisterVpnGatewaysWithSecurityGroupRequest(input *NiftyRegisterVpnGatewaysWithSecurityGroupInput) (req *request.Request, output *NiftyRegisterVpnGatewaysWithSecurityGroupOutput)

NiftyRegisterVpnGatewaysWithSecurityGroupRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyRegisterVpnGatewaysWithSecurityGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRegisterVpnGatewaysWithSecurityGroup

func (*Computing) NiftyRegisterVpnGatewaysWithSecurityGroupWithContext

func (c *Computing) NiftyRegisterVpnGatewaysWithSecurityGroupWithContext(ctx nifcloud.Context, input *NiftyRegisterVpnGatewaysWithSecurityGroupInput, opts ...request.Option) (*NiftyRegisterVpnGatewaysWithSecurityGroupOutput, error)

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

See NiftyRegisterVpnGatewaysWithSecurityGroup 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 (*Computing) NiftyReleaseRouterBackupState

func (c *Computing) NiftyReleaseRouterBackupState(input *NiftyReleaseRouterBackupStateInput) (*NiftyReleaseRouterBackupStateOutput, error)

NiftyReleaseRouterBackupState API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyReleaseRouterBackupState for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReleaseRouterBackupState

func (*Computing) NiftyReleaseRouterBackupStateRequest

func (c *Computing) NiftyReleaseRouterBackupStateRequest(input *NiftyReleaseRouterBackupStateInput) (req *request.Request, output *NiftyReleaseRouterBackupStateOutput)

NiftyReleaseRouterBackupStateRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyReleaseRouterBackupState operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReleaseRouterBackupState

func (*Computing) NiftyReleaseRouterBackupStateWithContext

func (c *Computing) NiftyReleaseRouterBackupStateWithContext(ctx nifcloud.Context, input *NiftyReleaseRouterBackupStateInput, opts ...request.Option) (*NiftyReleaseRouterBackupStateOutput, error)

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

See NiftyReleaseRouterBackupState 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 (*Computing) NiftyReleaseVpnGatewayBackupState

func (c *Computing) NiftyReleaseVpnGatewayBackupState(input *NiftyReleaseVpnGatewayBackupStateInput) (*NiftyReleaseVpnGatewayBackupStateOutput, error)

NiftyReleaseVpnGatewayBackupState API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyReleaseVpnGatewayBackupState for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReleaseVpnGatewayBackupState

func (*Computing) NiftyReleaseVpnGatewayBackupStateRequest

func (c *Computing) NiftyReleaseVpnGatewayBackupStateRequest(input *NiftyReleaseVpnGatewayBackupStateInput) (req *request.Request, output *NiftyReleaseVpnGatewayBackupStateOutput)

NiftyReleaseVpnGatewayBackupStateRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyReleaseVpnGatewayBackupState operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReleaseVpnGatewayBackupState

func (*Computing) NiftyReleaseVpnGatewayBackupStateWithContext

func (c *Computing) NiftyReleaseVpnGatewayBackupStateWithContext(ctx nifcloud.Context, input *NiftyReleaseVpnGatewayBackupStateInput, opts ...request.Option) (*NiftyReleaseVpnGatewayBackupStateOutput, error)

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

See NiftyReleaseVpnGatewayBackupState 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 (*Computing) NiftyReplaceDhcpConfig

func (c *Computing) NiftyReplaceDhcpConfig(input *NiftyReplaceDhcpConfigInput) (*NiftyReplaceDhcpConfigOutput, error)

NiftyReplaceDhcpConfig API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyReplaceDhcpConfig for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceDhcpConfig

func (*Computing) NiftyReplaceDhcpConfigRequest

func (c *Computing) NiftyReplaceDhcpConfigRequest(input *NiftyReplaceDhcpConfigInput) (req *request.Request, output *NiftyReplaceDhcpConfigOutput)

NiftyReplaceDhcpConfigRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyReplaceDhcpConfig operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceDhcpConfig

func (*Computing) NiftyReplaceDhcpConfigWithContext

func (c *Computing) NiftyReplaceDhcpConfigWithContext(ctx nifcloud.Context, input *NiftyReplaceDhcpConfigInput, opts ...request.Option) (*NiftyReplaceDhcpConfigOutput, error)

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

See NiftyReplaceDhcpConfig 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 (*Computing) NiftyReplaceDhcpOption

func (c *Computing) NiftyReplaceDhcpOption(input *NiftyReplaceDhcpOptionInput) (*NiftyReplaceDhcpOptionOutput, error)

NiftyReplaceDhcpOption API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyReplaceDhcpOption for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceDhcpOption

func (*Computing) NiftyReplaceDhcpOptionRequest

func (c *Computing) NiftyReplaceDhcpOptionRequest(input *NiftyReplaceDhcpOptionInput) (req *request.Request, output *NiftyReplaceDhcpOptionOutput)

NiftyReplaceDhcpOptionRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyReplaceDhcpOption operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceDhcpOption

func (*Computing) NiftyReplaceDhcpOptionWithContext

func (c *Computing) NiftyReplaceDhcpOptionWithContext(ctx nifcloud.Context, input *NiftyReplaceDhcpOptionInput, opts ...request.Option) (*NiftyReplaceDhcpOptionOutput, error)

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

See NiftyReplaceDhcpOption 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 (*Computing) NiftyReplaceElasticLoadBalancerLatestVersion

NiftyReplaceElasticLoadBalancerLatestVersion API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyReplaceElasticLoadBalancerLatestVersion for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceElasticLoadBalancerLatestVersion

func (*Computing) NiftyReplaceElasticLoadBalancerLatestVersionRequest

func (c *Computing) NiftyReplaceElasticLoadBalancerLatestVersionRequest(input *NiftyReplaceElasticLoadBalancerLatestVersionInput) (req *request.Request, output *NiftyReplaceElasticLoadBalancerLatestVersionOutput)

NiftyReplaceElasticLoadBalancerLatestVersionRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyReplaceElasticLoadBalancerLatestVersion operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceElasticLoadBalancerLatestVersion

func (*Computing) NiftyReplaceElasticLoadBalancerLatestVersionWithContext

func (c *Computing) NiftyReplaceElasticLoadBalancerLatestVersionWithContext(ctx nifcloud.Context, input *NiftyReplaceElasticLoadBalancerLatestVersionInput, opts ...request.Option) (*NiftyReplaceElasticLoadBalancerLatestVersionOutput, error)

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

See NiftyReplaceElasticLoadBalancerLatestVersion 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 (*Computing) NiftyReplaceNatRule

func (c *Computing) NiftyReplaceNatRule(input *NiftyReplaceNatRuleInput) (*NiftyReplaceNatRuleOutput, error)

NiftyReplaceNatRule API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyReplaceNatRule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceNatRule

func (*Computing) NiftyReplaceNatRuleRequest

func (c *Computing) NiftyReplaceNatRuleRequest(input *NiftyReplaceNatRuleInput) (req *request.Request, output *NiftyReplaceNatRuleOutput)

NiftyReplaceNatRuleRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyReplaceNatRule operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceNatRule

func (*Computing) NiftyReplaceNatRuleWithContext

func (c *Computing) NiftyReplaceNatRuleWithContext(ctx nifcloud.Context, input *NiftyReplaceNatRuleInput, opts ...request.Option) (*NiftyReplaceNatRuleOutput, error)

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

See NiftyReplaceNatRule 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 (*Computing) NiftyReplaceNatTableAssociation

func (c *Computing) NiftyReplaceNatTableAssociation(input *NiftyReplaceNatTableAssociationInput) (*NiftyReplaceNatTableAssociationOutput, error)

NiftyReplaceNatTableAssociation API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyReplaceNatTableAssociation for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceNatTableAssociation

func (*Computing) NiftyReplaceNatTableAssociationRequest

func (c *Computing) NiftyReplaceNatTableAssociationRequest(input *NiftyReplaceNatTableAssociationInput) (req *request.Request, output *NiftyReplaceNatTableAssociationOutput)

NiftyReplaceNatTableAssociationRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyReplaceNatTableAssociation operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceNatTableAssociation

func (*Computing) NiftyReplaceNatTableAssociationWithContext

func (c *Computing) NiftyReplaceNatTableAssociationWithContext(ctx nifcloud.Context, input *NiftyReplaceNatTableAssociationInput, opts ...request.Option) (*NiftyReplaceNatTableAssociationOutput, error)

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

See NiftyReplaceNatTableAssociation 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 (*Computing) NiftyReplaceRouteTableAssociationWithVpnGateway

NiftyReplaceRouteTableAssociationWithVpnGateway API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyReplaceRouteTableAssociationWithVpnGateway for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceRouteTableAssociationWithVpnGateway

func (*Computing) NiftyReplaceRouteTableAssociationWithVpnGatewayRequest

func (c *Computing) NiftyReplaceRouteTableAssociationWithVpnGatewayRequest(input *NiftyReplaceRouteTableAssociationWithVpnGatewayInput) (req *request.Request, output *NiftyReplaceRouteTableAssociationWithVpnGatewayOutput)

NiftyReplaceRouteTableAssociationWithVpnGatewayRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyReplaceRouteTableAssociationWithVpnGateway operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceRouteTableAssociationWithVpnGateway

func (*Computing) NiftyReplaceRouteTableAssociationWithVpnGatewayWithContext

func (c *Computing) NiftyReplaceRouteTableAssociationWithVpnGatewayWithContext(ctx nifcloud.Context, input *NiftyReplaceRouteTableAssociationWithVpnGatewayInput, opts ...request.Option) (*NiftyReplaceRouteTableAssociationWithVpnGatewayOutput, error)

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

See NiftyReplaceRouteTableAssociationWithVpnGateway 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 (*Computing) NiftyReplaceRouterLatestVersion

func (c *Computing) NiftyReplaceRouterLatestVersion(input *NiftyReplaceRouterLatestVersionInput) (*NiftyReplaceRouterLatestVersionOutput, error)

NiftyReplaceRouterLatestVersion API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyReplaceRouterLatestVersion for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceRouterLatestVersion

func (*Computing) NiftyReplaceRouterLatestVersionRequest

func (c *Computing) NiftyReplaceRouterLatestVersionRequest(input *NiftyReplaceRouterLatestVersionInput) (req *request.Request, output *NiftyReplaceRouterLatestVersionOutput)

NiftyReplaceRouterLatestVersionRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyReplaceRouterLatestVersion operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceRouterLatestVersion

func (*Computing) NiftyReplaceRouterLatestVersionWithContext

func (c *Computing) NiftyReplaceRouterLatestVersionWithContext(ctx nifcloud.Context, input *NiftyReplaceRouterLatestVersionInput, opts ...request.Option) (*NiftyReplaceRouterLatestVersionOutput, error)

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

See NiftyReplaceRouterLatestVersion 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 (*Computing) NiftyReplaceVpnGatewayLatestVersion

NiftyReplaceVpnGatewayLatestVersion API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyReplaceVpnGatewayLatestVersion for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceVpnGatewayLatestVersion

func (*Computing) NiftyReplaceVpnGatewayLatestVersionRequest

func (c *Computing) NiftyReplaceVpnGatewayLatestVersionRequest(input *NiftyReplaceVpnGatewayLatestVersionInput) (req *request.Request, output *NiftyReplaceVpnGatewayLatestVersionOutput)

NiftyReplaceVpnGatewayLatestVersionRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyReplaceVpnGatewayLatestVersion operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyReplaceVpnGatewayLatestVersion

func (*Computing) NiftyReplaceVpnGatewayLatestVersionWithContext

func (c *Computing) NiftyReplaceVpnGatewayLatestVersionWithContext(ctx nifcloud.Context, input *NiftyReplaceVpnGatewayLatestVersionInput, opts ...request.Option) (*NiftyReplaceVpnGatewayLatestVersionOutput, error)

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

See NiftyReplaceVpnGatewayLatestVersion 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 (*Computing) NiftyRestoreInstanceSnapshot

func (c *Computing) NiftyRestoreInstanceSnapshot(input *NiftyRestoreInstanceSnapshotInput) (*NiftyRestoreInstanceSnapshotOutput, error)

NiftyRestoreInstanceSnapshot API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyRestoreInstanceSnapshot for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRestoreInstanceSnapshot

func (*Computing) NiftyRestoreInstanceSnapshotRequest

func (c *Computing) NiftyRestoreInstanceSnapshotRequest(input *NiftyRestoreInstanceSnapshotInput) (req *request.Request, output *NiftyRestoreInstanceSnapshotOutput)

NiftyRestoreInstanceSnapshotRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyRestoreInstanceSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRestoreInstanceSnapshot

func (*Computing) NiftyRestoreInstanceSnapshotWithContext

func (c *Computing) NiftyRestoreInstanceSnapshotWithContext(ctx nifcloud.Context, input *NiftyRestoreInstanceSnapshotInput, opts ...request.Option) (*NiftyRestoreInstanceSnapshotOutput, error)

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

See NiftyRestoreInstanceSnapshot 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 (*Computing) NiftyRestoreRouterPreviousVersion

func (c *Computing) NiftyRestoreRouterPreviousVersion(input *NiftyRestoreRouterPreviousVersionInput) (*NiftyRestoreRouterPreviousVersionOutput, error)

NiftyRestoreRouterPreviousVersion API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyRestoreRouterPreviousVersion for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRestoreRouterPreviousVersion

func (*Computing) NiftyRestoreRouterPreviousVersionRequest

func (c *Computing) NiftyRestoreRouterPreviousVersionRequest(input *NiftyRestoreRouterPreviousVersionInput) (req *request.Request, output *NiftyRestoreRouterPreviousVersionOutput)

NiftyRestoreRouterPreviousVersionRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyRestoreRouterPreviousVersion operation. The "output" return value will be populated with the request's response once the request completes successfuly.

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

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

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NiftyRestoreRouterPreviousVersionRequest method.
req, resp := client.NiftyRestoreRouterPreviousVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRestoreRouterPreviousVersion

func (*Computing) NiftyRestoreRouterPreviousVersionWithContext

func (c *Computing) NiftyRestoreRouterPreviousVersionWithContext(ctx nifcloud.Context, input *NiftyRestoreRouterPreviousVersionInput, opts ...request.Option) (*NiftyRestoreRouterPreviousVersionOutput, error)

NiftyRestoreRouterPreviousVersionWithContext is the same as NiftyRestoreRouterPreviousVersion with the addition of the ability to pass a context and additional request options.

See NiftyRestoreRouterPreviousVersion 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 (*Computing) NiftyRestoreVpnGatewayPreviousVersion

NiftyRestoreVpnGatewayPreviousVersion API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyRestoreVpnGatewayPreviousVersion for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRestoreVpnGatewayPreviousVersion

func (*Computing) NiftyRestoreVpnGatewayPreviousVersionRequest

func (c *Computing) NiftyRestoreVpnGatewayPreviousVersionRequest(input *NiftyRestoreVpnGatewayPreviousVersionInput) (req *request.Request, output *NiftyRestoreVpnGatewayPreviousVersionOutput)

NiftyRestoreVpnGatewayPreviousVersionRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyRestoreVpnGatewayPreviousVersion operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See NiftyRestoreVpnGatewayPreviousVersion for more information on using the NiftyRestoreVpnGatewayPreviousVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NiftyRestoreVpnGatewayPreviousVersionRequest method.
req, resp := client.NiftyRestoreVpnGatewayPreviousVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRestoreVpnGatewayPreviousVersion

func (*Computing) NiftyRestoreVpnGatewayPreviousVersionWithContext

func (c *Computing) NiftyRestoreVpnGatewayPreviousVersionWithContext(ctx nifcloud.Context, input *NiftyRestoreVpnGatewayPreviousVersionInput, opts ...request.Option) (*NiftyRestoreVpnGatewayPreviousVersionOutput, error)

NiftyRestoreVpnGatewayPreviousVersionWithContext is the same as NiftyRestoreVpnGatewayPreviousVersion with the addition of the ability to pass a context and additional request options.

See NiftyRestoreVpnGatewayPreviousVersion 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 (*Computing) NiftyRetryImportInstance

func (c *Computing) NiftyRetryImportInstance(input *NiftyRetryImportInstanceInput) (*NiftyRetryImportInstanceOutput, error)

NiftyRetryImportInstance API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyRetryImportInstance for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRetryImportInstance

func (*Computing) NiftyRetryImportInstanceRequest

func (c *Computing) NiftyRetryImportInstanceRequest(input *NiftyRetryImportInstanceInput) (req *request.Request, output *NiftyRetryImportInstanceOutput)

NiftyRetryImportInstanceRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyRetryImportInstance operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See NiftyRetryImportInstance for more information on using the NiftyRetryImportInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NiftyRetryImportInstanceRequest method.
req, resp := client.NiftyRetryImportInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyRetryImportInstance

func (*Computing) NiftyRetryImportInstanceWithContext

func (c *Computing) NiftyRetryImportInstanceWithContext(ctx nifcloud.Context, input *NiftyRetryImportInstanceInput, opts ...request.Option) (*NiftyRetryImportInstanceOutput, error)

NiftyRetryImportInstanceWithContext is the same as NiftyRetryImportInstance with the addition of the ability to pass a context and additional request options.

See NiftyRetryImportInstance 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 (*Computing) NiftyUpdateAlarm

func (c *Computing) NiftyUpdateAlarm(input *NiftyUpdateAlarmInput) (*NiftyUpdateAlarmOutput, error)

NiftyUpdateAlarm API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyUpdateAlarm for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateAlarm

func (*Computing) NiftyUpdateAlarmRequest

func (c *Computing) NiftyUpdateAlarmRequest(input *NiftyUpdateAlarmInput) (req *request.Request, output *NiftyUpdateAlarmOutput)

NiftyUpdateAlarmRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyUpdateAlarm operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See NiftyUpdateAlarm for more information on using the NiftyUpdateAlarm API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NiftyUpdateAlarmRequest method.
req, resp := client.NiftyUpdateAlarmRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateAlarm

func (*Computing) NiftyUpdateAlarmWithContext

func (c *Computing) NiftyUpdateAlarmWithContext(ctx nifcloud.Context, input *NiftyUpdateAlarmInput, opts ...request.Option) (*NiftyUpdateAlarmOutput, error)

NiftyUpdateAlarmWithContext is the same as NiftyUpdateAlarm with the addition of the ability to pass a context and additional request options.

See NiftyUpdateAlarm 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 (*Computing) NiftyUpdateAutoScalingGroup

func (c *Computing) NiftyUpdateAutoScalingGroup(input *NiftyUpdateAutoScalingGroupInput) (*NiftyUpdateAutoScalingGroupOutput, error)

NiftyUpdateAutoScalingGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyUpdateAutoScalingGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateAutoScalingGroup

func (*Computing) NiftyUpdateAutoScalingGroupRequest

func (c *Computing) NiftyUpdateAutoScalingGroupRequest(input *NiftyUpdateAutoScalingGroupInput) (req *request.Request, output *NiftyUpdateAutoScalingGroupOutput)

NiftyUpdateAutoScalingGroupRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyUpdateAutoScalingGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See NiftyUpdateAutoScalingGroup for more information on using the NiftyUpdateAutoScalingGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NiftyUpdateAutoScalingGroupRequest method.
req, resp := client.NiftyUpdateAutoScalingGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateAutoScalingGroup

func (*Computing) NiftyUpdateAutoScalingGroupWithContext

func (c *Computing) NiftyUpdateAutoScalingGroupWithContext(ctx nifcloud.Context, input *NiftyUpdateAutoScalingGroupInput, opts ...request.Option) (*NiftyUpdateAutoScalingGroupOutput, error)

NiftyUpdateAutoScalingGroupWithContext is the same as NiftyUpdateAutoScalingGroup with the addition of the ability to pass a context and additional request options.

See NiftyUpdateAutoScalingGroup 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 (*Computing) NiftyUpdateElasticLoadBalancer

func (c *Computing) NiftyUpdateElasticLoadBalancer(input *NiftyUpdateElasticLoadBalancerInput) (*NiftyUpdateElasticLoadBalancerOutput, error)

NiftyUpdateElasticLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyUpdateElasticLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateElasticLoadBalancer

func (*Computing) NiftyUpdateElasticLoadBalancerRequest

func (c *Computing) NiftyUpdateElasticLoadBalancerRequest(input *NiftyUpdateElasticLoadBalancerInput) (req *request.Request, output *NiftyUpdateElasticLoadBalancerOutput)

NiftyUpdateElasticLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyUpdateElasticLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See NiftyUpdateElasticLoadBalancer for more information on using the NiftyUpdateElasticLoadBalancer API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NiftyUpdateElasticLoadBalancerRequest method.
req, resp := client.NiftyUpdateElasticLoadBalancerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateElasticLoadBalancer

func (*Computing) NiftyUpdateElasticLoadBalancerWithContext

func (c *Computing) NiftyUpdateElasticLoadBalancerWithContext(ctx nifcloud.Context, input *NiftyUpdateElasticLoadBalancerInput, opts ...request.Option) (*NiftyUpdateElasticLoadBalancerOutput, error)

NiftyUpdateElasticLoadBalancerWithContext is the same as NiftyUpdateElasticLoadBalancer with the addition of the ability to pass a context and additional request options.

See NiftyUpdateElasticLoadBalancer 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 (*Computing) NiftyUpdateInstanceNetworkInterfaces

NiftyUpdateInstanceNetworkInterfaces API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyUpdateInstanceNetworkInterfaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateInstanceNetworkInterfaces

func (*Computing) NiftyUpdateInstanceNetworkInterfacesRequest

func (c *Computing) NiftyUpdateInstanceNetworkInterfacesRequest(input *NiftyUpdateInstanceNetworkInterfacesInput) (req *request.Request, output *NiftyUpdateInstanceNetworkInterfacesOutput)

NiftyUpdateInstanceNetworkInterfacesRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyUpdateInstanceNetworkInterfaces operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See NiftyUpdateInstanceNetworkInterfaces for more information on using the NiftyUpdateInstanceNetworkInterfaces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NiftyUpdateInstanceNetworkInterfacesRequest method.
req, resp := client.NiftyUpdateInstanceNetworkInterfacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateInstanceNetworkInterfaces

func (*Computing) NiftyUpdateInstanceNetworkInterfacesWithContext

func (c *Computing) NiftyUpdateInstanceNetworkInterfacesWithContext(ctx nifcloud.Context, input *NiftyUpdateInstanceNetworkInterfacesInput, opts ...request.Option) (*NiftyUpdateInstanceNetworkInterfacesOutput, error)

NiftyUpdateInstanceNetworkInterfacesWithContext is the same as NiftyUpdateInstanceNetworkInterfaces with the addition of the ability to pass a context and additional request options.

See NiftyUpdateInstanceNetworkInterfaces 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 (*Computing) NiftyUpdateRouterNetworkInterfaces

func (c *Computing) NiftyUpdateRouterNetworkInterfaces(input *NiftyUpdateRouterNetworkInterfacesInput) (*NiftyUpdateRouterNetworkInterfacesOutput, error)

NiftyUpdateRouterNetworkInterfaces API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyUpdateRouterNetworkInterfaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateRouterNetworkInterfaces

func (*Computing) NiftyUpdateRouterNetworkInterfacesRequest

func (c *Computing) NiftyUpdateRouterNetworkInterfacesRequest(input *NiftyUpdateRouterNetworkInterfacesInput) (req *request.Request, output *NiftyUpdateRouterNetworkInterfacesOutput)

NiftyUpdateRouterNetworkInterfacesRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyUpdateRouterNetworkInterfaces operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See NiftyUpdateRouterNetworkInterfaces for more information on using the NiftyUpdateRouterNetworkInterfaces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NiftyUpdateRouterNetworkInterfacesRequest method.
req, resp := client.NiftyUpdateRouterNetworkInterfacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateRouterNetworkInterfaces

func (*Computing) NiftyUpdateRouterNetworkInterfacesWithContext

func (c *Computing) NiftyUpdateRouterNetworkInterfacesWithContext(ctx nifcloud.Context, input *NiftyUpdateRouterNetworkInterfacesInput, opts ...request.Option) (*NiftyUpdateRouterNetworkInterfacesOutput, error)

NiftyUpdateRouterNetworkInterfacesWithContext is the same as NiftyUpdateRouterNetworkInterfaces with the addition of the ability to pass a context and additional request options.

See NiftyUpdateRouterNetworkInterfaces 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 (*Computing) NiftyUpdateSeparateInstanceRule

func (c *Computing) NiftyUpdateSeparateInstanceRule(input *NiftyUpdateSeparateInstanceRuleInput) (*NiftyUpdateSeparateInstanceRuleOutput, error)

NiftyUpdateSeparateInstanceRule API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyUpdateSeparateInstanceRule for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateSeparateInstanceRule

func (*Computing) NiftyUpdateSeparateInstanceRuleRequest

func (c *Computing) NiftyUpdateSeparateInstanceRuleRequest(input *NiftyUpdateSeparateInstanceRuleInput) (req *request.Request, output *NiftyUpdateSeparateInstanceRuleOutput)

NiftyUpdateSeparateInstanceRuleRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyUpdateSeparateInstanceRule operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See NiftyUpdateSeparateInstanceRule for more information on using the NiftyUpdateSeparateInstanceRule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NiftyUpdateSeparateInstanceRuleRequest method.
req, resp := client.NiftyUpdateSeparateInstanceRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateSeparateInstanceRule

func (*Computing) NiftyUpdateSeparateInstanceRuleWithContext

func (c *Computing) NiftyUpdateSeparateInstanceRuleWithContext(ctx nifcloud.Context, input *NiftyUpdateSeparateInstanceRuleInput, opts ...request.Option) (*NiftyUpdateSeparateInstanceRuleOutput, error)

NiftyUpdateSeparateInstanceRuleWithContext is the same as NiftyUpdateSeparateInstanceRule with the addition of the ability to pass a context and additional request options.

See NiftyUpdateSeparateInstanceRule 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 (*Computing) NiftyUpdateVpnGatewayNetworkInterfaces

NiftyUpdateVpnGatewayNetworkInterfaces API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation NiftyUpdateVpnGatewayNetworkInterfaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateVpnGatewayNetworkInterfaces

func (*Computing) NiftyUpdateVpnGatewayNetworkInterfacesRequest

func (c *Computing) NiftyUpdateVpnGatewayNetworkInterfacesRequest(input *NiftyUpdateVpnGatewayNetworkInterfacesInput) (req *request.Request, output *NiftyUpdateVpnGatewayNetworkInterfacesOutput)

NiftyUpdateVpnGatewayNetworkInterfacesRequest generates a "nifcloud/request.Request" representing the client's request for the NiftyUpdateVpnGatewayNetworkInterfaces operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See NiftyUpdateVpnGatewayNetworkInterfaces for more information on using the NiftyUpdateVpnGatewayNetworkInterfaces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NiftyUpdateVpnGatewayNetworkInterfacesRequest method.
req, resp := client.NiftyUpdateVpnGatewayNetworkInterfacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/NiftyUpdateVpnGatewayNetworkInterfaces

func (*Computing) NiftyUpdateVpnGatewayNetworkInterfacesWithContext

func (c *Computing) NiftyUpdateVpnGatewayNetworkInterfacesWithContext(ctx nifcloud.Context, input *NiftyUpdateVpnGatewayNetworkInterfacesInput, opts ...request.Option) (*NiftyUpdateVpnGatewayNetworkInterfacesOutput, error)

NiftyUpdateVpnGatewayNetworkInterfacesWithContext is the same as NiftyUpdateVpnGatewayNetworkInterfaces with the addition of the ability to pass a context and additional request options.

See NiftyUpdateVpnGatewayNetworkInterfaces 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 (*Computing) RebootInstances

func (c *Computing) RebootInstances(input *RebootInstancesInput) (*RebootInstancesOutput, error)

RebootInstances API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation RebootInstances for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RebootInstances

func (*Computing) RebootInstancesRequest

func (c *Computing) RebootInstancesRequest(input *RebootInstancesInput) (req *request.Request, output *RebootInstancesOutput)

RebootInstancesRequest generates a "nifcloud/request.Request" representing the client's request for the RebootInstances operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RebootInstances for more information on using the RebootInstances API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RebootInstancesRequest method.
req, resp := client.RebootInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RebootInstances

func (*Computing) RebootInstancesWithContext

func (c *Computing) RebootInstancesWithContext(ctx nifcloud.Context, input *RebootInstancesInput, opts ...request.Option) (*RebootInstancesOutput, error)

RebootInstancesWithContext is the same as RebootInstances with the addition of the ability to pass a context and additional request options.

See RebootInstances 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 (*Computing) RegisterCorporateInfoForCertificate

RegisterCorporateInfoForCertificate API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation RegisterCorporateInfoForCertificate for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RegisterCorporateInfoForCertificate

func (*Computing) RegisterCorporateInfoForCertificateRequest

func (c *Computing) RegisterCorporateInfoForCertificateRequest(input *RegisterCorporateInfoForCertificateInput) (req *request.Request, output *RegisterCorporateInfoForCertificateOutput)

RegisterCorporateInfoForCertificateRequest generates a "nifcloud/request.Request" representing the client's request for the RegisterCorporateInfoForCertificate operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterCorporateInfoForCertificate for more information on using the RegisterCorporateInfoForCertificate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterCorporateInfoForCertificateRequest method.
req, resp := client.RegisterCorporateInfoForCertificateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RegisterCorporateInfoForCertificate

func (*Computing) RegisterCorporateInfoForCertificateWithContext

func (c *Computing) RegisterCorporateInfoForCertificateWithContext(ctx nifcloud.Context, input *RegisterCorporateInfoForCertificateInput, opts ...request.Option) (*RegisterCorporateInfoForCertificateOutput, error)

RegisterCorporateInfoForCertificateWithContext is the same as RegisterCorporateInfoForCertificate with the addition of the ability to pass a context and additional request options.

See RegisterCorporateInfoForCertificate 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 (*Computing) RegisterInstancesWithLoadBalancer

func (c *Computing) RegisterInstancesWithLoadBalancer(input *RegisterInstancesWithLoadBalancerInput) (*RegisterInstancesWithLoadBalancerOutput, error)

RegisterInstancesWithLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation RegisterInstancesWithLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RegisterInstancesWithLoadBalancer

func (*Computing) RegisterInstancesWithLoadBalancerRequest

func (c *Computing) RegisterInstancesWithLoadBalancerRequest(input *RegisterInstancesWithLoadBalancerInput) (req *request.Request, output *RegisterInstancesWithLoadBalancerOutput)

RegisterInstancesWithLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the RegisterInstancesWithLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterInstancesWithLoadBalancer for more information on using the RegisterInstancesWithLoadBalancer API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterInstancesWithLoadBalancerRequest method.
req, resp := client.RegisterInstancesWithLoadBalancerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RegisterInstancesWithLoadBalancer

func (*Computing) RegisterInstancesWithLoadBalancerWithContext

func (c *Computing) RegisterInstancesWithLoadBalancerWithContext(ctx nifcloud.Context, input *RegisterInstancesWithLoadBalancerInput, opts ...request.Option) (*RegisterInstancesWithLoadBalancerOutput, error)

RegisterInstancesWithLoadBalancerWithContext is the same as RegisterInstancesWithLoadBalancer with the addition of the ability to pass a context and additional request options.

See RegisterInstancesWithLoadBalancer 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 (*Computing) RegisterInstancesWithSecurityGroup

func (c *Computing) RegisterInstancesWithSecurityGroup(input *RegisterInstancesWithSecurityGroupInput) (*RegisterInstancesWithSecurityGroupOutput, error)

RegisterInstancesWithSecurityGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation RegisterInstancesWithSecurityGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RegisterInstancesWithSecurityGroup

func (*Computing) RegisterInstancesWithSecurityGroupRequest

func (c *Computing) RegisterInstancesWithSecurityGroupRequest(input *RegisterInstancesWithSecurityGroupInput) (req *request.Request, output *RegisterInstancesWithSecurityGroupOutput)

RegisterInstancesWithSecurityGroupRequest generates a "nifcloud/request.Request" representing the client's request for the RegisterInstancesWithSecurityGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterInstancesWithSecurityGroup for more information on using the RegisterInstancesWithSecurityGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterInstancesWithSecurityGroupRequest method.
req, resp := client.RegisterInstancesWithSecurityGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RegisterInstancesWithSecurityGroup

func (*Computing) RegisterInstancesWithSecurityGroupWithContext

func (c *Computing) RegisterInstancesWithSecurityGroupWithContext(ctx nifcloud.Context, input *RegisterInstancesWithSecurityGroupInput, opts ...request.Option) (*RegisterInstancesWithSecurityGroupOutput, error)

RegisterInstancesWithSecurityGroupWithContext is the same as RegisterInstancesWithSecurityGroup with the addition of the ability to pass a context and additional request options.

See RegisterInstancesWithSecurityGroup 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 (*Computing) RegisterPortWithLoadBalancer

func (c *Computing) RegisterPortWithLoadBalancer(input *RegisterPortWithLoadBalancerInput) (*RegisterPortWithLoadBalancerOutput, error)

RegisterPortWithLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation RegisterPortWithLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RegisterPortWithLoadBalancer

func (*Computing) RegisterPortWithLoadBalancerRequest

func (c *Computing) RegisterPortWithLoadBalancerRequest(input *RegisterPortWithLoadBalancerInput) (req *request.Request, output *RegisterPortWithLoadBalancerOutput)

RegisterPortWithLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the RegisterPortWithLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterPortWithLoadBalancer for more information on using the RegisterPortWithLoadBalancer API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterPortWithLoadBalancerRequest method.
req, resp := client.RegisterPortWithLoadBalancerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RegisterPortWithLoadBalancer

func (*Computing) RegisterPortWithLoadBalancerWithContext

func (c *Computing) RegisterPortWithLoadBalancerWithContext(ctx nifcloud.Context, input *RegisterPortWithLoadBalancerInput, opts ...request.Option) (*RegisterPortWithLoadBalancerOutput, error)

RegisterPortWithLoadBalancerWithContext is the same as RegisterPortWithLoadBalancer with the addition of the ability to pass a context and additional request options.

See RegisterPortWithLoadBalancer 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 (*Computing) ReleaseAddress

func (c *Computing) ReleaseAddress(input *ReleaseAddressInput) (*ReleaseAddressOutput, error)

ReleaseAddress API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation ReleaseAddress for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ReleaseAddress

func (*Computing) ReleaseAddressRequest

func (c *Computing) ReleaseAddressRequest(input *ReleaseAddressInput) (req *request.Request, output *ReleaseAddressOutput)

ReleaseAddressRequest generates a "nifcloud/request.Request" representing the client's request for the ReleaseAddress operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ReleaseAddress for more information on using the ReleaseAddress API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ReleaseAddressRequest method.
req, resp := client.ReleaseAddressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ReleaseAddress

func (*Computing) ReleaseAddressWithContext

func (c *Computing) ReleaseAddressWithContext(ctx nifcloud.Context, input *ReleaseAddressInput, opts ...request.Option) (*ReleaseAddressOutput, error)

ReleaseAddressWithContext is the same as ReleaseAddress with the addition of the ability to pass a context and additional request options.

See ReleaseAddress 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 (*Computing) ReplaceRoute

func (c *Computing) ReplaceRoute(input *ReplaceRouteInput) (*ReplaceRouteOutput, error)

ReplaceRoute API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation ReplaceRoute for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ReplaceRoute

func (*Computing) ReplaceRouteRequest

func (c *Computing) ReplaceRouteRequest(input *ReplaceRouteInput) (req *request.Request, output *ReplaceRouteOutput)

ReplaceRouteRequest generates a "nifcloud/request.Request" representing the client's request for the ReplaceRoute operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ReplaceRoute for more information on using the ReplaceRoute API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ReplaceRouteRequest method.
req, resp := client.ReplaceRouteRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ReplaceRoute

func (*Computing) ReplaceRouteTableAssociation

func (c *Computing) ReplaceRouteTableAssociation(input *ReplaceRouteTableAssociationInput) (*ReplaceRouteTableAssociationOutput, error)

ReplaceRouteTableAssociation API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation ReplaceRouteTableAssociation for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ReplaceRouteTableAssociation

func (*Computing) ReplaceRouteTableAssociationRequest

func (c *Computing) ReplaceRouteTableAssociationRequest(input *ReplaceRouteTableAssociationInput) (req *request.Request, output *ReplaceRouteTableAssociationOutput)

ReplaceRouteTableAssociationRequest generates a "nifcloud/request.Request" representing the client's request for the ReplaceRouteTableAssociation operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ReplaceRouteTableAssociation for more information on using the ReplaceRouteTableAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ReplaceRouteTableAssociationRequest method.
req, resp := client.ReplaceRouteTableAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/ReplaceRouteTableAssociation

func (*Computing) ReplaceRouteTableAssociationWithContext

func (c *Computing) ReplaceRouteTableAssociationWithContext(ctx nifcloud.Context, input *ReplaceRouteTableAssociationInput, opts ...request.Option) (*ReplaceRouteTableAssociationOutput, error)

ReplaceRouteTableAssociationWithContext is the same as ReplaceRouteTableAssociation with the addition of the ability to pass a context and additional request options.

See ReplaceRouteTableAssociation 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 (*Computing) ReplaceRouteWithContext

func (c *Computing) ReplaceRouteWithContext(ctx nifcloud.Context, input *ReplaceRouteInput, opts ...request.Option) (*ReplaceRouteOutput, error)

ReplaceRouteWithContext is the same as ReplaceRoute with the addition of the ability to pass a context and additional request options.

See ReplaceRoute 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 (*Computing) RevokeSecurityGroupIngress

func (c *Computing) RevokeSecurityGroupIngress(input *RevokeSecurityGroupIngressInput) (*RevokeSecurityGroupIngressOutput, error)

RevokeSecurityGroupIngress API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation RevokeSecurityGroupIngress for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RevokeSecurityGroupIngress

func (*Computing) RevokeSecurityGroupIngressRequest

func (c *Computing) RevokeSecurityGroupIngressRequest(input *RevokeSecurityGroupIngressInput) (req *request.Request, output *RevokeSecurityGroupIngressOutput)

RevokeSecurityGroupIngressRequest generates a "nifcloud/request.Request" representing the client's request for the RevokeSecurityGroupIngress operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RevokeSecurityGroupIngress for more information on using the RevokeSecurityGroupIngress API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RevokeSecurityGroupIngressRequest method.
req, resp := client.RevokeSecurityGroupIngressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RevokeSecurityGroupIngress

func (*Computing) RevokeSecurityGroupIngressWithContext

func (c *Computing) RevokeSecurityGroupIngressWithContext(ctx nifcloud.Context, input *RevokeSecurityGroupIngressInput, opts ...request.Option) (*RevokeSecurityGroupIngressOutput, error)

RevokeSecurityGroupIngressWithContext is the same as RevokeSecurityGroupIngress with the addition of the ability to pass a context and additional request options.

See RevokeSecurityGroupIngress 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 (*Computing) RunInstances

func (c *Computing) RunInstances(input *RunInstancesInput) (*RunInstancesOutput, error)

RunInstances API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation RunInstances for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RunInstances

func (*Computing) RunInstancesRequest

func (c *Computing) RunInstancesRequest(input *RunInstancesInput) (req *request.Request, output *RunInstancesOutput)

RunInstancesRequest generates a "nifcloud/request.Request" representing the client's request for the RunInstances operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RunInstances for more information on using the RunInstances API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RunInstancesRequest method.
req, resp := client.RunInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/RunInstances

func (*Computing) RunInstancesWithContext

func (c *Computing) RunInstancesWithContext(ctx nifcloud.Context, input *RunInstancesInput, opts ...request.Option) (*RunInstancesOutput, error)

RunInstancesWithContext is the same as RunInstances with the addition of the ability to pass a context and additional request options.

See RunInstances 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 (*Computing) SetFilterForLoadBalancer

func (c *Computing) SetFilterForLoadBalancer(input *SetFilterForLoadBalancerInput) (*SetFilterForLoadBalancerOutput, error)

SetFilterForLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation SetFilterForLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/SetFilterForLoadBalancer

func (*Computing) SetFilterForLoadBalancerRequest

func (c *Computing) SetFilterForLoadBalancerRequest(input *SetFilterForLoadBalancerInput) (req *request.Request, output *SetFilterForLoadBalancerOutput)

SetFilterForLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the SetFilterForLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SetFilterForLoadBalancer for more information on using the SetFilterForLoadBalancer API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SetFilterForLoadBalancerRequest method.
req, resp := client.SetFilterForLoadBalancerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/SetFilterForLoadBalancer

func (*Computing) SetFilterForLoadBalancerWithContext

func (c *Computing) SetFilterForLoadBalancerWithContext(ctx nifcloud.Context, input *SetFilterForLoadBalancerInput, opts ...request.Option) (*SetFilterForLoadBalancerOutput, error)

SetFilterForLoadBalancerWithContext is the same as SetFilterForLoadBalancer with the addition of the ability to pass a context and additional request options.

See SetFilterForLoadBalancer 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 (*Computing) StartInstances

func (c *Computing) StartInstances(input *StartInstancesInput) (*StartInstancesOutput, error)

StartInstances API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation StartInstances for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/StartInstances

func (*Computing) StartInstancesRequest

func (c *Computing) StartInstancesRequest(input *StartInstancesInput) (req *request.Request, output *StartInstancesOutput)

StartInstancesRequest generates a "nifcloud/request.Request" representing the client's request for the StartInstances operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartInstances for more information on using the StartInstances API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartInstancesRequest method.
req, resp := client.StartInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/StartInstances

func (*Computing) StartInstancesWithContext

func (c *Computing) StartInstancesWithContext(ctx nifcloud.Context, input *StartInstancesInput, opts ...request.Option) (*StartInstancesOutput, error)

StartInstancesWithContext is the same as StartInstances with the addition of the ability to pass a context and additional request options.

See StartInstances 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 (*Computing) StopInstances

func (c *Computing) StopInstances(input *StopInstancesInput) (*StopInstancesOutput, error)

StopInstances API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation StopInstances for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/StopInstances

func (*Computing) StopInstancesRequest

func (c *Computing) StopInstancesRequest(input *StopInstancesInput) (req *request.Request, output *StopInstancesOutput)

StopInstancesRequest generates a "nifcloud/request.Request" representing the client's request for the StopInstances operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopInstances for more information on using the StopInstances API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopInstancesRequest method.
req, resp := client.StopInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/StopInstances

func (*Computing) StopInstancesWithContext

func (c *Computing) StopInstancesWithContext(ctx nifcloud.Context, input *StopInstancesInput, opts ...request.Option) (*StopInstancesOutput, error)

StopInstancesWithContext is the same as StopInstances with the addition of the ability to pass a context and additional request options.

See StopInstances 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 (*Computing) TerminateInstances

func (c *Computing) TerminateInstances(input *TerminateInstancesInput) (*TerminateInstancesOutput, error)

TerminateInstances API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation TerminateInstances for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/TerminateInstances

func (*Computing) TerminateInstancesRequest

func (c *Computing) TerminateInstancesRequest(input *TerminateInstancesInput) (req *request.Request, output *TerminateInstancesOutput)

TerminateInstancesRequest generates a "nifcloud/request.Request" representing the client's request for the TerminateInstances operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TerminateInstances for more information on using the TerminateInstances API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TerminateInstancesRequest method.
req, resp := client.TerminateInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/TerminateInstances

func (*Computing) TerminateInstancesWithContext

func (c *Computing) TerminateInstancesWithContext(ctx nifcloud.Context, input *TerminateInstancesInput, opts ...request.Option) (*TerminateInstancesOutput, error)

TerminateInstancesWithContext is the same as TerminateInstances with the addition of the ability to pass a context and additional request options.

See TerminateInstances 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 (*Computing) UpdateLoadBalancer

func (c *Computing) UpdateLoadBalancer(input *UpdateLoadBalancerInput) (*UpdateLoadBalancerOutput, error)

UpdateLoadBalancer API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation UpdateLoadBalancer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/UpdateLoadBalancer

func (*Computing) UpdateLoadBalancerOption

func (c *Computing) UpdateLoadBalancerOption(input *UpdateLoadBalancerOptionInput) (*UpdateLoadBalancerOptionOutput, error)

UpdateLoadBalancerOption API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation UpdateLoadBalancerOption for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/UpdateLoadBalancerOption

func (*Computing) UpdateLoadBalancerOptionRequest

func (c *Computing) UpdateLoadBalancerOptionRequest(input *UpdateLoadBalancerOptionInput) (req *request.Request, output *UpdateLoadBalancerOptionOutput)

UpdateLoadBalancerOptionRequest generates a "nifcloud/request.Request" representing the client's request for the UpdateLoadBalancerOption operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateLoadBalancerOption for more information on using the UpdateLoadBalancerOption API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateLoadBalancerOptionRequest method.
req, resp := client.UpdateLoadBalancerOptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/UpdateLoadBalancerOption

func (*Computing) UpdateLoadBalancerOptionWithContext

func (c *Computing) UpdateLoadBalancerOptionWithContext(ctx nifcloud.Context, input *UpdateLoadBalancerOptionInput, opts ...request.Option) (*UpdateLoadBalancerOptionOutput, error)

UpdateLoadBalancerOptionWithContext is the same as UpdateLoadBalancerOption with the addition of the ability to pass a context and additional request options.

See UpdateLoadBalancerOption 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 (*Computing) UpdateLoadBalancerRequest

func (c *Computing) UpdateLoadBalancerRequest(input *UpdateLoadBalancerInput) (req *request.Request, output *UpdateLoadBalancerOutput)

UpdateLoadBalancerRequest generates a "nifcloud/request.Request" representing the client's request for the UpdateLoadBalancer operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateLoadBalancer for more information on using the UpdateLoadBalancer API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateLoadBalancerRequest method.
req, resp := client.UpdateLoadBalancerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/UpdateLoadBalancer

func (*Computing) UpdateLoadBalancerWithContext

func (c *Computing) UpdateLoadBalancerWithContext(ctx nifcloud.Context, input *UpdateLoadBalancerInput, opts ...request.Option) (*UpdateLoadBalancerOutput, error)

UpdateLoadBalancerWithContext is the same as UpdateLoadBalancer with the addition of the ability to pass a context and additional request options.

See UpdateLoadBalancer 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 (*Computing) UpdateSecurityGroup

func (c *Computing) UpdateSecurityGroup(input *UpdateSecurityGroupInput) (*UpdateSecurityGroupOutput, error)

UpdateSecurityGroup API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation UpdateSecurityGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/UpdateSecurityGroup

func (*Computing) UpdateSecurityGroupOption

func (c *Computing) UpdateSecurityGroupOption(input *UpdateSecurityGroupOptionInput) (*UpdateSecurityGroupOptionOutput, error)

UpdateSecurityGroupOption API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation UpdateSecurityGroupOption for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/UpdateSecurityGroupOption

func (*Computing) UpdateSecurityGroupOptionRequest

func (c *Computing) UpdateSecurityGroupOptionRequest(input *UpdateSecurityGroupOptionInput) (req *request.Request, output *UpdateSecurityGroupOptionOutput)

UpdateSecurityGroupOptionRequest generates a "nifcloud/request.Request" representing the client's request for the UpdateSecurityGroupOption operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateSecurityGroupOption for more information on using the UpdateSecurityGroupOption API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateSecurityGroupOptionRequest method.
req, resp := client.UpdateSecurityGroupOptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/UpdateSecurityGroupOption

func (*Computing) UpdateSecurityGroupOptionWithContext

func (c *Computing) UpdateSecurityGroupOptionWithContext(ctx nifcloud.Context, input *UpdateSecurityGroupOptionInput, opts ...request.Option) (*UpdateSecurityGroupOptionOutput, error)

UpdateSecurityGroupOptionWithContext is the same as UpdateSecurityGroupOption with the addition of the ability to pass a context and additional request options.

See UpdateSecurityGroupOption 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 (*Computing) UpdateSecurityGroupRequest

func (c *Computing) UpdateSecurityGroupRequest(input *UpdateSecurityGroupInput) (req *request.Request, output *UpdateSecurityGroupOutput)

UpdateSecurityGroupRequest generates a "nifcloud/request.Request" representing the client's request for the UpdateSecurityGroup operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateSecurityGroup for more information on using the UpdateSecurityGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateSecurityGroupRequest method.
req, resp := client.UpdateSecurityGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/UpdateSecurityGroup

func (*Computing) UpdateSecurityGroupWithContext

func (c *Computing) UpdateSecurityGroupWithContext(ctx nifcloud.Context, input *UpdateSecurityGroupInput, opts ...request.Option) (*UpdateSecurityGroupOutput, error)

UpdateSecurityGroupWithContext is the same as UpdateSecurityGroup with the addition of the ability to pass a context and additional request options.

See UpdateSecurityGroup 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 (*Computing) UploadSslCertificate

func (c *Computing) UploadSslCertificate(input *UploadSslCertificateInput) (*UploadSslCertificateOutput, error)

UploadSslCertificate API operation for NIFCLOUD Computing.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for NIFCLOUD Computing's API operation UploadSslCertificate for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/UploadSslCertificate

func (*Computing) UploadSslCertificateRequest

func (c *Computing) UploadSslCertificateRequest(input *UploadSslCertificateInput) (req *request.Request, output *UploadSslCertificateOutput)

UploadSslCertificateRequest generates a "nifcloud/request.Request" representing the client's request for the UploadSslCertificate operation. The "output" return value will be populated with the request's response once the request completes successfuly.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UploadSslCertificate for more information on using the UploadSslCertificate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UploadSslCertificateRequest method.
req, resp := client.UploadSslCertificateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/computing-2.2/UploadSslCertificate

func (*Computing) UploadSslCertificateWithContext

func (c *Computing) UploadSslCertificateWithContext(ctx nifcloud.Context, input *UploadSslCertificateInput, opts ...request.Option) (*UploadSslCertificateOutput, error)

UploadSslCertificateWithContext is the same as UploadSslCertificate with the addition of the ability to pass a context and additional request options.

See UploadSslCertificate 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 (*Computing) WaitUntilInstanceDeleted

func (c *Computing) WaitUntilInstanceDeleted(input *DescribeInstancesInput) error

WaitUntilInstanceDeleted uses the computing API operation DescribeInstances to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*Computing) WaitUntilInstanceDeletedWithContext

func (c *Computing) WaitUntilInstanceDeletedWithContext(ctx nifcloud.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error

WaitUntilInstanceDeletedWithContext is an extended version of WaitUntilInstanceDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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 (*Computing) WaitUntilInstanceExists

func (c *Computing) WaitUntilInstanceExists(input *DescribeInstancesInput) error

WaitUntilInstanceExists uses the computing API operation DescribeInstances to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*Computing) WaitUntilInstanceExistsWithContext

func (c *Computing) WaitUntilInstanceExistsWithContext(ctx nifcloud.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error

WaitUntilInstanceExistsWithContext is an extended version of WaitUntilInstanceExists. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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 (*Computing) WaitUntilInstanceRunning

func (c *Computing) WaitUntilInstanceRunning(input *DescribeInstancesInput) error

WaitUntilInstanceRunning uses the computing API operation DescribeInstances to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*Computing) WaitUntilInstanceRunningWithContext

func (c *Computing) WaitUntilInstanceRunningWithContext(ctx nifcloud.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error

WaitUntilInstanceRunningWithContext is an extended version of WaitUntilInstanceRunning. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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 (*Computing) WaitUntilInstanceStopped

func (c *Computing) WaitUntilInstanceStopped(input *DescribeInstancesInput) error

WaitUntilInstanceStopped uses the computing API operation DescribeInstances to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*Computing) WaitUntilInstanceStoppedWithContext

func (c *Computing) WaitUntilInstanceStoppedWithContext(ctx nifcloud.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error

WaitUntilInstanceStoppedWithContext is an extended version of WaitUntilInstanceStopped. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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.

type ConfigureHealthCheckInput

type ConfigureHealthCheckInput struct {
	HealthCheck *RequestHealthCheckStruct `locationName:"HealthCheck" type:"structure"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`
	// contains filtered or unexported fields
}

func (ConfigureHealthCheckInput) GoString

func (s ConfigureHealthCheckInput) GoString() string

GoString returns the string representation

func (*ConfigureHealthCheckInput) SetHealthCheck

SetHealthCheck sets the HealthCheck field's value.

func (*ConfigureHealthCheckInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*ConfigureHealthCheckInput) SetLoadBalancerName

func (s *ConfigureHealthCheckInput) SetLoadBalancerName(v string) *ConfigureHealthCheckInput

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*ConfigureHealthCheckInput) SetLoadBalancerPort

func (s *ConfigureHealthCheckInput) SetLoadBalancerPort(v int64) *ConfigureHealthCheckInput

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (ConfigureHealthCheckInput) String

func (s ConfigureHealthCheckInput) String() string

String returns the string representation

type ConfigureHealthCheckOutput

type ConfigureHealthCheckOutput struct {
	ConfigureHealthCheckResult *ConfigureHealthCheckOutput `locationName:"ConfigureHealthCheckResult" type:"structure"`

	HealthCheck *HealthCheck `locationName:"HealthCheck" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (ConfigureHealthCheckOutput) GoString

func (s ConfigureHealthCheckOutput) GoString() string

GoString returns the string representation

func (*ConfigureHealthCheckOutput) SetConfigureHealthCheckResult

SetConfigureHealthCheckResult sets the ConfigureHealthCheckResult field's value.

func (*ConfigureHealthCheckOutput) SetHealthCheck

SetHealthCheck sets the HealthCheck field's value.

func (*ConfigureHealthCheckOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (ConfigureHealthCheckOutput) String

String returns the string representation

type ConversionTask

type ConversionTask struct {
	ConversionTaskId *string `locationName:"conversionTaskId" type:"string"`

	ExpirationTime *string `locationName:"expirationTime" type:"string"`

	ImportInstance *ImportInstance `locationName:"importInstance" type:"structure"`

	NetworkInterfaceSet []*NetworkInterfaceSetItem `locationName:"networkInterfaceSet" locationNameList:"item" type:"list"`

	State *string `locationName:"state" type:"string"`

	StatusMessage *string `locationName:"statusMessage" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (ConversionTask) GoString

func (s ConversionTask) GoString() string

GoString returns the string representation

func (*ConversionTask) SetConversionTaskId

func (s *ConversionTask) SetConversionTaskId(v string) *ConversionTask

SetConversionTaskId sets the ConversionTaskId field's value.

func (*ConversionTask) SetExpirationTime

func (s *ConversionTask) SetExpirationTime(v string) *ConversionTask

SetExpirationTime sets the ExpirationTime field's value.

func (*ConversionTask) SetImportInstance

func (s *ConversionTask) SetImportInstance(v *ImportInstance) *ConversionTask

SetImportInstance sets the ImportInstance field's value.

func (*ConversionTask) SetNetworkInterfaceSet

func (s *ConversionTask) SetNetworkInterfaceSet(v []*NetworkInterfaceSetItem) *ConversionTask

SetNetworkInterfaceSet sets the NetworkInterfaceSet field's value.

func (*ConversionTask) SetState

func (s *ConversionTask) SetState(v string) *ConversionTask

SetState sets the State field's value.

func (*ConversionTask) SetStatusMessage

func (s *ConversionTask) SetStatusMessage(v string) *ConversionTask

SetStatusMessage sets the StatusMessage field's value.

func (*ConversionTask) SetTagSet

func (s *ConversionTask) SetTagSet(v []*TagSetItem) *ConversionTask

SetTagSet sets the TagSet field's value.

func (ConversionTask) String

func (s ConversionTask) String() string

String returns the string representation

type CopyInfo

type CopyInfo struct {
	InstanceCopy *InstanceCopy `locationName:"instanceCopy" type:"structure"`

	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (CopyInfo) GoString

func (s CopyInfo) GoString() string

GoString returns the string representation

func (*CopyInfo) SetInstanceCopy

func (s *CopyInfo) SetInstanceCopy(v *InstanceCopy) *CopyInfo

SetInstanceCopy sets the InstanceCopy field's value.

func (*CopyInfo) SetValue

func (s *CopyInfo) SetValue(v string) *CopyInfo

SetValue sets the Value field's value.

func (CopyInfo) String

func (s CopyInfo) String() string

String returns the string representation

type CopyInstanceSetItem

type CopyInstanceSetItem struct {
	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceState *string `locationName:"instanceState" type:"string"`

	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`
	// contains filtered or unexported fields
}

func (CopyInstanceSetItem) GoString

func (s CopyInstanceSetItem) GoString() string

GoString returns the string representation

func (*CopyInstanceSetItem) SetInstanceId

func (s *CopyInstanceSetItem) SetInstanceId(v string) *CopyInstanceSetItem

SetInstanceId sets the InstanceId field's value.

func (*CopyInstanceSetItem) SetInstanceState

func (s *CopyInstanceSetItem) SetInstanceState(v string) *CopyInstanceSetItem

SetInstanceState sets the InstanceState field's value.

func (*CopyInstanceSetItem) SetInstanceUniqueId

func (s *CopyInstanceSetItem) SetInstanceUniqueId(v string) *CopyInstanceSetItem

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (CopyInstanceSetItem) String

func (s CopyInstanceSetItem) String() string

String returns the string representation

type CopyInstancesInput

type CopyInstancesInput struct {
	CopyCount *int64 `locationName:"CopyCount" type:"integer"`

	CopyInstance *RequestCopyInstanceStruct `locationName:"CopyInstance" type:"structure"`

	InstanceId *string `locationName:"InstanceId" type:"string"`

	NetworkInterface []*RequestNetworkInterfaceStruct `locationName:"NetworkInterface" type:"list"`
	// contains filtered or unexported fields
}

func (CopyInstancesInput) GoString

func (s CopyInstancesInput) GoString() string

GoString returns the string representation

func (*CopyInstancesInput) SetCopyCount

func (s *CopyInstancesInput) SetCopyCount(v int64) *CopyInstancesInput

SetCopyCount sets the CopyCount field's value.

func (*CopyInstancesInput) SetCopyInstance

SetCopyInstance sets the CopyInstance field's value.

func (*CopyInstancesInput) SetInstanceId

func (s *CopyInstancesInput) SetInstanceId(v string) *CopyInstancesInput

SetInstanceId sets the InstanceId field's value.

func (*CopyInstancesInput) SetNetworkInterface

SetNetworkInterface sets the NetworkInterface field's value.

func (CopyInstancesInput) String

func (s CopyInstancesInput) String() string

String returns the string representation

type CopyInstancesOutput

type CopyInstancesOutput struct {
	CopyInstanceSet []*CopyInstanceSetItem `locationName:"copyInstanceSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (CopyInstancesOutput) GoString

func (s CopyInstancesOutput) GoString() string

GoString returns the string representation

func (*CopyInstancesOutput) SetCopyInstanceSet

func (s *CopyInstancesOutput) SetCopyInstanceSet(v []*CopyInstanceSetItem) *CopyInstancesOutput

SetCopyInstanceSet sets the CopyInstanceSet field's value.

func (*CopyInstancesOutput) SetRequestId

func (s *CopyInstancesOutput) SetRequestId(v string) *CopyInstancesOutput

SetRequestId sets the RequestId field's value.

func (CopyInstancesOutput) String

func (s CopyInstancesOutput) String() string

String returns the string representation

type Count

type Count struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (Count) GoString

func (s Count) GoString() string

GoString returns the string representation

func (*Count) SetValue

func (s *Count) SetValue(v string) *Count

SetValue sets the Value field's value.

func (Count) String

func (s Count) String() string

String returns the string representation

type CreateCustomerGatewayInput

type CreateCustomerGatewayInput struct {
	IpAddress *string `locationName:"IpAddress" type:"string"`

	NiftyCustomerGatewayDescription *string `locationName:"NiftyCustomerGatewayDescription" type:"string"`

	NiftyCustomerGatewayName *string `locationName:"NiftyCustomerGatewayName" type:"string"`

	NiftyLanSideCidrBlock *string `locationName:"NiftyLanSideCidrBlock" type:"string"`

	NiftyLanSideIpAddress *string `locationName:"NiftyLanSideIpAddress" type:"string"`
	// contains filtered or unexported fields
}

func (CreateCustomerGatewayInput) GoString

func (s CreateCustomerGatewayInput) GoString() string

GoString returns the string representation

func (*CreateCustomerGatewayInput) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*CreateCustomerGatewayInput) SetNiftyCustomerGatewayDescription

func (s *CreateCustomerGatewayInput) SetNiftyCustomerGatewayDescription(v string) *CreateCustomerGatewayInput

SetNiftyCustomerGatewayDescription sets the NiftyCustomerGatewayDescription field's value.

func (*CreateCustomerGatewayInput) SetNiftyCustomerGatewayName

func (s *CreateCustomerGatewayInput) SetNiftyCustomerGatewayName(v string) *CreateCustomerGatewayInput

SetNiftyCustomerGatewayName sets the NiftyCustomerGatewayName field's value.

func (*CreateCustomerGatewayInput) SetNiftyLanSideCidrBlock

func (s *CreateCustomerGatewayInput) SetNiftyLanSideCidrBlock(v string) *CreateCustomerGatewayInput

SetNiftyLanSideCidrBlock sets the NiftyLanSideCidrBlock field's value.

func (*CreateCustomerGatewayInput) SetNiftyLanSideIpAddress

func (s *CreateCustomerGatewayInput) SetNiftyLanSideIpAddress(v string) *CreateCustomerGatewayInput

SetNiftyLanSideIpAddress sets the NiftyLanSideIpAddress field's value.

func (CreateCustomerGatewayInput) String

String returns the string representation

type CreateCustomerGatewayOutput

type CreateCustomerGatewayOutput struct {
	CustomerGateway *CustomerGateway `locationName:"customerGateway" type:"structure"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (CreateCustomerGatewayOutput) GoString

func (s CreateCustomerGatewayOutput) GoString() string

GoString returns the string representation

func (*CreateCustomerGatewayOutput) SetCustomerGateway

SetCustomerGateway sets the CustomerGateway field's value.

func (*CreateCustomerGatewayOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (CreateCustomerGatewayOutput) String

String returns the string representation

type CreateDhcpOptionsInput

type CreateDhcpOptionsInput struct {
	DhcpConfiguration []*RequestDhcpConfigurationStruct `locationName:"DhcpConfiguration" type:"list"`
	// contains filtered or unexported fields
}

func (CreateDhcpOptionsInput) GoString

func (s CreateDhcpOptionsInput) GoString() string

GoString returns the string representation

func (*CreateDhcpOptionsInput) SetDhcpConfiguration

SetDhcpConfiguration sets the DhcpConfiguration field's value.

func (CreateDhcpOptionsInput) String

func (s CreateDhcpOptionsInput) String() string

String returns the string representation

type CreateDhcpOptionsOutput

type CreateDhcpOptionsOutput struct {
	DhcpOptions *DhcpOptions `locationName:"dhcpOptions" type:"structure"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (CreateDhcpOptionsOutput) GoString

func (s CreateDhcpOptionsOutput) GoString() string

GoString returns the string representation

func (*CreateDhcpOptionsOutput) SetDhcpOptions

SetDhcpOptions sets the DhcpOptions field's value.

func (*CreateDhcpOptionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (CreateDhcpOptionsOutput) String

func (s CreateDhcpOptionsOutput) String() string

String returns the string representation

type CreateImage

type CreateImage struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateImage) GoString

func (s CreateImage) GoString() string

GoString returns the string representation

func (*CreateImage) SetCharge

func (s *CreateImage) SetCharge(v int64) *CreateImage

SetCharge sets the Charge field's value.

func (*CreateImage) SetType

func (s *CreateImage) SetType(v string) *CreateImage

SetType sets the Type field's value.

func (*CreateImage) SetUnit

func (s *CreateImage) SetUnit(v string) *CreateImage

SetUnit sets the Unit field's value.

func (*CreateImage) SetValue

func (s *CreateImage) SetValue(v int64) *CreateImage

SetValue sets the Value field's value.

func (CreateImage) String

func (s CreateImage) String() string

String returns the string representation

type CreateImageInput

type CreateImageInput struct {
	Description *string `locationName:"Description" type:"string"`

	InstanceId *string `locationName:"InstanceId" type:"string"`

	LeftInstance *bool `locationName:"LeftInstance" type:"boolean"`

	Name *string `locationName:"Name" type:"string"`

	Placement *RequestPlacementStruct `locationName:"Placement" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateImageInput) GoString

func (s CreateImageInput) GoString() string

GoString returns the string representation

func (*CreateImageInput) SetDescription

func (s *CreateImageInput) SetDescription(v string) *CreateImageInput

SetDescription sets the Description field's value.

func (*CreateImageInput) SetInstanceId

func (s *CreateImageInput) SetInstanceId(v string) *CreateImageInput

SetInstanceId sets the InstanceId field's value.

func (*CreateImageInput) SetLeftInstance

func (s *CreateImageInput) SetLeftInstance(v bool) *CreateImageInput

SetLeftInstance sets the LeftInstance field's value.

func (*CreateImageInput) SetName

func (s *CreateImageInput) SetName(v string) *CreateImageInput

SetName sets the Name field's value.

func (*CreateImageInput) SetPlacement

SetPlacement sets the Placement field's value.

func (CreateImageInput) String

func (s CreateImageInput) String() string

String returns the string representation

type CreateImageOutput

type CreateImageOutput struct {
	ImageId *string `locationName:"imageId" type:"string"`

	ImageState *string `locationName:"imageState" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (CreateImageOutput) GoString

func (s CreateImageOutput) GoString() string

GoString returns the string representation

func (*CreateImageOutput) SetImageId

func (s *CreateImageOutput) SetImageId(v string) *CreateImageOutput

SetImageId sets the ImageId field's value.

func (*CreateImageOutput) SetImageState

func (s *CreateImageOutput) SetImageState(v string) *CreateImageOutput

SetImageState sets the ImageState field's value.

func (*CreateImageOutput) SetRequestId

func (s *CreateImageOutput) SetRequestId(v string) *CreateImageOutput

SetRequestId sets the RequestId field's value.

func (CreateImageOutput) String

func (s CreateImageOutput) String() string

String returns the string representation

type CreateKeyPairInput

type CreateKeyPairInput struct {
	Description *string `locationName:"Description" type:"string"`

	KeyName *string `locationName:"KeyName" type:"string"`

	Password *string `locationName:"Password" type:"string"`
	// contains filtered or unexported fields
}

func (CreateKeyPairInput) GoString

func (s CreateKeyPairInput) GoString() string

GoString returns the string representation

func (*CreateKeyPairInput) SetDescription

func (s *CreateKeyPairInput) SetDescription(v string) *CreateKeyPairInput

SetDescription sets the Description field's value.

func (*CreateKeyPairInput) SetKeyName

func (s *CreateKeyPairInput) SetKeyName(v string) *CreateKeyPairInput

SetKeyName sets the KeyName field's value.

func (*CreateKeyPairInput) SetPassword

func (s *CreateKeyPairInput) SetPassword(v string) *CreateKeyPairInput

SetPassword sets the Password field's value.

func (CreateKeyPairInput) String

func (s CreateKeyPairInput) String() string

String returns the string representation

type CreateKeyPairOutput

type CreateKeyPairOutput struct {
	KeyFingerprint *string `locationName:"keyFingerprint" type:"string"`

	KeyMaterial *string `locationName:"keyMaterial" type:"string"`

	KeyName *string `locationName:"keyName" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (CreateKeyPairOutput) GoString

func (s CreateKeyPairOutput) GoString() string

GoString returns the string representation

func (*CreateKeyPairOutput) SetKeyFingerprint

func (s *CreateKeyPairOutput) SetKeyFingerprint(v string) *CreateKeyPairOutput

SetKeyFingerprint sets the KeyFingerprint field's value.

func (*CreateKeyPairOutput) SetKeyMaterial

func (s *CreateKeyPairOutput) SetKeyMaterial(v string) *CreateKeyPairOutput

SetKeyMaterial sets the KeyMaterial field's value.

func (*CreateKeyPairOutput) SetKeyName

SetKeyName sets the KeyName field's value.

func (*CreateKeyPairOutput) SetRequestId

func (s *CreateKeyPairOutput) SetRequestId(v string) *CreateKeyPairOutput

SetRequestId sets the RequestId field's value.

func (CreateKeyPairOutput) String

func (s CreateKeyPairOutput) String() string

String returns the string representation

type CreateLoadBalancerInput

type CreateLoadBalancerInput struct {
	AccountingType *string `locationName:"AccountingType" type:"string"`

	AvailabilityZones []*string `locationName:"AvailabilityZones" locationNameList:"member" type:"list"`

	IpVersion *string `locationName:"IpVersion" type:"string"`

	Listeners []*RequestListenersStruct `locationName:"Listeners" locationNameList:"member" type:"list"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	NetworkVolume *int64 `locationName:"NetworkVolume" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateLoadBalancerInput) GoString

func (s CreateLoadBalancerInput) GoString() string

GoString returns the string representation

func (*CreateLoadBalancerInput) SetAccountingType

func (s *CreateLoadBalancerInput) SetAccountingType(v string) *CreateLoadBalancerInput

SetAccountingType sets the AccountingType field's value.

func (*CreateLoadBalancerInput) SetAvailabilityZones

func (s *CreateLoadBalancerInput) SetAvailabilityZones(v []*string) *CreateLoadBalancerInput

SetAvailabilityZones sets the AvailabilityZones field's value.

func (*CreateLoadBalancerInput) SetIpVersion

SetIpVersion sets the IpVersion field's value.

func (*CreateLoadBalancerInput) SetListeners

SetListeners sets the Listeners field's value.

func (*CreateLoadBalancerInput) SetLoadBalancerName

func (s *CreateLoadBalancerInput) SetLoadBalancerName(v string) *CreateLoadBalancerInput

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*CreateLoadBalancerInput) SetNetworkVolume

func (s *CreateLoadBalancerInput) SetNetworkVolume(v int64) *CreateLoadBalancerInput

SetNetworkVolume sets the NetworkVolume field's value.

func (CreateLoadBalancerInput) String

func (s CreateLoadBalancerInput) String() string

String returns the string representation

type CreateLoadBalancerOutput

type CreateLoadBalancerOutput struct {
	CreateLoadBalancerResult *CreateLoadBalancerOutput `locationName:"CreateLoadBalancerResult" type:"structure"`

	DNSName *string `locationName:"DNSName" type:"string"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateLoadBalancerOutput) GoString

func (s CreateLoadBalancerOutput) GoString() string

GoString returns the string representation

func (*CreateLoadBalancerOutput) SetCreateLoadBalancerResult

SetCreateLoadBalancerResult sets the CreateLoadBalancerResult field's value.

func (*CreateLoadBalancerOutput) SetDNSName

SetDNSName sets the DNSName field's value.

func (*CreateLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (CreateLoadBalancerOutput) String

func (s CreateLoadBalancerOutput) String() string

String returns the string representation

type CreateRouteInput

type CreateRouteInput struct {
	DestinationCidrBlock *string `locationName:"DestinationCidrBlock" type:"string"`

	IpAddress *string `locationName:"IpAddress" type:"string"`

	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`

	RouteTableId *string `locationName:"RouteTableId" type:"string"`
	// contains filtered or unexported fields
}

func (CreateRouteInput) GoString

func (s CreateRouteInput) GoString() string

GoString returns the string representation

func (*CreateRouteInput) SetDestinationCidrBlock

func (s *CreateRouteInput) SetDestinationCidrBlock(v string) *CreateRouteInput

SetDestinationCidrBlock sets the DestinationCidrBlock field's value.

func (*CreateRouteInput) SetIpAddress

func (s *CreateRouteInput) SetIpAddress(v string) *CreateRouteInput

SetIpAddress sets the IpAddress field's value.

func (*CreateRouteInput) SetNetworkId

func (s *CreateRouteInput) SetNetworkId(v string) *CreateRouteInput

SetNetworkId sets the NetworkId field's value.

func (*CreateRouteInput) SetNetworkName

func (s *CreateRouteInput) SetNetworkName(v string) *CreateRouteInput

SetNetworkName sets the NetworkName field's value.

func (*CreateRouteInput) SetRouteTableId

func (s *CreateRouteInput) SetRouteTableId(v string) *CreateRouteInput

SetRouteTableId sets the RouteTableId field's value.

func (CreateRouteInput) String

func (s CreateRouteInput) String() string

String returns the string representation

type CreateRouteOutput

type CreateRouteOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (CreateRouteOutput) GoString

func (s CreateRouteOutput) GoString() string

GoString returns the string representation

func (*CreateRouteOutput) SetRequestId

func (s *CreateRouteOutput) SetRequestId(v string) *CreateRouteOutput

SetRequestId sets the RequestId field's value.

func (*CreateRouteOutput) SetReturn

func (s *CreateRouteOutput) SetReturn(v bool) *CreateRouteOutput

SetReturn sets the Return field's value.

func (CreateRouteOutput) String

func (s CreateRouteOutput) String() string

String returns the string representation

type CreateRouteTableInput

type CreateRouteTableInput struct {
	// contains filtered or unexported fields
}

func (CreateRouteTableInput) GoString

func (s CreateRouteTableInput) GoString() string

GoString returns the string representation

func (CreateRouteTableInput) String

func (s CreateRouteTableInput) String() string

String returns the string representation

type CreateRouteTableOutput

type CreateRouteTableOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	RouteTable *RouteTable `locationName:"routeTable" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateRouteTableOutput) GoString

func (s CreateRouteTableOutput) GoString() string

GoString returns the string representation

func (*CreateRouteTableOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateRouteTableOutput) SetRouteTable

SetRouteTable sets the RouteTable field's value.

func (CreateRouteTableOutput) String

func (s CreateRouteTableOutput) String() string

String returns the string representation

type CreateSecurityGroupInput

type CreateSecurityGroupInput struct {
	GroupDescription *string `locationName:"GroupDescription" type:"string"`

	GroupName *string `locationName:"GroupName" type:"string"`

	Placement *RequestPlacementStruct `locationName:"Placement" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateSecurityGroupInput) GoString

func (s CreateSecurityGroupInput) GoString() string

GoString returns the string representation

func (*CreateSecurityGroupInput) SetGroupDescription

func (s *CreateSecurityGroupInput) SetGroupDescription(v string) *CreateSecurityGroupInput

SetGroupDescription sets the GroupDescription field's value.

func (*CreateSecurityGroupInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*CreateSecurityGroupInput) SetPlacement

SetPlacement sets the Placement field's value.

func (CreateSecurityGroupInput) String

func (s CreateSecurityGroupInput) String() string

String returns the string representation

type CreateSecurityGroupOutput

type CreateSecurityGroupOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (CreateSecurityGroupOutput) GoString

func (s CreateSecurityGroupOutput) GoString() string

GoString returns the string representation

func (*CreateSecurityGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateSecurityGroupOutput) SetReturn

SetReturn sets the Return field's value.

func (CreateSecurityGroupOutput) String

func (s CreateSecurityGroupOutput) String() string

String returns the string representation

type CreateSslCertSetItem

type CreateSslCertSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateSslCertSetItem) GoString

func (s CreateSslCertSetItem) GoString() string

GoString returns the string representation

func (*CreateSslCertSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*CreateSslCertSetItem) SetType

SetType sets the Type field's value.

func (*CreateSslCertSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*CreateSslCertSetItem) SetValue

SetValue sets the Value field's value.

func (CreateSslCertSetItem) String

func (s CreateSslCertSetItem) String() string

String returns the string representation

type CreateSslCertificateInput

type CreateSslCertificateInput struct {
	ApproverEmailAddress *string `locationName:"ApproverEmailAddress" type:"string"`

	CertAuthority *int64 `locationName:"CertAuthority" type:"integer"`

	CertInfo *RequestCertInfoStruct `locationName:"CertInfo" type:"structure"`

	Count *int64 `locationName:"Count" type:"integer"`

	Fqdn *string `locationName:"Fqdn" type:"string"`

	FqdnId *string `locationName:"FqdnId" type:"string"`

	KeyLength *int64 `locationName:"KeyLength" type:"integer"`

	ValidityTerm *int64 `locationName:"ValidityTerm" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateSslCertificateInput) GoString

func (s CreateSslCertificateInput) GoString() string

GoString returns the string representation

func (*CreateSslCertificateInput) SetApproverEmailAddress

func (s *CreateSslCertificateInput) SetApproverEmailAddress(v string) *CreateSslCertificateInput

SetApproverEmailAddress sets the ApproverEmailAddress field's value.

func (*CreateSslCertificateInput) SetCertAuthority

SetCertAuthority sets the CertAuthority field's value.

func (*CreateSslCertificateInput) SetCertInfo

SetCertInfo sets the CertInfo field's value.

func (*CreateSslCertificateInput) SetCount

SetCount sets the Count field's value.

func (*CreateSslCertificateInput) SetFqdn

SetFqdn sets the Fqdn field's value.

func (*CreateSslCertificateInput) SetFqdnId

SetFqdnId sets the FqdnId field's value.

func (*CreateSslCertificateInput) SetKeyLength

SetKeyLength sets the KeyLength field's value.

func (*CreateSslCertificateInput) SetValidityTerm

SetValidityTerm sets the ValidityTerm field's value.

func (CreateSslCertificateInput) String

func (s CreateSslCertificateInput) String() string

String returns the string representation

type CreateSslCertificateOutput

type CreateSslCertificateOutput struct {
	ApproverEmailAddress *int64 `locationName:"approverEmailAddress" type:"integer"`

	CertAuthority *string `locationName:"certAuthority" type:"string"`

	CertState *string `locationName:"certState" type:"string"`

	Fqdn *string `locationName:"fqdn" type:"string"`

	FqdnId *string `locationName:"fqdnId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`

	ValidityTerm *int64 `locationName:"validityTerm" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateSslCertificateOutput) GoString

func (s CreateSslCertificateOutput) GoString() string

GoString returns the string representation

func (*CreateSslCertificateOutput) SetApproverEmailAddress

func (s *CreateSslCertificateOutput) SetApproverEmailAddress(v int64) *CreateSslCertificateOutput

SetApproverEmailAddress sets the ApproverEmailAddress field's value.

func (*CreateSslCertificateOutput) SetCertAuthority

SetCertAuthority sets the CertAuthority field's value.

func (*CreateSslCertificateOutput) SetCertState

SetCertState sets the CertState field's value.

func (*CreateSslCertificateOutput) SetFqdn

SetFqdn sets the Fqdn field's value.

func (*CreateSslCertificateOutput) SetFqdnId

SetFqdnId sets the FqdnId field's value.

func (*CreateSslCertificateOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateSslCertificateOutput) SetValidityTerm

SetValidityTerm sets the ValidityTerm field's value.

func (CreateSslCertificateOutput) String

String returns the string representation

type CreateVolumeInput

type CreateVolumeInput struct {
	AccountingType *string `locationName:"AccountingType" type:"string"`

	Description *string `locationName:"Description" type:"string"`

	DiskType *string `locationName:"DiskType" type:"string"`

	InstanceId *string `locationName:"InstanceId" type:"string"`

	Size *int64 `locationName:"Size" type:"integer"`

	VolumeId *string `locationName:"VolumeId" type:"string"`
	// contains filtered or unexported fields
}

func (CreateVolumeInput) GoString

func (s CreateVolumeInput) GoString() string

GoString returns the string representation

func (*CreateVolumeInput) SetAccountingType

func (s *CreateVolumeInput) SetAccountingType(v string) *CreateVolumeInput

SetAccountingType sets the AccountingType field's value.

func (*CreateVolumeInput) SetDescription

func (s *CreateVolumeInput) SetDescription(v string) *CreateVolumeInput

SetDescription sets the Description field's value.

func (*CreateVolumeInput) SetDiskType

func (s *CreateVolumeInput) SetDiskType(v string) *CreateVolumeInput

SetDiskType sets the DiskType field's value.

func (*CreateVolumeInput) SetInstanceId

func (s *CreateVolumeInput) SetInstanceId(v string) *CreateVolumeInput

SetInstanceId sets the InstanceId field's value.

func (*CreateVolumeInput) SetSize

func (s *CreateVolumeInput) SetSize(v int64) *CreateVolumeInput

SetSize sets the Size field's value.

func (*CreateVolumeInput) SetVolumeId

func (s *CreateVolumeInput) SetVolumeId(v string) *CreateVolumeInput

SetVolumeId sets the VolumeId field's value.

func (CreateVolumeInput) String

func (s CreateVolumeInput) String() string

String returns the string representation

type CreateVolumeOutput

type CreateVolumeOutput struct {
	AccountingType *string `locationName:"accountingType" type:"string"`

	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	CreateTime *time.Time `locationName:"createTime" type:"timestamp" timestampFormat:""`

	DiskType *string `locationName:"diskType" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`

	Size *string `locationName:"size" type:"string"`

	SnapshotId *string `locationName:"snapshotId" type:"string"`

	Status *string `locationName:"status" type:"string"`

	VolumeId *string `locationName:"volumeId" type:"string"`
	// contains filtered or unexported fields
}

func (CreateVolumeOutput) GoString

func (s CreateVolumeOutput) GoString() string

GoString returns the string representation

func (*CreateVolumeOutput) SetAccountingType

func (s *CreateVolumeOutput) SetAccountingType(v string) *CreateVolumeOutput

SetAccountingType sets the AccountingType field's value.

func (*CreateVolumeOutput) SetAvailabilityZone

func (s *CreateVolumeOutput) SetAvailabilityZone(v string) *CreateVolumeOutput

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*CreateVolumeOutput) SetCreateTime

func (s *CreateVolumeOutput) SetCreateTime(v time.Time) *CreateVolumeOutput

SetCreateTime sets the CreateTime field's value.

func (*CreateVolumeOutput) SetDiskType

func (s *CreateVolumeOutput) SetDiskType(v string) *CreateVolumeOutput

SetDiskType sets the DiskType field's value.

func (*CreateVolumeOutput) SetRequestId

func (s *CreateVolumeOutput) SetRequestId(v string) *CreateVolumeOutput

SetRequestId sets the RequestId field's value.

func (*CreateVolumeOutput) SetSize

SetSize sets the Size field's value.

func (*CreateVolumeOutput) SetSnapshotId

func (s *CreateVolumeOutput) SetSnapshotId(v string) *CreateVolumeOutput

SetSnapshotId sets the SnapshotId field's value.

func (*CreateVolumeOutput) SetStatus

func (s *CreateVolumeOutput) SetStatus(v string) *CreateVolumeOutput

SetStatus sets the Status field's value.

func (*CreateVolumeOutput) SetVolumeId

func (s *CreateVolumeOutput) SetVolumeId(v string) *CreateVolumeOutput

SetVolumeId sets the VolumeId field's value.

func (CreateVolumeOutput) String

func (s CreateVolumeOutput) String() string

String returns the string representation

type CreateVpnConnectionInput

type CreateVpnConnectionInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	CustomerGatewayId *string `locationName:"CustomerGatewayId" type:"string"`

	NiftyCustomerGatewayName *string `locationName:"NiftyCustomerGatewayName" type:"string"`

	NiftyIPsecConfiguration *RequestNiftyIPsecConfigurationStruct `locationName:"NiftyIPsecConfiguration" type:"structure"`

	NiftyIpsecConfiguration *RequestNiftyIpsecConfigurationStruct `locationName:"NiftyIpsecConfiguration" type:"structure"`

	NiftyTunnel *RequestNiftyTunnelStruct `locationName:"NiftyTunnel" type:"structure"`

	NiftyVpnConnectionDescription *string `locationName:"NiftyVpnConnectionDescription" type:"string"`

	NiftyVpnConnectionMtu *string `locationName:"NiftyVpnConnectionMtu" type:"string"`

	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	Type *string `locationName:"Type" type:"string"`

	VpnGatewayId *string `locationName:"VpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (CreateVpnConnectionInput) GoString

func (s CreateVpnConnectionInput) GoString() string

GoString returns the string representation

func (*CreateVpnConnectionInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*CreateVpnConnectionInput) SetCustomerGatewayId

func (s *CreateVpnConnectionInput) SetCustomerGatewayId(v string) *CreateVpnConnectionInput

SetCustomerGatewayId sets the CustomerGatewayId field's value.

func (*CreateVpnConnectionInput) SetNiftyCustomerGatewayName

func (s *CreateVpnConnectionInput) SetNiftyCustomerGatewayName(v string) *CreateVpnConnectionInput

SetNiftyCustomerGatewayName sets the NiftyCustomerGatewayName field's value.

func (*CreateVpnConnectionInput) SetNiftyIPsecConfiguration

SetNiftyIPsecConfiguration sets the NiftyIPsecConfiguration field's value.

func (*CreateVpnConnectionInput) SetNiftyIpsecConfiguration

SetNiftyIpsecConfiguration sets the NiftyIpsecConfiguration field's value.

func (*CreateVpnConnectionInput) SetNiftyTunnel

SetNiftyTunnel sets the NiftyTunnel field's value.

func (*CreateVpnConnectionInput) SetNiftyVpnConnectionDescription

func (s *CreateVpnConnectionInput) SetNiftyVpnConnectionDescription(v string) *CreateVpnConnectionInput

SetNiftyVpnConnectionDescription sets the NiftyVpnConnectionDescription field's value.

func (*CreateVpnConnectionInput) SetNiftyVpnConnectionMtu

func (s *CreateVpnConnectionInput) SetNiftyVpnConnectionMtu(v string) *CreateVpnConnectionInput

SetNiftyVpnConnectionMtu sets the NiftyVpnConnectionMtu field's value.

func (*CreateVpnConnectionInput) SetNiftyVpnGatewayName

func (s *CreateVpnConnectionInput) SetNiftyVpnGatewayName(v string) *CreateVpnConnectionInput

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*CreateVpnConnectionInput) SetType

SetType sets the Type field's value.

func (*CreateVpnConnectionInput) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (CreateVpnConnectionInput) String

func (s CreateVpnConnectionInput) String() string

String returns the string representation

type CreateVpnConnectionOutput

type CreateVpnConnectionOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	VpnConnection *VpnConnection `locationName:"vpnConnection" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateVpnConnectionOutput) GoString

func (s CreateVpnConnectionOutput) GoString() string

GoString returns the string representation

func (*CreateVpnConnectionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateVpnConnectionOutput) SetVpnConnection

SetVpnConnection sets the VpnConnection field's value.

func (CreateVpnConnectionOutput) String

func (s CreateVpnConnectionOutput) String() string

String returns the string representation

type CreateVpnGatewayInput

type CreateVpnGatewayInput struct {
	AccountingType *string `locationName:"AccountingType" type:"string"`

	NiftyNetwork *RequestNiftyNetworkStruct `locationName:"NiftyNetwork" type:"structure"`

	NiftyRedundancy *bool `locationName:"NiftyRedundancy" type:"boolean"`

	NiftyVpnGatewayDescription *string `locationName:"NiftyVpnGatewayDescription" type:"string"`

	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	NiftyVpnGatewayType *string `locationName:"NiftyVpnGatewayType" type:"string"`

	Placement *RequestPlacementStruct `locationName:"Placement" type:"structure"`

	SecurityGroup []*string `locationName:"SecurityGroup" type:"list"`
	// contains filtered or unexported fields
}

func (CreateVpnGatewayInput) GoString

func (s CreateVpnGatewayInput) GoString() string

GoString returns the string representation

func (*CreateVpnGatewayInput) SetAccountingType

func (s *CreateVpnGatewayInput) SetAccountingType(v string) *CreateVpnGatewayInput

SetAccountingType sets the AccountingType field's value.

func (*CreateVpnGatewayInput) SetNiftyNetwork

SetNiftyNetwork sets the NiftyNetwork field's value.

func (*CreateVpnGatewayInput) SetNiftyRedundancy

func (s *CreateVpnGatewayInput) SetNiftyRedundancy(v bool) *CreateVpnGatewayInput

SetNiftyRedundancy sets the NiftyRedundancy field's value.

func (*CreateVpnGatewayInput) SetNiftyVpnGatewayDescription

func (s *CreateVpnGatewayInput) SetNiftyVpnGatewayDescription(v string) *CreateVpnGatewayInput

SetNiftyVpnGatewayDescription sets the NiftyVpnGatewayDescription field's value.

func (*CreateVpnGatewayInput) SetNiftyVpnGatewayName

func (s *CreateVpnGatewayInput) SetNiftyVpnGatewayName(v string) *CreateVpnGatewayInput

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*CreateVpnGatewayInput) SetNiftyVpnGatewayType

func (s *CreateVpnGatewayInput) SetNiftyVpnGatewayType(v string) *CreateVpnGatewayInput

SetNiftyVpnGatewayType sets the NiftyVpnGatewayType field's value.

func (*CreateVpnGatewayInput) SetPlacement

SetPlacement sets the Placement field's value.

func (*CreateVpnGatewayInput) SetSecurityGroup

func (s *CreateVpnGatewayInput) SetSecurityGroup(v []*string) *CreateVpnGatewayInput

SetSecurityGroup sets the SecurityGroup field's value.

func (CreateVpnGatewayInput) String

func (s CreateVpnGatewayInput) String() string

String returns the string representation

type CreateVpnGatewayOutput

type CreateVpnGatewayOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	VpnGateway *VpnGateway `locationName:"vpnGateway" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateVpnGatewayOutput) GoString

func (s CreateVpnGatewayOutput) GoString() string

GoString returns the string representation

func (*CreateVpnGatewayOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*CreateVpnGatewayOutput) SetVpnGateway

SetVpnGateway sets the VpnGateway field's value.

func (CreateVpnGatewayOutput) String

func (s CreateVpnGatewayOutput) String() string

String returns the string representation

type CurrentState

type CurrentState struct {
	Code *int64 `locationName:"code" type:"integer"`

	Name *string `locationName:"name" type:"string"`
	// contains filtered or unexported fields
}

func (CurrentState) GoString

func (s CurrentState) GoString() string

GoString returns the string representation

func (*CurrentState) SetCode

func (s *CurrentState) SetCode(v int64) *CurrentState

SetCode sets the Code field's value.

func (*CurrentState) SetName

func (s *CurrentState) SetName(v string) *CurrentState

SetName sets the Name field's value.

func (CurrentState) String

func (s CurrentState) String() string

String returns the string representation

type CustomerGateway

type CustomerGateway struct {
	BgpAsn *string `locationName:"bgpAsn" type:"string"`

	CustomerGatewayId *string `locationName:"customerGatewayId" type:"string"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	NiftyCustomerGatewayDescription *string `locationName:"niftyCustomerGatewayDescription" type:"string"`

	NiftyCustomerGatewayName *string `locationName:"niftyCustomerGatewayName" type:"string"`

	NiftyLanSideCidrBlock *string `locationName:"niftyLanSideCidrBlock" type:"string"`

	NiftyLanSideIpAddress *string `locationName:"niftyLanSideIpAddress" type:"string"`

	State *string `locationName:"state" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

	Type *string `locationName:"type" type:"string"`
	// contains filtered or unexported fields
}

func (CustomerGateway) GoString

func (s CustomerGateway) GoString() string

GoString returns the string representation

func (*CustomerGateway) SetBgpAsn

func (s *CustomerGateway) SetBgpAsn(v string) *CustomerGateway

SetBgpAsn sets the BgpAsn field's value.

func (*CustomerGateway) SetCustomerGatewayId

func (s *CustomerGateway) SetCustomerGatewayId(v string) *CustomerGateway

SetCustomerGatewayId sets the CustomerGatewayId field's value.

func (*CustomerGateway) SetIpAddress

func (s *CustomerGateway) SetIpAddress(v string) *CustomerGateway

SetIpAddress sets the IpAddress field's value.

func (*CustomerGateway) SetNiftyCustomerGatewayDescription

func (s *CustomerGateway) SetNiftyCustomerGatewayDescription(v string) *CustomerGateway

SetNiftyCustomerGatewayDescription sets the NiftyCustomerGatewayDescription field's value.

func (*CustomerGateway) SetNiftyCustomerGatewayName

func (s *CustomerGateway) SetNiftyCustomerGatewayName(v string) *CustomerGateway

SetNiftyCustomerGatewayName sets the NiftyCustomerGatewayName field's value.

func (*CustomerGateway) SetNiftyLanSideCidrBlock

func (s *CustomerGateway) SetNiftyLanSideCidrBlock(v string) *CustomerGateway

SetNiftyLanSideCidrBlock sets the NiftyLanSideCidrBlock field's value.

func (*CustomerGateway) SetNiftyLanSideIpAddress

func (s *CustomerGateway) SetNiftyLanSideIpAddress(v string) *CustomerGateway

SetNiftyLanSideIpAddress sets the NiftyLanSideIpAddress field's value.

func (*CustomerGateway) SetState

func (s *CustomerGateway) SetState(v string) *CustomerGateway

SetState sets the State field's value.

func (*CustomerGateway) SetTagSet

func (s *CustomerGateway) SetTagSet(v []*TagSetItem) *CustomerGateway

SetTagSet sets the TagSet field's value.

func (*CustomerGateway) SetType

func (s *CustomerGateway) SetType(v string) *CustomerGateway

SetType sets the Type field's value.

func (CustomerGateway) String

func (s CustomerGateway) String() string

String returns the string representation

type CustomerGatewaySetItem

type CustomerGatewaySetItem struct {
	BgpAsn *string `locationName:"bgpAsn" type:"string"`

	CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:""`

	CustomerGatewayId *string `locationName:"customerGatewayId" type:"string"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	NiftyCustomerGatewayDescription *string `locationName:"niftyCustomerGatewayDescription" type:"string"`

	NiftyCustomerGatewayName *string `locationName:"niftyCustomerGatewayName" type:"string"`

	NiftyLanSideCidrBlock *string `locationName:"niftyLanSideCidrBlock" type:"string"`

	NiftyLanSideIpAddress *string `locationName:"niftyLanSideIpAddress" type:"string"`

	State *string `locationName:"state" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

	Type *string `locationName:"type" type:"string"`
	// contains filtered or unexported fields
}

func (CustomerGatewaySetItem) GoString

func (s CustomerGatewaySetItem) GoString() string

GoString returns the string representation

func (*CustomerGatewaySetItem) SetBgpAsn

SetBgpAsn sets the BgpAsn field's value.

func (*CustomerGatewaySetItem) SetCreatedTime

SetCreatedTime sets the CreatedTime field's value.

func (*CustomerGatewaySetItem) SetCustomerGatewayId

func (s *CustomerGatewaySetItem) SetCustomerGatewayId(v string) *CustomerGatewaySetItem

SetCustomerGatewayId sets the CustomerGatewayId field's value.

func (*CustomerGatewaySetItem) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*CustomerGatewaySetItem) SetNiftyCustomerGatewayDescription

func (s *CustomerGatewaySetItem) SetNiftyCustomerGatewayDescription(v string) *CustomerGatewaySetItem

SetNiftyCustomerGatewayDescription sets the NiftyCustomerGatewayDescription field's value.

func (*CustomerGatewaySetItem) SetNiftyCustomerGatewayName

func (s *CustomerGatewaySetItem) SetNiftyCustomerGatewayName(v string) *CustomerGatewaySetItem

SetNiftyCustomerGatewayName sets the NiftyCustomerGatewayName field's value.

func (*CustomerGatewaySetItem) SetNiftyLanSideCidrBlock

func (s *CustomerGatewaySetItem) SetNiftyLanSideCidrBlock(v string) *CustomerGatewaySetItem

SetNiftyLanSideCidrBlock sets the NiftyLanSideCidrBlock field's value.

func (*CustomerGatewaySetItem) SetNiftyLanSideIpAddress

func (s *CustomerGatewaySetItem) SetNiftyLanSideIpAddress(v string) *CustomerGatewaySetItem

SetNiftyLanSideIpAddress sets the NiftyLanSideIpAddress field's value.

func (*CustomerGatewaySetItem) SetState

SetState sets the State field's value.

func (*CustomerGatewaySetItem) SetTagSet

SetTagSet sets the TagSet field's value.

func (*CustomerGatewaySetItem) SetType

SetType sets the Type field's value.

func (CustomerGatewaySetItem) String

func (s CustomerGatewaySetItem) String() string

String returns the string representation

type DDay

type DDay struct {
	EndingDDay *string `locationName:"endingDDay" type:"string"`

	StartingDDay *string `locationName:"startingDDay" type:"string"`
	// contains filtered or unexported fields
}

func (DDay) GoString

func (s DDay) GoString() string

GoString returns the string representation

func (*DDay) SetEndingDDay

func (s *DDay) SetEndingDDay(v string) *DDay

SetEndingDDay sets the EndingDDay field's value.

func (*DDay) SetStartingDDay

func (s *DDay) SetStartingDDay(v string) *DDay

SetStartingDDay sets the StartingDDay field's value.

func (DDay) String

func (s DDay) String() string

String returns the string representation

type DataSetItem

type DataSetItem struct {
	DateTime *string `locationName:"dateTime" type:"string"`

	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (DataSetItem) GoString

func (s DataSetItem) GoString() string

GoString returns the string representation

func (*DataSetItem) SetDateTime

func (s *DataSetItem) SetDateTime(v string) *DataSetItem

SetDateTime sets the DateTime field's value.

func (*DataSetItem) SetValue

func (s *DataSetItem) SetValue(v string) *DataSetItem

SetValue sets the Value field's value.

func (DataSetItem) String

func (s DataSetItem) String() string

String returns the string representation

type Day

type Day struct {
	SetFriday *string `locationName:"setFriday" type:"string"`

	SetMonday *string `locationName:"setMonday" type:"string"`

	SetSaturday *string `locationName:"setSaturday" type:"string"`

	SetSunday *string `locationName:"setSunday" type:"string"`

	SetThursday *string `locationName:"setThursday" type:"string"`

	SetTuesday *string `locationName:"setTuesday" type:"string"`

	SetWednesday *string `locationName:"setWednesday" type:"string"`
	// contains filtered or unexported fields
}

func (Day) GoString

func (s Day) GoString() string

GoString returns the string representation

func (*Day) SetSetFriday

func (s *Day) SetSetFriday(v string) *Day

SetSetFriday sets the SetFriday field's value.

func (*Day) SetSetMonday

func (s *Day) SetSetMonday(v string) *Day

SetSetMonday sets the SetMonday field's value.

func (*Day) SetSetSaturday

func (s *Day) SetSetSaturday(v string) *Day

SetSetSaturday sets the SetSaturday field's value.

func (*Day) SetSetSunday

func (s *Day) SetSetSunday(v string) *Day

SetSetSunday sets the SetSunday field's value.

func (*Day) SetSetThursday

func (s *Day) SetSetThursday(v string) *Day

SetSetThursday sets the SetThursday field's value.

func (*Day) SetSetTuesday

func (s *Day) SetSetTuesday(v string) *Day

SetSetTuesday sets the SetTuesday field's value.

func (*Day) SetSetWednesday

func (s *Day) SetSetWednesday(v string) *Day

SetSetWednesday sets the SetWednesday field's value.

func (Day) String

func (s Day) String() string

String returns the string representation

type DeleteCustomerGatewayInput

type DeleteCustomerGatewayInput struct {
	CustomerGatewayId *string `locationName:"CustomerGatewayId" type:"string"`

	NiftyCustomerGatewayName *string `locationName:"NiftyCustomerGatewayName" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteCustomerGatewayInput) GoString

func (s DeleteCustomerGatewayInput) GoString() string

GoString returns the string representation

func (*DeleteCustomerGatewayInput) SetCustomerGatewayId

func (s *DeleteCustomerGatewayInput) SetCustomerGatewayId(v string) *DeleteCustomerGatewayInput

SetCustomerGatewayId sets the CustomerGatewayId field's value.

func (*DeleteCustomerGatewayInput) SetNiftyCustomerGatewayName

func (s *DeleteCustomerGatewayInput) SetNiftyCustomerGatewayName(v string) *DeleteCustomerGatewayInput

SetNiftyCustomerGatewayName sets the NiftyCustomerGatewayName field's value.

func (DeleteCustomerGatewayInput) String

String returns the string representation

type DeleteCustomerGatewayOutput

type DeleteCustomerGatewayOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DeleteCustomerGatewayOutput) GoString

func (s DeleteCustomerGatewayOutput) GoString() string

GoString returns the string representation

func (*DeleteCustomerGatewayOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteCustomerGatewayOutput) SetReturn

SetReturn sets the Return field's value.

func (DeleteCustomerGatewayOutput) String

String returns the string representation

type DeleteDhcpOptionsInput

type DeleteDhcpOptionsInput struct {
	DhcpOptionsId *string `locationName:"DhcpOptionsId" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteDhcpOptionsInput) GoString

func (s DeleteDhcpOptionsInput) GoString() string

GoString returns the string representation

func (*DeleteDhcpOptionsInput) SetDhcpOptionsId

func (s *DeleteDhcpOptionsInput) SetDhcpOptionsId(v string) *DeleteDhcpOptionsInput

SetDhcpOptionsId sets the DhcpOptionsId field's value.

func (DeleteDhcpOptionsInput) String

func (s DeleteDhcpOptionsInput) String() string

String returns the string representation

type DeleteDhcpOptionsOutput

type DeleteDhcpOptionsOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DeleteDhcpOptionsOutput) GoString

func (s DeleteDhcpOptionsOutput) GoString() string

GoString returns the string representation

func (*DeleteDhcpOptionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteDhcpOptionsOutput) SetReturn

SetReturn sets the Return field's value.

func (DeleteDhcpOptionsOutput) String

func (s DeleteDhcpOptionsOutput) String() string

String returns the string representation

type DeleteImageInput

type DeleteImageInput struct {
	ImageId *string `locationName:"ImageId" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteImageInput) GoString

func (s DeleteImageInput) GoString() string

GoString returns the string representation

func (*DeleteImageInput) SetImageId

func (s *DeleteImageInput) SetImageId(v string) *DeleteImageInput

SetImageId sets the ImageId field's value.

func (DeleteImageInput) String

func (s DeleteImageInput) String() string

String returns the string representation

type DeleteImageOutput

type DeleteImageOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteImageOutput) GoString

func (s DeleteImageOutput) GoString() string

GoString returns the string representation

func (*DeleteImageOutput) SetRequestId

func (s *DeleteImageOutput) SetRequestId(v string) *DeleteImageOutput

SetRequestId sets the RequestId field's value.

func (DeleteImageOutput) String

func (s DeleteImageOutput) String() string

String returns the string representation

type DeleteKeyPairInput

type DeleteKeyPairInput struct {
	KeyName *string `locationName:"KeyName" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteKeyPairInput) GoString

func (s DeleteKeyPairInput) GoString() string

GoString returns the string representation

func (*DeleteKeyPairInput) SetKeyName

func (s *DeleteKeyPairInput) SetKeyName(v string) *DeleteKeyPairInput

SetKeyName sets the KeyName field's value.

func (DeleteKeyPairInput) String

func (s DeleteKeyPairInput) String() string

String returns the string representation

type DeleteKeyPairOutput

type DeleteKeyPairOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DeleteKeyPairOutput) GoString

func (s DeleteKeyPairOutput) GoString() string

GoString returns the string representation

func (*DeleteKeyPairOutput) SetRequestId

func (s *DeleteKeyPairOutput) SetRequestId(v string) *DeleteKeyPairOutput

SetRequestId sets the RequestId field's value.

func (*DeleteKeyPairOutput) SetReturn

func (s *DeleteKeyPairOutput) SetReturn(v bool) *DeleteKeyPairOutput

SetReturn sets the Return field's value.

func (DeleteKeyPairOutput) String

func (s DeleteKeyPairOutput) String() string

String returns the string representation

type DeleteLoadBalancerInput

type DeleteLoadBalancerInput struct {
	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteLoadBalancerInput) GoString

func (s DeleteLoadBalancerInput) GoString() string

GoString returns the string representation

func (*DeleteLoadBalancerInput) SetInstancePort

func (s *DeleteLoadBalancerInput) SetInstancePort(v int64) *DeleteLoadBalancerInput

SetInstancePort sets the InstancePort field's value.

func (*DeleteLoadBalancerInput) SetLoadBalancerName

func (s *DeleteLoadBalancerInput) SetLoadBalancerName(v string) *DeleteLoadBalancerInput

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*DeleteLoadBalancerInput) SetLoadBalancerPort

func (s *DeleteLoadBalancerInput) SetLoadBalancerPort(v int64) *DeleteLoadBalancerInput

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (DeleteLoadBalancerInput) String

func (s DeleteLoadBalancerInput) String() string

String returns the string representation

type DeleteLoadBalancerOutput

type DeleteLoadBalancerOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (DeleteLoadBalancerOutput) GoString

func (s DeleteLoadBalancerOutput) GoString() string

GoString returns the string representation

func (*DeleteLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (DeleteLoadBalancerOutput) String

func (s DeleteLoadBalancerOutput) String() string

String returns the string representation

type DeleteRouteInput

type DeleteRouteInput struct {
	DestinationCidrBlock *string `locationName:"DestinationCidrBlock" type:"string"`

	RouteTableId *string `locationName:"RouteTableId" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteRouteInput) GoString

func (s DeleteRouteInput) GoString() string

GoString returns the string representation

func (*DeleteRouteInput) SetDestinationCidrBlock

func (s *DeleteRouteInput) SetDestinationCidrBlock(v string) *DeleteRouteInput

SetDestinationCidrBlock sets the DestinationCidrBlock field's value.

func (*DeleteRouteInput) SetRouteTableId

func (s *DeleteRouteInput) SetRouteTableId(v string) *DeleteRouteInput

SetRouteTableId sets the RouteTableId field's value.

func (DeleteRouteInput) String

func (s DeleteRouteInput) String() string

String returns the string representation

type DeleteRouteOutput

type DeleteRouteOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DeleteRouteOutput) GoString

func (s DeleteRouteOutput) GoString() string

GoString returns the string representation

func (*DeleteRouteOutput) SetRequestId

func (s *DeleteRouteOutput) SetRequestId(v string) *DeleteRouteOutput

SetRequestId sets the RequestId field's value.

func (*DeleteRouteOutput) SetReturn

func (s *DeleteRouteOutput) SetReturn(v bool) *DeleteRouteOutput

SetReturn sets the Return field's value.

func (DeleteRouteOutput) String

func (s DeleteRouteOutput) String() string

String returns the string representation

type DeleteRouteTableInput

type DeleteRouteTableInput struct {
	RouteTableId *string `locationName:"RouteTableId" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteRouteTableInput) GoString

func (s DeleteRouteTableInput) GoString() string

GoString returns the string representation

func (*DeleteRouteTableInput) SetRouteTableId

func (s *DeleteRouteTableInput) SetRouteTableId(v string) *DeleteRouteTableInput

SetRouteTableId sets the RouteTableId field's value.

func (DeleteRouteTableInput) String

func (s DeleteRouteTableInput) String() string

String returns the string representation

type DeleteRouteTableOutput

type DeleteRouteTableOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DeleteRouteTableOutput) GoString

func (s DeleteRouteTableOutput) GoString() string

GoString returns the string representation

func (*DeleteRouteTableOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteRouteTableOutput) SetReturn

SetReturn sets the Return field's value.

func (DeleteRouteTableOutput) String

func (s DeleteRouteTableOutput) String() string

String returns the string representation

type DeleteSecurityGroupInput

type DeleteSecurityGroupInput struct {
	GroupName *string `locationName:"GroupName" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteSecurityGroupInput) GoString

func (s DeleteSecurityGroupInput) GoString() string

GoString returns the string representation

func (*DeleteSecurityGroupInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (DeleteSecurityGroupInput) String

func (s DeleteSecurityGroupInput) String() string

String returns the string representation

type DeleteSecurityGroupOutput

type DeleteSecurityGroupOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DeleteSecurityGroupOutput) GoString

func (s DeleteSecurityGroupOutput) GoString() string

GoString returns the string representation

func (*DeleteSecurityGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteSecurityGroupOutput) SetReturn

SetReturn sets the Return field's value.

func (DeleteSecurityGroupOutput) String

func (s DeleteSecurityGroupOutput) String() string

String returns the string representation

type DeleteSslCertificateInput

type DeleteSslCertificateInput struct {
	FqdnId *string `locationName:"FqdnId" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteSslCertificateInput) GoString

func (s DeleteSslCertificateInput) GoString() string

GoString returns the string representation

func (*DeleteSslCertificateInput) SetFqdnId

SetFqdnId sets the FqdnId field's value.

func (DeleteSslCertificateInput) String

func (s DeleteSslCertificateInput) String() string

String returns the string representation

type DeleteSslCertificateOutput

type DeleteSslCertificateOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DeleteSslCertificateOutput) GoString

func (s DeleteSslCertificateOutput) GoString() string

GoString returns the string representation

func (*DeleteSslCertificateOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteSslCertificateOutput) SetReturn

SetReturn sets the Return field's value.

func (DeleteSslCertificateOutput) String

String returns the string representation

type DeleteVolumeInput

type DeleteVolumeInput struct {
	VolumeId *string `locationName:"VolumeId" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteVolumeInput) GoString

func (s DeleteVolumeInput) GoString() string

GoString returns the string representation

func (*DeleteVolumeInput) SetVolumeId

func (s *DeleteVolumeInput) SetVolumeId(v string) *DeleteVolumeInput

SetVolumeId sets the VolumeId field's value.

func (DeleteVolumeInput) String

func (s DeleteVolumeInput) String() string

String returns the string representation

type DeleteVolumeOutput

type DeleteVolumeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DeleteVolumeOutput) GoString

func (s DeleteVolumeOutput) GoString() string

GoString returns the string representation

func (*DeleteVolumeOutput) SetRequestId

func (s *DeleteVolumeOutput) SetRequestId(v string) *DeleteVolumeOutput

SetRequestId sets the RequestId field's value.

func (*DeleteVolumeOutput) SetReturn

func (s *DeleteVolumeOutput) SetReturn(v bool) *DeleteVolumeOutput

SetReturn sets the Return field's value.

func (DeleteVolumeOutput) String

func (s DeleteVolumeOutput) String() string

String returns the string representation

type DeleteVpnConnectionInput

type DeleteVpnConnectionInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	VpnConnectionId *string `locationName:"VpnConnectionId" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteVpnConnectionInput) GoString

func (s DeleteVpnConnectionInput) GoString() string

GoString returns the string representation

func (*DeleteVpnConnectionInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*DeleteVpnConnectionInput) SetVpnConnectionId

func (s *DeleteVpnConnectionInput) SetVpnConnectionId(v string) *DeleteVpnConnectionInput

SetVpnConnectionId sets the VpnConnectionId field's value.

func (DeleteVpnConnectionInput) String

func (s DeleteVpnConnectionInput) String() string

String returns the string representation

type DeleteVpnConnectionOutput

type DeleteVpnConnectionOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DeleteVpnConnectionOutput) GoString

func (s DeleteVpnConnectionOutput) GoString() string

GoString returns the string representation

func (*DeleteVpnConnectionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteVpnConnectionOutput) SetReturn

SetReturn sets the Return field's value.

func (DeleteVpnConnectionOutput) String

func (s DeleteVpnConnectionOutput) String() string

String returns the string representation

type DeleteVpnGatewayInput

type DeleteVpnGatewayInput struct {
	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	VpnGatewayId *string `locationName:"VpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (DeleteVpnGatewayInput) GoString

func (s DeleteVpnGatewayInput) GoString() string

GoString returns the string representation

func (*DeleteVpnGatewayInput) SetNiftyVpnGatewayName

func (s *DeleteVpnGatewayInput) SetNiftyVpnGatewayName(v string) *DeleteVpnGatewayInput

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*DeleteVpnGatewayInput) SetVpnGatewayId

func (s *DeleteVpnGatewayInput) SetVpnGatewayId(v string) *DeleteVpnGatewayInput

SetVpnGatewayId sets the VpnGatewayId field's value.

func (DeleteVpnGatewayInput) String

func (s DeleteVpnGatewayInput) String() string

String returns the string representation

type DeleteVpnGatewayOutput

type DeleteVpnGatewayOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DeleteVpnGatewayOutput) GoString

func (s DeleteVpnGatewayOutput) GoString() string

GoString returns the string representation

func (*DeleteVpnGatewayOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DeleteVpnGatewayOutput) SetReturn

SetReturn sets the Return field's value.

func (DeleteVpnGatewayOutput) String

func (s DeleteVpnGatewayOutput) String() string

String returns the string representation

type DeregisterInstancesFromLoadBalancerInput

type DeregisterInstancesFromLoadBalancerInput struct {
	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	Instances []*RequestInstancesStruct `locationName:"Instances" locationNameList:"member" type:"list"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`
	// contains filtered or unexported fields
}

func (DeregisterInstancesFromLoadBalancerInput) GoString

GoString returns the string representation

func (*DeregisterInstancesFromLoadBalancerInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*DeregisterInstancesFromLoadBalancerInput) SetInstances

SetInstances sets the Instances field's value.

func (*DeregisterInstancesFromLoadBalancerInput) SetLoadBalancerName

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*DeregisterInstancesFromLoadBalancerInput) SetLoadBalancerPort

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (DeregisterInstancesFromLoadBalancerInput) String

String returns the string representation

type DeregisterInstancesFromLoadBalancerOutput

type DeregisterInstancesFromLoadBalancerOutput struct {
	DeregisterInstancesFromLoadBalancerResult *DeregisterInstancesFromLoadBalancerOutput `locationName:"DeregisterInstancesFromLoadBalancerResult" type:"structure"`

	Instances []*InstancesMemberItem `locationName:"Instances" locationNameList:"member" type:"list"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (DeregisterInstancesFromLoadBalancerOutput) GoString

GoString returns the string representation

func (*DeregisterInstancesFromLoadBalancerOutput) SetDeregisterInstancesFromLoadBalancerResult

SetDeregisterInstancesFromLoadBalancerResult sets the DeregisterInstancesFromLoadBalancerResult field's value.

func (*DeregisterInstancesFromLoadBalancerOutput) SetInstances

SetInstances sets the Instances field's value.

func (*DeregisterInstancesFromLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (DeregisterInstancesFromLoadBalancerOutput) String

String returns the string representation

type DeregisterInstancesFromSecurityGroupInput

type DeregisterInstancesFromSecurityGroupInput struct {
	GroupName *string `locationName:"GroupName" type:"string"`

	InstanceId []*string `locationName:"InstanceId" type:"list"`
	// contains filtered or unexported fields
}

func (DeregisterInstancesFromSecurityGroupInput) GoString

GoString returns the string representation

func (*DeregisterInstancesFromSecurityGroupInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*DeregisterInstancesFromSecurityGroupInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DeregisterInstancesFromSecurityGroupInput) String

String returns the string representation

type DeregisterInstancesFromSecurityGroupOutput

type DeregisterInstancesFromSecurityGroupOutput struct {
	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DeregisterInstancesFromSecurityGroupOutput) GoString

GoString returns the string representation

func (*DeregisterInstancesFromSecurityGroupOutput) SetInstancesSet

SetInstancesSet sets the InstancesSet field's value.

func (*DeregisterInstancesFromSecurityGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (DeregisterInstancesFromSecurityGroupOutput) String

String returns the string representation

type DescribeAddressesInput

type DescribeAddressesInput struct {
	PrivateIpAddress []*string `locationName:"PrivateIpAddress" type:"list"`

	PublicIp []*string `locationName:"PublicIp" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeAddressesInput) GoString

func (s DescribeAddressesInput) GoString() string

GoString returns the string representation

func (*DescribeAddressesInput) SetPrivateIpAddress

func (s *DescribeAddressesInput) SetPrivateIpAddress(v []*string) *DescribeAddressesInput

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*DescribeAddressesInput) SetPublicIp

SetPublicIp sets the PublicIp field's value.

func (DescribeAddressesInput) String

func (s DescribeAddressesInput) String() string

String returns the string representation

type DescribeAddressesOutput

type DescribeAddressesOutput struct {
	AddressesSet []*AddressesSetItem `locationName:"addressesSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAddressesOutput) GoString

func (s DescribeAddressesOutput) GoString() string

GoString returns the string representation

func (*DescribeAddressesOutput) SetAddressesSet

SetAddressesSet sets the AddressesSet field's value.

func (*DescribeAddressesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (DescribeAddressesOutput) String

func (s DescribeAddressesOutput) String() string

String returns the string representation

type DescribeAssociatedUsersInput

type DescribeAssociatedUsersInput struct {
	FunctionName *string `locationName:"FunctionName" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAssociatedUsersInput) GoString

func (s DescribeAssociatedUsersInput) GoString() string

GoString returns the string representation

func (*DescribeAssociatedUsersInput) SetFunctionName

SetFunctionName sets the FunctionName field's value.

func (DescribeAssociatedUsersInput) String

String returns the string representation

type DescribeAssociatedUsersOutput

type DescribeAssociatedUsersOutput struct {
	DescribeAssociatedUsersResult *DescribeAssociatedUsersOutput `locationName:"DescribeAssociatedUsersResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`

	Users []*UsersMemberItem `locationName:"Users" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeAssociatedUsersOutput) GoString

GoString returns the string representation

func (*DescribeAssociatedUsersOutput) SetDescribeAssociatedUsersResult

SetDescribeAssociatedUsersResult sets the DescribeAssociatedUsersResult field's value.

func (*DescribeAssociatedUsersOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (*DescribeAssociatedUsersOutput) SetUsers

SetUsers sets the Users field's value.

func (DescribeAssociatedUsersOutput) String

String returns the string representation

type DescribeAvailabilityZonesInput

type DescribeAvailabilityZonesInput struct {
	ZoneName []*string `locationName:"ZoneName" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeAvailabilityZonesInput) GoString

GoString returns the string representation

func (*DescribeAvailabilityZonesInput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (DescribeAvailabilityZonesInput) String

String returns the string representation

type DescribeAvailabilityZonesOutput

type DescribeAvailabilityZonesOutput struct {
	AvailabilityZoneInfo []*AvailabilityZoneInfoSetItem `locationName:"availabilityZoneInfo" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAvailabilityZonesOutput) GoString

GoString returns the string representation

func (*DescribeAvailabilityZonesOutput) SetAvailabilityZoneInfo

SetAvailabilityZoneInfo sets the AvailabilityZoneInfo field's value.

func (*DescribeAvailabilityZonesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (DescribeAvailabilityZonesOutput) String

String returns the string representation

type DescribeCustomerGatewaysInput

type DescribeCustomerGatewaysInput struct {
	CustomerGatewayId []*string `locationName:"CustomerGatewayId" type:"list"`

	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`

	NiftyCustomerGatewayName []*string `locationName:"NiftyCustomerGatewayName" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeCustomerGatewaysInput) GoString

GoString returns the string representation

func (*DescribeCustomerGatewaysInput) SetCustomerGatewayId

SetCustomerGatewayId sets the CustomerGatewayId field's value.

func (*DescribeCustomerGatewaysInput) SetFilter

SetFilter sets the Filter field's value.

func (*DescribeCustomerGatewaysInput) SetNiftyCustomerGatewayName

func (s *DescribeCustomerGatewaysInput) SetNiftyCustomerGatewayName(v []*string) *DescribeCustomerGatewaysInput

SetNiftyCustomerGatewayName sets the NiftyCustomerGatewayName field's value.

func (DescribeCustomerGatewaysInput) String

String returns the string representation

type DescribeCustomerGatewaysOutput

type DescribeCustomerGatewaysOutput struct {
	CustomerGatewaySet []*CustomerGatewaySetItem `locationName:"customerGatewaySet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeCustomerGatewaysOutput) GoString

GoString returns the string representation

func (*DescribeCustomerGatewaysOutput) SetCustomerGatewaySet

SetCustomerGatewaySet sets the CustomerGatewaySet field's value.

func (*DescribeCustomerGatewaysOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (DescribeCustomerGatewaysOutput) String

String returns the string representation

type DescribeDhcpOptionsInput

type DescribeDhcpOptionsInput struct {
	DhcpOptionsId []*string `locationName:"DhcpOptionsId" type:"list"`

	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeDhcpOptionsInput) GoString

func (s DescribeDhcpOptionsInput) GoString() string

GoString returns the string representation

func (*DescribeDhcpOptionsInput) SetDhcpOptionsId

func (s *DescribeDhcpOptionsInput) SetDhcpOptionsId(v []*string) *DescribeDhcpOptionsInput

SetDhcpOptionsId sets the DhcpOptionsId field's value.

func (*DescribeDhcpOptionsInput) SetFilter

SetFilter sets the Filter field's value.

func (DescribeDhcpOptionsInput) String

func (s DescribeDhcpOptionsInput) String() string

String returns the string representation

type DescribeDhcpOptionsOutput

type DescribeDhcpOptionsOutput struct {
	DhcpOptionsSet *DhcpOptionsSet `locationName:"dhcpOptionsSet" type:"structure"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDhcpOptionsOutput) GoString

func (s DescribeDhcpOptionsOutput) GoString() string

GoString returns the string representation

func (*DescribeDhcpOptionsOutput) SetDhcpOptionsSet

SetDhcpOptionsSet sets the DhcpOptionsSet field's value.

func (*DescribeDhcpOptionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (DescribeDhcpOptionsOutput) String

func (s DescribeDhcpOptionsOutput) String() string

String returns the string representation

type DescribeImagesInput

type DescribeImagesInput struct {
	ImageId []*string `locationName:"ImageId" type:"list"`

	ImageName []*string `locationName:"ImageName" type:"list"`

	Owner []*string `locationName:"Owner" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeImagesInput) GoString

func (s DescribeImagesInput) GoString() string

GoString returns the string representation

func (*DescribeImagesInput) SetImageId

func (s *DescribeImagesInput) SetImageId(v []*string) *DescribeImagesInput

SetImageId sets the ImageId field's value.

func (*DescribeImagesInput) SetImageName

func (s *DescribeImagesInput) SetImageName(v []*string) *DescribeImagesInput

SetImageName sets the ImageName field's value.

func (*DescribeImagesInput) SetOwner

func (s *DescribeImagesInput) SetOwner(v []*string) *DescribeImagesInput

SetOwner sets the Owner field's value.

func (DescribeImagesInput) String

func (s DescribeImagesInput) String() string

String returns the string representation

type DescribeImagesOutput

type DescribeImagesOutput struct {
	ImagesSet []*ImagesSetItem `locationName:"imagesSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeImagesOutput) GoString

func (s DescribeImagesOutput) GoString() string

GoString returns the string representation

func (*DescribeImagesOutput) SetImagesSet

SetImagesSet sets the ImagesSet field's value.

func (*DescribeImagesOutput) SetRequestId

func (s *DescribeImagesOutput) SetRequestId(v string) *DescribeImagesOutput

SetRequestId sets the RequestId field's value.

func (DescribeImagesOutput) String

func (s DescribeImagesOutput) String() string

String returns the string representation

type DescribeInstanceAttributeInput

type DescribeInstanceAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

	InstanceId *string `locationName:"InstanceId" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeInstanceAttributeInput) GoString

GoString returns the string representation

func (*DescribeInstanceAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*DescribeInstanceAttributeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (DescribeInstanceAttributeInput) String

String returns the string representation

type DescribeInstanceAttributeOutput

type DescribeInstanceAttributeOutput struct {
	AccountingType *AccountingType `locationName:"accountingType" type:"structure"`

	Autoscaling *Autoscaling `locationName:"autoscaling" type:"structure"`

	BlockDeviceMapping []*BlockDeviceMappingSetItem `locationName:"blockDeviceMapping" locationNameList:"item" type:"list"`

	CopyInfo *CopyInfo `locationName:"copyInfo" type:"structure"`

	DescriptionValue *DescriptionValue `locationName:"descriptionValue" type:"structure"`

	DisableApiTermination *DisableApiTermination `locationName:"disableApiTermination" type:"structure"`

	GroupIdValue *GroupIdValue `locationName:"groupIdValue" type:"structure"`

	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceInitiatedShutdownBehavior *InstanceInitiatedShutdownBehavior `locationName:"instanceInitiatedShutdownBehavior" type:"structure"`

	InstanceType *InstanceType `locationName:"instanceType" type:"structure"`

	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`

	IpType *IpType `locationName:"ipType" type:"structure"`

	Kernel *Kernel `locationName:"kernel" type:"structure"`

	Loadbalancing []*LoadbalancingSetItem `locationName:"loadbalancing" locationNameList:"item" type:"list"`

	NetworkInterfaceSet []*NetworkInterfaceSetItem `locationName:"networkInterfaceSet" locationNameList:"item" type:"list"`

	NextMonthAccountingType *NextMonthAccountingType `locationName:"NextMonthAccountingType" type:"structure"`

	NiftyElasticLoadBalancing []*NiftyElasticLoadBalancingSetItem `locationName:"niftyElasticLoadBalancing" locationNameList:"item" type:"list"`

	NiftyPrivateIpType *NiftyPrivateIpType `locationName:"niftyPrivateIpType" type:"structure"`

	Ramdisk *Ramdisk `locationName:"ramdisk" type:"structure"`

	RequestId *string `locationName:"requestId" type:"string"`

	RootDeviceName *RootDeviceName `locationName:"rootDeviceName" type:"structure"`

	UserData *UserData `locationName:"userData" type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeInstanceAttributeOutput) GoString

GoString returns the string representation

func (*DescribeInstanceAttributeOutput) SetAccountingType

SetAccountingType sets the AccountingType field's value.

func (*DescribeInstanceAttributeOutput) SetAutoscaling

SetAutoscaling sets the Autoscaling field's value.

func (*DescribeInstanceAttributeOutput) SetBlockDeviceMapping

SetBlockDeviceMapping sets the BlockDeviceMapping field's value.

func (*DescribeInstanceAttributeOutput) SetCopyInfo

SetCopyInfo sets the CopyInfo field's value.

func (*DescribeInstanceAttributeOutput) SetDescriptionValue

SetDescriptionValue sets the DescriptionValue field's value.

func (*DescribeInstanceAttributeOutput) SetDisableApiTermination

SetDisableApiTermination sets the DisableApiTermination field's value.

func (*DescribeInstanceAttributeOutput) SetGroupIdValue

SetGroupIdValue sets the GroupIdValue field's value.

func (*DescribeInstanceAttributeOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeInstanceAttributeOutput) SetInstanceInitiatedShutdownBehavior

SetInstanceInitiatedShutdownBehavior sets the InstanceInitiatedShutdownBehavior field's value.

func (*DescribeInstanceAttributeOutput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*DescribeInstanceAttributeOutput) SetInstanceUniqueId

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*DescribeInstanceAttributeOutput) SetIpType

SetIpType sets the IpType field's value.

func (*DescribeInstanceAttributeOutput) SetKernel

SetKernel sets the Kernel field's value.

func (*DescribeInstanceAttributeOutput) SetLoadbalancing

SetLoadbalancing sets the Loadbalancing field's value.

func (*DescribeInstanceAttributeOutput) SetNetworkInterfaceSet

SetNetworkInterfaceSet sets the NetworkInterfaceSet field's value.

func (*DescribeInstanceAttributeOutput) SetNextMonthAccountingType

SetNextMonthAccountingType sets the NextMonthAccountingType field's value.

func (*DescribeInstanceAttributeOutput) SetNiftyElasticLoadBalancing

SetNiftyElasticLoadBalancing sets the NiftyElasticLoadBalancing field's value.

func (*DescribeInstanceAttributeOutput) SetNiftyPrivateIpType

SetNiftyPrivateIpType sets the NiftyPrivateIpType field's value.

func (*DescribeInstanceAttributeOutput) SetRamdisk

SetRamdisk sets the Ramdisk field's value.

func (*DescribeInstanceAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeInstanceAttributeOutput) SetRootDeviceName

SetRootDeviceName sets the RootDeviceName field's value.

func (*DescribeInstanceAttributeOutput) SetUserData

SetUserData sets the UserData field's value.

func (DescribeInstanceAttributeOutput) String

String returns the string representation

type DescribeInstanceHealthInput

type DescribeInstanceHealthInput struct {
	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	Instances []*RequestInstancesStruct `locationName:"Instances" locationNameList:"member" type:"list"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeInstanceHealthInput) GoString

func (s DescribeInstanceHealthInput) GoString() string

GoString returns the string representation

func (*DescribeInstanceHealthInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*DescribeInstanceHealthInput) SetInstances

SetInstances sets the Instances field's value.

func (*DescribeInstanceHealthInput) SetLoadBalancerName

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*DescribeInstanceHealthInput) SetLoadBalancerPort

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (DescribeInstanceHealthInput) String

String returns the string representation

type DescribeInstanceHealthOutput

type DescribeInstanceHealthOutput struct {
	DescribeInstanceHealthResult *DescribeInstanceHealthOutput `locationName:"DescribeInstanceHealthResult" type:"structure"`

	InstanceStates []*InstanceStatesMemberItem `locationName:"InstanceStates" locationNameList:"member" type:"list"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeInstanceHealthOutput) GoString

func (s DescribeInstanceHealthOutput) GoString() string

GoString returns the string representation

func (*DescribeInstanceHealthOutput) SetDescribeInstanceHealthResult

SetDescribeInstanceHealthResult sets the DescribeInstanceHealthResult field's value.

func (*DescribeInstanceHealthOutput) SetInstanceStates

SetInstanceStates sets the InstanceStates field's value.

func (*DescribeInstanceHealthOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (DescribeInstanceHealthOutput) String

String returns the string representation

type DescribeInstancesInput

type DescribeInstancesInput struct {
	InstanceId []*string `locationName:"InstanceId" type:"list"`

	Tenancy []*string `locationName:"Tenancy" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeInstancesInput) GoString

func (s DescribeInstancesInput) GoString() string

GoString returns the string representation

func (*DescribeInstancesInput) SetInstanceId

func (s *DescribeInstancesInput) SetInstanceId(v []*string) *DescribeInstancesInput

SetInstanceId sets the InstanceId field's value.

func (*DescribeInstancesInput) SetTenancy

SetTenancy sets the Tenancy field's value.

func (DescribeInstancesInput) String

func (s DescribeInstancesInput) String() string

String returns the string representation

type DescribeInstancesOutput

type DescribeInstancesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	ReservationSet []*ReservationSetItem `locationName:"reservationSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeInstancesOutput) GoString

func (s DescribeInstancesOutput) GoString() string

GoString returns the string representation

func (*DescribeInstancesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeInstancesOutput) SetReservationSet

SetReservationSet sets the ReservationSet field's value.

func (DescribeInstancesOutput) String

func (s DescribeInstancesOutput) String() string

String returns the string representation

type DescribeKeyPairsInput

type DescribeKeyPairsInput struct {
	KeyName []*string `locationName:"KeyName" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeKeyPairsInput) GoString

func (s DescribeKeyPairsInput) GoString() string

GoString returns the string representation

func (*DescribeKeyPairsInput) SetKeyName

func (s *DescribeKeyPairsInput) SetKeyName(v []*string) *DescribeKeyPairsInput

SetKeyName sets the KeyName field's value.

func (DescribeKeyPairsInput) String

func (s DescribeKeyPairsInput) String() string

String returns the string representation

type DescribeKeyPairsOutput

type DescribeKeyPairsOutput struct {
	KeySet []*KeySetItem `locationName:"keySet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeKeyPairsOutput) GoString

func (s DescribeKeyPairsOutput) GoString() string

GoString returns the string representation

func (*DescribeKeyPairsOutput) SetKeySet

SetKeySet sets the KeySet field's value.

func (*DescribeKeyPairsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (DescribeKeyPairsOutput) String

func (s DescribeKeyPairsOutput) String() string

String returns the string representation

type DescribeLoadBalancersInput

type DescribeLoadBalancersInput struct {
	LoadBalancerNames []*RequestLoadBalancerNamesStruct `locationName:"LoadBalancerNames" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeLoadBalancersInput) GoString

func (s DescribeLoadBalancersInput) GoString() string

GoString returns the string representation

func (*DescribeLoadBalancersInput) SetLoadBalancerNames

SetLoadBalancerNames sets the LoadBalancerNames field's value.

func (DescribeLoadBalancersInput) String

String returns the string representation

type DescribeLoadBalancersOutput

type DescribeLoadBalancersOutput struct {
	DescribeLoadBalancersResult *DescribeLoadBalancersOutput `locationName:"DescribeLoadBalancersResult" type:"structure"`

	LoadBalancerDescriptions []*LoadBalancerDescriptionsMemberItem `locationName:"LoadBalancerDescriptions" locationNameList:"member" type:"list"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeLoadBalancersOutput) GoString

func (s DescribeLoadBalancersOutput) GoString() string

GoString returns the string representation

func (*DescribeLoadBalancersOutput) SetDescribeLoadBalancersResult

SetDescribeLoadBalancersResult sets the DescribeLoadBalancersResult field's value.

func (*DescribeLoadBalancersOutput) SetLoadBalancerDescriptions

SetLoadBalancerDescriptions sets the LoadBalancerDescriptions field's value.

func (*DescribeLoadBalancersOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (DescribeLoadBalancersOutput) String

String returns the string representation

type DescribeRegionsInput

type DescribeRegionsInput struct {
	RegionName []*string `locationName:"RegionName" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRegionsInput) GoString

func (s DescribeRegionsInput) GoString() string

GoString returns the string representation

func (*DescribeRegionsInput) SetRegionName

func (s *DescribeRegionsInput) SetRegionName(v []*string) *DescribeRegionsInput

SetRegionName sets the RegionName field's value.

func (DescribeRegionsInput) String

func (s DescribeRegionsInput) String() string

String returns the string representation

type DescribeRegionsOutput

type DescribeRegionsOutput struct {
	RegionInfo []*RegionInfoSetItem `locationName:"regionInfo" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeRegionsOutput) GoString

func (s DescribeRegionsOutput) GoString() string

GoString returns the string representation

func (*DescribeRegionsOutput) SetRegionInfo

SetRegionInfo sets the RegionInfo field's value.

func (*DescribeRegionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (DescribeRegionsOutput) String

func (s DescribeRegionsOutput) String() string

String returns the string representation

type DescribeResourcesInput

type DescribeResourcesInput struct {
	// contains filtered or unexported fields
}

func (DescribeResourcesInput) GoString

func (s DescribeResourcesInput) GoString() string

GoString returns the string representation

func (DescribeResourcesInput) String

func (s DescribeResourcesInput) String() string

String returns the string representation

type DescribeResourcesOutput

type DescribeResourcesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	ResourceInfo *ResourceInfo `locationName:"resourceInfo" type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeResourcesOutput) GoString

func (s DescribeResourcesOutput) GoString() string

GoString returns the string representation

func (*DescribeResourcesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeResourcesOutput) SetResourceInfo

SetResourceInfo sets the ResourceInfo field's value.

func (DescribeResourcesOutput) String

func (s DescribeResourcesOutput) String() string

String returns the string representation

type DescribeRouteTablesInput

type DescribeRouteTablesInput struct {
	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`

	RouteTableId []*string `locationName:"RouteTableId" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRouteTablesInput) GoString

func (s DescribeRouteTablesInput) GoString() string

GoString returns the string representation

func (*DescribeRouteTablesInput) SetFilter

SetFilter sets the Filter field's value.

func (*DescribeRouteTablesInput) SetRouteTableId

func (s *DescribeRouteTablesInput) SetRouteTableId(v []*string) *DescribeRouteTablesInput

SetRouteTableId sets the RouteTableId field's value.

func (DescribeRouteTablesInput) String

func (s DescribeRouteTablesInput) String() string

String returns the string representation

type DescribeRouteTablesOutput

type DescribeRouteTablesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	RouteTableSet []*RouteTableSetItem `locationName:"routeTableSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRouteTablesOutput) GoString

func (s DescribeRouteTablesOutput) GoString() string

GoString returns the string representation

func (*DescribeRouteTablesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeRouteTablesOutput) SetRouteTableSet

SetRouteTableSet sets the RouteTableSet field's value.

func (DescribeRouteTablesOutput) String

func (s DescribeRouteTablesOutput) String() string

String returns the string representation

type DescribeSecurityActivitiesInput

type DescribeSecurityActivitiesInput struct {
	ActivityDate *string `locationName:"ActivityDate" type:"string"`

	GroupName *string `locationName:"GroupName" type:"string"`

	Range *RequestRangeStruct `locationName:"Range" type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeSecurityActivitiesInput) GoString

GoString returns the string representation

func (*DescribeSecurityActivitiesInput) SetActivityDate

SetActivityDate sets the ActivityDate field's value.

func (*DescribeSecurityActivitiesInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*DescribeSecurityActivitiesInput) SetRange

SetRange sets the Range field's value.

func (DescribeSecurityActivitiesInput) String

String returns the string representation

type DescribeSecurityActivitiesOutput

type DescribeSecurityActivitiesOutput struct {
	GroupName *string `locationName:"groupName" type:"string"`

	Log *string `locationName:"log" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeSecurityActivitiesOutput) GoString

GoString returns the string representation

func (*DescribeSecurityActivitiesOutput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*DescribeSecurityActivitiesOutput) SetLog

SetLog sets the Log field's value.

func (*DescribeSecurityActivitiesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (DescribeSecurityActivitiesOutput) String

String returns the string representation

type DescribeSecurityGroupOptionInput

type DescribeSecurityGroupOptionInput struct {
	// contains filtered or unexported fields
}

func (DescribeSecurityGroupOptionInput) GoString

GoString returns the string representation

func (DescribeSecurityGroupOptionInput) String

String returns the string representation

type DescribeSecurityGroupOptionOutput

type DescribeSecurityGroupOptionOutput struct {
	Course *string `locationName:"course" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`

	SecurityGroupLimit *int64 `locationName:"securityGroupLimit" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeSecurityGroupOptionOutput) GoString

GoString returns the string representation

func (*DescribeSecurityGroupOptionOutput) SetCourse

SetCourse sets the Course field's value.

func (*DescribeSecurityGroupOptionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeSecurityGroupOptionOutput) SetSecurityGroupLimit

SetSecurityGroupLimit sets the SecurityGroupLimit field's value.

func (DescribeSecurityGroupOptionOutput) String

String returns the string representation

type DescribeSecurityGroupsInput

type DescribeSecurityGroupsInput struct {
	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`

	GroupName []*string `locationName:"GroupName" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeSecurityGroupsInput) GoString

func (s DescribeSecurityGroupsInput) GoString() string

GoString returns the string representation

func (*DescribeSecurityGroupsInput) SetFilter

SetFilter sets the Filter field's value.

func (*DescribeSecurityGroupsInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (DescribeSecurityGroupsInput) String

String returns the string representation

type DescribeSecurityGroupsOutput

type DescribeSecurityGroupsOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	SecurityGroupInfo []*SecurityGroupInfoSetItem `locationName:"securityGroupInfo" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeSecurityGroupsOutput) GoString

func (s DescribeSecurityGroupsOutput) GoString() string

GoString returns the string representation

func (*DescribeSecurityGroupsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeSecurityGroupsOutput) SetSecurityGroupInfo

SetSecurityGroupInfo sets the SecurityGroupInfo field's value.

func (DescribeSecurityGroupsOutput) String

String returns the string representation

type DescribeServiceStatusInput

type DescribeServiceStatusInput struct {
	FromDate *string `locationName:"FromDate" type:"string"`

	ToDate *string `locationName:"ToDate" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeServiceStatusInput) GoString

func (s DescribeServiceStatusInput) GoString() string

GoString returns the string representation

func (*DescribeServiceStatusInput) SetFromDate

SetFromDate sets the FromDate field's value.

func (*DescribeServiceStatusInput) SetToDate

SetToDate sets the ToDate field's value.

func (DescribeServiceStatusInput) String

String returns the string representation

type DescribeServiceStatusOutput

type DescribeServiceStatusOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	ServiceStatusSet []*ServiceStatusSetItem `locationName:"serviceStatusSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeServiceStatusOutput) GoString

func (s DescribeServiceStatusOutput) GoString() string

GoString returns the string representation

func (*DescribeServiceStatusOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeServiceStatusOutput) SetServiceStatusSet

SetServiceStatusSet sets the ServiceStatusSet field's value.

func (DescribeServiceStatusOutput) String

String returns the string representation

type DescribeSslCertificateAttributeInput

type DescribeSslCertificateAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

	FqdnId *string `locationName:"FqdnId" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeSslCertificateAttributeInput) GoString

GoString returns the string representation

func (*DescribeSslCertificateAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*DescribeSslCertificateAttributeInput) SetFqdnId

SetFqdnId sets the FqdnId field's value.

func (DescribeSslCertificateAttributeInput) String

String returns the string representation

type DescribeSslCertificateAttributeOutput

type DescribeSslCertificateAttributeOutput struct {
	CaState *CaState `locationName:"caState" type:"structure"`

	CertAuthority *CertAuthority `locationName:"certAuthority" type:"structure"`

	CertInfo *CertInfo `locationName:"certInfo" type:"structure"`

	CertState *CertState `locationName:"certState" type:"structure"`

	Count *Count `locationName:"count" type:"structure"`

	DescriptionValue *DescriptionValue `locationName:"descriptionValue" type:"structure"`

	Fqdn *string `locationName:"fqdn" type:"string"`

	FqdnId *string `locationName:"fqdnId" type:"string"`

	KeyLength *KeyLength `locationName:"keyLength" type:"structure"`

	Period *Period `locationName:"period" type:"structure"`

	RequestId *string `locationName:"requestId" type:"string"`

	UploadState *UploadState `locationName:"uploadState" type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeSslCertificateAttributeOutput) GoString

GoString returns the string representation

func (*DescribeSslCertificateAttributeOutput) SetCaState

SetCaState sets the CaState field's value.

func (*DescribeSslCertificateAttributeOutput) SetCertAuthority

SetCertAuthority sets the CertAuthority field's value.

func (*DescribeSslCertificateAttributeOutput) SetCertInfo

SetCertInfo sets the CertInfo field's value.

func (*DescribeSslCertificateAttributeOutput) SetCertState

SetCertState sets the CertState field's value.

func (*DescribeSslCertificateAttributeOutput) SetCount

SetCount sets the Count field's value.

func (*DescribeSslCertificateAttributeOutput) SetDescriptionValue

SetDescriptionValue sets the DescriptionValue field's value.

func (*DescribeSslCertificateAttributeOutput) SetFqdn

SetFqdn sets the Fqdn field's value.

func (*DescribeSslCertificateAttributeOutput) SetFqdnId

SetFqdnId sets the FqdnId field's value.

func (*DescribeSslCertificateAttributeOutput) SetKeyLength

SetKeyLength sets the KeyLength field's value.

func (*DescribeSslCertificateAttributeOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*DescribeSslCertificateAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeSslCertificateAttributeOutput) SetUploadState

SetUploadState sets the UploadState field's value.

func (DescribeSslCertificateAttributeOutput) String

String returns the string representation

type DescribeSslCertificatesInput

type DescribeSslCertificatesInput struct {
	Fqdn []*string `locationName:"Fqdn" type:"list"`

	FqdnId []*string `locationName:"FqdnId" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeSslCertificatesInput) GoString

func (s DescribeSslCertificatesInput) GoString() string

GoString returns the string representation

func (*DescribeSslCertificatesInput) SetFqdn

SetFqdn sets the Fqdn field's value.

func (*DescribeSslCertificatesInput) SetFqdnId

SetFqdnId sets the FqdnId field's value.

func (DescribeSslCertificatesInput) String

String returns the string representation

type DescribeSslCertificatesOutput

type DescribeSslCertificatesOutput struct {
	CertsSet []*CertsSetItem `locationName:"certsSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeSslCertificatesOutput) GoString

GoString returns the string representation

func (*DescribeSslCertificatesOutput) SetCertsSet

SetCertsSet sets the CertsSet field's value.

func (*DescribeSslCertificatesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (DescribeSslCertificatesOutput) String

String returns the string representation

type DescribeUploadsInput

type DescribeUploadsInput struct {
	ConversionTaskId []*string `locationName:"ConversionTaskId" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeUploadsInput) GoString

func (s DescribeUploadsInput) GoString() string

GoString returns the string representation

func (*DescribeUploadsInput) SetConversionTaskId

func (s *DescribeUploadsInput) SetConversionTaskId(v []*string) *DescribeUploadsInput

SetConversionTaskId sets the ConversionTaskId field's value.

func (DescribeUploadsInput) String

func (s DescribeUploadsInput) String() string

String returns the string representation

type DescribeUploadsOutput

type DescribeUploadsOutput struct {
	Uploads []*UploadsSetItem `locationName:"uploads" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeUploadsOutput) GoString

func (s DescribeUploadsOutput) GoString() string

GoString returns the string representation

func (*DescribeUploadsOutput) SetUploads

SetUploads sets the Uploads field's value.

func (DescribeUploadsOutput) String

func (s DescribeUploadsOutput) String() string

String returns the string representation

type DescribeUsageInput

type DescribeUsageInput struct {
	IsCharge *bool `locationName:"IsCharge" type:"boolean"`

	Region *string `locationName:"Region" type:"string"`

	YearMonth *string `locationName:"YearMonth" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeUsageInput) GoString

func (s DescribeUsageInput) GoString() string

GoString returns the string representation

func (*DescribeUsageInput) SetIsCharge

func (s *DescribeUsageInput) SetIsCharge(v bool) *DescribeUsageInput

SetIsCharge sets the IsCharge field's value.

func (*DescribeUsageInput) SetRegion

func (s *DescribeUsageInput) SetRegion(v string) *DescribeUsageInput

SetRegion sets the Region field's value.

func (*DescribeUsageInput) SetYearMonth

func (s *DescribeUsageInput) SetYearMonth(v string) *DescribeUsageInput

SetYearMonth sets the YearMonth field's value.

func (DescribeUsageInput) String

func (s DescribeUsageInput) String() string

String returns the string representation

type DescribeUsageOutput

type DescribeUsageOutput struct {
	AutoScaleInfo *AutoScaleInfo `locationName:"autoScaleInfo" type:"structure"`

	ChargeDetailInfo *ChargeDetailInfo `locationName:"chargeDetailInfo" type:"structure"`

	CopyInfo *CopyInfo `locationName:"copyInfo" type:"structure"`

	ElasticIpInfo *ElasticIpInfo `locationName:"elasticIpInfo" type:"structure"`

	ElasticLoadBalancerInfo *ElasticLoadBalancerInfo `locationName:"elasticLoadBalancerInfo" type:"structure"`

	ExtraChargeInfo *ExtraChargeInfo `locationName:"extraChargeInfo" type:"structure"`

	ImageInfo *ImageInfo `locationName:"imageInfo" type:"structure"`

	InstanceInfo *InstanceInfo `locationName:"instanceInfo" type:"structure"`

	InternetVpnInfo *InternetVpnInfo `locationName:"internetVpnInfo" type:"structure"`

	LicenseInfo *LicenseInfo `locationName:"licenseInfo" type:"structure"`

	LoadBalancerInfo *LoadBalancerInfo `locationName:"loadBalancerInfo" type:"structure"`

	MailSendInfo *MailSendInfo `locationName:"mailSendInfo" type:"structure"`

	MultiAccountInfo *MultiAccountInfo `locationName:"multiAccountInfo" type:"structure"`

	NetworkInfo *NetworkInfo `locationName:"networkInfo" type:"structure"`

	OptionCommonInfo []*OptionCommonInfoSetItem `locationName:"optionCommonInfo" locationNameList:"item" type:"list"`

	OptionInfo []*OptionInfoSetItem `locationName:"optionInfo" locationNameList:"item" type:"list"`

	OsOptionChargeInfo *OsOptionChargeInfo `locationName:"osOptionChargeInfo" type:"structure"`

	PatternAuthInfo *PatternAuthInfo `locationName:"patternAuthInfo" type:"structure"`

	PremiumSupportInfo *PremiumSupportInfo `locationName:"premiumSupportInfo" type:"structure"`

	PrivateLanInfo *PrivateLanInfo `locationName:"privateLanInfo" type:"structure"`

	PrivateNetworkInfo *PrivateNetworkInfo `locationName:"privateNetworkInfo" type:"structure"`

	RequestId *string `locationName:"requestId" type:"string"`

	RouterInfo *RouterInfo `locationName:"routerInfo" type:"structure"`

	SecureNetInfo *SecureNetInfo `locationName:"secureNetInfo" type:"structure"`

	SecurityGroupInfo *SecurityGroupInfo `locationName:"securityGroupInfo" type:"structure"`

	SnapshotInfo *SnapshotInfo `locationName:"snapshotInfo" type:"structure"`

	SslCertInfo *SslCertInfo `locationName:"sslCertInfo" type:"structure"`

	StorageInfo *StorageInfo `locationName:"storageInfo" type:"structure"`

	VolumeInfo *VolumeInfo `locationName:"volumeInfo" type:"structure"`

	VpnGatewayInfo *VpnGatewayInfo `locationName:"vpnGatewayInfo" type:"structure"`

	YearMonth *string `locationName:"yearMonth" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeUsageOutput) GoString

func (s DescribeUsageOutput) GoString() string

GoString returns the string representation

func (*DescribeUsageOutput) SetAutoScaleInfo

func (s *DescribeUsageOutput) SetAutoScaleInfo(v *AutoScaleInfo) *DescribeUsageOutput

SetAutoScaleInfo sets the AutoScaleInfo field's value.

func (*DescribeUsageOutput) SetChargeDetailInfo

func (s *DescribeUsageOutput) SetChargeDetailInfo(v *ChargeDetailInfo) *DescribeUsageOutput

SetChargeDetailInfo sets the ChargeDetailInfo field's value.

func (*DescribeUsageOutput) SetCopyInfo

func (s *DescribeUsageOutput) SetCopyInfo(v *CopyInfo) *DescribeUsageOutput

SetCopyInfo sets the CopyInfo field's value.

func (*DescribeUsageOutput) SetElasticIpInfo

func (s *DescribeUsageOutput) SetElasticIpInfo(v *ElasticIpInfo) *DescribeUsageOutput

SetElasticIpInfo sets the ElasticIpInfo field's value.

func (*DescribeUsageOutput) SetElasticLoadBalancerInfo

func (s *DescribeUsageOutput) SetElasticLoadBalancerInfo(v *ElasticLoadBalancerInfo) *DescribeUsageOutput

SetElasticLoadBalancerInfo sets the ElasticLoadBalancerInfo field's value.

func (*DescribeUsageOutput) SetExtraChargeInfo

func (s *DescribeUsageOutput) SetExtraChargeInfo(v *ExtraChargeInfo) *DescribeUsageOutput

SetExtraChargeInfo sets the ExtraChargeInfo field's value.

func (*DescribeUsageOutput) SetImageInfo

func (s *DescribeUsageOutput) SetImageInfo(v *ImageInfo) *DescribeUsageOutput

SetImageInfo sets the ImageInfo field's value.

func (*DescribeUsageOutput) SetInstanceInfo

func (s *DescribeUsageOutput) SetInstanceInfo(v *InstanceInfo) *DescribeUsageOutput

SetInstanceInfo sets the InstanceInfo field's value.

func (*DescribeUsageOutput) SetInternetVpnInfo

func (s *DescribeUsageOutput) SetInternetVpnInfo(v *InternetVpnInfo) *DescribeUsageOutput

SetInternetVpnInfo sets the InternetVpnInfo field's value.

func (*DescribeUsageOutput) SetLicenseInfo

func (s *DescribeUsageOutput) SetLicenseInfo(v *LicenseInfo) *DescribeUsageOutput

SetLicenseInfo sets the LicenseInfo field's value.

func (*DescribeUsageOutput) SetLoadBalancerInfo

func (s *DescribeUsageOutput) SetLoadBalancerInfo(v *LoadBalancerInfo) *DescribeUsageOutput

SetLoadBalancerInfo sets the LoadBalancerInfo field's value.

func (*DescribeUsageOutput) SetMailSendInfo

func (s *DescribeUsageOutput) SetMailSendInfo(v *MailSendInfo) *DescribeUsageOutput

SetMailSendInfo sets the MailSendInfo field's value.

func (*DescribeUsageOutput) SetMultiAccountInfo

func (s *DescribeUsageOutput) SetMultiAccountInfo(v *MultiAccountInfo) *DescribeUsageOutput

SetMultiAccountInfo sets the MultiAccountInfo field's value.

func (*DescribeUsageOutput) SetNetworkInfo

func (s *DescribeUsageOutput) SetNetworkInfo(v *NetworkInfo) *DescribeUsageOutput

SetNetworkInfo sets the NetworkInfo field's value.

func (*DescribeUsageOutput) SetOptionCommonInfo

func (s *DescribeUsageOutput) SetOptionCommonInfo(v []*OptionCommonInfoSetItem) *DescribeUsageOutput

SetOptionCommonInfo sets the OptionCommonInfo field's value.

func (*DescribeUsageOutput) SetOptionInfo

SetOptionInfo sets the OptionInfo field's value.

func (*DescribeUsageOutput) SetOsOptionChargeInfo

func (s *DescribeUsageOutput) SetOsOptionChargeInfo(v *OsOptionChargeInfo) *DescribeUsageOutput

SetOsOptionChargeInfo sets the OsOptionChargeInfo field's value.

func (*DescribeUsageOutput) SetPatternAuthInfo

func (s *DescribeUsageOutput) SetPatternAuthInfo(v *PatternAuthInfo) *DescribeUsageOutput

SetPatternAuthInfo sets the PatternAuthInfo field's value.

func (*DescribeUsageOutput) SetPremiumSupportInfo

func (s *DescribeUsageOutput) SetPremiumSupportInfo(v *PremiumSupportInfo) *DescribeUsageOutput

SetPremiumSupportInfo sets the PremiumSupportInfo field's value.

func (*DescribeUsageOutput) SetPrivateLanInfo

func (s *DescribeUsageOutput) SetPrivateLanInfo(v *PrivateLanInfo) *DescribeUsageOutput

SetPrivateLanInfo sets the PrivateLanInfo field's value.

func (*DescribeUsageOutput) SetPrivateNetworkInfo

func (s *DescribeUsageOutput) SetPrivateNetworkInfo(v *PrivateNetworkInfo) *DescribeUsageOutput

SetPrivateNetworkInfo sets the PrivateNetworkInfo field's value.

func (*DescribeUsageOutput) SetRequestId

func (s *DescribeUsageOutput) SetRequestId(v string) *DescribeUsageOutput

SetRequestId sets the RequestId field's value.

func (*DescribeUsageOutput) SetRouterInfo

func (s *DescribeUsageOutput) SetRouterInfo(v *RouterInfo) *DescribeUsageOutput

SetRouterInfo sets the RouterInfo field's value.

func (*DescribeUsageOutput) SetSecureNetInfo

func (s *DescribeUsageOutput) SetSecureNetInfo(v *SecureNetInfo) *DescribeUsageOutput

SetSecureNetInfo sets the SecureNetInfo field's value.

func (*DescribeUsageOutput) SetSecurityGroupInfo

func (s *DescribeUsageOutput) SetSecurityGroupInfo(v *SecurityGroupInfo) *DescribeUsageOutput

SetSecurityGroupInfo sets the SecurityGroupInfo field's value.

func (*DescribeUsageOutput) SetSnapshotInfo

func (s *DescribeUsageOutput) SetSnapshotInfo(v *SnapshotInfo) *DescribeUsageOutput

SetSnapshotInfo sets the SnapshotInfo field's value.

func (*DescribeUsageOutput) SetSslCertInfo

func (s *DescribeUsageOutput) SetSslCertInfo(v *SslCertInfo) *DescribeUsageOutput

SetSslCertInfo sets the SslCertInfo field's value.

func (*DescribeUsageOutput) SetStorageInfo

func (s *DescribeUsageOutput) SetStorageInfo(v *StorageInfo) *DescribeUsageOutput

SetStorageInfo sets the StorageInfo field's value.

func (*DescribeUsageOutput) SetVolumeInfo

func (s *DescribeUsageOutput) SetVolumeInfo(v *VolumeInfo) *DescribeUsageOutput

SetVolumeInfo sets the VolumeInfo field's value.

func (*DescribeUsageOutput) SetVpnGatewayInfo

func (s *DescribeUsageOutput) SetVpnGatewayInfo(v *VpnGatewayInfo) *DescribeUsageOutput

SetVpnGatewayInfo sets the VpnGatewayInfo field's value.

func (*DescribeUsageOutput) SetYearMonth

func (s *DescribeUsageOutput) SetYearMonth(v string) *DescribeUsageOutput

SetYearMonth sets the YearMonth field's value.

func (DescribeUsageOutput) String

func (s DescribeUsageOutput) String() string

String returns the string representation

type DescribeUserActivitiesInput

type DescribeUserActivitiesInput struct {
	Range *RequestRangeStruct `locationName:"Range" type:"structure"`

	YearMonth *string `locationName:"YearMonth" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeUserActivitiesInput) GoString

func (s DescribeUserActivitiesInput) GoString() string

GoString returns the string representation

func (*DescribeUserActivitiesInput) SetRange

SetRange sets the Range field's value.

func (*DescribeUserActivitiesInput) SetYearMonth

SetYearMonth sets the YearMonth field's value.

func (DescribeUserActivitiesInput) String

String returns the string representation

type DescribeUserActivitiesOutput

type DescribeUserActivitiesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	UserActivitiesSet []*UserActivitiesSetItem `locationName:"userActivitiesSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeUserActivitiesOutput) GoString

func (s DescribeUserActivitiesOutput) GoString() string

GoString returns the string representation

func (*DescribeUserActivitiesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeUserActivitiesOutput) SetUserActivitiesSet

SetUserActivitiesSet sets the UserActivitiesSet field's value.

func (DescribeUserActivitiesOutput) String

String returns the string representation

type DescribeVolumesInput

type DescribeVolumesInput struct {
	VolumeId []*string `locationName:"VolumeId" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeVolumesInput) GoString

func (s DescribeVolumesInput) GoString() string

GoString returns the string representation

func (*DescribeVolumesInput) SetVolumeId

func (s *DescribeVolumesInput) SetVolumeId(v []*string) *DescribeVolumesInput

SetVolumeId sets the VolumeId field's value.

func (DescribeVolumesInput) String

func (s DescribeVolumesInput) String() string

String returns the string representation

type DescribeVolumesOutput

type DescribeVolumesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	VolumeSet []*VolumeSetItem `locationName:"volumeSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeVolumesOutput) GoString

func (s DescribeVolumesOutput) GoString() string

GoString returns the string representation

func (*DescribeVolumesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeVolumesOutput) SetVolumeSet

SetVolumeSet sets the VolumeSet field's value.

func (DescribeVolumesOutput) String

func (s DescribeVolumesOutput) String() string

String returns the string representation

type DescribeVpnConnectionsInput

type DescribeVpnConnectionsInput struct {
	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`

	VpnConnectionId []*string `locationName:"VpnConnectionId" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeVpnConnectionsInput) GoString

func (s DescribeVpnConnectionsInput) GoString() string

GoString returns the string representation

func (*DescribeVpnConnectionsInput) SetFilter

SetFilter sets the Filter field's value.

func (*DescribeVpnConnectionsInput) SetVpnConnectionId

func (s *DescribeVpnConnectionsInput) SetVpnConnectionId(v []*string) *DescribeVpnConnectionsInput

SetVpnConnectionId sets the VpnConnectionId field's value.

func (DescribeVpnConnectionsInput) String

String returns the string representation

type DescribeVpnConnectionsOutput

type DescribeVpnConnectionsOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	VpnConnectionSet []*VpnConnectionSetItem `locationName:"vpnConnectionSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeVpnConnectionsOutput) GoString

func (s DescribeVpnConnectionsOutput) GoString() string

GoString returns the string representation

func (*DescribeVpnConnectionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeVpnConnectionsOutput) SetVpnConnectionSet

SetVpnConnectionSet sets the VpnConnectionSet field's value.

func (DescribeVpnConnectionsOutput) String

String returns the string representation

type DescribeVpnGatewaysInput

type DescribeVpnGatewaysInput struct {
	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`

	NiftyVpnGatewayName []*string `locationName:"NiftyVpnGatewayName" type:"list"`

	VpnGatewayId []*string `locationName:"VpnGatewayId" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeVpnGatewaysInput) GoString

func (s DescribeVpnGatewaysInput) GoString() string

GoString returns the string representation

func (*DescribeVpnGatewaysInput) SetFilter

SetFilter sets the Filter field's value.

func (*DescribeVpnGatewaysInput) SetNiftyVpnGatewayName

func (s *DescribeVpnGatewaysInput) SetNiftyVpnGatewayName(v []*string) *DescribeVpnGatewaysInput

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*DescribeVpnGatewaysInput) SetVpnGatewayId

func (s *DescribeVpnGatewaysInput) SetVpnGatewayId(v []*string) *DescribeVpnGatewaysInput

SetVpnGatewayId sets the VpnGatewayId field's value.

func (DescribeVpnGatewaysInput) String

func (s DescribeVpnGatewaysInput) String() string

String returns the string representation

type DescribeVpnGatewaysOutput

type DescribeVpnGatewaysOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	VpnGatewaySet []*VpnGatewaySetItem `locationName:"vpnGatewaySet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeVpnGatewaysOutput) GoString

func (s DescribeVpnGatewaysOutput) GoString() string

GoString returns the string representation

func (*DescribeVpnGatewaysOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DescribeVpnGatewaysOutput) SetVpnGatewaySet

SetVpnGatewaySet sets the VpnGatewaySet field's value.

func (DescribeVpnGatewaysOutput) String

func (s DescribeVpnGatewaysOutput) String() string

String returns the string representation

type DescriptionValue

type DescriptionValue struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (DescriptionValue) GoString

func (s DescriptionValue) GoString() string

GoString returns the string representation

func (*DescriptionValue) SetValue

func (s *DescriptionValue) SetValue(v string) *DescriptionValue

SetValue sets the Value field's value.

func (DescriptionValue) String

func (s DescriptionValue) String() string

String returns the string representation

type Destination

type Destination struct {
	Address *string `locationName:"address" type:"string"`

	Port *int64 `locationName:"port" type:"integer"`
	// contains filtered or unexported fields
}

func (Destination) GoString

func (s Destination) GoString() string

GoString returns the string representation

func (*Destination) SetAddress

func (s *Destination) SetAddress(v string) *Destination

SetAddress sets the Address field's value.

func (*Destination) SetPort

func (s *Destination) SetPort(v int64) *Destination

SetPort sets the Port field's value.

func (Destination) String

func (s Destination) String() string

String returns the string representation

type DetachVolumeInput

type DetachVolumeInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	InstanceId *string `locationName:"InstanceId" type:"string"`

	VolumeId *string `locationName:"VolumeId" type:"string"`
	// contains filtered or unexported fields
}

func (DetachVolumeInput) GoString

func (s DetachVolumeInput) GoString() string

GoString returns the string representation

func (*DetachVolumeInput) SetAgreement

func (s *DetachVolumeInput) SetAgreement(v bool) *DetachVolumeInput

SetAgreement sets the Agreement field's value.

func (*DetachVolumeInput) SetInstanceId

func (s *DetachVolumeInput) SetInstanceId(v string) *DetachVolumeInput

SetInstanceId sets the InstanceId field's value.

func (*DetachVolumeInput) SetVolumeId

func (s *DetachVolumeInput) SetVolumeId(v string) *DetachVolumeInput

SetVolumeId sets the VolumeId field's value.

func (DetachVolumeInput) String

func (s DetachVolumeInput) String() string

String returns the string representation

type DetachVolumeOutput

type DetachVolumeOutput struct {
	AttachTime *time.Time `locationName:"attachTime" type:"timestamp" timestampFormat:""`

	Device *string `locationName:"device" type:"string"`

	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`

	Status *string `locationName:"status" type:"string"`

	VolumeId *string `locationName:"volumeId" type:"string"`
	// contains filtered or unexported fields
}

func (DetachVolumeOutput) GoString

func (s DetachVolumeOutput) GoString() string

GoString returns the string representation

func (*DetachVolumeOutput) SetAttachTime

func (s *DetachVolumeOutput) SetAttachTime(v time.Time) *DetachVolumeOutput

SetAttachTime sets the AttachTime field's value.

func (*DetachVolumeOutput) SetDevice

func (s *DetachVolumeOutput) SetDevice(v string) *DetachVolumeOutput

SetDevice sets the Device field's value.

func (*DetachVolumeOutput) SetInstanceId

func (s *DetachVolumeOutput) SetInstanceId(v string) *DetachVolumeOutput

SetInstanceId sets the InstanceId field's value.

func (*DetachVolumeOutput) SetInstanceUniqueId

func (s *DetachVolumeOutput) SetInstanceUniqueId(v string) *DetachVolumeOutput

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*DetachVolumeOutput) SetRequestId

func (s *DetachVolumeOutput) SetRequestId(v string) *DetachVolumeOutput

SetRequestId sets the RequestId field's value.

func (*DetachVolumeOutput) SetStatus

func (s *DetachVolumeOutput) SetStatus(v string) *DetachVolumeOutput

SetStatus sets the Status field's value.

func (*DetachVolumeOutput) SetVolumeId

func (s *DetachVolumeOutput) SetVolumeId(v string) *DetachVolumeOutput

SetVolumeId sets the VolumeId field's value.

func (DetachVolumeOutput) String

func (s DetachVolumeOutput) String() string

String returns the string representation

type Details

type Details struct {
	ChangeInCapacity *int64 `locationName:"changeInCapacity" type:"integer"`

	CurrentServersCount *int64 `locationName:"currentServersCount" type:"integer"`

	Resource *string `locationName:"resource" type:"string"`

	UpperThreshold *float64 `locationName:"upperThreshold" type:"double"`
	// contains filtered or unexported fields
}

func (Details) GoString

func (s Details) GoString() string

GoString returns the string representation

func (*Details) SetChangeInCapacity

func (s *Details) SetChangeInCapacity(v int64) *Details

SetChangeInCapacity sets the ChangeInCapacity field's value.

func (*Details) SetCurrentServersCount

func (s *Details) SetCurrentServersCount(v int64) *Details

SetCurrentServersCount sets the CurrentServersCount field's value.

func (*Details) SetResource

func (s *Details) SetResource(v string) *Details

SetResource sets the Resource field's value.

func (*Details) SetUpperThreshold

func (s *Details) SetUpperThreshold(v float64) *Details

SetUpperThreshold sets the UpperThreshold field's value.

func (Details) String

func (s Details) String() string

String returns the string representation

type DhcpConfig

type DhcpConfig struct {
	DhcpConfigId *string `locationName:"dhcpConfigId" type:"string"`

	IpAddressPoolsSet []*IpAddressPoolsSetItem `locationName:"ipAddressPoolsSet" locationNameList:"item" type:"list"`

	StaticMappingsSet []*StaticMappingsSetItem `locationName:"staticMappingsSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DhcpConfig) GoString

func (s DhcpConfig) GoString() string

GoString returns the string representation

func (*DhcpConfig) SetDhcpConfigId

func (s *DhcpConfig) SetDhcpConfigId(v string) *DhcpConfig

SetDhcpConfigId sets the DhcpConfigId field's value.

func (*DhcpConfig) SetIpAddressPoolsSet

func (s *DhcpConfig) SetIpAddressPoolsSet(v []*IpAddressPoolsSetItem) *DhcpConfig

SetIpAddressPoolsSet sets the IpAddressPoolsSet field's value.

func (*DhcpConfig) SetStaticMappingsSet

func (s *DhcpConfig) SetStaticMappingsSet(v []*StaticMappingsSetItem) *DhcpConfig

SetStaticMappingsSet sets the StaticMappingsSet field's value.

func (DhcpConfig) String

func (s DhcpConfig) String() string

String returns the string representation

type DhcpConfigsSetItem

type DhcpConfigsSetItem struct {
	DhcpConfigId *string `locationName:"dhcpConfigId" type:"string"`

	IpAddressPoolsSet []*IpAddressPoolsSetItem `locationName:"ipAddressPoolsSet" locationNameList:"item" type:"list"`

	StaticMappingsSet []*StaticMappingsSetItem `locationName:"staticMappingsSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DhcpConfigsSetItem) GoString

func (s DhcpConfigsSetItem) GoString() string

GoString returns the string representation

func (*DhcpConfigsSetItem) SetDhcpConfigId

func (s *DhcpConfigsSetItem) SetDhcpConfigId(v string) *DhcpConfigsSetItem

SetDhcpConfigId sets the DhcpConfigId field's value.

func (*DhcpConfigsSetItem) SetIpAddressPoolsSet

func (s *DhcpConfigsSetItem) SetIpAddressPoolsSet(v []*IpAddressPoolsSetItem) *DhcpConfigsSetItem

SetIpAddressPoolsSet sets the IpAddressPoolsSet field's value.

func (*DhcpConfigsSetItem) SetStaticMappingsSet

func (s *DhcpConfigsSetItem) SetStaticMappingsSet(v []*StaticMappingsSetItem) *DhcpConfigsSetItem

SetStaticMappingsSet sets the StaticMappingsSet field's value.

func (DhcpConfigsSetItem) String

func (s DhcpConfigsSetItem) String() string

String returns the string representation

type DhcpConfigurationSetItem

type DhcpConfigurationSetItem struct {
	Key *string `locationName:"key" type:"string"`

	ValueSet []*ValueSetItem `locationName:"valueSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DhcpConfigurationSetItem) GoString

func (s DhcpConfigurationSetItem) GoString() string

GoString returns the string representation

func (*DhcpConfigurationSetItem) SetKey

SetKey sets the Key field's value.

func (*DhcpConfigurationSetItem) SetValueSet

SetValueSet sets the ValueSet field's value.

func (DhcpConfigurationSetItem) String

func (s DhcpConfigurationSetItem) String() string

String returns the string representation

type DhcpConfigurationSetTypeSetItem

type DhcpConfigurationSetTypeSetItem struct {
	Key *string `locationName:"key" type:"string"`

	ValueSet []*ValueSetItem `locationName:"valueSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DhcpConfigurationSetTypeSetItem) GoString

GoString returns the string representation

func (*DhcpConfigurationSetTypeSetItem) SetKey

SetKey sets the Key field's value.

func (*DhcpConfigurationSetTypeSetItem) SetValueSet

SetValueSet sets the ValueSet field's value.

func (DhcpConfigurationSetTypeSetItem) String

String returns the string representation

type DhcpIpAddressInformationSet

type DhcpIpAddressInformationSet struct {
	DhcpIpAddressSet []*DhcpIpAddressSetItem `locationName:"dhcpIpAddressSet" locationNameList:"item" type:"list"`

	IpAddressPoolSet []*IpAddressPoolSetItem `locationName:"ipAddressPoolSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (DhcpIpAddressInformationSet) GoString

func (s DhcpIpAddressInformationSet) GoString() string

GoString returns the string representation

func (*DhcpIpAddressInformationSet) SetDhcpIpAddressSet

SetDhcpIpAddressSet sets the DhcpIpAddressSet field's value.

func (*DhcpIpAddressInformationSet) SetIpAddressPoolSet

SetIpAddressPoolSet sets the IpAddressPoolSet field's value.

func (DhcpIpAddressInformationSet) String

String returns the string representation

type DhcpIpAddressSetItem

type DhcpIpAddressSetItem struct {
	Description *string `locationName:"description" type:"string"`

	StartIpAddress *string `locationName:"startIpAddress" type:"string"`

	StopIpAddress *string `locationName:"stopIpAddress" type:"string"`
	// contains filtered or unexported fields
}

func (DhcpIpAddressSetItem) GoString

func (s DhcpIpAddressSetItem) GoString() string

GoString returns the string representation

func (*DhcpIpAddressSetItem) SetDescription

func (s *DhcpIpAddressSetItem) SetDescription(v string) *DhcpIpAddressSetItem

SetDescription sets the Description field's value.

func (*DhcpIpAddressSetItem) SetStartIpAddress

func (s *DhcpIpAddressSetItem) SetStartIpAddress(v string) *DhcpIpAddressSetItem

SetStartIpAddress sets the StartIpAddress field's value.

func (*DhcpIpAddressSetItem) SetStopIpAddress

func (s *DhcpIpAddressSetItem) SetStopIpAddress(v string) *DhcpIpAddressSetItem

SetStopIpAddress sets the StopIpAddress field's value.

func (DhcpIpAddressSetItem) String

func (s DhcpIpAddressSetItem) String() string

String returns the string representation

type DhcpOptions

type DhcpOptions struct {
	DhcpConfigurationSetType []*DhcpConfigurationSetTypeSetItem `locationName:"dhcpConfigurationSetType" locationNameList:"item" type:"list"`

	DhcpOptionsId *string `locationName:"dhcpOptionsId" type:"string"`
	// contains filtered or unexported fields
}

func (DhcpOptions) GoString

func (s DhcpOptions) GoString() string

GoString returns the string representation

func (*DhcpOptions) SetDhcpConfigurationSetType

func (s *DhcpOptions) SetDhcpConfigurationSetType(v []*DhcpConfigurationSetTypeSetItem) *DhcpOptions

SetDhcpConfigurationSetType sets the DhcpConfigurationSetType field's value.

func (*DhcpOptions) SetDhcpOptionsId

func (s *DhcpOptions) SetDhcpOptionsId(v string) *DhcpOptions

SetDhcpOptionsId sets the DhcpOptionsId field's value.

func (DhcpOptions) String

func (s DhcpOptions) String() string

String returns the string representation

type DhcpOptionsSet

type DhcpOptionsSet struct {
	DhcpConfigurationSet []*DhcpConfigurationSetItem `locationName:"dhcpConfigurationSet" locationNameList:"item" type:"list"`

	DhcpOptionsId *string `locationName:"dhcpOptionsId" type:"string"`
	// contains filtered or unexported fields
}

func (DhcpOptionsSet) GoString

func (s DhcpOptionsSet) GoString() string

GoString returns the string representation

func (*DhcpOptionsSet) SetDhcpConfigurationSet

func (s *DhcpOptionsSet) SetDhcpConfigurationSet(v []*DhcpConfigurationSetItem) *DhcpOptionsSet

SetDhcpConfigurationSet sets the DhcpConfigurationSet field's value.

func (*DhcpOptionsSet) SetDhcpOptionsId

func (s *DhcpOptionsSet) SetDhcpOptionsId(v string) *DhcpOptionsSet

SetDhcpOptionsId sets the DhcpOptionsId field's value.

func (DhcpOptionsSet) String

func (s DhcpOptionsSet) String() string

String returns the string representation

type DhcpStatusInformationSetItem

type DhcpStatusInformationSetItem struct {
	DhcpIpAddressInformationSet *DhcpIpAddressInformationSet `locationName:"dhcpIpAddressInformationSet" type:"structure"`

	NetworkId *string `locationName:"networkId" type:"string"`

	PrivateLanName *string `locationName:"privateLanName" type:"string"`
	// contains filtered or unexported fields
}

func (DhcpStatusInformationSetItem) GoString

func (s DhcpStatusInformationSetItem) GoString() string

GoString returns the string representation

func (*DhcpStatusInformationSetItem) SetDhcpIpAddressInformationSet

SetDhcpIpAddressInformationSet sets the DhcpIpAddressInformationSet field's value.

func (*DhcpStatusInformationSetItem) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*DhcpStatusInformationSetItem) SetPrivateLanName

SetPrivateLanName sets the PrivateLanName field's value.

func (DhcpStatusInformationSetItem) String

String returns the string representation

type DisableApiTermination

type DisableApiTermination struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (DisableApiTermination) GoString

func (s DisableApiTermination) GoString() string

GoString returns the string representation

func (*DisableApiTermination) SetValue

SetValue sets the Value field's value.

func (DisableApiTermination) String

func (s DisableApiTermination) String() string

String returns the string representation

type DisassociateAddressInput

type DisassociateAddressInput struct {
	NiftyReboot *string `locationName:"NiftyReboot" type:"string"`

	PrivateIpAddress *string `locationName:"PrivateIpAddress" type:"string"`

	PublicIp *string `locationName:"PublicIp" type:"string"`
	// contains filtered or unexported fields
}

func (DisassociateAddressInput) GoString

func (s DisassociateAddressInput) GoString() string

GoString returns the string representation

func (*DisassociateAddressInput) SetNiftyReboot

SetNiftyReboot sets the NiftyReboot field's value.

func (*DisassociateAddressInput) SetPrivateIpAddress

func (s *DisassociateAddressInput) SetPrivateIpAddress(v string) *DisassociateAddressInput

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*DisassociateAddressInput) SetPublicIp

SetPublicIp sets the PublicIp field's value.

func (DisassociateAddressInput) String

func (s DisassociateAddressInput) String() string

String returns the string representation

type DisassociateAddressOutput

type DisassociateAddressOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DisassociateAddressOutput) GoString

func (s DisassociateAddressOutput) GoString() string

GoString returns the string representation

func (*DisassociateAddressOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DisassociateAddressOutput) SetReturn

SetReturn sets the Return field's value.

func (DisassociateAddressOutput) String

func (s DisassociateAddressOutput) String() string

String returns the string representation

type DisassociateRouteTableInput

type DisassociateRouteTableInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	AssociationId *string `locationName:"AssociationId" type:"string"`
	// contains filtered or unexported fields
}

func (DisassociateRouteTableInput) GoString

func (s DisassociateRouteTableInput) GoString() string

GoString returns the string representation

func (*DisassociateRouteTableInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*DisassociateRouteTableInput) SetAssociationId

SetAssociationId sets the AssociationId field's value.

func (DisassociateRouteTableInput) String

String returns the string representation

type DisassociateRouteTableOutput

type DisassociateRouteTableOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (DisassociateRouteTableOutput) GoString

func (s DisassociateRouteTableOutput) GoString() string

GoString returns the string representation

func (*DisassociateRouteTableOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*DisassociateRouteTableOutput) SetReturn

SetReturn sets the Return field's value.

func (DisassociateRouteTableOutput) String

String returns the string representation

type DissociateUsersInput

type DissociateUsersInput struct {
	FunctionName *string `locationName:"FunctionName" type:"string"`

	Users []*RequestUsersStruct `locationName:"Users" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (DissociateUsersInput) GoString

func (s DissociateUsersInput) GoString() string

GoString returns the string representation

func (*DissociateUsersInput) SetFunctionName

func (s *DissociateUsersInput) SetFunctionName(v string) *DissociateUsersInput

SetFunctionName sets the FunctionName field's value.

func (*DissociateUsersInput) SetUsers

SetUsers sets the Users field's value.

func (DissociateUsersInput) String

func (s DissociateUsersInput) String() string

String returns the string representation

type DissociateUsersOutput

type DissociateUsersOutput struct {
	DissociateUsersResult *DissociateUsersOutput `locationName:"DissociateUsersResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`

	Users []*UsersMemberItem `locationName:"Users" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (DissociateUsersOutput) GoString

func (s DissociateUsersOutput) GoString() string

GoString returns the string representation

func (*DissociateUsersOutput) SetDissociateUsersResult

func (s *DissociateUsersOutput) SetDissociateUsersResult(v *DissociateUsersOutput) *DissociateUsersOutput

SetDissociateUsersResult sets the DissociateUsersResult field's value.

func (*DissociateUsersOutput) SetResponseMetadata

func (s *DissociateUsersOutput) SetResponseMetadata(v *ResponseMetadata) *DissociateUsersOutput

SetResponseMetadata sets the ResponseMetadata field's value.

func (*DissociateUsersOutput) SetUsers

SetUsers sets the Users field's value.

func (DissociateUsersOutput) String

func (s DissociateUsersOutput) String() string

String returns the string representation

type DownloadSslCertificateInput

type DownloadSslCertificateInput struct {
	FileType *string `locationName:"FileType" type:"string"`

	FqdnId *string `locationName:"FqdnId" type:"string"`
	// contains filtered or unexported fields
}

func (DownloadSslCertificateInput) GoString

func (s DownloadSslCertificateInput) GoString() string

GoString returns the string representation

func (*DownloadSslCertificateInput) SetFileType

SetFileType sets the FileType field's value.

func (*DownloadSslCertificateInput) SetFqdnId

SetFqdnId sets the FqdnId field's value.

func (DownloadSslCertificateInput) String

String returns the string representation

type DownloadSslCertificateOutput

type DownloadSslCertificateOutput struct {
	FileData *string `locationName:"fileData" type:"string"`

	Fqdn *string `locationName:"fqdn" type:"string"`

	FqdnId *string `locationName:"fqdnId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (DownloadSslCertificateOutput) GoString

func (s DownloadSslCertificateOutput) GoString() string

GoString returns the string representation

func (*DownloadSslCertificateOutput) SetFileData

SetFileData sets the FileData field's value.

func (*DownloadSslCertificateOutput) SetFqdn

SetFqdn sets the Fqdn field's value.

func (*DownloadSslCertificateOutput) SetFqdnId

SetFqdnId sets the FqdnId field's value.

func (*DownloadSslCertificateOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (DownloadSslCertificateOutput) String

String returns the string representation

type DynamicIpMeasuredRate

type DynamicIpMeasuredRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (DynamicIpMeasuredRate) GoString

func (s DynamicIpMeasuredRate) GoString() string

GoString returns the string representation

func (*DynamicIpMeasuredRate) SetCharge

SetCharge sets the Charge field's value.

func (*DynamicIpMeasuredRate) SetType

SetType sets the Type field's value.

func (*DynamicIpMeasuredRate) SetUnit

SetUnit sets the Unit field's value.

func (*DynamicIpMeasuredRate) SetValue

SetValue sets the Value field's value.

func (DynamicIpMeasuredRate) String

func (s DynamicIpMeasuredRate) String() string

String returns the string representation

type DynamicIpMonthlyRate

type DynamicIpMonthlyRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (DynamicIpMonthlyRate) GoString

func (s DynamicIpMonthlyRate) GoString() string

GoString returns the string representation

func (*DynamicIpMonthlyRate) SetCharge

SetCharge sets the Charge field's value.

func (*DynamicIpMonthlyRate) SetType

SetType sets the Type field's value.

func (*DynamicIpMonthlyRate) SetUnit

SetUnit sets the Unit field's value.

func (*DynamicIpMonthlyRate) SetValue

SetValue sets the Value field's value.

func (DynamicIpMonthlyRate) String

func (s DynamicIpMonthlyRate) String() string

String returns the string representation

type ELBVersionInformation

type ELBVersionInformation struct {
	IsLatest *bool `locationName:"IsLatest" type:"boolean"`

	Version *bool `locationName:"Version" type:"boolean"`
	// contains filtered or unexported fields
}

func (ELBVersionInformation) GoString

func (s ELBVersionInformation) GoString() string

GoString returns the string representation

func (*ELBVersionInformation) SetIsLatest

SetIsLatest sets the IsLatest field's value.

func (*ELBVersionInformation) SetVersion

SetVersion sets the Version field's value.

func (ELBVersionInformation) String

func (s ELBVersionInformation) String() string

String returns the string representation

type Ebs

type Ebs struct {
	AttachTime *time.Time `locationName:"attachTime" type:"timestamp" timestampFormat:""`

	DeleteOnTermination *bool `locationName:"deleteOnTermination" type:"boolean"`

	SnapshotId *string `locationName:"snapshotId" type:"string"`

	Status *string `locationName:"status" type:"string"`

	VolumeId *string `locationName:"volumeId" type:"string"`

	VolumeSize *int64 `locationName:"volumeSize" type:"integer"`
	// contains filtered or unexported fields
}

func (Ebs) GoString

func (s Ebs) GoString() string

GoString returns the string representation

func (*Ebs) SetAttachTime

func (s *Ebs) SetAttachTime(v time.Time) *Ebs

SetAttachTime sets the AttachTime field's value.

func (*Ebs) SetDeleteOnTermination

func (s *Ebs) SetDeleteOnTermination(v bool) *Ebs

SetDeleteOnTermination sets the DeleteOnTermination field's value.

func (*Ebs) SetSnapshotId

func (s *Ebs) SetSnapshotId(v string) *Ebs

SetSnapshotId sets the SnapshotId field's value.

func (*Ebs) SetStatus

func (s *Ebs) SetStatus(v string) *Ebs

SetStatus sets the Status field's value.

func (*Ebs) SetVolumeId

func (s *Ebs) SetVolumeId(v string) *Ebs

SetVolumeId sets the VolumeId field's value.

func (*Ebs) SetVolumeSize

func (s *Ebs) SetVolumeSize(v int64) *Ebs

SetVolumeSize sets the VolumeSize field's value.

func (Ebs) String

func (s Ebs) String() string

String returns the string representation

type ElasticIpInfo

type ElasticIpInfo struct {
	ElasticIpSet []*ElasticIpSetItem `locationName:"elasticIpSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (ElasticIpInfo) GoString

func (s ElasticIpInfo) GoString() string

GoString returns the string representation

func (*ElasticIpInfo) SetElasticIpSet

func (s *ElasticIpInfo) SetElasticIpSet(v []*ElasticIpSetItem) *ElasticIpInfo

SetElasticIpSet sets the ElasticIpSet field's value.

func (ElasticIpInfo) String

func (s ElasticIpInfo) String() string

String returns the string representation

type ElasticIpItemSetItem

type ElasticIpItemSetItem struct {
	Count *int64 `locationName:"count" type:"integer"`

	Type *string `locationName:"type" type:"string"`
	// contains filtered or unexported fields
}

func (ElasticIpItemSetItem) GoString

func (s ElasticIpItemSetItem) GoString() string

GoString returns the string representation

func (*ElasticIpItemSetItem) SetCount

SetCount sets the Count field's value.

func (*ElasticIpItemSetItem) SetType

SetType sets the Type field's value.

func (ElasticIpItemSetItem) String

func (s ElasticIpItemSetItem) String() string

String returns the string representation

type ElasticIpSetItem

type ElasticIpSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (ElasticIpSetItem) GoString

func (s ElasticIpSetItem) GoString() string

GoString returns the string representation

func (*ElasticIpSetItem) SetCharge

func (s *ElasticIpSetItem) SetCharge(v int64) *ElasticIpSetItem

SetCharge sets the Charge field's value.

func (*ElasticIpSetItem) SetType

func (s *ElasticIpSetItem) SetType(v string) *ElasticIpSetItem

SetType sets the Type field's value.

func (*ElasticIpSetItem) SetUnit

func (s *ElasticIpSetItem) SetUnit(v string) *ElasticIpSetItem

SetUnit sets the Unit field's value.

func (*ElasticIpSetItem) SetValue

func (s *ElasticIpSetItem) SetValue(v int64) *ElasticIpSetItem

SetValue sets the Value field's value.

func (ElasticIpSetItem) String

func (s ElasticIpSetItem) String() string

String returns the string representation

type ElasticLoadBalancerDescriptionsMemberItem

type ElasticLoadBalancerDescriptionsMemberItem struct {
	AccountingType *string `locationName:"AccountingType" type:"string"`

	AvailabilityZones []*string `locationName:"AvailabilityZones" locationNameList:"member" type:"list"`

	CreatedTime *time.Time `locationName:"CreatedTime" type:"timestamp" timestampFormat:""`

	DNSName *string `locationName:"DNSName" type:"string"`

	ELBVersionInformation *ELBVersionInformation `locationName:"ELBVersionInformation" type:"structure"`

	ElasticLoadBalancerId *string `locationName:"ElasticLoadBalancerId" type:"string"`

	ElasticLoadBalancerListenerDescriptions []*ElasticLoadBalancerListenerDescriptionsMemberItem `locationName:"ElasticLoadBalancerListenerDescriptions" locationNameList:"member" type:"list"`

	ElasticLoadBalancerName *string `locationName:"ElasticLoadBalancerName" type:"string"`

	NetworkInterfaces []*NetworkInterfacesMemberItem `locationName:"NetworkInterfaces" locationNameList:"member" type:"list"`

	NetworkVolume *string `locationName:"NetworkVolume" type:"string"`

	NextMonthAccountingType *string `locationName:"NextMonthAccountingType" type:"string"`

	State *string `locationName:"State" type:"string"`
	// contains filtered or unexported fields
}

func (ElasticLoadBalancerDescriptionsMemberItem) GoString

GoString returns the string representation

func (*ElasticLoadBalancerDescriptionsMemberItem) SetAccountingType

SetAccountingType sets the AccountingType field's value.

func (*ElasticLoadBalancerDescriptionsMemberItem) SetAvailabilityZones

SetAvailabilityZones sets the AvailabilityZones field's value.

func (*ElasticLoadBalancerDescriptionsMemberItem) SetCreatedTime

SetCreatedTime sets the CreatedTime field's value.

func (*ElasticLoadBalancerDescriptionsMemberItem) SetDNSName

SetDNSName sets the DNSName field's value.

func (*ElasticLoadBalancerDescriptionsMemberItem) SetELBVersionInformation

SetELBVersionInformation sets the ELBVersionInformation field's value.

func (*ElasticLoadBalancerDescriptionsMemberItem) SetElasticLoadBalancerId

SetElasticLoadBalancerId sets the ElasticLoadBalancerId field's value.

func (*ElasticLoadBalancerDescriptionsMemberItem) SetElasticLoadBalancerListenerDescriptions

SetElasticLoadBalancerListenerDescriptions sets the ElasticLoadBalancerListenerDescriptions field's value.

func (*ElasticLoadBalancerDescriptionsMemberItem) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*ElasticLoadBalancerDescriptionsMemberItem) SetNetworkInterfaces

SetNetworkInterfaces sets the NetworkInterfaces field's value.

func (*ElasticLoadBalancerDescriptionsMemberItem) SetNetworkVolume

SetNetworkVolume sets the NetworkVolume field's value.

func (*ElasticLoadBalancerDescriptionsMemberItem) SetNextMonthAccountingType

SetNextMonthAccountingType sets the NextMonthAccountingType field's value.

func (*ElasticLoadBalancerDescriptionsMemberItem) SetState

SetState sets the State field's value.

func (ElasticLoadBalancerDescriptionsMemberItem) String

String returns the string representation

type ElasticLoadBalancerInfo

type ElasticLoadBalancerInfo struct {
	Vip []*VipSetItem `locationName:"vip" locationNameList:"item" type:"list"`

	VipMeasuredRate []*VipMeasuredRateSetItem `locationName:"vipMeasuredRate" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (ElasticLoadBalancerInfo) GoString

func (s ElasticLoadBalancerInfo) GoString() string

GoString returns the string representation

func (*ElasticLoadBalancerInfo) SetVip

SetVip sets the Vip field's value.

func (*ElasticLoadBalancerInfo) SetVipMeasuredRate

SetVipMeasuredRate sets the VipMeasuredRate field's value.

func (ElasticLoadBalancerInfo) String

func (s ElasticLoadBalancerInfo) String() string

String returns the string representation

type ElasticLoadBalancerListenerDescriptionsMemberItem

type ElasticLoadBalancerListenerDescriptionsMemberItem struct {
	Listener *Listener `locationName:"Listener" type:"structure"`
	// contains filtered or unexported fields
}

func (ElasticLoadBalancerListenerDescriptionsMemberItem) GoString

GoString returns the string representation

func (*ElasticLoadBalancerListenerDescriptionsMemberItem) SetListener

SetListener sets the Listener field's value.

func (ElasticLoadBalancerListenerDescriptionsMemberItem) String

String returns the string representation

type ElasticLoadBalancingSetItem

type ElasticLoadBalancingSetItem struct {
	ElasticLoadBalancerName *string `locationName:"elasticLoadBalancerName" type:"string"`

	ElasticLoadBalancerPort *int64 `locationName:"elasticLoadBalancerPort" type:"integer"`

	InstancePort *int64 `locationName:"instancePort" type:"integer"`

	Protocol *string `locationName:"protocol" type:"string"`
	// contains filtered or unexported fields
}

func (ElasticLoadBalancingSetItem) GoString

func (s ElasticLoadBalancingSetItem) GoString() string

GoString returns the string representation

func (*ElasticLoadBalancingSetItem) SetElasticLoadBalancerName

func (s *ElasticLoadBalancingSetItem) SetElasticLoadBalancerName(v string) *ElasticLoadBalancingSetItem

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*ElasticLoadBalancingSetItem) SetElasticLoadBalancerPort

func (s *ElasticLoadBalancingSetItem) SetElasticLoadBalancerPort(v int64) *ElasticLoadBalancingSetItem

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*ElasticLoadBalancingSetItem) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*ElasticLoadBalancingSetItem) SetProtocol

SetProtocol sets the Protocol field's value.

func (ElasticLoadBalancingSetItem) String

String returns the string representation

type EmailAddressSetItem

type EmailAddressSetItem struct {
	EmailAddress *string `locationName:"emailAddress" type:"string"`
	// contains filtered or unexported fields
}

func (EmailAddressSetItem) GoString

func (s EmailAddressSetItem) GoString() string

GoString returns the string representation

func (*EmailAddressSetItem) SetEmailAddress

func (s *EmailAddressSetItem) SetEmailAddress(v string) *EmailAddressSetItem

SetEmailAddress sets the EmailAddress field's value.

func (EmailAddressSetItem) String

func (s EmailAddressSetItem) String() string

String returns the string representation

type ExtraChargeInfo

type ExtraChargeInfo struct {
	ExtraChargeMonthlyRateSet []*ExtraChargeMonthlyRateSetItem `locationName:"extraChargeMonthlyRateSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (ExtraChargeInfo) GoString

func (s ExtraChargeInfo) GoString() string

GoString returns the string representation

func (*ExtraChargeInfo) SetExtraChargeMonthlyRateSet

func (s *ExtraChargeInfo) SetExtraChargeMonthlyRateSet(v []*ExtraChargeMonthlyRateSetItem) *ExtraChargeInfo

SetExtraChargeMonthlyRateSet sets the ExtraChargeMonthlyRateSet field's value.

func (ExtraChargeInfo) String

func (s ExtraChargeInfo) String() string

String returns the string representation

type ExtraChargeMonthlyRateSetItem

type ExtraChargeMonthlyRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (ExtraChargeMonthlyRateSetItem) GoString

GoString returns the string representation

func (*ExtraChargeMonthlyRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*ExtraChargeMonthlyRateSetItem) SetType

SetType sets the Type field's value.

func (*ExtraChargeMonthlyRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*ExtraChargeMonthlyRateSetItem) SetValue

SetValue sets the Value field's value.

func (ExtraChargeMonthlyRateSetItem) String

String returns the string representation

type Filter

type Filter struct {
	FilterType *string `locationName:"FilterType" type:"string"`

	IPAddresses []*IPAddressesMemberItem `locationName:"IPAddresses" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (Filter) GoString

func (s Filter) GoString() string

GoString returns the string representation

func (*Filter) SetFilterType

func (s *Filter) SetFilterType(v string) *Filter

SetFilterType sets the FilterType field's value.

func (*Filter) SetIPAddresses

func (s *Filter) SetIPAddresses(v []*IPAddressesMemberItem) *Filter

SetIPAddresses sets the IPAddresses field's value.

func (Filter) String

func (s Filter) String() string

String returns the string representation

type GroupIdValue

type GroupIdValue struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (GroupIdValue) GoString

func (s GroupIdValue) GoString() string

GoString returns the string representation

func (*GroupIdValue) SetValue

func (s *GroupIdValue) SetValue(v string) *GroupIdValue

SetValue sets the Value field's value.

func (GroupIdValue) String

func (s GroupIdValue) String() string

String returns the string representation

type GroupSetItem

type GroupSetItem struct {
	GroupId *string `locationName:"groupId" type:"string"`
	// contains filtered or unexported fields
}

func (GroupSetItem) GoString

func (s GroupSetItem) GoString() string

GoString returns the string representation

func (*GroupSetItem) SetGroupId

func (s *GroupSetItem) SetGroupId(v string) *GroupSetItem

SetGroupId sets the GroupId field's value.

func (GroupSetItem) String

func (s GroupSetItem) String() string

String returns the string representation

type GroupsSetItem

type GroupsSetItem struct {
	GroupName *string `locationName:"groupName" type:"string"`

	UserId *string `locationName:"userId" type:"string"`
	// contains filtered or unexported fields
}

func (GroupsSetItem) GoString

func (s GroupsSetItem) GoString() string

GoString returns the string representation

func (*GroupsSetItem) SetGroupName

func (s *GroupsSetItem) SetGroupName(v string) *GroupsSetItem

SetGroupName sets the GroupName field's value.

func (*GroupsSetItem) SetUserId

func (s *GroupsSetItem) SetUserId(v string) *GroupsSetItem

SetUserId sets the UserId field's value.

func (GroupsSetItem) String

func (s GroupsSetItem) String() string

String returns the string representation

type HealthCheck

type HealthCheck struct {
	HealthyThreshold *int64 `locationName:"HealthyThreshold" type:"integer"`

	InstanceStates []*InstanceStatesMemberItem `locationName:"InstanceStates" locationNameList:"member" type:"list"`

	Interval *int64 `locationName:"Interval" type:"integer"`

	Target *string `locationName:"Target" type:"string"`

	Timeout *int64 `locationName:"Timeout" type:"integer"`

	UnhealthyThreshold *int64 `locationName:"UnhealthyThreshold" type:"integer"`
	// contains filtered or unexported fields
}

func (HealthCheck) GoString

func (s HealthCheck) GoString() string

GoString returns the string representation

func (*HealthCheck) SetHealthyThreshold

func (s *HealthCheck) SetHealthyThreshold(v int64) *HealthCheck

SetHealthyThreshold sets the HealthyThreshold field's value.

func (*HealthCheck) SetInstanceStates

func (s *HealthCheck) SetInstanceStates(v []*InstanceStatesMemberItem) *HealthCheck

SetInstanceStates sets the InstanceStates field's value.

func (*HealthCheck) SetInterval

func (s *HealthCheck) SetInterval(v int64) *HealthCheck

SetInterval sets the Interval field's value.

func (*HealthCheck) SetTarget

func (s *HealthCheck) SetTarget(v string) *HealthCheck

SetTarget sets the Target field's value.

func (*HealthCheck) SetTimeout

func (s *HealthCheck) SetTimeout(v int64) *HealthCheck

SetTimeout sets the Timeout field's value.

func (*HealthCheck) SetUnhealthyThreshold

func (s *HealthCheck) SetUnhealthyThreshold(v int64) *HealthCheck

SetUnhealthyThreshold sets the UnhealthyThreshold field's value.

func (HealthCheck) String

func (s HealthCheck) String() string

String returns the string representation

type IPAddressesMemberItem

type IPAddressesMemberItem struct {
	IPAddress *string `locationName:"IPAddress" type:"string"`
	// contains filtered or unexported fields
}

func (IPAddressesMemberItem) GoString

func (s IPAddressesMemberItem) GoString() string

GoString returns the string representation

func (*IPAddressesMemberItem) SetIPAddress

SetIPAddress sets the IPAddress field's value.

func (IPAddressesMemberItem) String

func (s IPAddressesMemberItem) String() string

String returns the string representation

type Image

type Image struct {
	Checksum *int64 `locationName:"checksum" type:"integer"`

	Format *string `locationName:"format" type:"string"`

	ImportManifestUrl *string `locationName:"importManifestUrl" type:"string"`

	Size *int64 `locationName:"size" type:"integer"`
	// contains filtered or unexported fields
}

func (Image) GoString

func (s Image) GoString() string

GoString returns the string representation

func (*Image) SetChecksum

func (s *Image) SetChecksum(v int64) *Image

SetChecksum sets the Checksum field's value.

func (*Image) SetFormat

func (s *Image) SetFormat(v string) *Image

SetFormat sets the Format field's value.

func (*Image) SetImportManifestUrl

func (s *Image) SetImportManifestUrl(v string) *Image

SetImportManifestUrl sets the ImportManifestUrl field's value.

func (*Image) SetSize

func (s *Image) SetSize(v int64) *Image

SetSize sets the Size field's value.

func (Image) String

func (s Image) String() string

String returns the string representation

type ImageInfo

type ImageInfo struct {
	CreateImage *CreateImage `locationName:"createImage" type:"structure"`

	KeepImageSet []*KeepImageSetItem `locationName:"keepImageSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (ImageInfo) GoString

func (s ImageInfo) GoString() string

GoString returns the string representation

func (*ImageInfo) SetCreateImage

func (s *ImageInfo) SetCreateImage(v *CreateImage) *ImageInfo

SetCreateImage sets the CreateImage field's value.

func (*ImageInfo) SetKeepImageSet

func (s *ImageInfo) SetKeepImageSet(v []*KeepImageSetItem) *ImageInfo

SetKeepImageSet sets the KeepImageSet field's value.

func (ImageInfo) String

func (s ImageInfo) String() string

String returns the string representation

type ImagesSetItem

type ImagesSetItem struct {
	Architecture *string `locationName:"architecture" type:"string"`

	BlockDeviceMapping []*BlockDeviceMappingSetItem `locationName:"blockDeviceMapping" locationNameList:"item" type:"list"`

	Description *string `locationName:"description" type:"string"`

	DetailDescription *string `locationName:"detailDescription" type:"string"`

	ImageId *string `locationName:"imageId" type:"string"`

	ImageLocation *string `locationName:"imageLocation" type:"string"`

	ImageOwnerAlias *string `locationName:"imageOwnerAlias" type:"string"`

	ImageOwnerId *string `locationName:"imageOwnerId" type:"string"`

	ImageState *string `locationName:"imageState" type:"string"`

	ImageType *string `locationName:"imageType" type:"string"`

	IsPublic *bool `locationName:"isPublic" type:"boolean"`

	KernelId *string `locationName:"kernelId" type:"string"`

	LaunchTime *time.Time `locationName:"launchTime" type:"timestamp" timestampFormat:""`

	Name *string `locationName:"name" type:"string"`

	NiftyContactUrl *string `locationName:"niftyContactUrl" type:"string"`

	NiftyDistributionIds []*NiftyDistributionIdsSetItem `locationName:"niftyDistributionIds" locationNameList:"item" type:"list"`

	NiftyImageSize *int64 `locationName:"niftyImageSize" type:"integer"`

	NiftyIsAllowedDistribution *bool `locationName:"niftyIsAllowedDistribution" type:"boolean"`

	Placement *Placement `locationName:"placement" type:"structure"`

	Platform *string `locationName:"platform" type:"string"`

	ProductCodes []*ProductCodesSetItem `locationName:"productCodes" locationNameList:"item" type:"list"`

	RamdiskId *string `locationName:"ramdiskId" type:"string"`

	Redistributable *bool `locationName:"redistributable" type:"boolean"`

	RootDeviceName *string `locationName:"rootDeviceName" type:"string"`

	RootDeviceType *string `locationName:"rootDeviceType" type:"string"`

	StateReason *StateReason `locationName:"stateReason" type:"structure"`
	// contains filtered or unexported fields
}

func (ImagesSetItem) GoString

func (s ImagesSetItem) GoString() string

GoString returns the string representation

func (*ImagesSetItem) SetArchitecture

func (s *ImagesSetItem) SetArchitecture(v string) *ImagesSetItem

SetArchitecture sets the Architecture field's value.

func (*ImagesSetItem) SetBlockDeviceMapping

func (s *ImagesSetItem) SetBlockDeviceMapping(v []*BlockDeviceMappingSetItem) *ImagesSetItem

SetBlockDeviceMapping sets the BlockDeviceMapping field's value.

func (*ImagesSetItem) SetDescription

func (s *ImagesSetItem) SetDescription(v string) *ImagesSetItem

SetDescription sets the Description field's value.

func (*ImagesSetItem) SetDetailDescription

func (s *ImagesSetItem) SetDetailDescription(v string) *ImagesSetItem

SetDetailDescription sets the DetailDescription field's value.

func (*ImagesSetItem) SetImageId

func (s *ImagesSetItem) SetImageId(v string) *ImagesSetItem

SetImageId sets the ImageId field's value.

func (*ImagesSetItem) SetImageLocation

func (s *ImagesSetItem) SetImageLocation(v string) *ImagesSetItem

SetImageLocation sets the ImageLocation field's value.

func (*ImagesSetItem) SetImageOwnerAlias

func (s *ImagesSetItem) SetImageOwnerAlias(v string) *ImagesSetItem

SetImageOwnerAlias sets the ImageOwnerAlias field's value.

func (*ImagesSetItem) SetImageOwnerId

func (s *ImagesSetItem) SetImageOwnerId(v string) *ImagesSetItem

SetImageOwnerId sets the ImageOwnerId field's value.

func (*ImagesSetItem) SetImageState

func (s *ImagesSetItem) SetImageState(v string) *ImagesSetItem

SetImageState sets the ImageState field's value.

func (*ImagesSetItem) SetImageType

func (s *ImagesSetItem) SetImageType(v string) *ImagesSetItem

SetImageType sets the ImageType field's value.

func (*ImagesSetItem) SetIsPublic

func (s *ImagesSetItem) SetIsPublic(v bool) *ImagesSetItem

SetIsPublic sets the IsPublic field's value.

func (*ImagesSetItem) SetKernelId

func (s *ImagesSetItem) SetKernelId(v string) *ImagesSetItem

SetKernelId sets the KernelId field's value.

func (*ImagesSetItem) SetLaunchTime

func (s *ImagesSetItem) SetLaunchTime(v time.Time) *ImagesSetItem

SetLaunchTime sets the LaunchTime field's value.

func (*ImagesSetItem) SetName

func (s *ImagesSetItem) SetName(v string) *ImagesSetItem

SetName sets the Name field's value.

func (*ImagesSetItem) SetNiftyContactUrl

func (s *ImagesSetItem) SetNiftyContactUrl(v string) *ImagesSetItem

SetNiftyContactUrl sets the NiftyContactUrl field's value.

func (*ImagesSetItem) SetNiftyDistributionIds

func (s *ImagesSetItem) SetNiftyDistributionIds(v []*NiftyDistributionIdsSetItem) *ImagesSetItem

SetNiftyDistributionIds sets the NiftyDistributionIds field's value.

func (*ImagesSetItem) SetNiftyImageSize

func (s *ImagesSetItem) SetNiftyImageSize(v int64) *ImagesSetItem

SetNiftyImageSize sets the NiftyImageSize field's value.

func (*ImagesSetItem) SetNiftyIsAllowedDistribution

func (s *ImagesSetItem) SetNiftyIsAllowedDistribution(v bool) *ImagesSetItem

SetNiftyIsAllowedDistribution sets the NiftyIsAllowedDistribution field's value.

func (*ImagesSetItem) SetPlacement

func (s *ImagesSetItem) SetPlacement(v *Placement) *ImagesSetItem

SetPlacement sets the Placement field's value.

func (*ImagesSetItem) SetPlatform

func (s *ImagesSetItem) SetPlatform(v string) *ImagesSetItem

SetPlatform sets the Platform field's value.

func (*ImagesSetItem) SetProductCodes

func (s *ImagesSetItem) SetProductCodes(v []*ProductCodesSetItem) *ImagesSetItem

SetProductCodes sets the ProductCodes field's value.

func (*ImagesSetItem) SetRamdiskId

func (s *ImagesSetItem) SetRamdiskId(v string) *ImagesSetItem

SetRamdiskId sets the RamdiskId field's value.

func (*ImagesSetItem) SetRedistributable

func (s *ImagesSetItem) SetRedistributable(v bool) *ImagesSetItem

SetRedistributable sets the Redistributable field's value.

func (*ImagesSetItem) SetRootDeviceName

func (s *ImagesSetItem) SetRootDeviceName(v string) *ImagesSetItem

SetRootDeviceName sets the RootDeviceName field's value.

func (*ImagesSetItem) SetRootDeviceType

func (s *ImagesSetItem) SetRootDeviceType(v string) *ImagesSetItem

SetRootDeviceType sets the RootDeviceType field's value.

func (*ImagesSetItem) SetStateReason

func (s *ImagesSetItem) SetStateReason(v *StateReason) *ImagesSetItem

SetStateReason sets the StateReason field's value.

func (ImagesSetItem) String

func (s ImagesSetItem) String() string

String returns the string representation

type ImportInstance

type ImportInstance struct {
	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	Description *string `locationName:"description" type:"string"`

	Image *Image `locationName:"image" type:"structure"`

	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`

	Platform *string `locationName:"platform" type:"string"`

	Volumes []*VolumesSetItem `locationName:"volumes" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (ImportInstance) GoString

func (s ImportInstance) GoString() string

GoString returns the string representation

func (*ImportInstance) SetAvailabilityZone

func (s *ImportInstance) SetAvailabilityZone(v string) *ImportInstance

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*ImportInstance) SetDescription

func (s *ImportInstance) SetDescription(v string) *ImportInstance

SetDescription sets the Description field's value.

func (*ImportInstance) SetImage

func (s *ImportInstance) SetImage(v *Image) *ImportInstance

SetImage sets the Image field's value.

func (*ImportInstance) SetInstanceId

func (s *ImportInstance) SetInstanceId(v string) *ImportInstance

SetInstanceId sets the InstanceId field's value.

func (*ImportInstance) SetInstanceUniqueId

func (s *ImportInstance) SetInstanceUniqueId(v string) *ImportInstance

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*ImportInstance) SetPlatform

func (s *ImportInstance) SetPlatform(v string) *ImportInstance

SetPlatform sets the Platform field's value.

func (*ImportInstance) SetVolumes

func (s *ImportInstance) SetVolumes(v []*VolumesSetItem) *ImportInstance

SetVolumes sets the Volumes field's value.

func (ImportInstance) String

func (s ImportInstance) String() string

String returns the string representation

type ImportInstanceDiskMeasuredRate

type ImportInstanceDiskMeasuredRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (ImportInstanceDiskMeasuredRate) GoString

GoString returns the string representation

func (*ImportInstanceDiskMeasuredRate) SetCharge

SetCharge sets the Charge field's value.

func (*ImportInstanceDiskMeasuredRate) SetType

SetType sets the Type field's value.

func (*ImportInstanceDiskMeasuredRate) SetUnit

SetUnit sets the Unit field's value.

func (*ImportInstanceDiskMeasuredRate) SetValue

SetValue sets the Value field's value.

func (ImportInstanceDiskMeasuredRate) String

String returns the string representation

type ImportInstanceDiskMonthlyRate

type ImportInstanceDiskMonthlyRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (ImportInstanceDiskMonthlyRate) GoString

GoString returns the string representation

func (*ImportInstanceDiskMonthlyRate) SetCharge

SetCharge sets the Charge field's value.

func (*ImportInstanceDiskMonthlyRate) SetType

SetType sets the Type field's value.

func (*ImportInstanceDiskMonthlyRate) SetUnit

SetUnit sets the Unit field's value.

func (*ImportInstanceDiskMonthlyRate) SetValue

SetValue sets the Value field's value.

func (ImportInstanceDiskMonthlyRate) String

String returns the string representation

type ImportInstanceInput

type ImportInstanceInput struct {
	AccountingType *string `locationName:"AccountingType" type:"string"`

	Description *string `locationName:"Description" type:"string"`

	InstanceId *string `locationName:"InstanceId" type:"string"`

	InstanceType *string `locationName:"InstanceType" type:"string"`

	IpType *string `locationName:"IpType" type:"string"`

	NetworkInterface []*RequestNetworkInterfaceStruct `locationName:"NetworkInterface" type:"list"`

	Ovf *string `locationName:"Ovf" type:"string"`

	Placement *RequestPlacementStruct `locationName:"Placement" type:"structure"`

	PublicIp *string `locationName:"PublicIp" type:"string"`

	SecurityGroup []*string `locationName:"SecurityGroup" type:"list"`
	// contains filtered or unexported fields
}

func (ImportInstanceInput) GoString

func (s ImportInstanceInput) GoString() string

GoString returns the string representation

func (*ImportInstanceInput) SetAccountingType

func (s *ImportInstanceInput) SetAccountingType(v string) *ImportInstanceInput

SetAccountingType sets the AccountingType field's value.

func (*ImportInstanceInput) SetDescription

func (s *ImportInstanceInput) SetDescription(v string) *ImportInstanceInput

SetDescription sets the Description field's value.

func (*ImportInstanceInput) SetInstanceId

func (s *ImportInstanceInput) SetInstanceId(v string) *ImportInstanceInput

SetInstanceId sets the InstanceId field's value.

func (*ImportInstanceInput) SetInstanceType

func (s *ImportInstanceInput) SetInstanceType(v string) *ImportInstanceInput

SetInstanceType sets the InstanceType field's value.

func (*ImportInstanceInput) SetIpType

SetIpType sets the IpType field's value.

func (*ImportInstanceInput) SetNetworkInterface

SetNetworkInterface sets the NetworkInterface field's value.

func (*ImportInstanceInput) SetOvf

SetOvf sets the Ovf field's value.

func (*ImportInstanceInput) SetPlacement

SetPlacement sets the Placement field's value.

func (*ImportInstanceInput) SetPublicIp

func (s *ImportInstanceInput) SetPublicIp(v string) *ImportInstanceInput

SetPublicIp sets the PublicIp field's value.

func (*ImportInstanceInput) SetSecurityGroup

func (s *ImportInstanceInput) SetSecurityGroup(v []*string) *ImportInstanceInput

SetSecurityGroup sets the SecurityGroup field's value.

func (ImportInstanceInput) String

func (s ImportInstanceInput) String() string

String returns the string representation

type ImportInstanceOutput

type ImportInstanceOutput struct {
	ConversionTask *ConversionTask `locationName:"conversionTask" type:"structure"`
	// contains filtered or unexported fields
}

func (ImportInstanceOutput) GoString

func (s ImportInstanceOutput) GoString() string

GoString returns the string representation

func (*ImportInstanceOutput) SetConversionTask

func (s *ImportInstanceOutput) SetConversionTask(v *ConversionTask) *ImportInstanceOutput

SetConversionTask sets the ConversionTask field's value.

func (ImportInstanceOutput) String

func (s ImportInstanceOutput) String() string

String returns the string representation

type ImportKeyPairInput

type ImportKeyPairInput struct {
	Description *string `locationName:"Description" type:"string"`

	KeyName *string `locationName:"KeyName" type:"string"`

	PublicKeyMaterial *string `locationName:"PublicKeyMaterial" type:"string"`
	// contains filtered or unexported fields
}

func (ImportKeyPairInput) GoString

func (s ImportKeyPairInput) GoString() string

GoString returns the string representation

func (*ImportKeyPairInput) SetDescription

func (s *ImportKeyPairInput) SetDescription(v string) *ImportKeyPairInput

SetDescription sets the Description field's value.

func (*ImportKeyPairInput) SetKeyName

func (s *ImportKeyPairInput) SetKeyName(v string) *ImportKeyPairInput

SetKeyName sets the KeyName field's value.

func (*ImportKeyPairInput) SetPublicKeyMaterial

func (s *ImportKeyPairInput) SetPublicKeyMaterial(v string) *ImportKeyPairInput

SetPublicKeyMaterial sets the PublicKeyMaterial field's value.

func (ImportKeyPairInput) String

func (s ImportKeyPairInput) String() string

String returns the string representation

type ImportKeyPairOutput

type ImportKeyPairOutput struct {
	KeyFingerprint *string `locationName:"keyFingerprint" type:"string"`

	KeyName *string `locationName:"keyName" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (ImportKeyPairOutput) GoString

func (s ImportKeyPairOutput) GoString() string

GoString returns the string representation

func (*ImportKeyPairOutput) SetKeyFingerprint

func (s *ImportKeyPairOutput) SetKeyFingerprint(v string) *ImportKeyPairOutput

SetKeyFingerprint sets the KeyFingerprint field's value.

func (*ImportKeyPairOutput) SetKeyName

SetKeyName sets the KeyName field's value.

func (*ImportKeyPairOutput) SetRequestId

func (s *ImportKeyPairOutput) SetRequestId(v string) *ImportKeyPairOutput

SetRequestId sets the RequestId field's value.

func (ImportKeyPairOutput) String

func (s ImportKeyPairOutput) String() string

String returns the string representation

type InboundInterface

type InboundInterface struct {
	NetworkId *string `locationName:"networkId" type:"string"`

	NetworkName *string `locationName:"networkName" type:"string"`
	// contains filtered or unexported fields
}

func (InboundInterface) GoString

func (s InboundInterface) GoString() string

GoString returns the string representation

func (*InboundInterface) SetNetworkId

func (s *InboundInterface) SetNetworkId(v string) *InboundInterface

SetNetworkId sets the NetworkId field's value.

func (*InboundInterface) SetNetworkName

func (s *InboundInterface) SetNetworkName(v string) *InboundInterface

SetNetworkName sets the NetworkName field's value.

func (InboundInterface) String

func (s InboundInterface) String() string

String returns the string representation

type InstanceCopy

type InstanceCopy struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (InstanceCopy) GoString

func (s InstanceCopy) GoString() string

GoString returns the string representation

func (*InstanceCopy) SetCharge

func (s *InstanceCopy) SetCharge(v int64) *InstanceCopy

SetCharge sets the Charge field's value.

func (*InstanceCopy) SetType

func (s *InstanceCopy) SetType(v string) *InstanceCopy

SetType sets the Type field's value.

func (*InstanceCopy) SetUnit

func (s *InstanceCopy) SetUnit(v string) *InstanceCopy

SetUnit sets the Unit field's value.

func (*InstanceCopy) SetValue

func (s *InstanceCopy) SetValue(v int64) *InstanceCopy

SetValue sets the Value field's value.

func (InstanceCopy) String

func (s InstanceCopy) String() string

String returns the string representation

type InstanceInfo

type InstanceInfo struct {
	DynamicIpMeasuredRate *DynamicIpMeasuredRate `locationName:"dynamicIpMeasuredRate" type:"structure"`

	DynamicIpMonthlyRate *DynamicIpMonthlyRate `locationName:"dynamicIpMonthlyRate" type:"structure"`

	InstanceMonthlyRateSet []*InstanceMonthlyRateSetItem `locationName:"instanceMonthlyRateSet" locationNameList:"item" type:"list"`

	MultiIpMonthlyRate *MultiIpMonthlyRate `locationName:"multiIpMonthlyRate" type:"structure"`

	OsMeasuredRate []*OsMeasuredRateSetItem `locationName:"osMeasuredRate" locationNameList:"item" type:"list"`

	OsMonthlyRate []*OsMonthlyRateSetItem `locationName:"osMonthlyRate" locationNameList:"item" type:"list"`

	RunningInstanceMeasuredRateSet []*RunningInstanceMeasuredRateSetItem `locationName:"runningInstanceMeasuredRateSet" locationNameList:"item" type:"list"`

	StoppedInstanceMeasuredRateSet []*StoppedInstanceMeasuredRateSetItem `locationName:"stoppedInstanceMeasuredRateSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (InstanceInfo) GoString

func (s InstanceInfo) GoString() string

GoString returns the string representation

func (*InstanceInfo) SetDynamicIpMeasuredRate

func (s *InstanceInfo) SetDynamicIpMeasuredRate(v *DynamicIpMeasuredRate) *InstanceInfo

SetDynamicIpMeasuredRate sets the DynamicIpMeasuredRate field's value.

func (*InstanceInfo) SetDynamicIpMonthlyRate

func (s *InstanceInfo) SetDynamicIpMonthlyRate(v *DynamicIpMonthlyRate) *InstanceInfo

SetDynamicIpMonthlyRate sets the DynamicIpMonthlyRate field's value.

func (*InstanceInfo) SetInstanceMonthlyRateSet

func (s *InstanceInfo) SetInstanceMonthlyRateSet(v []*InstanceMonthlyRateSetItem) *InstanceInfo

SetInstanceMonthlyRateSet sets the InstanceMonthlyRateSet field's value.

func (*InstanceInfo) SetMultiIpMonthlyRate

func (s *InstanceInfo) SetMultiIpMonthlyRate(v *MultiIpMonthlyRate) *InstanceInfo

SetMultiIpMonthlyRate sets the MultiIpMonthlyRate field's value.

func (*InstanceInfo) SetOsMeasuredRate

func (s *InstanceInfo) SetOsMeasuredRate(v []*OsMeasuredRateSetItem) *InstanceInfo

SetOsMeasuredRate sets the OsMeasuredRate field's value.

func (*InstanceInfo) SetOsMonthlyRate

func (s *InstanceInfo) SetOsMonthlyRate(v []*OsMonthlyRateSetItem) *InstanceInfo

SetOsMonthlyRate sets the OsMonthlyRate field's value.

func (*InstanceInfo) SetRunningInstanceMeasuredRateSet

func (s *InstanceInfo) SetRunningInstanceMeasuredRateSet(v []*RunningInstanceMeasuredRateSetItem) *InstanceInfo

SetRunningInstanceMeasuredRateSet sets the RunningInstanceMeasuredRateSet field's value.

func (*InstanceInfo) SetStoppedInstanceMeasuredRateSet

func (s *InstanceInfo) SetStoppedInstanceMeasuredRateSet(v []*StoppedInstanceMeasuredRateSetItem) *InstanceInfo

SetStoppedInstanceMeasuredRateSet sets the StoppedInstanceMeasuredRateSet field's value.

func (InstanceInfo) String

func (s InstanceInfo) String() string

String returns the string representation

type InstanceInitiatedShutdownBehavior

type InstanceInitiatedShutdownBehavior struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (InstanceInitiatedShutdownBehavior) GoString

GoString returns the string representation

func (*InstanceInitiatedShutdownBehavior) SetValue

SetValue sets the Value field's value.

func (InstanceInitiatedShutdownBehavior) String

String returns the string representation

type InstanceItemSetItem

type InstanceItemSetItem struct {
	Count *int64 `locationName:"count" type:"integer"`

	Type *string `locationName:"type" type:"string"`
	// contains filtered or unexported fields
}

func (InstanceItemSetItem) GoString

func (s InstanceItemSetItem) GoString() string

GoString returns the string representation

func (*InstanceItemSetItem) SetCount

SetCount sets the Count field's value.

func (*InstanceItemSetItem) SetType

SetType sets the Type field's value.

func (InstanceItemSetItem) String

func (s InstanceItemSetItem) String() string

String returns the string representation

type InstanceMonthlyRateSetItem

type InstanceMonthlyRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (InstanceMonthlyRateSetItem) GoString

func (s InstanceMonthlyRateSetItem) GoString() string

GoString returns the string representation

func (*InstanceMonthlyRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*InstanceMonthlyRateSetItem) SetType

SetType sets the Type field's value.

func (*InstanceMonthlyRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*InstanceMonthlyRateSetItem) SetValue

SetValue sets the Value field's value.

func (InstanceMonthlyRateSetItem) String

String returns the string representation

type InstanceSetItem

type InstanceSetItem struct {
	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceState *string `locationName:"instanceState" type:"string"`

	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`
	// contains filtered or unexported fields
}

func (InstanceSetItem) GoString

func (s InstanceSetItem) GoString() string

GoString returns the string representation

func (*InstanceSetItem) SetInstanceId

func (s *InstanceSetItem) SetInstanceId(v string) *InstanceSetItem

SetInstanceId sets the InstanceId field's value.

func (*InstanceSetItem) SetInstanceState

func (s *InstanceSetItem) SetInstanceState(v string) *InstanceSetItem

SetInstanceState sets the InstanceState field's value.

func (*InstanceSetItem) SetInstanceUniqueId

func (s *InstanceSetItem) SetInstanceUniqueId(v string) *InstanceSetItem

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (InstanceSetItem) String

func (s InstanceSetItem) String() string

String returns the string representation

type InstanceState

type InstanceState struct {
	Code *int64 `locationName:"code" type:"integer"`

	Name *string `locationName:"name" type:"string"`
	// contains filtered or unexported fields
}

func (InstanceState) GoString

func (s InstanceState) GoString() string

GoString returns the string representation

func (*InstanceState) SetCode

func (s *InstanceState) SetCode(v int64) *InstanceState

SetCode sets the Code field's value.

func (*InstanceState) SetName

func (s *InstanceState) SetName(v string) *InstanceState

SetName sets the Name field's value.

func (InstanceState) String

func (s InstanceState) String() string

String returns the string representation

type InstanceStatesMemberItem

type InstanceStatesMemberItem struct {
	Description *string `locationName:"Description" type:"string"`

	InstanceId *string `locationName:"InstanceId" type:"string"`

	InstanceUniqueId *string `locationName:"InstanceUniqueId" type:"string"`

	ReasonCode *string `locationName:"ReasonCode" type:"string"`

	State *string `locationName:"State" type:"string"`
	// contains filtered or unexported fields
}

func (InstanceStatesMemberItem) GoString

func (s InstanceStatesMemberItem) GoString() string

GoString returns the string representation

func (*InstanceStatesMemberItem) SetDescription

SetDescription sets the Description field's value.

func (*InstanceStatesMemberItem) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*InstanceStatesMemberItem) SetInstanceUniqueId

func (s *InstanceStatesMemberItem) SetInstanceUniqueId(v string) *InstanceStatesMemberItem

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*InstanceStatesMemberItem) SetReasonCode

SetReasonCode sets the ReasonCode field's value.

func (*InstanceStatesMemberItem) SetState

SetState sets the State field's value.

func (InstanceStatesMemberItem) String

func (s InstanceStatesMemberItem) String() string

String returns the string representation

type InstanceType

type InstanceType struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (InstanceType) GoString

func (s InstanceType) GoString() string

GoString returns the string representation

func (*InstanceType) SetValue

func (s *InstanceType) SetValue(v string) *InstanceType

SetValue sets the Value field's value.

func (InstanceType) String

func (s InstanceType) String() string

String returns the string representation

type InstanceUniqueIdsSetItem

type InstanceUniqueIdsSetItem struct {
	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`
	// contains filtered or unexported fields
}

func (InstanceUniqueIdsSetItem) GoString

func (s InstanceUniqueIdsSetItem) GoString() string

GoString returns the string representation

func (*InstanceUniqueIdsSetItem) SetInstanceUniqueId

func (s *InstanceUniqueIdsSetItem) SetInstanceUniqueId(v string) *InstanceUniqueIdsSetItem

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (InstanceUniqueIdsSetItem) String

func (s InstanceUniqueIdsSetItem) String() string

String returns the string representation

type InstancesMemberItem

type InstancesMemberItem struct {
	InstanceId *string `locationName:"InstanceId" type:"string"`

	InstanceUniqueId *string `locationName:"InstanceUniqueId" type:"string"`
	// contains filtered or unexported fields
}

func (InstancesMemberItem) GoString

func (s InstancesMemberItem) GoString() string

GoString returns the string representation

func (*InstancesMemberItem) SetInstanceId

func (s *InstancesMemberItem) SetInstanceId(v string) *InstancesMemberItem

SetInstanceId sets the InstanceId field's value.

func (*InstancesMemberItem) SetInstanceUniqueId

func (s *InstancesMemberItem) SetInstanceUniqueId(v string) *InstancesMemberItem

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (InstancesMemberItem) String

func (s InstancesMemberItem) String() string

String returns the string representation

type InstancesNetworkInterfaceSetItem

type InstancesNetworkInterfaceSetItem struct {
	DeviceIndex *int64 `locationName:"deviceIndex" type:"integer"`

	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	NetworkId *string `locationName:"networkId" type:"string"`
	// contains filtered or unexported fields
}

func (InstancesNetworkInterfaceSetItem) GoString

GoString returns the string representation

func (*InstancesNetworkInterfaceSetItem) SetDeviceIndex

SetDeviceIndex sets the DeviceIndex field's value.

func (*InstancesNetworkInterfaceSetItem) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*InstancesNetworkInterfaceSetItem) SetInstanceUniqueId

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*InstancesNetworkInterfaceSetItem) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*InstancesNetworkInterfaceSetItem) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (InstancesNetworkInterfaceSetItem) String

String returns the string representation

type InstancesSetItem

type InstancesSetItem struct {
	AccountingType *string `locationName:"accountingType" type:"string"`

	Admin *string `locationName:"admin" type:"string"`

	AmiLaunchIndex *string `locationName:"amiLaunchIndex" type:"string"`

	Architecture *string `locationName:"architecture" type:"string"`

	Autoscaling *Autoscaling `locationName:"autoscaling" type:"structure"`

	BlockDeviceMapping []*BlockDeviceMappingSetItem `locationName:"blockDeviceMapping" locationNameList:"item" type:"list"`

	CopyInfo *string `locationName:"copyInfo" type:"string"`

	CurrentState *CurrentState `locationName:"currentState" type:"structure"`

	Description *string `locationName:"description" type:"string"`

	DeviceIndex *int64 `locationName:"deviceIndex" type:"integer"`

	DnsName *string `locationName:"dnsName" type:"string"`

	ExpireTime *time.Time `locationName:"expireTime" type:"timestamp" timestampFormat:""`

	HotAdd *string `locationName:"hotAdd" type:"string"`

	ImageId *string `locationName:"imageId" type:"string"`

	ImageName *string `locationName:"imageName" type:"string"`

	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceLifecycle *string `locationName:"instanceLifecycle" type:"string"`

	InstanceState *InstanceState `locationName:"instanceState" type:"structure"`

	InstanceType *string `locationName:"instanceType" type:"string"`

	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	IpAddressV6 *string `locationName:"ipAddressV6" type:"string"`

	IpType *string `locationName:"ipType" type:"string"`

	KernelId *string `locationName:"kernelId" type:"string"`

	KeyName *string `locationName:"keyName" type:"string"`

	LaunchTime *time.Time `locationName:"launchTime" type:"timestamp" timestampFormat:""`

	Loadbalancing []*LoadbalancingSetItem `locationName:"loadbalancing" locationNameList:"item" type:"list"`

	Monitoring *Monitoring `locationName:"monitoring" type:"structure"`

	NetworkInterfaceSet []*NetworkInterfaceSetItem `locationName:"networkInterfaceSet" locationNameList:"item" type:"list"`

	NextMonthAccountingType *string `locationName:"nextMonthAccountingType" type:"string"`

	NiftyElasticLoadBalancing []*NiftyElasticLoadBalancingSetItem `locationName:"niftyElasticLoadBalancing" locationNameList:"item" type:"list"`

	NiftyPrivateIpType *string `locationName:"niftyPrivateIpType" type:"string"`

	NiftyPrivateNetworkType *string `locationName:"niftyPrivateNetworkType" type:"string"`

	NiftySnapshotting []*NiftySnapshottingSetItem `locationName:"niftySnapshotting" locationNameList:"item" type:"list"`

	Placement *Placement `locationName:"placement" type:"structure"`

	Platform *string `locationName:"platform" type:"string"`

	PreviousState *PreviousState `locationName:"previousState" type:"structure"`

	PrivateDnsName *string `locationName:"privateDnsName" type:"string"`

	PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"`

	PrivateIpAddressV6 *string `locationName:"privateIpAddressV6" type:"string"`

	ProductCodes []*ProductCodesSetItem `locationName:"productCodes" locationNameList:"item" type:"list"`

	RamdiskId *string `locationName:"ramdiskId" type:"string"`

	Reason *string `locationName:"reason" type:"string"`

	RegionName *string `locationName:"regionName" type:"string"`

	RootDeviceName *string `locationName:"rootDeviceName" type:"string"`

	RootDeviceType *string `locationName:"rootDeviceType" type:"string"`

	SpotInstanceRequestId *string `locationName:"spotInstanceRequestId" type:"string"`

	StateReason *StateReason `locationName:"stateReason" type:"structure"`

	SubnetId *string `locationName:"subnetId" type:"string"`

	Tenancy *string `locationName:"tenancy" type:"string"`

	VpcId *string `locationName:"vpcId" type:"string"`
	// contains filtered or unexported fields
}

func (InstancesSetItem) GoString

func (s InstancesSetItem) GoString() string

GoString returns the string representation

func (*InstancesSetItem) SetAccountingType

func (s *InstancesSetItem) SetAccountingType(v string) *InstancesSetItem

SetAccountingType sets the AccountingType field's value.

func (*InstancesSetItem) SetAdmin

func (s *InstancesSetItem) SetAdmin(v string) *InstancesSetItem

SetAdmin sets the Admin field's value.

func (*InstancesSetItem) SetAmiLaunchIndex

func (s *InstancesSetItem) SetAmiLaunchIndex(v string) *InstancesSetItem

SetAmiLaunchIndex sets the AmiLaunchIndex field's value.

func (*InstancesSetItem) SetArchitecture

func (s *InstancesSetItem) SetArchitecture(v string) *InstancesSetItem

SetArchitecture sets the Architecture field's value.

func (*InstancesSetItem) SetAutoscaling

func (s *InstancesSetItem) SetAutoscaling(v *Autoscaling) *InstancesSetItem

SetAutoscaling sets the Autoscaling field's value.

func (*InstancesSetItem) SetBlockDeviceMapping

func (s *InstancesSetItem) SetBlockDeviceMapping(v []*BlockDeviceMappingSetItem) *InstancesSetItem

SetBlockDeviceMapping sets the BlockDeviceMapping field's value.

func (*InstancesSetItem) SetCopyInfo

func (s *InstancesSetItem) SetCopyInfo(v string) *InstancesSetItem

SetCopyInfo sets the CopyInfo field's value.

func (*InstancesSetItem) SetCurrentState

func (s *InstancesSetItem) SetCurrentState(v *CurrentState) *InstancesSetItem

SetCurrentState sets the CurrentState field's value.

func (*InstancesSetItem) SetDescription

func (s *InstancesSetItem) SetDescription(v string) *InstancesSetItem

SetDescription sets the Description field's value.

func (*InstancesSetItem) SetDeviceIndex

func (s *InstancesSetItem) SetDeviceIndex(v int64) *InstancesSetItem

SetDeviceIndex sets the DeviceIndex field's value.

func (*InstancesSetItem) SetDnsName

func (s *InstancesSetItem) SetDnsName(v string) *InstancesSetItem

SetDnsName sets the DnsName field's value.

func (*InstancesSetItem) SetExpireTime

func (s *InstancesSetItem) SetExpireTime(v time.Time) *InstancesSetItem

SetExpireTime sets the ExpireTime field's value.

func (*InstancesSetItem) SetHotAdd

func (s *InstancesSetItem) SetHotAdd(v string) *InstancesSetItem

SetHotAdd sets the HotAdd field's value.

func (*InstancesSetItem) SetImageId

func (s *InstancesSetItem) SetImageId(v string) *InstancesSetItem

SetImageId sets the ImageId field's value.

func (*InstancesSetItem) SetImageName

func (s *InstancesSetItem) SetImageName(v string) *InstancesSetItem

SetImageName sets the ImageName field's value.

func (*InstancesSetItem) SetInstanceId

func (s *InstancesSetItem) SetInstanceId(v string) *InstancesSetItem

SetInstanceId sets the InstanceId field's value.

func (*InstancesSetItem) SetInstanceLifecycle

func (s *InstancesSetItem) SetInstanceLifecycle(v string) *InstancesSetItem

SetInstanceLifecycle sets the InstanceLifecycle field's value.

func (*InstancesSetItem) SetInstanceState

func (s *InstancesSetItem) SetInstanceState(v *InstanceState) *InstancesSetItem

SetInstanceState sets the InstanceState field's value.

func (*InstancesSetItem) SetInstanceType

func (s *InstancesSetItem) SetInstanceType(v string) *InstancesSetItem

SetInstanceType sets the InstanceType field's value.

func (*InstancesSetItem) SetInstanceUniqueId

func (s *InstancesSetItem) SetInstanceUniqueId(v string) *InstancesSetItem

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*InstancesSetItem) SetIpAddress

func (s *InstancesSetItem) SetIpAddress(v string) *InstancesSetItem

SetIpAddress sets the IpAddress field's value.

func (*InstancesSetItem) SetIpAddressV6

func (s *InstancesSetItem) SetIpAddressV6(v string) *InstancesSetItem

SetIpAddressV6 sets the IpAddressV6 field's value.

func (*InstancesSetItem) SetIpType

func (s *InstancesSetItem) SetIpType(v string) *InstancesSetItem

SetIpType sets the IpType field's value.

func (*InstancesSetItem) SetKernelId

func (s *InstancesSetItem) SetKernelId(v string) *InstancesSetItem

SetKernelId sets the KernelId field's value.

func (*InstancesSetItem) SetKeyName

func (s *InstancesSetItem) SetKeyName(v string) *InstancesSetItem

SetKeyName sets the KeyName field's value.

func (*InstancesSetItem) SetLaunchTime

func (s *InstancesSetItem) SetLaunchTime(v time.Time) *InstancesSetItem

SetLaunchTime sets the LaunchTime field's value.

func (*InstancesSetItem) SetLoadbalancing

func (s *InstancesSetItem) SetLoadbalancing(v []*LoadbalancingSetItem) *InstancesSetItem

SetLoadbalancing sets the Loadbalancing field's value.

func (*InstancesSetItem) SetMonitoring

func (s *InstancesSetItem) SetMonitoring(v *Monitoring) *InstancesSetItem

SetMonitoring sets the Monitoring field's value.

func (*InstancesSetItem) SetNetworkInterfaceSet

func (s *InstancesSetItem) SetNetworkInterfaceSet(v []*NetworkInterfaceSetItem) *InstancesSetItem

SetNetworkInterfaceSet sets the NetworkInterfaceSet field's value.

func (*InstancesSetItem) SetNextMonthAccountingType

func (s *InstancesSetItem) SetNextMonthAccountingType(v string) *InstancesSetItem

SetNextMonthAccountingType sets the NextMonthAccountingType field's value.

func (*InstancesSetItem) SetNiftyElasticLoadBalancing

func (s *InstancesSetItem) SetNiftyElasticLoadBalancing(v []*NiftyElasticLoadBalancingSetItem) *InstancesSetItem

SetNiftyElasticLoadBalancing sets the NiftyElasticLoadBalancing field's value.

func (*InstancesSetItem) SetNiftyPrivateIpType

func (s *InstancesSetItem) SetNiftyPrivateIpType(v string) *InstancesSetItem

SetNiftyPrivateIpType sets the NiftyPrivateIpType field's value.

func (*InstancesSetItem) SetNiftyPrivateNetworkType

func (s *InstancesSetItem) SetNiftyPrivateNetworkType(v string) *InstancesSetItem

SetNiftyPrivateNetworkType sets the NiftyPrivateNetworkType field's value.

func (*InstancesSetItem) SetNiftySnapshotting

func (s *InstancesSetItem) SetNiftySnapshotting(v []*NiftySnapshottingSetItem) *InstancesSetItem

SetNiftySnapshotting sets the NiftySnapshotting field's value.

func (*InstancesSetItem) SetPlacement

func (s *InstancesSetItem) SetPlacement(v *Placement) *InstancesSetItem

SetPlacement sets the Placement field's value.

func (*InstancesSetItem) SetPlatform

func (s *InstancesSetItem) SetPlatform(v string) *InstancesSetItem

SetPlatform sets the Platform field's value.

func (*InstancesSetItem) SetPreviousState

func (s *InstancesSetItem) SetPreviousState(v *PreviousState) *InstancesSetItem

SetPreviousState sets the PreviousState field's value.

func (*InstancesSetItem) SetPrivateDnsName

func (s *InstancesSetItem) SetPrivateDnsName(v string) *InstancesSetItem

SetPrivateDnsName sets the PrivateDnsName field's value.

func (*InstancesSetItem) SetPrivateIpAddress

func (s *InstancesSetItem) SetPrivateIpAddress(v string) *InstancesSetItem

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*InstancesSetItem) SetPrivateIpAddressV6

func (s *InstancesSetItem) SetPrivateIpAddressV6(v string) *InstancesSetItem

SetPrivateIpAddressV6 sets the PrivateIpAddressV6 field's value.

func (*InstancesSetItem) SetProductCodes

func (s *InstancesSetItem) SetProductCodes(v []*ProductCodesSetItem) *InstancesSetItem

SetProductCodes sets the ProductCodes field's value.

func (*InstancesSetItem) SetRamdiskId

func (s *InstancesSetItem) SetRamdiskId(v string) *InstancesSetItem

SetRamdiskId sets the RamdiskId field's value.

func (*InstancesSetItem) SetReason

func (s *InstancesSetItem) SetReason(v string) *InstancesSetItem

SetReason sets the Reason field's value.

func (*InstancesSetItem) SetRegionName

func (s *InstancesSetItem) SetRegionName(v string) *InstancesSetItem

SetRegionName sets the RegionName field's value.

func (*InstancesSetItem) SetRootDeviceName

func (s *InstancesSetItem) SetRootDeviceName(v string) *InstancesSetItem

SetRootDeviceName sets the RootDeviceName field's value.

func (*InstancesSetItem) SetRootDeviceType

func (s *InstancesSetItem) SetRootDeviceType(v string) *InstancesSetItem

SetRootDeviceType sets the RootDeviceType field's value.

func (*InstancesSetItem) SetSpotInstanceRequestId

func (s *InstancesSetItem) SetSpotInstanceRequestId(v string) *InstancesSetItem

SetSpotInstanceRequestId sets the SpotInstanceRequestId field's value.

func (*InstancesSetItem) SetStateReason

func (s *InstancesSetItem) SetStateReason(v *StateReason) *InstancesSetItem

SetStateReason sets the StateReason field's value.

func (*InstancesSetItem) SetSubnetId

func (s *InstancesSetItem) SetSubnetId(v string) *InstancesSetItem

SetSubnetId sets the SubnetId field's value.

func (*InstancesSetItem) SetTenancy

func (s *InstancesSetItem) SetTenancy(v string) *InstancesSetItem

SetTenancy sets the Tenancy field's value.

func (*InstancesSetItem) SetVpcId

func (s *InstancesSetItem) SetVpcId(v string) *InstancesSetItem

SetVpcId sets the VpcId field's value.

func (InstancesSetItem) String

func (s InstancesSetItem) String() string

String returns the string representation

type InternetVpnInfo

type InternetVpnInfo struct {
	InternetVpnInitial *InternetVpnInitial `locationName:"internetVpnInitial" type:"structure"`

	InternetVpnMonthlyRateSet []*InternetVpnMonthlyRateSetItem `locationName:"internetVpnMonthlyRateSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (InternetVpnInfo) GoString

func (s InternetVpnInfo) GoString() string

GoString returns the string representation

func (*InternetVpnInfo) SetInternetVpnInitial

func (s *InternetVpnInfo) SetInternetVpnInitial(v *InternetVpnInitial) *InternetVpnInfo

SetInternetVpnInitial sets the InternetVpnInitial field's value.

func (*InternetVpnInfo) SetInternetVpnMonthlyRateSet

func (s *InternetVpnInfo) SetInternetVpnMonthlyRateSet(v []*InternetVpnMonthlyRateSetItem) *InternetVpnInfo

SetInternetVpnMonthlyRateSet sets the InternetVpnMonthlyRateSet field's value.

func (InternetVpnInfo) String

func (s InternetVpnInfo) String() string

String returns the string representation

type InternetVpnInitial

type InternetVpnInitial struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (InternetVpnInitial) GoString

func (s InternetVpnInitial) GoString() string

GoString returns the string representation

func (*InternetVpnInitial) SetCharge

func (s *InternetVpnInitial) SetCharge(v int64) *InternetVpnInitial

SetCharge sets the Charge field's value.

func (*InternetVpnInitial) SetValue

SetValue sets the Value field's value.

func (InternetVpnInitial) String

func (s InternetVpnInitial) String() string

String returns the string representation

type InternetVpnMonthlyRateSetItem

type InternetVpnMonthlyRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (InternetVpnMonthlyRateSetItem) GoString

GoString returns the string representation

func (*InternetVpnMonthlyRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*InternetVpnMonthlyRateSetItem) SetType

SetType sets the Type field's value.

func (*InternetVpnMonthlyRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*InternetVpnMonthlyRateSetItem) SetValue

SetValue sets the Value field's value.

func (InternetVpnMonthlyRateSetItem) String

String returns the string representation

type IpAddressPoolSetItem

type IpAddressPoolSetItem struct {
	Description *string `locationName:"description" type:"string"`

	StartIpAddress *string `locationName:"startIpAddress" type:"string"`

	StopIpAddress *string `locationName:"stopIpAddress" type:"string"`
	// contains filtered or unexported fields
}

func (IpAddressPoolSetItem) GoString

func (s IpAddressPoolSetItem) GoString() string

GoString returns the string representation

func (*IpAddressPoolSetItem) SetDescription

func (s *IpAddressPoolSetItem) SetDescription(v string) *IpAddressPoolSetItem

SetDescription sets the Description field's value.

func (*IpAddressPoolSetItem) SetStartIpAddress

func (s *IpAddressPoolSetItem) SetStartIpAddress(v string) *IpAddressPoolSetItem

SetStartIpAddress sets the StartIpAddress field's value.

func (*IpAddressPoolSetItem) SetStopIpAddress

func (s *IpAddressPoolSetItem) SetStopIpAddress(v string) *IpAddressPoolSetItem

SetStopIpAddress sets the StopIpAddress field's value.

func (IpAddressPoolSetItem) String

func (s IpAddressPoolSetItem) String() string

String returns the string representation

type IpAddressPoolsSetItem

type IpAddressPoolsSetItem struct {
	Description *string `locationName:"description" type:"string"`

	StartIpAddress *string `locationName:"startIpAddress" type:"string"`

	StopIpAddress *string `locationName:"stopIpAddress" type:"string"`
	// contains filtered or unexported fields
}

func (IpAddressPoolsSetItem) GoString

func (s IpAddressPoolsSetItem) GoString() string

GoString returns the string representation

func (*IpAddressPoolsSetItem) SetDescription

func (s *IpAddressPoolsSetItem) SetDescription(v string) *IpAddressPoolsSetItem

SetDescription sets the Description field's value.

func (*IpAddressPoolsSetItem) SetStartIpAddress

func (s *IpAddressPoolsSetItem) SetStartIpAddress(v string) *IpAddressPoolsSetItem

SetStartIpAddress sets the StartIpAddress field's value.

func (*IpAddressPoolsSetItem) SetStopIpAddress

func (s *IpAddressPoolsSetItem) SetStopIpAddress(v string) *IpAddressPoolsSetItem

SetStopIpAddress sets the StopIpAddress field's value.

func (IpAddressPoolsSetItem) String

func (s IpAddressPoolsSetItem) String() string

String returns the string representation

type IpPermissionsSetItem

type IpPermissionsSetItem struct {
	AddDatetime *time.Time `locationName:"addDatetime" type:"timestamp" timestampFormat:""`

	Description *string `locationName:"description" type:"string"`

	FromPort *int64 `locationName:"fromPort" type:"integer"`

	Groups []*GroupsSetItem `locationName:"groups" locationNameList:"item" type:"list"`

	InOut *string `locationName:"inOut" type:"string"`

	IpProtocol *string `locationName:"ipProtocol" type:"string"`

	IpRanges []*IpRangesSetItem `locationName:"ipRanges" locationNameList:"item" type:"list"`

	ToPort *int64 `locationName:"toPort" type:"integer"`
	// contains filtered or unexported fields
}

func (IpPermissionsSetItem) GoString

func (s IpPermissionsSetItem) GoString() string

GoString returns the string representation

func (*IpPermissionsSetItem) SetAddDatetime

func (s *IpPermissionsSetItem) SetAddDatetime(v time.Time) *IpPermissionsSetItem

SetAddDatetime sets the AddDatetime field's value.

func (*IpPermissionsSetItem) SetDescription

func (s *IpPermissionsSetItem) SetDescription(v string) *IpPermissionsSetItem

SetDescription sets the Description field's value.

func (*IpPermissionsSetItem) SetFromPort

func (s *IpPermissionsSetItem) SetFromPort(v int64) *IpPermissionsSetItem

SetFromPort sets the FromPort field's value.

func (*IpPermissionsSetItem) SetGroups

SetGroups sets the Groups field's value.

func (*IpPermissionsSetItem) SetInOut

SetInOut sets the InOut field's value.

func (*IpPermissionsSetItem) SetIpProtocol

func (s *IpPermissionsSetItem) SetIpProtocol(v string) *IpPermissionsSetItem

SetIpProtocol sets the IpProtocol field's value.

func (*IpPermissionsSetItem) SetIpRanges

SetIpRanges sets the IpRanges field's value.

func (*IpPermissionsSetItem) SetToPort

SetToPort sets the ToPort field's value.

func (IpPermissionsSetItem) String

func (s IpPermissionsSetItem) String() string

String returns the string representation

type IpRangesSetItem

type IpRangesSetItem struct {
	CidrIp *string `locationName:"cidrIp" type:"string"`
	// contains filtered or unexported fields
}

func (IpRangesSetItem) GoString

func (s IpRangesSetItem) GoString() string

GoString returns the string representation

func (*IpRangesSetItem) SetCidrIp

func (s *IpRangesSetItem) SetCidrIp(v string) *IpRangesSetItem

SetCidrIp sets the CidrIp field's value.

func (IpRangesSetItem) String

func (s IpRangesSetItem) String() string

String returns the string representation

type IpType

type IpType struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (IpType) GoString

func (s IpType) GoString() string

GoString returns the string representation

func (*IpType) SetValue

func (s *IpType) SetValue(v string) *IpType

SetValue sets the Value field's value.

func (IpType) String

func (s IpType) String() string

String returns the string representation

type KeepImageSetItem

type KeepImageSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (KeepImageSetItem) GoString

func (s KeepImageSetItem) GoString() string

GoString returns the string representation

func (*KeepImageSetItem) SetCharge

func (s *KeepImageSetItem) SetCharge(v int64) *KeepImageSetItem

SetCharge sets the Charge field's value.

func (*KeepImageSetItem) SetType

func (s *KeepImageSetItem) SetType(v string) *KeepImageSetItem

SetType sets the Type field's value.

func (*KeepImageSetItem) SetUnit

func (s *KeepImageSetItem) SetUnit(v string) *KeepImageSetItem

SetUnit sets the Unit field's value.

func (*KeepImageSetItem) SetValue

func (s *KeepImageSetItem) SetValue(v int64) *KeepImageSetItem

SetValue sets the Value field's value.

func (KeepImageSetItem) String

func (s KeepImageSetItem) String() string

String returns the string representation

type Kernel

type Kernel struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (Kernel) GoString

func (s Kernel) GoString() string

GoString returns the string representation

func (*Kernel) SetValue

func (s *Kernel) SetValue(v string) *Kernel

SetValue sets the Value field's value.

func (Kernel) String

func (s Kernel) String() string

String returns the string representation

type KeyLength

type KeyLength struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (KeyLength) GoString

func (s KeyLength) GoString() string

GoString returns the string representation

func (*KeyLength) SetValue

func (s *KeyLength) SetValue(v string) *KeyLength

SetValue sets the Value field's value.

func (KeyLength) String

func (s KeyLength) String() string

String returns the string representation

type KeySetItem

type KeySetItem struct {
	Description *string `locationName:"description" type:"string"`

	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	KeyFingerprint *string `locationName:"keyFingerprint" type:"string"`

	KeyName *string `locationName:"keyName" type:"string"`
	// contains filtered or unexported fields
}

func (KeySetItem) GoString

func (s KeySetItem) GoString() string

GoString returns the string representation

func (*KeySetItem) SetDescription

func (s *KeySetItem) SetDescription(v string) *KeySetItem

SetDescription sets the Description field's value.

func (*KeySetItem) SetInstancesSet

func (s *KeySetItem) SetInstancesSet(v []*InstancesSetItem) *KeySetItem

SetInstancesSet sets the InstancesSet field's value.

func (*KeySetItem) SetKeyFingerprint

func (s *KeySetItem) SetKeyFingerprint(v string) *KeySetItem

SetKeyFingerprint sets the KeyFingerprint field's value.

func (*KeySetItem) SetKeyName

func (s *KeySetItem) SetKeyName(v string) *KeySetItem

SetKeyName sets the KeyName field's value.

func (KeySetItem) String

func (s KeySetItem) String() string

String returns the string representation

type LBCookieStickinessPoliciesMemberItem

type LBCookieStickinessPoliciesMemberItem struct {
	CookieExpirationPeriod *string `locationName:"CookieExpirationPeriod" type:"string"`

	PolicyName *string `locationName:"PolicyName" type:"string"`
	// contains filtered or unexported fields
}

func (LBCookieStickinessPoliciesMemberItem) GoString

GoString returns the string representation

func (*LBCookieStickinessPoliciesMemberItem) SetCookieExpirationPeriod

SetCookieExpirationPeriod sets the CookieExpirationPeriod field's value.

func (*LBCookieStickinessPoliciesMemberItem) SetPolicyName

SetPolicyName sets the PolicyName field's value.

func (LBCookieStickinessPoliciesMemberItem) String

String returns the string representation

type LicenseInfo

type LicenseInfo struct {
	LicenseMonthlyRateSet []*LicenseMonthlyRateSetItem `locationName:"licenseMonthlyRateSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (LicenseInfo) GoString

func (s LicenseInfo) GoString() string

GoString returns the string representation

func (*LicenseInfo) SetLicenseMonthlyRateSet

func (s *LicenseInfo) SetLicenseMonthlyRateSet(v []*LicenseMonthlyRateSetItem) *LicenseInfo

SetLicenseMonthlyRateSet sets the LicenseMonthlyRateSet field's value.

func (LicenseInfo) String

func (s LicenseInfo) String() string

String returns the string representation

type LicenseMonthlyRateSetItem

type LicenseMonthlyRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (LicenseMonthlyRateSetItem) GoString

func (s LicenseMonthlyRateSetItem) GoString() string

GoString returns the string representation

func (*LicenseMonthlyRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*LicenseMonthlyRateSetItem) SetType

SetType sets the Type field's value.

func (*LicenseMonthlyRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*LicenseMonthlyRateSetItem) SetValue

SetValue sets the Value field's value.

func (LicenseMonthlyRateSetItem) String

func (s LicenseMonthlyRateSetItem) String() string

String returns the string representation

type ListenInterface

type ListenInterface struct {
	NetworkId *string `locationName:"networkId" type:"string"`

	NetworkName *string `locationName:"networkName" type:"string"`
	// contains filtered or unexported fields
}

func (ListenInterface) GoString

func (s ListenInterface) GoString() string

GoString returns the string representation

func (*ListenInterface) SetNetworkId

func (s *ListenInterface) SetNetworkId(v string) *ListenInterface

SetNetworkId sets the NetworkId field's value.

func (*ListenInterface) SetNetworkName

func (s *ListenInterface) SetNetworkName(v string) *ListenInterface

SetNetworkName sets the NetworkName field's value.

func (ListenInterface) String

func (s ListenInterface) String() string

String returns the string representation

type Listener

type Listener struct {
	BalancingType *int64 `locationName:"BalancingType" type:"integer"`

	Description *string `locationName:"Description" type:"string"`

	ElasticLoadBalancerPort *int64 `locationName:"ElasticLoadBalancerPort" type:"integer"`

	HealthCheck *HealthCheck `locationName:"HealthCheck" type:"structure"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	Instances []*InstancesMemberItem `locationName:"Instances" locationNameList:"member" type:"list"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`

	Protocol *string `locationName:"Protocol" type:"string"`

	SSLCertificateId *string `locationName:"SSLCertificateId" type:"string"`

	SessionStickinessPolicy *SessionStickinessPolicy `locationName:"SessionStickinessPolicy" type:"structure"`

	SorryPage *SorryPage `locationName:"SorryPage" type:"structure"`
	// contains filtered or unexported fields
}

func (Listener) GoString

func (s Listener) GoString() string

GoString returns the string representation

func (*Listener) SetBalancingType

func (s *Listener) SetBalancingType(v int64) *Listener

SetBalancingType sets the BalancingType field's value.

func (*Listener) SetDescription

func (s *Listener) SetDescription(v string) *Listener

SetDescription sets the Description field's value.

func (*Listener) SetElasticLoadBalancerPort

func (s *Listener) SetElasticLoadBalancerPort(v int64) *Listener

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*Listener) SetHealthCheck

func (s *Listener) SetHealthCheck(v *HealthCheck) *Listener

SetHealthCheck sets the HealthCheck field's value.

func (*Listener) SetInstancePort

func (s *Listener) SetInstancePort(v int64) *Listener

SetInstancePort sets the InstancePort field's value.

func (*Listener) SetInstances

func (s *Listener) SetInstances(v []*InstancesMemberItem) *Listener

SetInstances sets the Instances field's value.

func (*Listener) SetLoadBalancerPort

func (s *Listener) SetLoadBalancerPort(v int64) *Listener

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (*Listener) SetProtocol

func (s *Listener) SetProtocol(v string) *Listener

SetProtocol sets the Protocol field's value.

func (*Listener) SetSSLCertificateId

func (s *Listener) SetSSLCertificateId(v string) *Listener

SetSSLCertificateId sets the SSLCertificateId field's value.

func (*Listener) SetSessionStickinessPolicy

func (s *Listener) SetSessionStickinessPolicy(v *SessionStickinessPolicy) *Listener

SetSessionStickinessPolicy sets the SessionStickinessPolicy field's value.

func (*Listener) SetSorryPage

func (s *Listener) SetSorryPage(v *SorryPage) *Listener

SetSorryPage sets the SorryPage field's value.

func (Listener) String

func (s Listener) String() string

String returns the string representation

type ListenerDescriptionsMemberItem

type ListenerDescriptionsMemberItem struct {
	Listener *Listener `locationName:"Listener" type:"structure"`

	PolicyNames []*string `locationName:"PolicyNames" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (ListenerDescriptionsMemberItem) GoString

GoString returns the string representation

func (*ListenerDescriptionsMemberItem) SetListener

SetListener sets the Listener field's value.

func (*ListenerDescriptionsMemberItem) SetPolicyNames

SetPolicyNames sets the PolicyNames field's value.

func (ListenerDescriptionsMemberItem) String

String returns the string representation

type ListenersMemberItem

type ListenersMemberItem struct {
	BalancingType *int64 `locationName:"BalancingType" type:"integer"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	Listener *Listener `locationName:"Listener" type:"structure"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`

	Protocol *string `locationName:"Protocol" type:"string"`
	// contains filtered or unexported fields
}

func (ListenersMemberItem) GoString

func (s ListenersMemberItem) GoString() string

GoString returns the string representation

func (*ListenersMemberItem) SetBalancingType

func (s *ListenersMemberItem) SetBalancingType(v int64) *ListenersMemberItem

SetBalancingType sets the BalancingType field's value.

func (*ListenersMemberItem) SetInstancePort

func (s *ListenersMemberItem) SetInstancePort(v int64) *ListenersMemberItem

SetInstancePort sets the InstancePort field's value.

func (*ListenersMemberItem) SetListener

func (s *ListenersMemberItem) SetListener(v *Listener) *ListenersMemberItem

SetListener sets the Listener field's value.

func (*ListenersMemberItem) SetLoadBalancerPort

func (s *ListenersMemberItem) SetLoadBalancerPort(v int64) *ListenersMemberItem

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (*ListenersMemberItem) SetProtocol

func (s *ListenersMemberItem) SetProtocol(v string) *ListenersMemberItem

SetProtocol sets the Protocol field's value.

func (ListenersMemberItem) String

func (s ListenersMemberItem) String() string

String returns the string representation

type LoadBalancerDescriptionsMemberItem

type LoadBalancerDescriptionsMemberItem struct {
	AccountingType *string `locationName:"AccountingType" type:"string"`

	AvailabilityZones []*string `locationName:"AvailabilityZones" locationNameList:"member" type:"list"`

	CreatedTime *time.Time `locationName:"CreatedTime" type:"timestamp" timestampFormat:""`

	DNSName *string `locationName:"DNSName" type:"string"`

	Description *string `locationName:"Description" type:"string"`

	Filter *Filter `locationName:"Filter" type:"structure"`

	HealthCheck *HealthCheck `locationName:"HealthCheck" type:"structure"`

	Instances []*InstancesMemberItem `locationName:"Instances" locationNameList:"member" type:"list"`

	ListenerDescriptions []*ListenerDescriptionsMemberItem `locationName:"ListenerDescriptions" locationNameList:"member" type:"list"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	NetworkVolume *int64 `locationName:"NetworkVolume" type:"integer"`

	NextMonthAccountingType *string `locationName:"NextMonthAccountingType" type:"string"`

	Option *Option `locationName:"Option" type:"structure"`

	Policies *Policies `locationName:"Policies" type:"structure"`
	// contains filtered or unexported fields
}

func (LoadBalancerDescriptionsMemberItem) GoString

GoString returns the string representation

func (*LoadBalancerDescriptionsMemberItem) SetAccountingType

SetAccountingType sets the AccountingType field's value.

func (*LoadBalancerDescriptionsMemberItem) SetAvailabilityZones

SetAvailabilityZones sets the AvailabilityZones field's value.

func (*LoadBalancerDescriptionsMemberItem) SetCreatedTime

SetCreatedTime sets the CreatedTime field's value.

func (*LoadBalancerDescriptionsMemberItem) SetDNSName

SetDNSName sets the DNSName field's value.

func (*LoadBalancerDescriptionsMemberItem) SetDescription

SetDescription sets the Description field's value.

func (*LoadBalancerDescriptionsMemberItem) SetFilter

SetFilter sets the Filter field's value.

func (*LoadBalancerDescriptionsMemberItem) SetHealthCheck

SetHealthCheck sets the HealthCheck field's value.

func (*LoadBalancerDescriptionsMemberItem) SetInstances

SetInstances sets the Instances field's value.

func (*LoadBalancerDescriptionsMemberItem) SetListenerDescriptions

SetListenerDescriptions sets the ListenerDescriptions field's value.

func (*LoadBalancerDescriptionsMemberItem) SetLoadBalancerName

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*LoadBalancerDescriptionsMemberItem) SetNetworkVolume

SetNetworkVolume sets the NetworkVolume field's value.

func (*LoadBalancerDescriptionsMemberItem) SetNextMonthAccountingType

SetNextMonthAccountingType sets the NextMonthAccountingType field's value.

func (*LoadBalancerDescriptionsMemberItem) SetOption

SetOption sets the Option field's value.

func (*LoadBalancerDescriptionsMemberItem) SetPolicies

SetPolicies sets the Policies field's value.

func (LoadBalancerDescriptionsMemberItem) String

String returns the string representation

type LoadBalancerInfo

type LoadBalancerInfo struct {
	OptionSet []*OptionSetItem `locationName:"optionSet" locationNameList:"item" type:"list"`

	VipMeasuredRateSet []*VipMeasuredRateSetItem `locationName:"vipMeasuredRateSet" locationNameList:"item" type:"list"`

	VipSet []*VipSetItem `locationName:"vipSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (LoadBalancerInfo) GoString

func (s LoadBalancerInfo) GoString() string

GoString returns the string representation

func (*LoadBalancerInfo) SetOptionSet

func (s *LoadBalancerInfo) SetOptionSet(v []*OptionSetItem) *LoadBalancerInfo

SetOptionSet sets the OptionSet field's value.

func (*LoadBalancerInfo) SetVipMeasuredRateSet

func (s *LoadBalancerInfo) SetVipMeasuredRateSet(v []*VipMeasuredRateSetItem) *LoadBalancerInfo

SetVipMeasuredRateSet sets the VipMeasuredRateSet field's value.

func (*LoadBalancerInfo) SetVipSet

func (s *LoadBalancerInfo) SetVipSet(v []*VipSetItem) *LoadBalancerInfo

SetVipSet sets the VipSet field's value.

func (LoadBalancerInfo) String

func (s LoadBalancerInfo) String() string

String returns the string representation

type LoadBalancingSetItem

type LoadBalancingSetItem struct {
	InstancePort *int64 `locationName:"instancePort" type:"integer"`

	LoadBalancerName *string `locationName:"loadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"loadBalancerPort" type:"integer"`
	// contains filtered or unexported fields
}

func (LoadBalancingSetItem) GoString

func (s LoadBalancingSetItem) GoString() string

GoString returns the string representation

func (*LoadBalancingSetItem) SetInstancePort

func (s *LoadBalancingSetItem) SetInstancePort(v int64) *LoadBalancingSetItem

SetInstancePort sets the InstancePort field's value.

func (*LoadBalancingSetItem) SetLoadBalancerName

func (s *LoadBalancingSetItem) SetLoadBalancerName(v string) *LoadBalancingSetItem

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*LoadBalancingSetItem) SetLoadBalancerPort

func (s *LoadBalancingSetItem) SetLoadBalancerPort(v int64) *LoadBalancingSetItem

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (LoadBalancingSetItem) String

func (s LoadBalancingSetItem) String() string

String returns the string representation

type LoadbalancingSetItem

type LoadbalancingSetItem struct {
	InstancePort *int64 `locationName:"instancePort" type:"integer"`

	LoadBalancerName *string `locationName:"loadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"loadBalancerPort" type:"integer"`

	State *string `locationName:"State" type:"string"`
	// contains filtered or unexported fields
}

func (LoadbalancingSetItem) GoString

func (s LoadbalancingSetItem) GoString() string

GoString returns the string representation

func (*LoadbalancingSetItem) SetInstancePort

func (s *LoadbalancingSetItem) SetInstancePort(v int64) *LoadbalancingSetItem

SetInstancePort sets the InstancePort field's value.

func (*LoadbalancingSetItem) SetLoadBalancerName

func (s *LoadbalancingSetItem) SetLoadBalancerName(v string) *LoadbalancingSetItem

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*LoadbalancingSetItem) SetLoadBalancerPort

func (s *LoadbalancingSetItem) SetLoadBalancerPort(v int64) *LoadbalancingSetItem

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (*LoadbalancingSetItem) SetState

SetState sets the State field's value.

func (LoadbalancingSetItem) String

func (s LoadbalancingSetItem) String() string

String returns the string representation

type LogSetItem

type LogSetItem struct {
	Details *Details `locationName:"details" type:"structure"`

	Process *string `locationName:"process" type:"string"`

	Time *time.Time `locationName:"time" type:"timestamp" timestampFormat:""`
	// contains filtered or unexported fields
}

func (LogSetItem) GoString

func (s LogSetItem) GoString() string

GoString returns the string representation

func (*LogSetItem) SetDetails

func (s *LogSetItem) SetDetails(v *Details) *LogSetItem

SetDetails sets the Details field's value.

func (*LogSetItem) SetProcess

func (s *LogSetItem) SetProcess(v string) *LogSetItem

SetProcess sets the Process field's value.

func (*LogSetItem) SetTime

func (s *LogSetItem) SetTime(v time.Time) *LogSetItem

SetTime sets the Time field's value.

func (LogSetItem) String

func (s LogSetItem) String() string

String returns the string representation

type MailSendInfo

type MailSendInfo struct {
	MailSendInitial *MailSendInitial `locationName:"mailSendInitial" type:"structure"`

	MailSendMeasuredRate *MailSendMeasuredRate `locationName:"mailSendMeasuredRate" type:"structure"`

	MailSendMonthlyExceedRate *MailSendMonthlyExceedRate `locationName:"mailSendMonthlyExceedRate" type:"structure"`

	MailSendMonthlyRate *MailSendMonthlyRate `locationName:"mailSendMonthlyRate" type:"structure"`

	OptionSet []*OptionSetItem `locationName:"optionSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (MailSendInfo) GoString

func (s MailSendInfo) GoString() string

GoString returns the string representation

func (*MailSendInfo) SetMailSendInitial

func (s *MailSendInfo) SetMailSendInitial(v *MailSendInitial) *MailSendInfo

SetMailSendInitial sets the MailSendInitial field's value.

func (*MailSendInfo) SetMailSendMeasuredRate

func (s *MailSendInfo) SetMailSendMeasuredRate(v *MailSendMeasuredRate) *MailSendInfo

SetMailSendMeasuredRate sets the MailSendMeasuredRate field's value.

func (*MailSendInfo) SetMailSendMonthlyExceedRate

func (s *MailSendInfo) SetMailSendMonthlyExceedRate(v *MailSendMonthlyExceedRate) *MailSendInfo

SetMailSendMonthlyExceedRate sets the MailSendMonthlyExceedRate field's value.

func (*MailSendInfo) SetMailSendMonthlyRate

func (s *MailSendInfo) SetMailSendMonthlyRate(v *MailSendMonthlyRate) *MailSendInfo

SetMailSendMonthlyRate sets the MailSendMonthlyRate field's value.

func (*MailSendInfo) SetOptionSet

func (s *MailSendInfo) SetOptionSet(v []*OptionSetItem) *MailSendInfo

SetOptionSet sets the OptionSet field's value.

func (MailSendInfo) String

func (s MailSendInfo) String() string

String returns the string representation

type MailSendInitial

type MailSendInitial struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (MailSendInitial) GoString

func (s MailSendInitial) GoString() string

GoString returns the string representation

func (*MailSendInitial) SetCharge

func (s *MailSendInitial) SetCharge(v int64) *MailSendInitial

SetCharge sets the Charge field's value.

func (*MailSendInitial) SetType

func (s *MailSendInitial) SetType(v string) *MailSendInitial

SetType sets the Type field's value.

func (*MailSendInitial) SetUnit

func (s *MailSendInitial) SetUnit(v string) *MailSendInitial

SetUnit sets the Unit field's value.

func (*MailSendInitial) SetValue

func (s *MailSendInitial) SetValue(v int64) *MailSendInitial

SetValue sets the Value field's value.

func (MailSendInitial) String

func (s MailSendInitial) String() string

String returns the string representation

type MailSendMeasuredRate

type MailSendMeasuredRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (MailSendMeasuredRate) GoString

func (s MailSendMeasuredRate) GoString() string

GoString returns the string representation

func (*MailSendMeasuredRate) SetCharge

SetCharge sets the Charge field's value.

func (*MailSendMeasuredRate) SetType

SetType sets the Type field's value.

func (*MailSendMeasuredRate) SetUnit

SetUnit sets the Unit field's value.

func (*MailSendMeasuredRate) SetValue

SetValue sets the Value field's value.

func (MailSendMeasuredRate) String

func (s MailSendMeasuredRate) String() string

String returns the string representation

type MailSendMonthlyExceedRate

type MailSendMonthlyExceedRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (MailSendMonthlyExceedRate) GoString

func (s MailSendMonthlyExceedRate) GoString() string

GoString returns the string representation

func (*MailSendMonthlyExceedRate) SetCharge

SetCharge sets the Charge field's value.

func (*MailSendMonthlyExceedRate) SetType

SetType sets the Type field's value.

func (*MailSendMonthlyExceedRate) SetUnit

SetUnit sets the Unit field's value.

func (*MailSendMonthlyExceedRate) SetValue

SetValue sets the Value field's value.

func (MailSendMonthlyExceedRate) String

func (s MailSendMonthlyExceedRate) String() string

String returns the string representation

type MailSendMonthlyRate

type MailSendMonthlyRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (MailSendMonthlyRate) GoString

func (s MailSendMonthlyRate) GoString() string

GoString returns the string representation

func (*MailSendMonthlyRate) SetCharge

SetCharge sets the Charge field's value.

func (*MailSendMonthlyRate) SetType

SetType sets the Type field's value.

func (*MailSendMonthlyRate) SetUnit

SetUnit sets the Unit field's value.

func (*MailSendMonthlyRate) SetValue

SetValue sets the Value field's value.

func (MailSendMonthlyRate) String

func (s MailSendMonthlyRate) String() string

String returns the string representation

type MessageSetItem

type MessageSetItem struct {
	Message *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (MessageSetItem) GoString

func (s MessageSetItem) GoString() string

GoString returns the string representation

func (*MessageSetItem) SetMessage

func (s *MessageSetItem) SetMessage(v string) *MessageSetItem

SetMessage sets the Message field's value.

func (MessageSetItem) String

func (s MessageSetItem) String() string

String returns the string representation

type MobileFilter

type MobileFilter struct {
	Enabled *bool `locationName:"Enabled" type:"boolean"`
	// contains filtered or unexported fields
}

func (MobileFilter) GoString

func (s MobileFilter) GoString() string

GoString returns the string representation

func (*MobileFilter) SetEnabled

func (s *MobileFilter) SetEnabled(v bool) *MobileFilter

SetEnabled sets the Enabled field's value.

func (MobileFilter) String

func (s MobileFilter) String() string

String returns the string representation

type ModifyImageAttributeInput

type ModifyImageAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

	ImageId *string `locationName:"ImageId" type:"string"`

	Value *string `locationName:"Value" type:"string"`
	// contains filtered or unexported fields
}

func (ModifyImageAttributeInput) GoString

func (s ModifyImageAttributeInput) GoString() string

GoString returns the string representation

func (*ModifyImageAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*ModifyImageAttributeInput) SetImageId

SetImageId sets the ImageId field's value.

func (*ModifyImageAttributeInput) SetValue

SetValue sets the Value field's value.

func (ModifyImageAttributeInput) String

func (s ModifyImageAttributeInput) String() string

String returns the string representation

type ModifyImageAttributeOutput

type ModifyImageAttributeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (ModifyImageAttributeOutput) GoString

func (s ModifyImageAttributeOutput) GoString() string

GoString returns the string representation

func (*ModifyImageAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (ModifyImageAttributeOutput) String

String returns the string representation

type ModifyInstanceAttributeInput

type ModifyInstanceAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

	Force *bool `locationName:"Force" type:"boolean"`

	InstanceId *string `locationName:"InstanceId" type:"string"`

	NiftyReboot *string `locationName:"NiftyReboot" type:"string"`

	Tenancy *string `locationName:"Tenancy" type:"string"`

	Value *string `locationName:"Value" type:"string"`
	// contains filtered or unexported fields
}

func (ModifyInstanceAttributeInput) GoString

func (s ModifyInstanceAttributeInput) GoString() string

GoString returns the string representation

func (*ModifyInstanceAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*ModifyInstanceAttributeInput) SetForce

SetForce sets the Force field's value.

func (*ModifyInstanceAttributeInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ModifyInstanceAttributeInput) SetNiftyReboot

SetNiftyReboot sets the NiftyReboot field's value.

func (*ModifyInstanceAttributeInput) SetTenancy

SetTenancy sets the Tenancy field's value.

func (*ModifyInstanceAttributeInput) SetValue

SetValue sets the Value field's value.

func (ModifyInstanceAttributeInput) String

String returns the string representation

type ModifyInstanceAttributeOutput

type ModifyInstanceAttributeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (ModifyInstanceAttributeOutput) GoString

GoString returns the string representation

func (*ModifyInstanceAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ModifyInstanceAttributeOutput) SetReturn

SetReturn sets the Return field's value.

func (ModifyInstanceAttributeOutput) String

String returns the string representation

type ModifySslCertificateAttributeInput

type ModifySslCertificateAttributeInput struct {
	Description *RequestDescriptionStruct `locationName:"Description" type:"structure"`

	FqdnId *string `locationName:"FqdnId" type:"string"`
	// contains filtered or unexported fields
}

func (ModifySslCertificateAttributeInput) GoString

GoString returns the string representation

func (*ModifySslCertificateAttributeInput) SetDescription

SetDescription sets the Description field's value.

func (*ModifySslCertificateAttributeInput) SetFqdnId

SetFqdnId sets the FqdnId field's value.

func (ModifySslCertificateAttributeInput) String

String returns the string representation

type ModifySslCertificateAttributeOutput

type ModifySslCertificateAttributeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (ModifySslCertificateAttributeOutput) GoString

GoString returns the string representation

func (*ModifySslCertificateAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ModifySslCertificateAttributeOutput) SetReturn

SetReturn sets the Return field's value.

func (ModifySslCertificateAttributeOutput) String

String returns the string representation

type ModifyVolumeAttributeInput

type ModifyVolumeAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

	Value *string `locationName:"Value" type:"string"`

	VolumeId *string `locationName:"VolumeId" type:"string"`
	// contains filtered or unexported fields
}

func (ModifyVolumeAttributeInput) GoString

func (s ModifyVolumeAttributeInput) GoString() string

GoString returns the string representation

func (*ModifyVolumeAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*ModifyVolumeAttributeInput) SetValue

SetValue sets the Value field's value.

func (*ModifyVolumeAttributeInput) SetVolumeId

SetVolumeId sets the VolumeId field's value.

func (ModifyVolumeAttributeInput) String

String returns the string representation

type ModifyVolumeAttributeOutput

type ModifyVolumeAttributeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (ModifyVolumeAttributeOutput) GoString

func (s ModifyVolumeAttributeOutput) GoString() string

GoString returns the string representation

func (*ModifyVolumeAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*ModifyVolumeAttributeOutput) SetReturn

SetReturn sets the Return field's value.

func (ModifyVolumeAttributeOutput) String

String returns the string representation

type Monitoring

type Monitoring struct {
	State *string `locationName:"state" type:"string"`
	// contains filtered or unexported fields
}

func (Monitoring) GoString

func (s Monitoring) GoString() string

GoString returns the string representation

func (*Monitoring) SetState

func (s *Monitoring) SetState(v string) *Monitoring

SetState sets the State field's value.

func (Monitoring) String

func (s Monitoring) String() string

String returns the string representation

type Month

type Month struct {
	EndingMonth *string `locationName:"endingMonth" type:"string"`

	StartingMonth *string `locationName:"startingMonth" type:"string"`
	// contains filtered or unexported fields
}

func (Month) GoString

func (s Month) GoString() string

GoString returns the string representation

func (*Month) SetEndingMonth

func (s *Month) SetEndingMonth(v string) *Month

SetEndingMonth sets the EndingMonth field's value.

func (*Month) SetStartingMonth

func (s *Month) SetStartingMonth(v string) *Month

SetStartingMonth sets the StartingMonth field's value.

func (Month) String

func (s Month) String() string

String returns the string representation

type MultiAccount

type MultiAccount struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (MultiAccount) GoString

func (s MultiAccount) GoString() string

GoString returns the string representation

func (*MultiAccount) SetCharge

func (s *MultiAccount) SetCharge(v int64) *MultiAccount

SetCharge sets the Charge field's value.

func (*MultiAccount) SetType

func (s *MultiAccount) SetType(v string) *MultiAccount

SetType sets the Type field's value.

func (*MultiAccount) SetUnit

func (s *MultiAccount) SetUnit(v string) *MultiAccount

SetUnit sets the Unit field's value.

func (*MultiAccount) SetValue

func (s *MultiAccount) SetValue(v int64) *MultiAccount

SetValue sets the Value field's value.

func (MultiAccount) String

func (s MultiAccount) String() string

String returns the string representation

type MultiAccountInfo

type MultiAccountInfo struct {
	MultiAccount *MultiAccount `locationName:"multiAccount" type:"structure"`
	// contains filtered or unexported fields
}

func (MultiAccountInfo) GoString

func (s MultiAccountInfo) GoString() string

GoString returns the string representation

func (*MultiAccountInfo) SetMultiAccount

func (s *MultiAccountInfo) SetMultiAccount(v *MultiAccount) *MultiAccountInfo

SetMultiAccount sets the MultiAccount field's value.

func (MultiAccountInfo) String

func (s MultiAccountInfo) String() string

String returns the string representation

type MultiIpMonthlyRate

type MultiIpMonthlyRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (MultiIpMonthlyRate) GoString

func (s MultiIpMonthlyRate) GoString() string

GoString returns the string representation

func (*MultiIpMonthlyRate) SetCharge

func (s *MultiIpMonthlyRate) SetCharge(v int64) *MultiIpMonthlyRate

SetCharge sets the Charge field's value.

func (*MultiIpMonthlyRate) SetType

SetType sets the Type field's value.

func (*MultiIpMonthlyRate) SetUnit

SetUnit sets the Unit field's value.

func (*MultiIpMonthlyRate) SetValue

SetValue sets the Value field's value.

func (MultiIpMonthlyRate) String

func (s MultiIpMonthlyRate) String() string

String returns the string representation

type NatRule

type NatRule struct {
	Description *string `locationName:"description" type:"string"`

	Destination *Destination `locationName:"destination" type:"structure"`

	InboundInterface *InboundInterface `locationName:"inboundInterface" type:"structure"`

	NatType *string `locationName:"natType" type:"string"`

	OutboundInterface *OutboundInterface `locationName:"outboundInterface" type:"structure"`

	Protocol *string `locationName:"protocol" type:"string"`

	RuleNumber *string `locationName:"ruleNumber" type:"string"`

	Source *Source `locationName:"source" type:"structure"`

	Translation *Translation `locationName:"translation" type:"structure"`
	// contains filtered or unexported fields
}

func (NatRule) GoString

func (s NatRule) GoString() string

GoString returns the string representation

func (*NatRule) SetDescription

func (s *NatRule) SetDescription(v string) *NatRule

SetDescription sets the Description field's value.

func (*NatRule) SetDestination

func (s *NatRule) SetDestination(v *Destination) *NatRule

SetDestination sets the Destination field's value.

func (*NatRule) SetInboundInterface

func (s *NatRule) SetInboundInterface(v *InboundInterface) *NatRule

SetInboundInterface sets the InboundInterface field's value.

func (*NatRule) SetNatType

func (s *NatRule) SetNatType(v string) *NatRule

SetNatType sets the NatType field's value.

func (*NatRule) SetOutboundInterface

func (s *NatRule) SetOutboundInterface(v *OutboundInterface) *NatRule

SetOutboundInterface sets the OutboundInterface field's value.

func (*NatRule) SetProtocol

func (s *NatRule) SetProtocol(v string) *NatRule

SetProtocol sets the Protocol field's value.

func (*NatRule) SetRuleNumber

func (s *NatRule) SetRuleNumber(v string) *NatRule

SetRuleNumber sets the RuleNumber field's value.

func (*NatRule) SetSource

func (s *NatRule) SetSource(v *Source) *NatRule

SetSource sets the Source field's value.

func (*NatRule) SetTranslation

func (s *NatRule) SetTranslation(v *Translation) *NatRule

SetTranslation sets the Translation field's value.

func (NatRule) String

func (s NatRule) String() string

String returns the string representation

type NatRuleSetItem

type NatRuleSetItem struct {
	Description *string `locationName:"description" type:"string"`

	Destination *Destination `locationName:"destination" type:"structure"`

	InboundInterface *InboundInterface `locationName:"inboundInterface" type:"structure"`

	NatType *string `locationName:"natType" type:"string"`

	OutboundInterface *OutboundInterface `locationName:"outboundInterface" type:"structure"`

	Protocol *string `locationName:"protocol" type:"string"`

	RuleNumber *string `locationName:"ruleNumber" type:"string"`

	Source *Source `locationName:"source" type:"structure"`

	Translation *Translation `locationName:"translation" type:"structure"`
	// contains filtered or unexported fields
}

func (NatRuleSetItem) GoString

func (s NatRuleSetItem) GoString() string

GoString returns the string representation

func (*NatRuleSetItem) SetDescription

func (s *NatRuleSetItem) SetDescription(v string) *NatRuleSetItem

SetDescription sets the Description field's value.

func (*NatRuleSetItem) SetDestination

func (s *NatRuleSetItem) SetDestination(v *Destination) *NatRuleSetItem

SetDestination sets the Destination field's value.

func (*NatRuleSetItem) SetInboundInterface

func (s *NatRuleSetItem) SetInboundInterface(v *InboundInterface) *NatRuleSetItem

SetInboundInterface sets the InboundInterface field's value.

func (*NatRuleSetItem) SetNatType

func (s *NatRuleSetItem) SetNatType(v string) *NatRuleSetItem

SetNatType sets the NatType field's value.

func (*NatRuleSetItem) SetOutboundInterface

func (s *NatRuleSetItem) SetOutboundInterface(v *OutboundInterface) *NatRuleSetItem

SetOutboundInterface sets the OutboundInterface field's value.

func (*NatRuleSetItem) SetProtocol

func (s *NatRuleSetItem) SetProtocol(v string) *NatRuleSetItem

SetProtocol sets the Protocol field's value.

func (*NatRuleSetItem) SetRuleNumber

func (s *NatRuleSetItem) SetRuleNumber(v string) *NatRuleSetItem

SetRuleNumber sets the RuleNumber field's value.

func (*NatRuleSetItem) SetSource

func (s *NatRuleSetItem) SetSource(v *Source) *NatRuleSetItem

SetSource sets the Source field's value.

func (*NatRuleSetItem) SetTranslation

func (s *NatRuleSetItem) SetTranslation(v *Translation) *NatRuleSetItem

SetTranslation sets the Translation field's value.

func (NatRuleSetItem) String

func (s NatRuleSetItem) String() string

String returns the string representation

type NatTable

type NatTable struct {
	NatTableId *string `locationName:"natTableId" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NatTable) GoString

func (s NatTable) GoString() string

GoString returns the string representation

func (*NatTable) SetNatTableId

func (s *NatTable) SetNatTableId(v string) *NatTable

SetNatTableId sets the NatTableId field's value.

func (*NatTable) SetTagSet

func (s *NatTable) SetTagSet(v []*TagSetItem) *NatTable

SetTagSet sets the TagSet field's value.

func (NatTable) String

func (s NatTable) String() string

String returns the string representation

type NatTableSetItem

type NatTableSetItem struct {
	AssociationSet []*AssociationSetItem `locationName:"associationSet" locationNameList:"item" type:"list"`

	NatRuleSet []*NatRuleSetItem `locationName:"natRuleSet" locationNameList:"item" type:"list"`

	NatTableId *string `locationName:"natTableId" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NatTableSetItem) GoString

func (s NatTableSetItem) GoString() string

GoString returns the string representation

func (*NatTableSetItem) SetAssociationSet

func (s *NatTableSetItem) SetAssociationSet(v []*AssociationSetItem) *NatTableSetItem

SetAssociationSet sets the AssociationSet field's value.

func (*NatTableSetItem) SetNatRuleSet

func (s *NatTableSetItem) SetNatRuleSet(v []*NatRuleSetItem) *NatTableSetItem

SetNatRuleSet sets the NatRuleSet field's value.

func (*NatTableSetItem) SetNatTableId

func (s *NatTableSetItem) SetNatTableId(v string) *NatTableSetItem

SetNatTableId sets the NatTableId field's value.

func (*NatTableSetItem) SetTagSet

func (s *NatTableSetItem) SetTagSet(v []*TagSetItem) *NatTableSetItem

SetTagSet sets the TagSet field's value.

func (NatTableSetItem) String

func (s NatTableSetItem) String() string

String returns the string representation

type NetworkFlowSetItem

type NetworkFlowSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (NetworkFlowSetItem) GoString

func (s NetworkFlowSetItem) GoString() string

GoString returns the string representation

func (*NetworkFlowSetItem) SetCharge

func (s *NetworkFlowSetItem) SetCharge(v int64) *NetworkFlowSetItem

SetCharge sets the Charge field's value.

func (*NetworkFlowSetItem) SetType

SetType sets the Type field's value.

func (*NetworkFlowSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*NetworkFlowSetItem) SetValue

SetValue sets the Value field's value.

func (NetworkFlowSetItem) String

func (s NetworkFlowSetItem) String() string

String returns the string representation

type NetworkInfo

type NetworkInfo struct {
	NetworkFlowSet []*NetworkFlowSetItem `locationName:"networkFlowSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NetworkInfo) GoString

func (s NetworkInfo) GoString() string

GoString returns the string representation

func (*NetworkInfo) SetNetworkFlowSet

func (s *NetworkInfo) SetNetworkFlowSet(v []*NetworkFlowSetItem) *NetworkInfo

SetNetworkFlowSet sets the NetworkFlowSet field's value.

func (NetworkInfo) String

func (s NetworkInfo) String() string

String returns the string representation

type NetworkInterfaceSetItem

type NetworkInterfaceSetItem struct {
	Association *Association `locationName:"association" type:"structure"`

	Attachment *Attachment `locationName:"attachment" type:"structure"`

	CidrBlock *string `locationName:"cidrBlock" type:"string"`

	Descriprion *string `locationName:"descriprion" type:"string"`

	Description *string `locationName:"description" type:"string"`

	DeviceIndex *int64 `locationName:"deviceIndex" type:"integer"`

	Dhcp *bool `locationName:"dhcp" type:"boolean"`

	DhcpOptionsId *string `locationName:"dhcpOptionsId" type:"string"`

	GroupSet []*GroupSetItem `locationName:"groupSet" locationNameList:"item" type:"list"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	MacAddress *string `locationName:"macAddress" type:"string"`

	NetworkId *string `locationName:"networkId" type:"string"`

	NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"`

	NetworkName *string `locationName:"networkName" type:"string"`

	NiftyNetworkId *string `locationName:"niftyNetworkId" type:"string"`

	NiftyNetworkName *string `locationName:"niftyNetworkName" type:"string"`

	OwnerId *string `locationName:"ownerId" type:"string"`

	PrivateDnsName *string `locationName:"privateDnsName" type:"string"`

	PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"`

	PrivateIpAddressV6 *string `locationName:"privateIpAddressV6" type:"string"`

	PrivateIpAddressesSet []*PrivateIpAddressesSetItem `locationName:"privateIpAddressesSet" locationNameList:"item" type:"list"`

	SourceDestCheck *string `locationName:"sourceDestCheck" type:"string"`

	Status *string `locationName:"status" type:"string"`

	SubnetId *string `locationName:"subnetId" type:"string"`

	VpcId *string `locationName:"vpcId" type:"string"`
	// contains filtered or unexported fields
}

func (NetworkInterfaceSetItem) GoString

func (s NetworkInterfaceSetItem) GoString() string

GoString returns the string representation

func (*NetworkInterfaceSetItem) SetAssociation

SetAssociation sets the Association field's value.

func (*NetworkInterfaceSetItem) SetAttachment

SetAttachment sets the Attachment field's value.

func (*NetworkInterfaceSetItem) SetCidrBlock

SetCidrBlock sets the CidrBlock field's value.

func (*NetworkInterfaceSetItem) SetDescriprion

SetDescriprion sets the Descriprion field's value.

func (*NetworkInterfaceSetItem) SetDescription

SetDescription sets the Description field's value.

func (*NetworkInterfaceSetItem) SetDeviceIndex

SetDeviceIndex sets the DeviceIndex field's value.

func (*NetworkInterfaceSetItem) SetDhcp

SetDhcp sets the Dhcp field's value.

func (*NetworkInterfaceSetItem) SetDhcpOptionsId

func (s *NetworkInterfaceSetItem) SetDhcpOptionsId(v string) *NetworkInterfaceSetItem

SetDhcpOptionsId sets the DhcpOptionsId field's value.

func (*NetworkInterfaceSetItem) SetGroupSet

SetGroupSet sets the GroupSet field's value.

func (*NetworkInterfaceSetItem) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*NetworkInterfaceSetItem) SetMacAddress

SetMacAddress sets the MacAddress field's value.

func (*NetworkInterfaceSetItem) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*NetworkInterfaceSetItem) SetNetworkInterfaceId

func (s *NetworkInterfaceSetItem) SetNetworkInterfaceId(v string) *NetworkInterfaceSetItem

SetNetworkInterfaceId sets the NetworkInterfaceId field's value.

func (*NetworkInterfaceSetItem) SetNetworkName

SetNetworkName sets the NetworkName field's value.

func (*NetworkInterfaceSetItem) SetNiftyNetworkId

func (s *NetworkInterfaceSetItem) SetNiftyNetworkId(v string) *NetworkInterfaceSetItem

SetNiftyNetworkId sets the NiftyNetworkId field's value.

func (*NetworkInterfaceSetItem) SetNiftyNetworkName

func (s *NetworkInterfaceSetItem) SetNiftyNetworkName(v string) *NetworkInterfaceSetItem

SetNiftyNetworkName sets the NiftyNetworkName field's value.

func (*NetworkInterfaceSetItem) SetOwnerId

SetOwnerId sets the OwnerId field's value.

func (*NetworkInterfaceSetItem) SetPrivateDnsName

func (s *NetworkInterfaceSetItem) SetPrivateDnsName(v string) *NetworkInterfaceSetItem

SetPrivateDnsName sets the PrivateDnsName field's value.

func (*NetworkInterfaceSetItem) SetPrivateIpAddress

func (s *NetworkInterfaceSetItem) SetPrivateIpAddress(v string) *NetworkInterfaceSetItem

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*NetworkInterfaceSetItem) SetPrivateIpAddressV6

func (s *NetworkInterfaceSetItem) SetPrivateIpAddressV6(v string) *NetworkInterfaceSetItem

SetPrivateIpAddressV6 sets the PrivateIpAddressV6 field's value.

func (*NetworkInterfaceSetItem) SetPrivateIpAddressesSet

SetPrivateIpAddressesSet sets the PrivateIpAddressesSet field's value.

func (*NetworkInterfaceSetItem) SetSourceDestCheck

func (s *NetworkInterfaceSetItem) SetSourceDestCheck(v string) *NetworkInterfaceSetItem

SetSourceDestCheck sets the SourceDestCheck field's value.

func (*NetworkInterfaceSetItem) SetStatus

SetStatus sets the Status field's value.

func (*NetworkInterfaceSetItem) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*NetworkInterfaceSetItem) SetVpcId

SetVpcId sets the VpcId field's value.

func (NetworkInterfaceSetItem) String

func (s NetworkInterfaceSetItem) String() string

String returns the string representation

type NetworkInterfacesMemberItem

type NetworkInterfacesMemberItem struct {
	Description *string `locationName:"Description" type:"string"`

	DeviceIndex *int64 `locationName:"DeviceIndex" type:"integer"`

	IpAddress *string `locationName:"IpAddress" type:"string"`

	IsVipNetwork *bool `locationName:"IsVipNetwork" type:"boolean"`

	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`
	// contains filtered or unexported fields
}

func (NetworkInterfacesMemberItem) GoString

func (s NetworkInterfacesMemberItem) GoString() string

GoString returns the string representation

func (*NetworkInterfacesMemberItem) SetDescription

SetDescription sets the Description field's value.

func (*NetworkInterfacesMemberItem) SetDeviceIndex

SetDeviceIndex sets the DeviceIndex field's value.

func (*NetworkInterfacesMemberItem) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*NetworkInterfacesMemberItem) SetIsVipNetwork

SetIsVipNetwork sets the IsVipNetwork field's value.

func (*NetworkInterfacesMemberItem) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*NetworkInterfacesMemberItem) SetNetworkName

SetNetworkName sets the NetworkName field's value.

func (NetworkInterfacesMemberItem) String

String returns the string representation

type NextMonthAccountingType

type NextMonthAccountingType struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (NextMonthAccountingType) GoString

func (s NextMonthAccountingType) GoString() string

GoString returns the string representation

func (*NextMonthAccountingType) SetValue

SetValue sets the Value field's value.

func (NextMonthAccountingType) String

func (s NextMonthAccountingType) String() string

String returns the string representation

type NiftyAssociateImageInput

type NiftyAssociateImageInput struct {
	DistributionId []*string `locationName:"DistributionId" type:"list"`

	ImageId *string `locationName:"ImageId" type:"string"`

	IsPublic *bool `locationName:"IsPublic" type:"boolean"`

	IsRedistribute *bool `locationName:"IsRedistribute" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyAssociateImageInput) GoString

func (s NiftyAssociateImageInput) GoString() string

GoString returns the string representation

func (*NiftyAssociateImageInput) SetDistributionId

func (s *NiftyAssociateImageInput) SetDistributionId(v []*string) *NiftyAssociateImageInput

SetDistributionId sets the DistributionId field's value.

func (*NiftyAssociateImageInput) SetImageId

SetImageId sets the ImageId field's value.

func (*NiftyAssociateImageInput) SetIsPublic

SetIsPublic sets the IsPublic field's value.

func (*NiftyAssociateImageInput) SetIsRedistribute

func (s *NiftyAssociateImageInput) SetIsRedistribute(v bool) *NiftyAssociateImageInput

SetIsRedistribute sets the IsRedistribute field's value.

func (NiftyAssociateImageInput) String

func (s NiftyAssociateImageInput) String() string

String returns the string representation

type NiftyAssociateImageOutput

type NiftyAssociateImageOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyAssociateImageOutput) GoString

func (s NiftyAssociateImageOutput) GoString() string

GoString returns the string representation

func (*NiftyAssociateImageOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyAssociateImageOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyAssociateImageOutput) String

func (s NiftyAssociateImageOutput) String() string

String returns the string representation

type NiftyAssociateNatTableInput

type NiftyAssociateNatTableInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	NatTableId *string `locationName:"NatTableId" type:"string"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyAssociateNatTableInput) GoString

func (s NiftyAssociateNatTableInput) GoString() string

GoString returns the string representation

func (*NiftyAssociateNatTableInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyAssociateNatTableInput) SetNatTableId

SetNatTableId sets the NatTableId field's value.

func (*NiftyAssociateNatTableInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyAssociateNatTableInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyAssociateNatTableInput) String

String returns the string representation

type NiftyAssociateNatTableOutput

type NiftyAssociateNatTableOutput struct {
	AssociationId *string `locationName:"associationId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyAssociateNatTableOutput) GoString

func (s NiftyAssociateNatTableOutput) GoString() string

GoString returns the string representation

func (*NiftyAssociateNatTableOutput) SetAssociationId

SetAssociationId sets the AssociationId field's value.

func (*NiftyAssociateNatTableOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyAssociateNatTableOutput) String

String returns the string representation

type NiftyAssociateRouteTableWithVpnGatewayInput

type NiftyAssociateRouteTableWithVpnGatewayInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	RouteTableId *string `locationName:"RouteTableId" type:"string"`

	VpnGatewayId *string `locationName:"VpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyAssociateRouteTableWithVpnGatewayInput) GoString

GoString returns the string representation

func (*NiftyAssociateRouteTableWithVpnGatewayInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyAssociateRouteTableWithVpnGatewayInput) SetNiftyVpnGatewayName

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*NiftyAssociateRouteTableWithVpnGatewayInput) SetRouteTableId

SetRouteTableId sets the RouteTableId field's value.

func (*NiftyAssociateRouteTableWithVpnGatewayInput) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (NiftyAssociateRouteTableWithVpnGatewayInput) String

String returns the string representation

type NiftyAssociateRouteTableWithVpnGatewayOutput

type NiftyAssociateRouteTableWithVpnGatewayOutput struct {
	AssociationId *string `locationName:"associationId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyAssociateRouteTableWithVpnGatewayOutput) GoString

GoString returns the string representation

func (*NiftyAssociateRouteTableWithVpnGatewayOutput) SetAssociationId

SetAssociationId sets the AssociationId field's value.

func (*NiftyAssociateRouteTableWithVpnGatewayOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyAssociateRouteTableWithVpnGatewayOutput) String

String returns the string representation

type NiftyConfigureElasticLoadBalancerHealthCheckInput

type NiftyConfigureElasticLoadBalancerHealthCheckInput struct {
	ElasticLoadBalancerId *string `locationName:"ElasticLoadBalancerId" type:"string"`

	ElasticLoadBalancerName *string `locationName:"ElasticLoadBalancerName" type:"string"`

	ElasticLoadBalancerPort *int64 `locationName:"ElasticLoadBalancerPort" type:"integer"`

	HealthCheck *RequestHealthCheckStruct `locationName:"HealthCheck" type:"structure"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	Protocol *string `locationName:"Protocol" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyConfigureElasticLoadBalancerHealthCheckInput) GoString

GoString returns the string representation

func (*NiftyConfigureElasticLoadBalancerHealthCheckInput) SetElasticLoadBalancerId

SetElasticLoadBalancerId sets the ElasticLoadBalancerId field's value.

func (*NiftyConfigureElasticLoadBalancerHealthCheckInput) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyConfigureElasticLoadBalancerHealthCheckInput) SetElasticLoadBalancerPort

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*NiftyConfigureElasticLoadBalancerHealthCheckInput) SetHealthCheck

SetHealthCheck sets the HealthCheck field's value.

func (*NiftyConfigureElasticLoadBalancerHealthCheckInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*NiftyConfigureElasticLoadBalancerHealthCheckInput) SetProtocol

SetProtocol sets the Protocol field's value.

func (NiftyConfigureElasticLoadBalancerHealthCheckInput) String

String returns the string representation

type NiftyConfigureElasticLoadBalancerHealthCheckOutput

type NiftyConfigureElasticLoadBalancerHealthCheckOutput struct {
	HealthCheck *HealthCheck `locationName:"HealthCheck" type:"structure"`

	NiftyConfigureElasticLoadBalancerHealthCheckResult *NiftyConfigureElasticLoadBalancerHealthCheckOutput `locationName:"NiftyConfigureElasticLoadBalancerHealthCheckResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyConfigureElasticLoadBalancerHealthCheckOutput) GoString

GoString returns the string representation

func (*NiftyConfigureElasticLoadBalancerHealthCheckOutput) SetHealthCheck

SetHealthCheck sets the HealthCheck field's value.

func (*NiftyConfigureElasticLoadBalancerHealthCheckOutput) SetNiftyConfigureElasticLoadBalancerHealthCheckResult

SetNiftyConfigureElasticLoadBalancerHealthCheckResult sets the NiftyConfigureElasticLoadBalancerHealthCheckResult field's value.

func (*NiftyConfigureElasticLoadBalancerHealthCheckOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (NiftyConfigureElasticLoadBalancerHealthCheckOutput) String

String returns the string representation

type NiftyCreateAlarmInput

type NiftyCreateAlarmInput struct {
	AlarmCondition *string `locationName:"AlarmCondition" type:"string"`

	Description *string `locationName:"Description" type:"string"`

	ElasticLoadBalancerName []*string `locationName:"ElasticLoadBalancerName" type:"list"`

	ElasticLoadBalancerPort []*int64 `locationName:"ElasticLoadBalancerPort" type:"list"`

	ElasticLoadBalancerProtocol []*string `locationName:"ElasticLoadBalancerProtocol" type:"list"`

	EmailAddress []*string `locationName:"EmailAddress" type:"list"`

	FunctionName *string `locationName:"FunctionName" type:"string"`

	InstanceId []*string `locationName:"InstanceId" type:"list"`

	LoadBalancerName []*string `locationName:"LoadBalancerName" type:"list"`

	LoadBalancerPort []*int64 `locationName:"LoadBalancerPort" type:"list"`

	Partition []*string `locationName:"Partition" type:"list"`

	Rule []*RequestRuleStruct `locationName:"Rule" type:"list"`

	RuleName *string `locationName:"RuleName" type:"string"`

	Zone *string `locationName:"Zone" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateAlarmInput) GoString

func (s NiftyCreateAlarmInput) GoString() string

GoString returns the string representation

func (*NiftyCreateAlarmInput) SetAlarmCondition

func (s *NiftyCreateAlarmInput) SetAlarmCondition(v string) *NiftyCreateAlarmInput

SetAlarmCondition sets the AlarmCondition field's value.

func (*NiftyCreateAlarmInput) SetDescription

func (s *NiftyCreateAlarmInput) SetDescription(v string) *NiftyCreateAlarmInput

SetDescription sets the Description field's value.

func (*NiftyCreateAlarmInput) SetElasticLoadBalancerName

func (s *NiftyCreateAlarmInput) SetElasticLoadBalancerName(v []*string) *NiftyCreateAlarmInput

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyCreateAlarmInput) SetElasticLoadBalancerPort

func (s *NiftyCreateAlarmInput) SetElasticLoadBalancerPort(v []*int64) *NiftyCreateAlarmInput

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*NiftyCreateAlarmInput) SetElasticLoadBalancerProtocol

func (s *NiftyCreateAlarmInput) SetElasticLoadBalancerProtocol(v []*string) *NiftyCreateAlarmInput

SetElasticLoadBalancerProtocol sets the ElasticLoadBalancerProtocol field's value.

func (*NiftyCreateAlarmInput) SetEmailAddress

func (s *NiftyCreateAlarmInput) SetEmailAddress(v []*string) *NiftyCreateAlarmInput

SetEmailAddress sets the EmailAddress field's value.

func (*NiftyCreateAlarmInput) SetFunctionName

func (s *NiftyCreateAlarmInput) SetFunctionName(v string) *NiftyCreateAlarmInput

SetFunctionName sets the FunctionName field's value.

func (*NiftyCreateAlarmInput) SetInstanceId

func (s *NiftyCreateAlarmInput) SetInstanceId(v []*string) *NiftyCreateAlarmInput

SetInstanceId sets the InstanceId field's value.

func (*NiftyCreateAlarmInput) SetLoadBalancerName

func (s *NiftyCreateAlarmInput) SetLoadBalancerName(v []*string) *NiftyCreateAlarmInput

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*NiftyCreateAlarmInput) SetLoadBalancerPort

func (s *NiftyCreateAlarmInput) SetLoadBalancerPort(v []*int64) *NiftyCreateAlarmInput

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (*NiftyCreateAlarmInput) SetPartition

func (s *NiftyCreateAlarmInput) SetPartition(v []*string) *NiftyCreateAlarmInput

SetPartition sets the Partition field's value.

func (*NiftyCreateAlarmInput) SetRule

SetRule sets the Rule field's value.

func (*NiftyCreateAlarmInput) SetRuleName

SetRuleName sets the RuleName field's value.

func (*NiftyCreateAlarmInput) SetZone

SetZone sets the Zone field's value.

func (NiftyCreateAlarmInput) String

func (s NiftyCreateAlarmInput) String() string

String returns the string representation

type NiftyCreateAlarmOutput

type NiftyCreateAlarmOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyCreateAlarmOutput) GoString

func (s NiftyCreateAlarmOutput) GoString() string

GoString returns the string representation

func (*NiftyCreateAlarmOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyCreateAlarmOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyCreateAlarmOutput) String

func (s NiftyCreateAlarmOutput) String() string

String returns the string representation

type NiftyCreateAutoScalingGroupInput

type NiftyCreateAutoScalingGroupInput struct {
	AutoScalingGroupName *string `locationName:"AutoScalingGroupName" type:"string"`

	ChangeInCapacity *int64 `locationName:"ChangeInCapacity" type:"integer"`

	DefaultCooldown *int64 `locationName:"DefaultCooldown" type:"integer"`

	Description *string `locationName:"Description" type:"string"`

	ImageId *string `locationName:"ImageId" type:"string"`

	InstanceLifecycleLimit *int64 `locationName:"InstanceLifecycleLimit" type:"integer"`

	InstanceType *string `locationName:"InstanceType" type:"string"`

	LoadBalancers []*RequestLoadBalancersStruct `locationName:"LoadBalancers" type:"list"`

	MaxSize *int64 `locationName:"MaxSize" type:"integer"`

	MinSize *int64 `locationName:"MinSize" type:"integer"`

	Scaleout *int64 `locationName:"Scaleout" type:"integer"`

	ScaleoutCondition *string `locationName:"ScaleoutCondition" type:"string"`

	ScalingSchedule []*RequestScalingScheduleStruct `locationName:"ScalingSchedule" type:"list"`

	ScalingTrigger []*RequestScalingTriggerStruct `locationName:"ScalingTrigger" type:"list"`

	SecurityGroup []*string `locationName:"SecurityGroup" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyCreateAutoScalingGroupInput) GoString

GoString returns the string representation

func (*NiftyCreateAutoScalingGroupInput) SetAutoScalingGroupName

SetAutoScalingGroupName sets the AutoScalingGroupName field's value.

func (*NiftyCreateAutoScalingGroupInput) SetChangeInCapacity

SetChangeInCapacity sets the ChangeInCapacity field's value.

func (*NiftyCreateAutoScalingGroupInput) SetDefaultCooldown

SetDefaultCooldown sets the DefaultCooldown field's value.

func (*NiftyCreateAutoScalingGroupInput) SetDescription

SetDescription sets the Description field's value.

func (*NiftyCreateAutoScalingGroupInput) SetImageId

SetImageId sets the ImageId field's value.

func (*NiftyCreateAutoScalingGroupInput) SetInstanceLifecycleLimit

SetInstanceLifecycleLimit sets the InstanceLifecycleLimit field's value.

func (*NiftyCreateAutoScalingGroupInput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*NiftyCreateAutoScalingGroupInput) SetLoadBalancers

SetLoadBalancers sets the LoadBalancers field's value.

func (*NiftyCreateAutoScalingGroupInput) SetMaxSize

SetMaxSize sets the MaxSize field's value.

func (*NiftyCreateAutoScalingGroupInput) SetMinSize

SetMinSize sets the MinSize field's value.

func (*NiftyCreateAutoScalingGroupInput) SetScaleout

SetScaleout sets the Scaleout field's value.

func (*NiftyCreateAutoScalingGroupInput) SetScaleoutCondition

SetScaleoutCondition sets the ScaleoutCondition field's value.

func (*NiftyCreateAutoScalingGroupInput) SetScalingSchedule

SetScalingSchedule sets the ScalingSchedule field's value.

func (*NiftyCreateAutoScalingGroupInput) SetScalingTrigger

SetScalingTrigger sets the ScalingTrigger field's value.

func (*NiftyCreateAutoScalingGroupInput) SetSecurityGroup

SetSecurityGroup sets the SecurityGroup field's value.

func (NiftyCreateAutoScalingGroupInput) String

String returns the string representation

type NiftyCreateAutoScalingGroupOutput

type NiftyCreateAutoScalingGroupOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyCreateAutoScalingGroupOutput) GoString

GoString returns the string representation

func (*NiftyCreateAutoScalingGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyCreateAutoScalingGroupOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyCreateAutoScalingGroupOutput) String

String returns the string representation

type NiftyCreateDhcpConfigInput

type NiftyCreateDhcpConfigInput struct {
	// contains filtered or unexported fields
}

func (NiftyCreateDhcpConfigInput) GoString

func (s NiftyCreateDhcpConfigInput) GoString() string

GoString returns the string representation

func (NiftyCreateDhcpConfigInput) String

String returns the string representation

type NiftyCreateDhcpConfigOutput

type NiftyCreateDhcpConfigOutput struct {
	DhcpConfig *DhcpConfig `locationName:"dhcpConfig" type:"structure"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateDhcpConfigOutput) GoString

func (s NiftyCreateDhcpConfigOutput) GoString() string

GoString returns the string representation

func (*NiftyCreateDhcpConfigOutput) SetDhcpConfig

SetDhcpConfig sets the DhcpConfig field's value.

func (*NiftyCreateDhcpConfigOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyCreateDhcpConfigOutput) String

String returns the string representation

type NiftyCreateDhcpIpAddressPoolInput

type NiftyCreateDhcpIpAddressPoolInput struct {
	Description *string `locationName:"Description" type:"string"`

	DhcpConfigId *string `locationName:"DhcpConfigId" type:"string"`

	StartIpAddress *string `locationName:"StartIpAddress" type:"string"`

	StopIpAddress *string `locationName:"StopIpAddress" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateDhcpIpAddressPoolInput) GoString

GoString returns the string representation

func (*NiftyCreateDhcpIpAddressPoolInput) SetDescription

SetDescription sets the Description field's value.

func (*NiftyCreateDhcpIpAddressPoolInput) SetDhcpConfigId

SetDhcpConfigId sets the DhcpConfigId field's value.

func (*NiftyCreateDhcpIpAddressPoolInput) SetStartIpAddress

SetStartIpAddress sets the StartIpAddress field's value.

func (*NiftyCreateDhcpIpAddressPoolInput) SetStopIpAddress

SetStopIpAddress sets the StopIpAddress field's value.

func (NiftyCreateDhcpIpAddressPoolInput) String

String returns the string representation

type NiftyCreateDhcpIpAddressPoolOutput

type NiftyCreateDhcpIpAddressPoolOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyCreateDhcpIpAddressPoolOutput) GoString

GoString returns the string representation

func (*NiftyCreateDhcpIpAddressPoolOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyCreateDhcpIpAddressPoolOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyCreateDhcpIpAddressPoolOutput) String

String returns the string representation

type NiftyCreateDhcpStaticMappingInput

type NiftyCreateDhcpStaticMappingInput struct {
	Description *string `locationName:"Description" type:"string"`

	DhcpConfigId *string `locationName:"DhcpConfigId" type:"string"`

	IpAddress *string `locationName:"IpAddress" type:"string"`

	MacAddress *string `locationName:"MacAddress" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateDhcpStaticMappingInput) GoString

GoString returns the string representation

func (*NiftyCreateDhcpStaticMappingInput) SetDescription

SetDescription sets the Description field's value.

func (*NiftyCreateDhcpStaticMappingInput) SetDhcpConfigId

SetDhcpConfigId sets the DhcpConfigId field's value.

func (*NiftyCreateDhcpStaticMappingInput) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*NiftyCreateDhcpStaticMappingInput) SetMacAddress

SetMacAddress sets the MacAddress field's value.

func (NiftyCreateDhcpStaticMappingInput) String

String returns the string representation

type NiftyCreateDhcpStaticMappingOutput

type NiftyCreateDhcpStaticMappingOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyCreateDhcpStaticMappingOutput) GoString

GoString returns the string representation

func (*NiftyCreateDhcpStaticMappingOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyCreateDhcpStaticMappingOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyCreateDhcpStaticMappingOutput) String

String returns the string representation

type NiftyCreateElasticLoadBalancerInput

type NiftyCreateElasticLoadBalancerInput struct {
	AccountingType *string `locationName:"AccountingType" type:"string"`

	AvailabilityZones []*string `locationName:"AvailabilityZones" locationNameList:"member" type:"list"`

	ElasticLoadBalancerName *string `locationName:"ElasticLoadBalancerName" type:"string"`

	Listeners []*RequestListenersStruct `locationName:"Listeners" locationNameList:"member" type:"list"`

	NetworkInterface []*RequestNetworkInterfaceStruct `locationName:"NetworkInterface" type:"list"`

	NetworkVolume *int64 `locationName:"NetworkVolume" type:"integer"`
	// contains filtered or unexported fields
}

func (NiftyCreateElasticLoadBalancerInput) GoString

GoString returns the string representation

func (*NiftyCreateElasticLoadBalancerInput) SetAccountingType

SetAccountingType sets the AccountingType field's value.

func (*NiftyCreateElasticLoadBalancerInput) SetAvailabilityZones

SetAvailabilityZones sets the AvailabilityZones field's value.

func (*NiftyCreateElasticLoadBalancerInput) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyCreateElasticLoadBalancerInput) SetListeners

SetListeners sets the Listeners field's value.

func (*NiftyCreateElasticLoadBalancerInput) SetNetworkInterface

SetNetworkInterface sets the NetworkInterface field's value.

func (*NiftyCreateElasticLoadBalancerInput) SetNetworkVolume

SetNetworkVolume sets the NetworkVolume field's value.

func (NiftyCreateElasticLoadBalancerInput) String

String returns the string representation

type NiftyCreateElasticLoadBalancerOutput

type NiftyCreateElasticLoadBalancerOutput struct {
	DNSName *string `locationName:"DNSName" type:"string"`

	NiftyCreateElasticLoadBalancerResult *NiftyCreateElasticLoadBalancerOutput `locationName:"NiftyCreateElasticLoadBalancerResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyCreateElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (*NiftyCreateElasticLoadBalancerOutput) SetDNSName

SetDNSName sets the DNSName field's value.

func (*NiftyCreateElasticLoadBalancerOutput) SetNiftyCreateElasticLoadBalancerResult

SetNiftyCreateElasticLoadBalancerResult sets the NiftyCreateElasticLoadBalancerResult field's value.

func (*NiftyCreateElasticLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (NiftyCreateElasticLoadBalancerOutput) String

String returns the string representation

type NiftyCreateInstanceSnapshotInput

type NiftyCreateInstanceSnapshotInput struct {
	Description *string `locationName:"Description" type:"string"`

	InstanceId *string `locationName:"InstanceId" type:"string"`

	SnapshotName *string `locationName:"SnapshotName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateInstanceSnapshotInput) GoString

GoString returns the string representation

func (*NiftyCreateInstanceSnapshotInput) SetDescription

SetDescription sets the Description field's value.

func (*NiftyCreateInstanceSnapshotInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NiftyCreateInstanceSnapshotInput) SetSnapshotName

SetSnapshotName sets the SnapshotName field's value.

func (NiftyCreateInstanceSnapshotInput) String

String returns the string representation

type NiftyCreateInstanceSnapshotOutput

type NiftyCreateInstanceSnapshotOutput struct {
	InstanceSet []*InstanceSetItem `locationName:"instanceSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`

	SnapshotName *string `locationName:"snapshotName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateInstanceSnapshotOutput) GoString

GoString returns the string representation

func (*NiftyCreateInstanceSnapshotOutput) SetInstanceSet

SetInstanceSet sets the InstanceSet field's value.

func (*NiftyCreateInstanceSnapshotOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyCreateInstanceSnapshotOutput) SetSnapshotName

SetSnapshotName sets the SnapshotName field's value.

func (NiftyCreateInstanceSnapshotOutput) String

String returns the string representation

type NiftyCreateNatRuleInput

type NiftyCreateNatRuleInput struct {
	Description *string `locationName:"Description" type:"string"`

	Destination *RequestDestinationStruct `locationName:"Destination" type:"structure"`

	InboundInterface *RequestInboundInterfaceStruct `locationName:"InboundInterface" type:"structure"`

	NatTableId *string `locationName:"NatTableId" type:"string"`

	NatType *string `locationName:"NatType" type:"string"`

	OutboundInterface *RequestOutboundInterfaceStruct `locationName:"OutboundInterface" type:"structure"`

	Protocol *string `locationName:"Protocol" type:"string"`

	RuleNumber *string `locationName:"RuleNumber" type:"string"`

	Source *RequestSourceStruct `locationName:"Source" type:"structure"`

	Translation *RequestTranslationStruct `locationName:"Translation" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyCreateNatRuleInput) GoString

func (s NiftyCreateNatRuleInput) GoString() string

GoString returns the string representation

func (*NiftyCreateNatRuleInput) SetDescription

SetDescription sets the Description field's value.

func (*NiftyCreateNatRuleInput) SetDestination

SetDestination sets the Destination field's value.

func (*NiftyCreateNatRuleInput) SetInboundInterface

SetInboundInterface sets the InboundInterface field's value.

func (*NiftyCreateNatRuleInput) SetNatTableId

SetNatTableId sets the NatTableId field's value.

func (*NiftyCreateNatRuleInput) SetNatType

SetNatType sets the NatType field's value.

func (*NiftyCreateNatRuleInput) SetOutboundInterface

SetOutboundInterface sets the OutboundInterface field's value.

func (*NiftyCreateNatRuleInput) SetProtocol

SetProtocol sets the Protocol field's value.

func (*NiftyCreateNatRuleInput) SetRuleNumber

SetRuleNumber sets the RuleNumber field's value.

func (*NiftyCreateNatRuleInput) SetSource

SetSource sets the Source field's value.

func (*NiftyCreateNatRuleInput) SetTranslation

SetTranslation sets the Translation field's value.

func (NiftyCreateNatRuleInput) String

func (s NiftyCreateNatRuleInput) String() string

String returns the string representation

type NiftyCreateNatRuleOutput

type NiftyCreateNatRuleOutput struct {
	NatRule *NatRule `locationName:"natRule" type:"structure"`

	NatTableId *string `locationName:"natTableId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateNatRuleOutput) GoString

func (s NiftyCreateNatRuleOutput) GoString() string

GoString returns the string representation

func (*NiftyCreateNatRuleOutput) SetNatRule

SetNatRule sets the NatRule field's value.

func (*NiftyCreateNatRuleOutput) SetNatTableId

SetNatTableId sets the NatTableId field's value.

func (*NiftyCreateNatRuleOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyCreateNatRuleOutput) String

func (s NiftyCreateNatRuleOutput) String() string

String returns the string representation

type NiftyCreateNatTableInput

type NiftyCreateNatTableInput struct {
	// contains filtered or unexported fields
}

func (NiftyCreateNatTableInput) GoString

func (s NiftyCreateNatTableInput) GoString() string

GoString returns the string representation

func (NiftyCreateNatTableInput) String

func (s NiftyCreateNatTableInput) String() string

String returns the string representation

type NiftyCreateNatTableOutput

type NiftyCreateNatTableOutput struct {
	NatTable *NatTable `locationName:"natTable" type:"structure"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateNatTableOutput) GoString

func (s NiftyCreateNatTableOutput) GoString() string

GoString returns the string representation

func (*NiftyCreateNatTableOutput) SetNatTable

SetNatTable sets the NatTable field's value.

func (*NiftyCreateNatTableOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyCreateNatTableOutput) String

func (s NiftyCreateNatTableOutput) String() string

String returns the string representation

type NiftyCreatePrivateLanInput

type NiftyCreatePrivateLanInput struct {
	AccountingType *string `locationName:"AccountingType" type:"string"`

	AvailabilityZone *string `locationName:"AvailabilityZone" type:"string"`

	CidrBlock *string `locationName:"CidrBlock" type:"string"`

	Description *string `locationName:"Description" type:"string"`

	PrivateLanName *string `locationName:"PrivateLanName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreatePrivateLanInput) GoString

func (s NiftyCreatePrivateLanInput) GoString() string

GoString returns the string representation

func (*NiftyCreatePrivateLanInput) SetAccountingType

SetAccountingType sets the AccountingType field's value.

func (*NiftyCreatePrivateLanInput) SetAvailabilityZone

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*NiftyCreatePrivateLanInput) SetCidrBlock

SetCidrBlock sets the CidrBlock field's value.

func (*NiftyCreatePrivateLanInput) SetDescription

SetDescription sets the Description field's value.

func (*NiftyCreatePrivateLanInput) SetPrivateLanName

SetPrivateLanName sets the PrivateLanName field's value.

func (NiftyCreatePrivateLanInput) String

String returns the string representation

type NiftyCreatePrivateLanOutput

type NiftyCreatePrivateLanOutput struct {
	PrivateLan *PrivateLan `locationName:"privateLan" type:"structure"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreatePrivateLanOutput) GoString

func (s NiftyCreatePrivateLanOutput) GoString() string

GoString returns the string representation

func (*NiftyCreatePrivateLanOutput) SetPrivateLan

SetPrivateLan sets the PrivateLan field's value.

func (*NiftyCreatePrivateLanOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyCreatePrivateLanOutput) String

String returns the string representation

type NiftyCreateRouterInput

type NiftyCreateRouterInput struct {
	AccountingType *string `locationName:"AccountingType" type:"string"`

	AvailabilityZone *string `locationName:"AvailabilityZone" type:"string"`

	Description *string `locationName:"Description" type:"string"`

	NetworkInterface []*RequestNetworkInterfaceStruct `locationName:"NetworkInterface" type:"list"`

	RouterName *string `locationName:"RouterName" type:"string"`

	SecurityGroup []*string `locationName:"SecurityGroup" type:"list"`

	Type *string `locationName:"Type" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateRouterInput) GoString

func (s NiftyCreateRouterInput) GoString() string

GoString returns the string representation

func (*NiftyCreateRouterInput) SetAccountingType

func (s *NiftyCreateRouterInput) SetAccountingType(v string) *NiftyCreateRouterInput

SetAccountingType sets the AccountingType field's value.

func (*NiftyCreateRouterInput) SetAvailabilityZone

func (s *NiftyCreateRouterInput) SetAvailabilityZone(v string) *NiftyCreateRouterInput

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*NiftyCreateRouterInput) SetDescription

SetDescription sets the Description field's value.

func (*NiftyCreateRouterInput) SetNetworkInterface

SetNetworkInterface sets the NetworkInterface field's value.

func (*NiftyCreateRouterInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (*NiftyCreateRouterInput) SetSecurityGroup

func (s *NiftyCreateRouterInput) SetSecurityGroup(v []*string) *NiftyCreateRouterInput

SetSecurityGroup sets the SecurityGroup field's value.

func (*NiftyCreateRouterInput) SetType

SetType sets the Type field's value.

func (NiftyCreateRouterInput) String

func (s NiftyCreateRouterInput) String() string

String returns the string representation

type NiftyCreateRouterOutput

type NiftyCreateRouterOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Router *Router `locationName:"router" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyCreateRouterOutput) GoString

func (s NiftyCreateRouterOutput) GoString() string

GoString returns the string representation

func (*NiftyCreateRouterOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyCreateRouterOutput) SetRouter

SetRouter sets the Router field's value.

func (NiftyCreateRouterOutput) String

func (s NiftyCreateRouterOutput) String() string

String returns the string representation

type NiftyCreateSeparateInstanceRuleInput

type NiftyCreateSeparateInstanceRuleInput struct {
	InstanceId []*string `locationName:"InstanceId" type:"list"`

	InstanceUniqueId []*string `locationName:"InstanceUniqueId" type:"list"`

	Placement *RequestPlacementStruct `locationName:"Placement" type:"structure"`

	SeparateInstanceRuleDescription *string `locationName:"SeparateInstanceRuleDescription" type:"string"`

	SeparateInstanceRuleName *string `locationName:"SeparateInstanceRuleName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateSeparateInstanceRuleInput) GoString

GoString returns the string representation

func (*NiftyCreateSeparateInstanceRuleInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NiftyCreateSeparateInstanceRuleInput) SetInstanceUniqueId

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*NiftyCreateSeparateInstanceRuleInput) SetPlacement

SetPlacement sets the Placement field's value.

func (*NiftyCreateSeparateInstanceRuleInput) SetSeparateInstanceRuleDescription

func (s *NiftyCreateSeparateInstanceRuleInput) SetSeparateInstanceRuleDescription(v string) *NiftyCreateSeparateInstanceRuleInput

SetSeparateInstanceRuleDescription sets the SeparateInstanceRuleDescription field's value.

func (*NiftyCreateSeparateInstanceRuleInput) SetSeparateInstanceRuleName

SetSeparateInstanceRuleName sets the SeparateInstanceRuleName field's value.

func (NiftyCreateSeparateInstanceRuleInput) String

String returns the string representation

type NiftyCreateSeparateInstanceRuleOutput

type NiftyCreateSeparateInstanceRuleOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *string `locationName:"return" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateSeparateInstanceRuleOutput) GoString

GoString returns the string representation

func (*NiftyCreateSeparateInstanceRuleOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyCreateSeparateInstanceRuleOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyCreateSeparateInstanceRuleOutput) String

String returns the string representation

type NiftyCreateWebProxyInput

type NiftyCreateWebProxyInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	BypassInterface *RequestBypassInterfaceStruct `locationName:"BypassInterface" type:"structure"`

	Description *string `locationName:"Description" type:"string"`

	ListenInterface *RequestListenInterfaceStruct `locationName:"ListenInterface" type:"structure"`

	ListenPort *string `locationName:"ListenPort" type:"string"`

	Option *RequestOptionStruct `locationName:"Option" type:"structure"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyCreateWebProxyInput) GoString

func (s NiftyCreateWebProxyInput) GoString() string

GoString returns the string representation

func (*NiftyCreateWebProxyInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyCreateWebProxyInput) SetBypassInterface

SetBypassInterface sets the BypassInterface field's value.

func (*NiftyCreateWebProxyInput) SetDescription

SetDescription sets the Description field's value.

func (*NiftyCreateWebProxyInput) SetListenInterface

SetListenInterface sets the ListenInterface field's value.

func (*NiftyCreateWebProxyInput) SetListenPort

SetListenPort sets the ListenPort field's value.

func (*NiftyCreateWebProxyInput) SetOption

SetOption sets the Option field's value.

func (*NiftyCreateWebProxyInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyCreateWebProxyInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyCreateWebProxyInput) String

func (s NiftyCreateWebProxyInput) String() string

String returns the string representation

type NiftyCreateWebProxyOutput

type NiftyCreateWebProxyOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	WebProxy *WebProxy `locationName:"webProxy" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyCreateWebProxyOutput) GoString

func (s NiftyCreateWebProxyOutput) GoString() string

GoString returns the string representation

func (*NiftyCreateWebProxyOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyCreateWebProxyOutput) SetWebProxy

SetWebProxy sets the WebProxy field's value.

func (NiftyCreateWebProxyOutput) String

func (s NiftyCreateWebProxyOutput) String() string

String returns the string representation

type NiftyDeleteAlarmInput

type NiftyDeleteAlarmInput struct {
	FunctionName *string `locationName:"FunctionName" type:"string"`

	RuleName *string `locationName:"RuleName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteAlarmInput) GoString

func (s NiftyDeleteAlarmInput) GoString() string

GoString returns the string representation

func (*NiftyDeleteAlarmInput) SetFunctionName

func (s *NiftyDeleteAlarmInput) SetFunctionName(v string) *NiftyDeleteAlarmInput

SetFunctionName sets the FunctionName field's value.

func (*NiftyDeleteAlarmInput) SetRuleName

SetRuleName sets the RuleName field's value.

func (NiftyDeleteAlarmInput) String

func (s NiftyDeleteAlarmInput) String() string

String returns the string representation

type NiftyDeleteAlarmOutput

type NiftyDeleteAlarmOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDeleteAlarmOutput) GoString

func (s NiftyDeleteAlarmOutput) GoString() string

GoString returns the string representation

func (*NiftyDeleteAlarmOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeleteAlarmOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDeleteAlarmOutput) String

func (s NiftyDeleteAlarmOutput) String() string

String returns the string representation

type NiftyDeleteAutoScalingGroupInput

type NiftyDeleteAutoScalingGroupInput struct {
	AutoScalingGroupName *string `locationName:"AutoScalingGroupName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteAutoScalingGroupInput) GoString

GoString returns the string representation

func (*NiftyDeleteAutoScalingGroupInput) SetAutoScalingGroupName

SetAutoScalingGroupName sets the AutoScalingGroupName field's value.

func (NiftyDeleteAutoScalingGroupInput) String

String returns the string representation

type NiftyDeleteAutoScalingGroupOutput

type NiftyDeleteAutoScalingGroupOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDeleteAutoScalingGroupOutput) GoString

GoString returns the string representation

func (*NiftyDeleteAutoScalingGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeleteAutoScalingGroupOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDeleteAutoScalingGroupOutput) String

String returns the string representation

type NiftyDeleteDhcpConfigInput

type NiftyDeleteDhcpConfigInput struct {
	DhcpConfigId *string `locationName:"DhcpConfigId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteDhcpConfigInput) GoString

func (s NiftyDeleteDhcpConfigInput) GoString() string

GoString returns the string representation

func (*NiftyDeleteDhcpConfigInput) SetDhcpConfigId

SetDhcpConfigId sets the DhcpConfigId field's value.

func (NiftyDeleteDhcpConfigInput) String

String returns the string representation

type NiftyDeleteDhcpConfigOutput

type NiftyDeleteDhcpConfigOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDeleteDhcpConfigOutput) GoString

func (s NiftyDeleteDhcpConfigOutput) GoString() string

GoString returns the string representation

func (*NiftyDeleteDhcpConfigOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeleteDhcpConfigOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDeleteDhcpConfigOutput) String

String returns the string representation

type NiftyDeleteDhcpIpAddressPoolInput

type NiftyDeleteDhcpIpAddressPoolInput struct {
	DhcpConfigId *string `locationName:"DhcpConfigId" type:"string"`

	StartIpAddress *string `locationName:"StartIpAddress" type:"string"`

	StopIpAddress *string `locationName:"StopIpAddress" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteDhcpIpAddressPoolInput) GoString

GoString returns the string representation

func (*NiftyDeleteDhcpIpAddressPoolInput) SetDhcpConfigId

SetDhcpConfigId sets the DhcpConfigId field's value.

func (*NiftyDeleteDhcpIpAddressPoolInput) SetStartIpAddress

SetStartIpAddress sets the StartIpAddress field's value.

func (*NiftyDeleteDhcpIpAddressPoolInput) SetStopIpAddress

SetStopIpAddress sets the StopIpAddress field's value.

func (NiftyDeleteDhcpIpAddressPoolInput) String

String returns the string representation

type NiftyDeleteDhcpIpAddressPoolOutput

type NiftyDeleteDhcpIpAddressPoolOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDeleteDhcpIpAddressPoolOutput) GoString

GoString returns the string representation

func (*NiftyDeleteDhcpIpAddressPoolOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeleteDhcpIpAddressPoolOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDeleteDhcpIpAddressPoolOutput) String

String returns the string representation

type NiftyDeleteDhcpStaticMappingInput

type NiftyDeleteDhcpStaticMappingInput struct {
	DhcpConfigId *string `locationName:"DhcpConfigId" type:"string"`

	IpAddress *string `locationName:"IpAddress" type:"string"`

	MacAddress *string `locationName:"MacAddress" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteDhcpStaticMappingInput) GoString

GoString returns the string representation

func (*NiftyDeleteDhcpStaticMappingInput) SetDhcpConfigId

SetDhcpConfigId sets the DhcpConfigId field's value.

func (*NiftyDeleteDhcpStaticMappingInput) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*NiftyDeleteDhcpStaticMappingInput) SetMacAddress

SetMacAddress sets the MacAddress field's value.

func (NiftyDeleteDhcpStaticMappingInput) String

String returns the string representation

type NiftyDeleteDhcpStaticMappingOutput

type NiftyDeleteDhcpStaticMappingOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDeleteDhcpStaticMappingOutput) GoString

GoString returns the string representation

func (*NiftyDeleteDhcpStaticMappingOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeleteDhcpStaticMappingOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDeleteDhcpStaticMappingOutput) String

String returns the string representation

type NiftyDeleteElasticLoadBalancerInput

type NiftyDeleteElasticLoadBalancerInput struct {
	ElasticLoadBalancerId *string `locationName:"ElasticLoadBalancerId" type:"string"`

	ElasticLoadBalancerName *string `locationName:"ElasticLoadBalancerName" type:"string"`

	ElasticLoadBalancerPort *int64 `locationName:"ElasticLoadBalancerPort" type:"integer"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	Protocol *string `locationName:"Protocol" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteElasticLoadBalancerInput) GoString

GoString returns the string representation

func (*NiftyDeleteElasticLoadBalancerInput) SetElasticLoadBalancerId

SetElasticLoadBalancerId sets the ElasticLoadBalancerId field's value.

func (*NiftyDeleteElasticLoadBalancerInput) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyDeleteElasticLoadBalancerInput) SetElasticLoadBalancerPort

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*NiftyDeleteElasticLoadBalancerInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*NiftyDeleteElasticLoadBalancerInput) SetProtocol

SetProtocol sets the Protocol field's value.

func (NiftyDeleteElasticLoadBalancerInput) String

String returns the string representation

type NiftyDeleteElasticLoadBalancerOutput

type NiftyDeleteElasticLoadBalancerOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyDeleteElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (*NiftyDeleteElasticLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (NiftyDeleteElasticLoadBalancerOutput) String

String returns the string representation

type NiftyDeleteInstanceSnapshotInput

type NiftyDeleteInstanceSnapshotInput struct {
	InstanceSnapshotId []*string `locationName:"InstanceSnapshotId" type:"list"`

	SnapshotName []*string `locationName:"SnapshotName" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDeleteInstanceSnapshotInput) GoString

GoString returns the string representation

func (*NiftyDeleteInstanceSnapshotInput) SetInstanceSnapshotId

SetInstanceSnapshotId sets the InstanceSnapshotId field's value.

func (*NiftyDeleteInstanceSnapshotInput) SetSnapshotName

SetSnapshotName sets the SnapshotName field's value.

func (NiftyDeleteInstanceSnapshotInput) String

String returns the string representation

type NiftyDeleteInstanceSnapshotOutput

type NiftyDeleteInstanceSnapshotOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	SnapshotInfoSet []*SnapshotInfoSetItem `locationName:"snapshotInfoSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDeleteInstanceSnapshotOutput) GoString

GoString returns the string representation

func (*NiftyDeleteInstanceSnapshotOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeleteInstanceSnapshotOutput) SetSnapshotInfoSet

SetSnapshotInfoSet sets the SnapshotInfoSet field's value.

func (NiftyDeleteInstanceSnapshotOutput) String

String returns the string representation

type NiftyDeleteNatRuleInput

type NiftyDeleteNatRuleInput struct {
	NatTableId *string `locationName:"NatTableId" type:"string"`

	NatType *string `locationName:"NatType" type:"string"`

	RuleNumber *string `locationName:"RuleNumber" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteNatRuleInput) GoString

func (s NiftyDeleteNatRuleInput) GoString() string

GoString returns the string representation

func (*NiftyDeleteNatRuleInput) SetNatTableId

SetNatTableId sets the NatTableId field's value.

func (*NiftyDeleteNatRuleInput) SetNatType

SetNatType sets the NatType field's value.

func (*NiftyDeleteNatRuleInput) SetRuleNumber

SetRuleNumber sets the RuleNumber field's value.

func (NiftyDeleteNatRuleInput) String

func (s NiftyDeleteNatRuleInput) String() string

String returns the string representation

type NiftyDeleteNatRuleOutput

type NiftyDeleteNatRuleOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDeleteNatRuleOutput) GoString

func (s NiftyDeleteNatRuleOutput) GoString() string

GoString returns the string representation

func (*NiftyDeleteNatRuleOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeleteNatRuleOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDeleteNatRuleOutput) String

func (s NiftyDeleteNatRuleOutput) String() string

String returns the string representation

type NiftyDeleteNatTableInput

type NiftyDeleteNatTableInput struct {
	NatTableId *string `locationName:"NatTableId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteNatTableInput) GoString

func (s NiftyDeleteNatTableInput) GoString() string

GoString returns the string representation

func (*NiftyDeleteNatTableInput) SetNatTableId

SetNatTableId sets the NatTableId field's value.

func (NiftyDeleteNatTableInput) String

func (s NiftyDeleteNatTableInput) String() string

String returns the string representation

type NiftyDeleteNatTableOutput

type NiftyDeleteNatTableOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDeleteNatTableOutput) GoString

func (s NiftyDeleteNatTableOutput) GoString() string

GoString returns the string representation

func (*NiftyDeleteNatTableOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeleteNatTableOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDeleteNatTableOutput) String

func (s NiftyDeleteNatTableOutput) String() string

String returns the string representation

type NiftyDeletePrivateLanInput

type NiftyDeletePrivateLanInput struct {
	NetworkId *string `locationName:"NetworkId" type:"string"`

	PrivateLanName *string `locationName:"PrivateLanName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeletePrivateLanInput) GoString

func (s NiftyDeletePrivateLanInput) GoString() string

GoString returns the string representation

func (*NiftyDeletePrivateLanInput) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*NiftyDeletePrivateLanInput) SetPrivateLanName

SetPrivateLanName sets the PrivateLanName field's value.

func (NiftyDeletePrivateLanInput) String

String returns the string representation

type NiftyDeletePrivateLanOutput

type NiftyDeletePrivateLanOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDeletePrivateLanOutput) GoString

func (s NiftyDeletePrivateLanOutput) GoString() string

GoString returns the string representation

func (*NiftyDeletePrivateLanOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeletePrivateLanOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDeletePrivateLanOutput) String

String returns the string representation

type NiftyDeleteRouterInput

type NiftyDeleteRouterInput struct {
	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteRouterInput) GoString

func (s NiftyDeleteRouterInput) GoString() string

GoString returns the string representation

func (*NiftyDeleteRouterInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyDeleteRouterInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyDeleteRouterInput) String

func (s NiftyDeleteRouterInput) String() string

String returns the string representation

type NiftyDeleteRouterOutput

type NiftyDeleteRouterOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDeleteRouterOutput) GoString

func (s NiftyDeleteRouterOutput) GoString() string

GoString returns the string representation

func (*NiftyDeleteRouterOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeleteRouterOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDeleteRouterOutput) String

func (s NiftyDeleteRouterOutput) String() string

String returns the string representation

type NiftyDeleteSeparateInstanceRuleInput

type NiftyDeleteSeparateInstanceRuleInput struct {
	SeparateInstanceRuleName *string `locationName:"SeparateInstanceRuleName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteSeparateInstanceRuleInput) GoString

GoString returns the string representation

func (*NiftyDeleteSeparateInstanceRuleInput) SetSeparateInstanceRuleName

SetSeparateInstanceRuleName sets the SeparateInstanceRuleName field's value.

func (NiftyDeleteSeparateInstanceRuleInput) String

String returns the string representation

type NiftyDeleteSeparateInstanceRuleOutput

type NiftyDeleteSeparateInstanceRuleOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *string `locationName:"return" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteSeparateInstanceRuleOutput) GoString

GoString returns the string representation

func (*NiftyDeleteSeparateInstanceRuleOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeleteSeparateInstanceRuleOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDeleteSeparateInstanceRuleOutput) String

String returns the string representation

type NiftyDeleteWebProxyInput

type NiftyDeleteWebProxyInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeleteWebProxyInput) GoString

func (s NiftyDeleteWebProxyInput) GoString() string

GoString returns the string representation

func (*NiftyDeleteWebProxyInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyDeleteWebProxyInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyDeleteWebProxyInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyDeleteWebProxyInput) String

func (s NiftyDeleteWebProxyInput) String() string

String returns the string representation

type NiftyDeleteWebProxyOutput

type NiftyDeleteWebProxyOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDeleteWebProxyOutput) GoString

func (s NiftyDeleteWebProxyOutput) GoString() string

GoString returns the string representation

func (*NiftyDeleteWebProxyOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeleteWebProxyOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDeleteWebProxyOutput) String

func (s NiftyDeleteWebProxyOutput) String() string

String returns the string representation

type NiftyDeregisterInstancesFromElasticLoadBalancerInput

type NiftyDeregisterInstancesFromElasticLoadBalancerInput struct {
	ElasticLoadBalancerId *string `locationName:"ElasticLoadBalancerId" type:"string"`

	ElasticLoadBalancerName *string `locationName:"ElasticLoadBalancerName" type:"string"`

	ElasticLoadBalancerPort *int64 `locationName:"ElasticLoadBalancerPort" type:"integer"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	Instances []*RequestInstancesStruct `locationName:"Instances" locationNameList:"member" type:"list"`

	Protocol *string `locationName:"Protocol" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeregisterInstancesFromElasticLoadBalancerInput) GoString

GoString returns the string representation

func (*NiftyDeregisterInstancesFromElasticLoadBalancerInput) SetElasticLoadBalancerId

SetElasticLoadBalancerId sets the ElasticLoadBalancerId field's value.

func (*NiftyDeregisterInstancesFromElasticLoadBalancerInput) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyDeregisterInstancesFromElasticLoadBalancerInput) SetElasticLoadBalancerPort

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*NiftyDeregisterInstancesFromElasticLoadBalancerInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*NiftyDeregisterInstancesFromElasticLoadBalancerInput) SetInstances

SetInstances sets the Instances field's value.

func (*NiftyDeregisterInstancesFromElasticLoadBalancerInput) SetProtocol

SetProtocol sets the Protocol field's value.

func (NiftyDeregisterInstancesFromElasticLoadBalancerInput) String

String returns the string representation

type NiftyDeregisterInstancesFromElasticLoadBalancerOutput

type NiftyDeregisterInstancesFromElasticLoadBalancerOutput struct {
	Instances []*InstancesMemberItem `locationName:"Instances" locationNameList:"member" type:"list"`

	NiftyDeregisterInstancesFromElasticLoadBalancerResult *NiftyDeregisterInstancesFromElasticLoadBalancerOutput `locationName:"NiftyDeregisterInstancesFromElasticLoadBalancerResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyDeregisterInstancesFromElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (*NiftyDeregisterInstancesFromElasticLoadBalancerOutput) SetInstances

SetInstances sets the Instances field's value.

func (*NiftyDeregisterInstancesFromElasticLoadBalancerOutput) SetNiftyDeregisterInstancesFromElasticLoadBalancerResult

SetNiftyDeregisterInstancesFromElasticLoadBalancerResult sets the NiftyDeregisterInstancesFromElasticLoadBalancerResult field's value.

func (*NiftyDeregisterInstancesFromElasticLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (NiftyDeregisterInstancesFromElasticLoadBalancerOutput) String

String returns the string representation

type NiftyDeregisterInstancesFromSeparateInstanceRuleInput

type NiftyDeregisterInstancesFromSeparateInstanceRuleInput struct {
	InstanceId []*string `locationName:"InstanceId" type:"list"`

	InstanceUniqueId []*string `locationName:"InstanceUniqueId" type:"list"`

	SeparateInstanceRuleName *string `locationName:"SeparateInstanceRuleName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeregisterInstancesFromSeparateInstanceRuleInput) GoString

GoString returns the string representation

func (*NiftyDeregisterInstancesFromSeparateInstanceRuleInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NiftyDeregisterInstancesFromSeparateInstanceRuleInput) SetInstanceUniqueId

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*NiftyDeregisterInstancesFromSeparateInstanceRuleInput) SetSeparateInstanceRuleName

SetSeparateInstanceRuleName sets the SeparateInstanceRuleName field's value.

func (NiftyDeregisterInstancesFromSeparateInstanceRuleInput) String

String returns the string representation

type NiftyDeregisterInstancesFromSeparateInstanceRuleOutput

type NiftyDeregisterInstancesFromSeparateInstanceRuleOutput struct {
	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDeregisterInstancesFromSeparateInstanceRuleOutput) GoString

GoString returns the string representation

func (*NiftyDeregisterInstancesFromSeparateInstanceRuleOutput) SetInstancesSet

SetInstancesSet sets the InstancesSet field's value.

func (*NiftyDeregisterInstancesFromSeparateInstanceRuleOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyDeregisterInstancesFromSeparateInstanceRuleOutput) String

String returns the string representation

type NiftyDeregisterRoutersFromSecurityGroupInput

type NiftyDeregisterRoutersFromSecurityGroupInput struct {
	GroupName *string `locationName:"GroupName" type:"string"`

	RouterSet []*RequestRouterSetStruct `locationName:"RouterSet" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDeregisterRoutersFromSecurityGroupInput) GoString

GoString returns the string representation

func (*NiftyDeregisterRoutersFromSecurityGroupInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*NiftyDeregisterRoutersFromSecurityGroupInput) SetRouterSet

SetRouterSet sets the RouterSet field's value.

func (NiftyDeregisterRoutersFromSecurityGroupInput) String

String returns the string representation

type NiftyDeregisterRoutersFromSecurityGroupOutput

type NiftyDeregisterRoutersFromSecurityGroupOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	RouterSet []*RouterSetItem `locationName:"routerSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDeregisterRoutersFromSecurityGroupOutput) GoString

GoString returns the string representation

func (*NiftyDeregisterRoutersFromSecurityGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeregisterRoutersFromSecurityGroupOutput) SetRouterSet

SetRouterSet sets the RouterSet field's value.

func (NiftyDeregisterRoutersFromSecurityGroupOutput) String

String returns the string representation

type NiftyDeregisterVpnGatewaysFromSecurityGroupInput

type NiftyDeregisterVpnGatewaysFromSecurityGroupInput struct {
	GroupName *string `locationName:"GroupName" type:"string"`

	RouterSet []*RequestRouterSetStruct `locationName:"RouterSet" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDeregisterVpnGatewaysFromSecurityGroupInput) GoString

GoString returns the string representation

func (*NiftyDeregisterVpnGatewaysFromSecurityGroupInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*NiftyDeregisterVpnGatewaysFromSecurityGroupInput) SetRouterSet

SetRouterSet sets the RouterSet field's value.

func (NiftyDeregisterVpnGatewaysFromSecurityGroupInput) String

String returns the string representation

type NiftyDeregisterVpnGatewaysFromSecurityGroupOutput

type NiftyDeregisterVpnGatewaysFromSecurityGroupOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	VpnGatewaySet []*VpnGatewaySetItem `locationName:"vpnGatewaySet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDeregisterVpnGatewaysFromSecurityGroupOutput) GoString

GoString returns the string representation

func (*NiftyDeregisterVpnGatewaysFromSecurityGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDeregisterVpnGatewaysFromSecurityGroupOutput) SetVpnGatewaySet

SetVpnGatewaySet sets the VpnGatewaySet field's value.

func (NiftyDeregisterVpnGatewaysFromSecurityGroupOutput) String

String returns the string representation

type NiftyDescribeAlarmHistoryInput

type NiftyDescribeAlarmHistoryInput struct {
	Rule []*RequestRuleStruct `locationName:"Rule" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeAlarmHistoryInput) GoString

GoString returns the string representation

func (*NiftyDescribeAlarmHistoryInput) SetRule

SetRule sets the Rule field's value.

func (NiftyDescribeAlarmHistoryInput) String

String returns the string representation

type NiftyDescribeAlarmHistoryOutput

type NiftyDescribeAlarmHistoryOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	ReservationSet []*ReservationSetItem `locationName:"reservationSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeAlarmHistoryOutput) GoString

GoString returns the string representation

func (*NiftyDescribeAlarmHistoryOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDescribeAlarmHistoryOutput) SetReservationSet

SetReservationSet sets the ReservationSet field's value.

func (NiftyDescribeAlarmHistoryOutput) String

String returns the string representation

type NiftyDescribeAlarmRulesActivitiesInput

type NiftyDescribeAlarmRulesActivitiesInput struct {
	Rule []*RequestRuleStruct `locationName:"Rule" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeAlarmRulesActivitiesInput) GoString

GoString returns the string representation

func (*NiftyDescribeAlarmRulesActivitiesInput) SetRule

SetRule sets the Rule field's value.

func (NiftyDescribeAlarmRulesActivitiesInput) String

String returns the string representation

type NiftyDescribeAlarmRulesActivitiesOutput

type NiftyDescribeAlarmRulesActivitiesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	ReservationSet []*ReservationSetItem `locationName:"reservationSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeAlarmRulesActivitiesOutput) GoString

GoString returns the string representation

func (*NiftyDescribeAlarmRulesActivitiesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDescribeAlarmRulesActivitiesOutput) SetReservationSet

SetReservationSet sets the ReservationSet field's value.

func (NiftyDescribeAlarmRulesActivitiesOutput) String

String returns the string representation

type NiftyDescribeAlarmsInput

type NiftyDescribeAlarmsInput struct {
	Rule []*RequestRuleStruct `locationName:"Rule" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeAlarmsInput) GoString

func (s NiftyDescribeAlarmsInput) GoString() string

GoString returns the string representation

func (*NiftyDescribeAlarmsInput) SetRule

SetRule sets the Rule field's value.

func (NiftyDescribeAlarmsInput) String

func (s NiftyDescribeAlarmsInput) String() string

String returns the string representation

type NiftyDescribeAlarmsOutput

type NiftyDescribeAlarmsOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	ReservationSet []*ReservationSetItem `locationName:"reservationSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeAlarmsOutput) GoString

func (s NiftyDescribeAlarmsOutput) GoString() string

GoString returns the string representation

func (*NiftyDescribeAlarmsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDescribeAlarmsOutput) SetReservationSet

SetReservationSet sets the ReservationSet field's value.

func (NiftyDescribeAlarmsOutput) String

func (s NiftyDescribeAlarmsOutput) String() string

String returns the string representation

type NiftyDescribeAlarmsPartitionsInput

type NiftyDescribeAlarmsPartitionsInput struct {
	InstanceId []*string `locationName:"InstanceId" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeAlarmsPartitionsInput) GoString

GoString returns the string representation

func (*NiftyDescribeAlarmsPartitionsInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (NiftyDescribeAlarmsPartitionsInput) String

String returns the string representation

type NiftyDescribeAlarmsPartitionsOutput

type NiftyDescribeAlarmsPartitionsOutput struct {
	AlarmTargetSet []*AlarmTargetSetItem `locationName:"alarmTargetSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribeAlarmsPartitionsOutput) GoString

GoString returns the string representation

func (*NiftyDescribeAlarmsPartitionsOutput) SetAlarmTargetSet

SetAlarmTargetSet sets the AlarmTargetSet field's value.

func (*NiftyDescribeAlarmsPartitionsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyDescribeAlarmsPartitionsOutput) String

String returns the string representation

type NiftyDescribeAutoScalingGroupsInput

type NiftyDescribeAutoScalingGroupsInput struct {
	AutoScalingGroupName []*string `locationName:"AutoScalingGroupName" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeAutoScalingGroupsInput) GoString

GoString returns the string representation

func (*NiftyDescribeAutoScalingGroupsInput) SetAutoScalingGroupName

SetAutoScalingGroupName sets the AutoScalingGroupName field's value.

func (NiftyDescribeAutoScalingGroupsInput) String

String returns the string representation

type NiftyDescribeAutoScalingGroupsOutput

type NiftyDescribeAutoScalingGroupsOutput struct {
	AutoScalingReservationSet []*AutoScalingReservationSetItem `locationName:"autoScalingReservationSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribeAutoScalingGroupsOutput) GoString

GoString returns the string representation

func (*NiftyDescribeAutoScalingGroupsOutput) SetAutoScalingReservationSet

SetAutoScalingReservationSet sets the AutoScalingReservationSet field's value.

func (*NiftyDescribeAutoScalingGroupsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyDescribeAutoScalingGroupsOutput) String

String returns the string representation

type NiftyDescribeCorporateInfoForCertificateInput

type NiftyDescribeCorporateInfoForCertificateInput struct {
	// contains filtered or unexported fields
}

func (NiftyDescribeCorporateInfoForCertificateInput) GoString

GoString returns the string representation

func (NiftyDescribeCorporateInfoForCertificateInput) String

String returns the string representation

type NiftyDescribeCorporateInfoForCertificateOutput

type NiftyDescribeCorporateInfoForCertificateOutput struct {
	City *string `locationName:"city" type:"string"`

	CorpGrade *string `locationName:"corpGrade" type:"string"`

	CorpName *string `locationName:"corpName" type:"string"`

	DivisionName *string `locationName:"divisionName" type:"string"`

	KanaName1 *string `locationName:"kanaName1" type:"string"`

	KanaName2 *string `locationName:"kanaName2" type:"string"`

	Name1 *string `locationName:"name1" type:"string"`

	Name2 *string `locationName:"name2" type:"string"`

	PostName *string `locationName:"postName" type:"string"`

	Pref *string `locationName:"pref" type:"string"`

	PresidentName1 *string `locationName:"presidentName1" type:"string"`

	PresidentName2 *string `locationName:"presidentName2" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`

	TdbCode *string `locationName:"tdbCode" type:"string"`

	Zip1 *string `locationName:"zip1" type:"string"`

	Zip2 *string `locationName:"zip2" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribeCorporateInfoForCertificateOutput) GoString

GoString returns the string representation

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetCity

SetCity sets the City field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetCorpGrade

SetCorpGrade sets the CorpGrade field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetCorpName

SetCorpName sets the CorpName field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetDivisionName

SetDivisionName sets the DivisionName field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetKanaName1

SetKanaName1 sets the KanaName1 field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetKanaName2

SetKanaName2 sets the KanaName2 field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetName1

SetName1 sets the Name1 field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetName2

SetName2 sets the Name2 field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetPostName

SetPostName sets the PostName field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetPref

SetPref sets the Pref field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetPresidentName1

SetPresidentName1 sets the PresidentName1 field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetPresidentName2

SetPresidentName2 sets the PresidentName2 field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetTdbCode

SetTdbCode sets the TdbCode field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetZip1

SetZip1 sets the Zip1 field's value.

func (*NiftyDescribeCorporateInfoForCertificateOutput) SetZip2

SetZip2 sets the Zip2 field's value.

func (NiftyDescribeCorporateInfoForCertificateOutput) String

String returns the string representation

type NiftyDescribeDhcpConfigsInput

type NiftyDescribeDhcpConfigsInput struct {
	DhcpConfigId *string `locationName:"DhcpConfigId" type:"string"`

	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeDhcpConfigsInput) GoString

GoString returns the string representation

func (*NiftyDescribeDhcpConfigsInput) SetDhcpConfigId

SetDhcpConfigId sets the DhcpConfigId field's value.

func (*NiftyDescribeDhcpConfigsInput) SetFilter

SetFilter sets the Filter field's value.

func (NiftyDescribeDhcpConfigsInput) String

String returns the string representation

type NiftyDescribeDhcpConfigsOutput

type NiftyDescribeDhcpConfigsOutput struct {
	DhcpConfigsSet []*DhcpConfigsSetItem `locationName:"dhcpConfigsSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribeDhcpConfigsOutput) GoString

GoString returns the string representation

func (*NiftyDescribeDhcpConfigsOutput) SetDhcpConfigsSet

SetDhcpConfigsSet sets the DhcpConfigsSet field's value.

func (*NiftyDescribeDhcpConfigsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyDescribeDhcpConfigsOutput) String

String returns the string representation

type NiftyDescribeDhcpStatusInput

type NiftyDescribeDhcpStatusInput struct {
	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribeDhcpStatusInput) GoString

func (s NiftyDescribeDhcpStatusInput) GoString() string

GoString returns the string representation

func (*NiftyDescribeDhcpStatusInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyDescribeDhcpStatusInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyDescribeDhcpStatusInput) String

String returns the string representation

type NiftyDescribeDhcpStatusOutput

type NiftyDescribeDhcpStatusOutput struct {
	DhcpStatusInformationSet []*DhcpStatusInformationSetItem `locationName:"dhcpStatusInformationSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`

	RouterId *string `locationName:"routerId" type:"string"`

	RouterName *string `locationName:"routerName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribeDhcpStatusOutput) GoString

GoString returns the string representation

func (*NiftyDescribeDhcpStatusOutput) SetDhcpStatusInformationSet

SetDhcpStatusInformationSet sets the DhcpStatusInformationSet field's value.

func (*NiftyDescribeDhcpStatusOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDescribeDhcpStatusOutput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyDescribeDhcpStatusOutput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyDescribeDhcpStatusOutput) String

String returns the string representation

type NiftyDescribeElasticLoadBalancersInput

type NiftyDescribeElasticLoadBalancersInput struct {
	ElasticLoadBalancers *RequestElasticLoadBalancersStruct `locationName:"ElasticLoadBalancers" type:"structure"`

	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeElasticLoadBalancersInput) GoString

GoString returns the string representation

func (*NiftyDescribeElasticLoadBalancersInput) SetElasticLoadBalancers

SetElasticLoadBalancers sets the ElasticLoadBalancers field's value.

func (*NiftyDescribeElasticLoadBalancersInput) SetFilter

SetFilter sets the Filter field's value.

func (NiftyDescribeElasticLoadBalancersInput) String

String returns the string representation

type NiftyDescribeElasticLoadBalancersOutput

type NiftyDescribeElasticLoadBalancersOutput struct {
	ElasticLoadBalancerDescriptions []*ElasticLoadBalancerDescriptionsMemberItem `locationName:"ElasticLoadBalancerDescriptions" locationNameList:"member" type:"list"`

	NiftyDescribeElasticLoadBalancersResult *NiftyDescribeElasticLoadBalancersOutput `locationName:"NiftyDescribeElasticLoadBalancersResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyDescribeElasticLoadBalancersOutput) GoString

GoString returns the string representation

func (*NiftyDescribeElasticLoadBalancersOutput) SetElasticLoadBalancerDescriptions

SetElasticLoadBalancerDescriptions sets the ElasticLoadBalancerDescriptions field's value.

func (*NiftyDescribeElasticLoadBalancersOutput) SetNiftyDescribeElasticLoadBalancersResult

SetNiftyDescribeElasticLoadBalancersResult sets the NiftyDescribeElasticLoadBalancersResult field's value.

func (*NiftyDescribeElasticLoadBalancersOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (NiftyDescribeElasticLoadBalancersOutput) String

String returns the string representation

type NiftyDescribeInstanceElasticLoadBalancerHealthInput

type NiftyDescribeInstanceElasticLoadBalancerHealthInput struct {
	ElasticLoadBalancerId *string `locationName:"ElasticLoadBalancerId" type:"string"`

	ElasticLoadBalancerName *string `locationName:"ElasticLoadBalancerName" type:"string"`

	ElasticLoadBalancerPort *int64 `locationName:"ElasticLoadBalancerPort" type:"integer"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	Instances []*RequestInstancesStruct `locationName:"Instances" locationNameList:"member" type:"list"`

	Protocol *string `locationName:"Protocol" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribeInstanceElasticLoadBalancerHealthInput) GoString

GoString returns the string representation

func (*NiftyDescribeInstanceElasticLoadBalancerHealthInput) SetElasticLoadBalancerId

SetElasticLoadBalancerId sets the ElasticLoadBalancerId field's value.

func (*NiftyDescribeInstanceElasticLoadBalancerHealthInput) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyDescribeInstanceElasticLoadBalancerHealthInput) SetElasticLoadBalancerPort

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*NiftyDescribeInstanceElasticLoadBalancerHealthInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*NiftyDescribeInstanceElasticLoadBalancerHealthInput) SetInstances

SetInstances sets the Instances field's value.

func (*NiftyDescribeInstanceElasticLoadBalancerHealthInput) SetProtocol

SetProtocol sets the Protocol field's value.

func (NiftyDescribeInstanceElasticLoadBalancerHealthInput) String

String returns the string representation

type NiftyDescribeInstanceElasticLoadBalancerHealthOutput

type NiftyDescribeInstanceElasticLoadBalancerHealthOutput struct {
	InstanceStates []*InstanceStatesMemberItem `locationName:"InstanceStates" locationNameList:"member" type:"list"`

	NiftyDescribeInstanceElasticLoadBalancerHealthResult *NiftyDescribeInstanceElasticLoadBalancerHealthOutput `locationName:"NiftyDescribeInstanceElasticLoadBalancerHealthResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyDescribeInstanceElasticLoadBalancerHealthOutput) GoString

GoString returns the string representation

func (*NiftyDescribeInstanceElasticLoadBalancerHealthOutput) SetInstanceStates

SetInstanceStates sets the InstanceStates field's value.

func (*NiftyDescribeInstanceElasticLoadBalancerHealthOutput) SetNiftyDescribeInstanceElasticLoadBalancerHealthResult

SetNiftyDescribeInstanceElasticLoadBalancerHealthResult sets the NiftyDescribeInstanceElasticLoadBalancerHealthResult field's value.

func (*NiftyDescribeInstanceElasticLoadBalancerHealthOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (NiftyDescribeInstanceElasticLoadBalancerHealthOutput) String

String returns the string representation

type NiftyDescribeInstanceSnapshotsInput

type NiftyDescribeInstanceSnapshotsInput struct {
	InstanceSnapshotId []*string `locationName:"InstanceSnapshotId" type:"list"`

	SnapshotName []*string `locationName:"SnapshotName" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeInstanceSnapshotsInput) GoString

GoString returns the string representation

func (*NiftyDescribeInstanceSnapshotsInput) SetInstanceSnapshotId

SetInstanceSnapshotId sets the InstanceSnapshotId field's value.

func (*NiftyDescribeInstanceSnapshotsInput) SetSnapshotName

SetSnapshotName sets the SnapshotName field's value.

func (NiftyDescribeInstanceSnapshotsInput) String

String returns the string representation

type NiftyDescribeInstanceSnapshotsOutput

type NiftyDescribeInstanceSnapshotsOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	SnapshotInfoSet []*SnapshotInfoSetItem `locationName:"snapshotInfoSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeInstanceSnapshotsOutput) GoString

GoString returns the string representation

func (*NiftyDescribeInstanceSnapshotsOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDescribeInstanceSnapshotsOutput) SetSnapshotInfoSet

SetSnapshotInfoSet sets the SnapshotInfoSet field's value.

func (NiftyDescribeInstanceSnapshotsOutput) String

String returns the string representation

type NiftyDescribeNatTablesInput

type NiftyDescribeNatTablesInput struct {
	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`

	NatTableId []*string `locationName:"NatTableId" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeNatTablesInput) GoString

func (s NiftyDescribeNatTablesInput) GoString() string

GoString returns the string representation

func (*NiftyDescribeNatTablesInput) SetFilter

SetFilter sets the Filter field's value.

func (*NiftyDescribeNatTablesInput) SetNatTableId

SetNatTableId sets the NatTableId field's value.

func (NiftyDescribeNatTablesInput) String

String returns the string representation

type NiftyDescribeNatTablesOutput

type NiftyDescribeNatTablesOutput struct {
	NatTableSet []*NatTableSetItem `locationName:"natTableSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribeNatTablesOutput) GoString

func (s NiftyDescribeNatTablesOutput) GoString() string

GoString returns the string representation

func (*NiftyDescribeNatTablesOutput) SetNatTableSet

SetNatTableSet sets the NatTableSet field's value.

func (*NiftyDescribeNatTablesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyDescribeNatTablesOutput) String

String returns the string representation

type NiftyDescribePerformanceChartInput

type NiftyDescribePerformanceChartInput struct {
	DataType []*string `locationName:"DataType" type:"list"`

	FromDate *string `locationName:"FromDate" type:"string"`

	FunctionName *string `locationName:"FunctionName" type:"string"`

	ResourceName []*string `locationName:"ResourceName" type:"list"`

	ToDate *string `locationName:"ToDate" type:"string"`

	ValueType *string `locationName:"ValueType" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribePerformanceChartInput) GoString

GoString returns the string representation

func (*NiftyDescribePerformanceChartInput) SetDataType

SetDataType sets the DataType field's value.

func (*NiftyDescribePerformanceChartInput) SetFromDate

SetFromDate sets the FromDate field's value.

func (*NiftyDescribePerformanceChartInput) SetFunctionName

SetFunctionName sets the FunctionName field's value.

func (*NiftyDescribePerformanceChartInput) SetResourceName

SetResourceName sets the ResourceName field's value.

func (*NiftyDescribePerformanceChartInput) SetToDate

SetToDate sets the ToDate field's value.

func (*NiftyDescribePerformanceChartInput) SetValueType

SetValueType sets the ValueType field's value.

func (NiftyDescribePerformanceChartInput) String

String returns the string representation

type NiftyDescribePerformanceChartOutput

type NiftyDescribePerformanceChartOutput struct {
	FunctionName *string `locationName:"functionName" type:"string"`

	PerformanceChartSet []*PerformanceChartSetItem `locationName:"performanceChartSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`

	ValueType *string `locationName:"valueType" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribePerformanceChartOutput) GoString

GoString returns the string representation

func (*NiftyDescribePerformanceChartOutput) SetFunctionName

SetFunctionName sets the FunctionName field's value.

func (*NiftyDescribePerformanceChartOutput) SetPerformanceChartSet

SetPerformanceChartSet sets the PerformanceChartSet field's value.

func (*NiftyDescribePerformanceChartOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDescribePerformanceChartOutput) SetValueType

SetValueType sets the ValueType field's value.

func (NiftyDescribePerformanceChartOutput) String

String returns the string representation

type NiftyDescribePrivateLansInput

type NiftyDescribePrivateLansInput struct {
	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`

	NetworkId []*string `locationName:"NetworkId" type:"list"`

	PrivateLanName []*string `locationName:"PrivateLanName" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribePrivateLansInput) GoString

GoString returns the string representation

func (*NiftyDescribePrivateLansInput) SetFilter

SetFilter sets the Filter field's value.

func (*NiftyDescribePrivateLansInput) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*NiftyDescribePrivateLansInput) SetPrivateLanName

SetPrivateLanName sets the PrivateLanName field's value.

func (NiftyDescribePrivateLansInput) String

String returns the string representation

type NiftyDescribePrivateLansOutput

type NiftyDescribePrivateLansOutput struct {
	PrivateLanSet []*PrivateLanSetItem `locationName:"privateLanSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribePrivateLansOutput) GoString

GoString returns the string representation

func (*NiftyDescribePrivateLansOutput) SetPrivateLanSet

SetPrivateLanSet sets the PrivateLanSet field's value.

func (*NiftyDescribePrivateLansOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyDescribePrivateLansOutput) String

String returns the string representation

type NiftyDescribeRoutersInput

type NiftyDescribeRoutersInput struct {
	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`

	RouterId []*string `locationName:"RouterId" type:"list"`

	RouterName []*string `locationName:"RouterName" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeRoutersInput) GoString

func (s NiftyDescribeRoutersInput) GoString() string

GoString returns the string representation

func (*NiftyDescribeRoutersInput) SetFilter

SetFilter sets the Filter field's value.

func (*NiftyDescribeRoutersInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyDescribeRoutersInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyDescribeRoutersInput) String

func (s NiftyDescribeRoutersInput) String() string

String returns the string representation

type NiftyDescribeRoutersOutput

type NiftyDescribeRoutersOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	RouterSet []*RouterSetItem `locationName:"routerSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeRoutersOutput) GoString

func (s NiftyDescribeRoutersOutput) GoString() string

GoString returns the string representation

func (*NiftyDescribeRoutersOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDescribeRoutersOutput) SetRouterSet

SetRouterSet sets the RouterSet field's value.

func (NiftyDescribeRoutersOutput) String

String returns the string representation

type NiftyDescribeScalingActivitiesInput

type NiftyDescribeScalingActivitiesInput struct {
	ActivityDateFrom *string `locationName:"ActivityDateFrom" type:"string"`

	ActivityDateTo *string `locationName:"ActivityDateTo" type:"string"`

	AutoScalingGroupName *string `locationName:"AutoScalingGroupName" type:"string"`

	Range *RequestRangeStruct `locationName:"Range" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyDescribeScalingActivitiesInput) GoString

GoString returns the string representation

func (*NiftyDescribeScalingActivitiesInput) SetActivityDateFrom

SetActivityDateFrom sets the ActivityDateFrom field's value.

func (*NiftyDescribeScalingActivitiesInput) SetActivityDateTo

SetActivityDateTo sets the ActivityDateTo field's value.

func (*NiftyDescribeScalingActivitiesInput) SetAutoScalingGroupName

SetAutoScalingGroupName sets the AutoScalingGroupName field's value.

func (*NiftyDescribeScalingActivitiesInput) SetRange

SetRange sets the Range field's value.

func (NiftyDescribeScalingActivitiesInput) String

String returns the string representation

type NiftyDescribeScalingActivitiesOutput

type NiftyDescribeScalingActivitiesOutput struct {
	AutoScalingGroupName *string `locationName:"autoScalingGroupName" type:"string"`

	LogSet []*LogSetItem `locationName:"logSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribeScalingActivitiesOutput) GoString

GoString returns the string representation

func (*NiftyDescribeScalingActivitiesOutput) SetAutoScalingGroupName

SetAutoScalingGroupName sets the AutoScalingGroupName field's value.

func (*NiftyDescribeScalingActivitiesOutput) SetLogSet

SetLogSet sets the LogSet field's value.

func (*NiftyDescribeScalingActivitiesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyDescribeScalingActivitiesOutput) String

String returns the string representation

type NiftyDescribeSeparateInstanceRulesInput

type NiftyDescribeSeparateInstanceRulesInput struct {
	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`

	SeparateInstanceRuleName []*string `locationName:"SeparateInstanceRuleName" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeSeparateInstanceRulesInput) GoString

GoString returns the string representation

func (*NiftyDescribeSeparateInstanceRulesInput) SetFilter

SetFilter sets the Filter field's value.

func (*NiftyDescribeSeparateInstanceRulesInput) SetSeparateInstanceRuleName

SetSeparateInstanceRuleName sets the SeparateInstanceRuleName field's value.

func (NiftyDescribeSeparateInstanceRulesInput) String

String returns the string representation

type NiftyDescribeSeparateInstanceRulesOutput

type NiftyDescribeSeparateInstanceRulesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	SeparateInstanceRulesInfo []*SeparateInstanceRulesInfoSetItem `locationName:"separateInstanceRulesInfo" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeSeparateInstanceRulesOutput) GoString

GoString returns the string representation

func (*NiftyDescribeSeparateInstanceRulesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDescribeSeparateInstanceRulesOutput) SetSeparateInstanceRulesInfo

SetSeparateInstanceRulesInfo sets the SeparateInstanceRulesInfo field's value.

func (NiftyDescribeSeparateInstanceRulesOutput) String

String returns the string representation

type NiftyDescribeVpnGatewayActivitiesInput

type NiftyDescribeVpnGatewayActivitiesInput struct {
	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	VpnGatewayId *string `locationName:"VpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribeVpnGatewayActivitiesInput) GoString

GoString returns the string representation

func (*NiftyDescribeVpnGatewayActivitiesInput) SetNiftyVpnGatewayName

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*NiftyDescribeVpnGatewayActivitiesInput) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (NiftyDescribeVpnGatewayActivitiesInput) String

String returns the string representation

type NiftyDescribeVpnGatewayActivitiesOutput

type NiftyDescribeVpnGatewayActivitiesOutput struct {
	AnalyzeResultSet []*AnalyzeResultSetItem `locationName:"analyzeResultSet" locationNameList:"item" type:"list"`

	Log *string `locationName:"log" type:"string"`

	NiftyVpnGatewayName *string `locationName:"niftyVpnGatewayName" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`

	VpnGatewayId *string `locationName:"vpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDescribeVpnGatewayActivitiesOutput) GoString

GoString returns the string representation

func (*NiftyDescribeVpnGatewayActivitiesOutput) SetAnalyzeResultSet

SetAnalyzeResultSet sets the AnalyzeResultSet field's value.

func (*NiftyDescribeVpnGatewayActivitiesOutput) SetLog

SetLog sets the Log field's value.

func (*NiftyDescribeVpnGatewayActivitiesOutput) SetNiftyVpnGatewayName

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*NiftyDescribeVpnGatewayActivitiesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDescribeVpnGatewayActivitiesOutput) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (NiftyDescribeVpnGatewayActivitiesOutput) String

String returns the string representation

type NiftyDescribeWebProxiesInput

type NiftyDescribeWebProxiesInput struct {
	Filter []*RequestFilterStruct `locationName:"Filter" type:"list"`

	RouterId []*string `locationName:"RouterId" type:"list"`

	RouterName []*string `locationName:"RouterName" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeWebProxiesInput) GoString

func (s NiftyDescribeWebProxiesInput) GoString() string

GoString returns the string representation

func (*NiftyDescribeWebProxiesInput) SetFilter

SetFilter sets the Filter field's value.

func (*NiftyDescribeWebProxiesInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyDescribeWebProxiesInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyDescribeWebProxiesInput) String

String returns the string representation

type NiftyDescribeWebProxiesOutput

type NiftyDescribeWebProxiesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	WebProxy []*WebProxySetItem `locationName:"webProxy" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyDescribeWebProxiesOutput) GoString

GoString returns the string representation

func (*NiftyDescribeWebProxiesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDescribeWebProxiesOutput) SetWebProxy

SetWebProxy sets the WebProxy field's value.

func (NiftyDescribeWebProxiesOutput) String

String returns the string representation

type NiftyDisableDhcpInput

type NiftyDisableDhcpInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDisableDhcpInput) GoString

func (s NiftyDisableDhcpInput) GoString() string

GoString returns the string representation

func (*NiftyDisableDhcpInput) SetAgreement

func (s *NiftyDisableDhcpInput) SetAgreement(v bool) *NiftyDisableDhcpInput

SetAgreement sets the Agreement field's value.

func (*NiftyDisableDhcpInput) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*NiftyDisableDhcpInput) SetNetworkName

func (s *NiftyDisableDhcpInput) SetNetworkName(v string) *NiftyDisableDhcpInput

SetNetworkName sets the NetworkName field's value.

func (*NiftyDisableDhcpInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyDisableDhcpInput) SetRouterName

func (s *NiftyDisableDhcpInput) SetRouterName(v string) *NiftyDisableDhcpInput

SetRouterName sets the RouterName field's value.

func (NiftyDisableDhcpInput) String

func (s NiftyDisableDhcpInput) String() string

String returns the string representation

type NiftyDisableDhcpOutput

type NiftyDisableDhcpOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDisableDhcpOutput) GoString

func (s NiftyDisableDhcpOutput) GoString() string

GoString returns the string representation

func (*NiftyDisableDhcpOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDisableDhcpOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDisableDhcpOutput) String

func (s NiftyDisableDhcpOutput) String() string

String returns the string representation

type NiftyDisassociateNatTableInput

type NiftyDisassociateNatTableInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	AssociationId *string `locationName:"AssociationId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDisassociateNatTableInput) GoString

GoString returns the string representation

func (*NiftyDisassociateNatTableInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyDisassociateNatTableInput) SetAssociationId

SetAssociationId sets the AssociationId field's value.

func (NiftyDisassociateNatTableInput) String

String returns the string representation

type NiftyDisassociateNatTableOutput

type NiftyDisassociateNatTableOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDisassociateNatTableOutput) GoString

GoString returns the string representation

func (*NiftyDisassociateNatTableOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDisassociateNatTableOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDisassociateNatTableOutput) String

String returns the string representation

type NiftyDisassociateRouteTableFromVpnGatewayInput

type NiftyDisassociateRouteTableFromVpnGatewayInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	AssociationId *string `locationName:"AssociationId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDisassociateRouteTableFromVpnGatewayInput) GoString

GoString returns the string representation

func (*NiftyDisassociateRouteTableFromVpnGatewayInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyDisassociateRouteTableFromVpnGatewayInput) SetAssociationId

SetAssociationId sets the AssociationId field's value.

func (NiftyDisassociateRouteTableFromVpnGatewayInput) String

String returns the string representation

type NiftyDisassociateRouteTableFromVpnGatewayOutput

type NiftyDisassociateRouteTableFromVpnGatewayOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyDisassociateRouteTableFromVpnGatewayOutput) GoString

GoString returns the string representation

func (*NiftyDisassociateRouteTableFromVpnGatewayOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyDisassociateRouteTableFromVpnGatewayOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyDisassociateRouteTableFromVpnGatewayOutput) String

String returns the string representation

type NiftyDistributionIdsSetItem

type NiftyDistributionIdsSetItem struct {
	DistributionId *string `locationName:"distributionId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyDistributionIdsSetItem) GoString

func (s NiftyDistributionIdsSetItem) GoString() string

GoString returns the string representation

func (*NiftyDistributionIdsSetItem) SetDistributionId

SetDistributionId sets the DistributionId field's value.

func (NiftyDistributionIdsSetItem) String

String returns the string representation

type NiftyElasticLoadBalancingSetItem

type NiftyElasticLoadBalancingSetItem struct {
	ElasticLoadBalancerId *string `locationName:"elasticLoadBalancerId" type:"string"`

	ElasticLoadBalancerName *string `locationName:"elasticLoadBalancerName" type:"string"`

	ElasticLoadBalancerPort *int64 `locationName:"elasticLoadBalancerPort" type:"integer"`

	InstancePort *int64 `locationName:"instancePort" type:"integer"`

	Protocol *string `locationName:"protocol" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyElasticLoadBalancingSetItem) GoString

GoString returns the string representation

func (*NiftyElasticLoadBalancingSetItem) SetElasticLoadBalancerId

SetElasticLoadBalancerId sets the ElasticLoadBalancerId field's value.

func (*NiftyElasticLoadBalancingSetItem) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyElasticLoadBalancingSetItem) SetElasticLoadBalancerPort

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*NiftyElasticLoadBalancingSetItem) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*NiftyElasticLoadBalancingSetItem) SetProtocol

SetProtocol sets the Protocol field's value.

func (NiftyElasticLoadBalancingSetItem) String

String returns the string representation

type NiftyEnableDhcpInput

type NiftyEnableDhcpInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	DhcpConfigId *string `locationName:"DhcpConfigId" type:"string"`

	DhcpOptionsId *string `locationName:"DhcpOptionsId" type:"string"`

	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyEnableDhcpInput) GoString

func (s NiftyEnableDhcpInput) GoString() string

GoString returns the string representation

func (*NiftyEnableDhcpInput) SetAgreement

func (s *NiftyEnableDhcpInput) SetAgreement(v bool) *NiftyEnableDhcpInput

SetAgreement sets the Agreement field's value.

func (*NiftyEnableDhcpInput) SetDhcpConfigId

func (s *NiftyEnableDhcpInput) SetDhcpConfigId(v string) *NiftyEnableDhcpInput

SetDhcpConfigId sets the DhcpConfigId field's value.

func (*NiftyEnableDhcpInput) SetDhcpOptionsId

func (s *NiftyEnableDhcpInput) SetDhcpOptionsId(v string) *NiftyEnableDhcpInput

SetDhcpOptionsId sets the DhcpOptionsId field's value.

func (*NiftyEnableDhcpInput) SetNetworkId

func (s *NiftyEnableDhcpInput) SetNetworkId(v string) *NiftyEnableDhcpInput

SetNetworkId sets the NetworkId field's value.

func (*NiftyEnableDhcpInput) SetNetworkName

func (s *NiftyEnableDhcpInput) SetNetworkName(v string) *NiftyEnableDhcpInput

SetNetworkName sets the NetworkName field's value.

func (*NiftyEnableDhcpInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyEnableDhcpInput) SetRouterName

func (s *NiftyEnableDhcpInput) SetRouterName(v string) *NiftyEnableDhcpInput

SetRouterName sets the RouterName field's value.

func (NiftyEnableDhcpInput) String

func (s NiftyEnableDhcpInput) String() string

String returns the string representation

type NiftyEnableDhcpOutput

type NiftyEnableDhcpOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyEnableDhcpOutput) GoString

func (s NiftyEnableDhcpOutput) GoString() string

GoString returns the string representation

func (*NiftyEnableDhcpOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyEnableDhcpOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyEnableDhcpOutput) String

func (s NiftyEnableDhcpOutput) String() string

String returns the string representation

type NiftyIpsecConfiguration

type NiftyIpsecConfiguration struct {
	EncryptionAlgorithm *string `locationName:"encryptionAlgorithm" type:"string"`

	HashingAlgorithm *string `locationName:"hashingAlgorithm" type:"string"`

	InternetKeyExchange *string `locationName:"internetKeyExchange" type:"string"`

	Mtu *string `locationName:"mtu" type:"string"`

	PreSharedKey *string `locationName:"preSharedKey" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyIpsecConfiguration) GoString

func (s NiftyIpsecConfiguration) GoString() string

GoString returns the string representation

func (*NiftyIpsecConfiguration) SetEncryptionAlgorithm

func (s *NiftyIpsecConfiguration) SetEncryptionAlgorithm(v string) *NiftyIpsecConfiguration

SetEncryptionAlgorithm sets the EncryptionAlgorithm field's value.

func (*NiftyIpsecConfiguration) SetHashingAlgorithm

func (s *NiftyIpsecConfiguration) SetHashingAlgorithm(v string) *NiftyIpsecConfiguration

SetHashingAlgorithm sets the HashingAlgorithm field's value.

func (*NiftyIpsecConfiguration) SetInternetKeyExchange

func (s *NiftyIpsecConfiguration) SetInternetKeyExchange(v string) *NiftyIpsecConfiguration

SetInternetKeyExchange sets the InternetKeyExchange field's value.

func (*NiftyIpsecConfiguration) SetMtu

SetMtu sets the Mtu field's value.

func (*NiftyIpsecConfiguration) SetPreSharedKey

SetPreSharedKey sets the PreSharedKey field's value.

func (NiftyIpsecConfiguration) String

func (s NiftyIpsecConfiguration) String() string

String returns the string representation

type NiftyModifyAddressAttributeInput

type NiftyModifyAddressAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

	PrivateIpAddress *string `locationName:"PrivateIpAddress" type:"string"`

	PublicIp *string `locationName:"PublicIp" type:"string"`

	Value *string `locationName:"Value" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyModifyAddressAttributeInput) GoString

GoString returns the string representation

func (*NiftyModifyAddressAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*NiftyModifyAddressAttributeInput) SetPrivateIpAddress

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*NiftyModifyAddressAttributeInput) SetPublicIp

SetPublicIp sets the PublicIp field's value.

func (*NiftyModifyAddressAttributeInput) SetValue

SetValue sets the Value field's value.

func (NiftyModifyAddressAttributeInput) String

String returns the string representation

type NiftyModifyAddressAttributeOutput

type NiftyModifyAddressAttributeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyModifyAddressAttributeOutput) GoString

GoString returns the string representation

func (*NiftyModifyAddressAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyModifyAddressAttributeOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyModifyAddressAttributeOutput) String

String returns the string representation

type NiftyModifyCustomerGatewayAttributeInput

type NiftyModifyCustomerGatewayAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

	CustomerGatewayId *string `locationName:"CustomerGatewayId" type:"string"`

	NiftyCustomerGatewayName *string `locationName:"NiftyCustomerGatewayName" type:"string"`

	Value *string `locationName:"Value" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyModifyCustomerGatewayAttributeInput) GoString

GoString returns the string representation

func (*NiftyModifyCustomerGatewayAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*NiftyModifyCustomerGatewayAttributeInput) SetCustomerGatewayId

SetCustomerGatewayId sets the CustomerGatewayId field's value.

func (*NiftyModifyCustomerGatewayAttributeInput) SetNiftyCustomerGatewayName

SetNiftyCustomerGatewayName sets the NiftyCustomerGatewayName field's value.

func (*NiftyModifyCustomerGatewayAttributeInput) SetValue

SetValue sets the Value field's value.

func (NiftyModifyCustomerGatewayAttributeInput) String

String returns the string representation

type NiftyModifyCustomerGatewayAttributeOutput

type NiftyModifyCustomerGatewayAttributeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyModifyCustomerGatewayAttributeOutput) GoString

GoString returns the string representation

func (*NiftyModifyCustomerGatewayAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyModifyCustomerGatewayAttributeOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyModifyCustomerGatewayAttributeOutput) String

String returns the string representation

type NiftyModifyElasticLoadBalancerAttributesInput

type NiftyModifyElasticLoadBalancerAttributesInput struct {
	ElasticLoadBalancerId *string `locationName:"ElasticLoadBalancerId" type:"string"`

	ElasticLoadBalancerName *string `locationName:"ElasticLoadBalancerName" type:"string"`

	ElasticLoadBalancerPort *int64 `locationName:"ElasticLoadBalancerPort" type:"integer"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	LoadBalancerAttributes *RequestLoadBalancerAttributesStruct `locationName:"LoadBalancerAttributes" type:"structure"`

	Protocol *string `locationName:"Protocol" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyModifyElasticLoadBalancerAttributesInput) GoString

GoString returns the string representation

func (*NiftyModifyElasticLoadBalancerAttributesInput) SetElasticLoadBalancerId

SetElasticLoadBalancerId sets the ElasticLoadBalancerId field's value.

func (*NiftyModifyElasticLoadBalancerAttributesInput) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyModifyElasticLoadBalancerAttributesInput) SetElasticLoadBalancerPort

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*NiftyModifyElasticLoadBalancerAttributesInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*NiftyModifyElasticLoadBalancerAttributesInput) SetLoadBalancerAttributes

SetLoadBalancerAttributes sets the LoadBalancerAttributes field's value.

func (*NiftyModifyElasticLoadBalancerAttributesInput) SetProtocol

SetProtocol sets the Protocol field's value.

func (NiftyModifyElasticLoadBalancerAttributesInput) String

String returns the string representation

type NiftyModifyElasticLoadBalancerAttributesOutput

type NiftyModifyElasticLoadBalancerAttributesOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyModifyElasticLoadBalancerAttributesOutput) GoString

GoString returns the string representation

func (*NiftyModifyElasticLoadBalancerAttributesOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (NiftyModifyElasticLoadBalancerAttributesOutput) String

String returns the string representation

type NiftyModifyInstanceSnapshotAttributeInput

type NiftyModifyInstanceSnapshotAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

	InstanceSnapshotId *string `locationName:"InstanceSnapshotId" type:"string"`

	SnapshotName *string `locationName:"SnapshotName" type:"string"`

	Value *string `locationName:"Value" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyModifyInstanceSnapshotAttributeInput) GoString

GoString returns the string representation

func (*NiftyModifyInstanceSnapshotAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*NiftyModifyInstanceSnapshotAttributeInput) SetInstanceSnapshotId

SetInstanceSnapshotId sets the InstanceSnapshotId field's value.

func (*NiftyModifyInstanceSnapshotAttributeInput) SetSnapshotName

SetSnapshotName sets the SnapshotName field's value.

func (*NiftyModifyInstanceSnapshotAttributeInput) SetValue

SetValue sets the Value field's value.

func (NiftyModifyInstanceSnapshotAttributeInput) String

String returns the string representation

type NiftyModifyInstanceSnapshotAttributeOutput

type NiftyModifyInstanceSnapshotAttributeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyModifyInstanceSnapshotAttributeOutput) GoString

GoString returns the string representation

func (*NiftyModifyInstanceSnapshotAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyModifyInstanceSnapshotAttributeOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyModifyInstanceSnapshotAttributeOutput) String

String returns the string representation

type NiftyModifyKeyPairAttributeInput

type NiftyModifyKeyPairAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

	KeyName *string `locationName:"KeyName" type:"string"`

	Value *string `locationName:"Value" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyModifyKeyPairAttributeInput) GoString

GoString returns the string representation

func (*NiftyModifyKeyPairAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*NiftyModifyKeyPairAttributeInput) SetKeyName

SetKeyName sets the KeyName field's value.

func (*NiftyModifyKeyPairAttributeInput) SetValue

SetValue sets the Value field's value.

func (NiftyModifyKeyPairAttributeInput) String

String returns the string representation

type NiftyModifyKeyPairAttributeOutput

type NiftyModifyKeyPairAttributeOutput struct {
	Attribute *string `locationName:"attribute" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`

	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyModifyKeyPairAttributeOutput) GoString

GoString returns the string representation

func (*NiftyModifyKeyPairAttributeOutput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*NiftyModifyKeyPairAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyModifyKeyPairAttributeOutput) SetReturn

SetReturn sets the Return field's value.

func (*NiftyModifyKeyPairAttributeOutput) SetValue

SetValue sets the Value field's value.

func (NiftyModifyKeyPairAttributeOutput) String

String returns the string representation

type NiftyModifyPrivateLanAttributeInput

type NiftyModifyPrivateLanAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

	NetworkId *string `locationName:"NetworkId" type:"string"`

	PrivateLanName *string `locationName:"PrivateLanName" type:"string"`

	Value *string `locationName:"Value" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyModifyPrivateLanAttributeInput) GoString

GoString returns the string representation

func (*NiftyModifyPrivateLanAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*NiftyModifyPrivateLanAttributeInput) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*NiftyModifyPrivateLanAttributeInput) SetPrivateLanName

SetPrivateLanName sets the PrivateLanName field's value.

func (*NiftyModifyPrivateLanAttributeInput) SetValue

SetValue sets the Value field's value.

func (NiftyModifyPrivateLanAttributeInput) String

String returns the string representation

type NiftyModifyPrivateLanAttributeOutput

type NiftyModifyPrivateLanAttributeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyModifyPrivateLanAttributeOutput) GoString

GoString returns the string representation

func (*NiftyModifyPrivateLanAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyModifyPrivateLanAttributeOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyModifyPrivateLanAttributeOutput) String

String returns the string representation

type NiftyModifyRouterAttributeInput

type NiftyModifyRouterAttributeInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	Attribute *string `locationName:"Attribute" type:"string"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`

	Value *string `locationName:"Value" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyModifyRouterAttributeInput) GoString

GoString returns the string representation

func (*NiftyModifyRouterAttributeInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyModifyRouterAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*NiftyModifyRouterAttributeInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyModifyRouterAttributeInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (*NiftyModifyRouterAttributeInput) SetValue

SetValue sets the Value field's value.

func (NiftyModifyRouterAttributeInput) String

String returns the string representation

type NiftyModifyRouterAttributeOutput

type NiftyModifyRouterAttributeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyModifyRouterAttributeOutput) GoString

GoString returns the string representation

func (*NiftyModifyRouterAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyModifyRouterAttributeOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyModifyRouterAttributeOutput) String

String returns the string representation

type NiftyModifyVpnGatewayAttributeInput

type NiftyModifyVpnGatewayAttributeInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	Attribute *string `locationName:"Attribute" type:"string"`

	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	Value *string `locationName:"Value" type:"string"`

	VpnGatewayId *string `locationName:"VpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyModifyVpnGatewayAttributeInput) GoString

GoString returns the string representation

func (*NiftyModifyVpnGatewayAttributeInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyModifyVpnGatewayAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*NiftyModifyVpnGatewayAttributeInput) SetNiftyVpnGatewayName

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*NiftyModifyVpnGatewayAttributeInput) SetValue

SetValue sets the Value field's value.

func (*NiftyModifyVpnGatewayAttributeInput) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (NiftyModifyVpnGatewayAttributeInput) String

String returns the string representation

type NiftyModifyVpnGatewayAttributeOutput

type NiftyModifyVpnGatewayAttributeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyModifyVpnGatewayAttributeOutput) GoString

GoString returns the string representation

func (*NiftyModifyVpnGatewayAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyModifyVpnGatewayAttributeOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyModifyVpnGatewayAttributeOutput) String

String returns the string representation

type NiftyModifyWebProxyAttributeInput

type NiftyModifyWebProxyAttributeInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	Attribute *string `locationName:"Attribute" type:"string"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`

	Value *string `locationName:"Value" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyModifyWebProxyAttributeInput) GoString

GoString returns the string representation

func (*NiftyModifyWebProxyAttributeInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyModifyWebProxyAttributeInput) SetAttribute

SetAttribute sets the Attribute field's value.

func (*NiftyModifyWebProxyAttributeInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyModifyWebProxyAttributeInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (*NiftyModifyWebProxyAttributeInput) SetValue

SetValue sets the Value field's value.

func (NiftyModifyWebProxyAttributeInput) String

String returns the string representation

type NiftyModifyWebProxyAttributeOutput

type NiftyModifyWebProxyAttributeOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyModifyWebProxyAttributeOutput) GoString

GoString returns the string representation

func (*NiftyModifyWebProxyAttributeOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyModifyWebProxyAttributeOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyModifyWebProxyAttributeOutput) String

String returns the string representation

type NiftyPrivateIpType

type NiftyPrivateIpType struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyPrivateIpType) GoString

func (s NiftyPrivateIpType) GoString() string

GoString returns the string representation

func (*NiftyPrivateIpType) SetValue

SetValue sets the Value field's value.

func (NiftyPrivateIpType) String

func (s NiftyPrivateIpType) String() string

String returns the string representation

type NiftyRebootRoutersInput

type NiftyRebootRoutersInput struct {
	Router []*RequestRouterStruct `locationName:"Router" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyRebootRoutersInput) GoString

func (s NiftyRebootRoutersInput) GoString() string

GoString returns the string representation

func (*NiftyRebootRoutersInput) SetRouter

SetRouter sets the Router field's value.

func (NiftyRebootRoutersInput) String

func (s NiftyRebootRoutersInput) String() string

String returns the string representation

type NiftyRebootRoutersOutput

type NiftyRebootRoutersOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyRebootRoutersOutput) GoString

func (s NiftyRebootRoutersOutput) GoString() string

GoString returns the string representation

func (*NiftyRebootRoutersOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyRebootRoutersOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyRebootRoutersOutput) String

func (s NiftyRebootRoutersOutput) String() string

String returns the string representation

type NiftyRebootVpnGatewaysInput

type NiftyRebootVpnGatewaysInput struct {
	VpnGateway []*RequestVpnGatewayStruct `locationName:"VpnGateway" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyRebootVpnGatewaysInput) GoString

func (s NiftyRebootVpnGatewaysInput) GoString() string

GoString returns the string representation

func (*NiftyRebootVpnGatewaysInput) SetVpnGateway

SetVpnGateway sets the VpnGateway field's value.

func (NiftyRebootVpnGatewaysInput) String

String returns the string representation

type NiftyRebootVpnGatewaysOutput

type NiftyRebootVpnGatewaysOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyRebootVpnGatewaysOutput) GoString

func (s NiftyRebootVpnGatewaysOutput) GoString() string

GoString returns the string representation

func (*NiftyRebootVpnGatewaysOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyRebootVpnGatewaysOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyRebootVpnGatewaysOutput) String

String returns the string representation

type NiftyRegisterInstancesWithElasticLoadBalancerInput

type NiftyRegisterInstancesWithElasticLoadBalancerInput struct {
	ElasticLoadBalancerId *string `locationName:"ElasticLoadBalancerId" type:"string"`

	ElasticLoadBalancerName *string `locationName:"ElasticLoadBalancerName" type:"string"`

	ElasticLoadBalancerPort *int64 `locationName:"ElasticLoadBalancerPort" type:"integer"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	Instances []*RequestInstancesStruct `locationName:"Instances" locationNameList:"member" type:"list"`

	Protocol *string `locationName:"Protocol" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyRegisterInstancesWithElasticLoadBalancerInput) GoString

GoString returns the string representation

func (*NiftyRegisterInstancesWithElasticLoadBalancerInput) SetElasticLoadBalancerId

SetElasticLoadBalancerId sets the ElasticLoadBalancerId field's value.

func (*NiftyRegisterInstancesWithElasticLoadBalancerInput) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyRegisterInstancesWithElasticLoadBalancerInput) SetElasticLoadBalancerPort

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*NiftyRegisterInstancesWithElasticLoadBalancerInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*NiftyRegisterInstancesWithElasticLoadBalancerInput) SetInstances

SetInstances sets the Instances field's value.

func (*NiftyRegisterInstancesWithElasticLoadBalancerInput) SetProtocol

SetProtocol sets the Protocol field's value.

func (NiftyRegisterInstancesWithElasticLoadBalancerInput) String

String returns the string representation

type NiftyRegisterInstancesWithElasticLoadBalancerOutput

type NiftyRegisterInstancesWithElasticLoadBalancerOutput struct {
	Instances []*InstancesMemberItem `locationName:"Instances" locationNameList:"member" type:"list"`

	NiftyRegisterInstancesWithElasticLoadBalancerResult *NiftyRegisterInstancesWithElasticLoadBalancerOutput `locationName:"NiftyRegisterInstancesWithElasticLoadBalancerResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyRegisterInstancesWithElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (*NiftyRegisterInstancesWithElasticLoadBalancerOutput) SetInstances

SetInstances sets the Instances field's value.

func (*NiftyRegisterInstancesWithElasticLoadBalancerOutput) SetNiftyRegisterInstancesWithElasticLoadBalancerResult

SetNiftyRegisterInstancesWithElasticLoadBalancerResult sets the NiftyRegisterInstancesWithElasticLoadBalancerResult field's value.

func (*NiftyRegisterInstancesWithElasticLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (NiftyRegisterInstancesWithElasticLoadBalancerOutput) String

String returns the string representation

type NiftyRegisterInstancesWithSeparateInstanceRuleInput

type NiftyRegisterInstancesWithSeparateInstanceRuleInput struct {
	InstanceId []*string `locationName:"InstanceId" type:"list"`

	InstanceUniqueId []*string `locationName:"InstanceUniqueId" type:"list"`

	SeparateInstanceRuleName *string `locationName:"SeparateInstanceRuleName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyRegisterInstancesWithSeparateInstanceRuleInput) GoString

GoString returns the string representation

func (*NiftyRegisterInstancesWithSeparateInstanceRuleInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NiftyRegisterInstancesWithSeparateInstanceRuleInput) SetInstanceUniqueId

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*NiftyRegisterInstancesWithSeparateInstanceRuleInput) SetSeparateInstanceRuleName

SetSeparateInstanceRuleName sets the SeparateInstanceRuleName field's value.

func (NiftyRegisterInstancesWithSeparateInstanceRuleInput) String

String returns the string representation

type NiftyRegisterInstancesWithSeparateInstanceRuleOutput

type NiftyRegisterInstancesWithSeparateInstanceRuleOutput struct {
	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyRegisterInstancesWithSeparateInstanceRuleOutput) GoString

GoString returns the string representation

func (*NiftyRegisterInstancesWithSeparateInstanceRuleOutput) SetInstancesSet

SetInstancesSet sets the InstancesSet field's value.

func (*NiftyRegisterInstancesWithSeparateInstanceRuleOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyRegisterInstancesWithSeparateInstanceRuleOutput) String

String returns the string representation

type NiftyRegisterPortWithElasticLoadBalancerInput

type NiftyRegisterPortWithElasticLoadBalancerInput struct {
	ElasticLoadBalancerId *string `locationName:"ElasticLoadBalancerId" type:"string"`

	ElasticLoadBalancerName *string `locationName:"ElasticLoadBalancerName" type:"string"`

	Listeners []*RequestListenersStruct `locationName:"Listeners" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyRegisterPortWithElasticLoadBalancerInput) GoString

GoString returns the string representation

func (*NiftyRegisterPortWithElasticLoadBalancerInput) SetElasticLoadBalancerId

SetElasticLoadBalancerId sets the ElasticLoadBalancerId field's value.

func (*NiftyRegisterPortWithElasticLoadBalancerInput) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyRegisterPortWithElasticLoadBalancerInput) SetListeners

SetListeners sets the Listeners field's value.

func (NiftyRegisterPortWithElasticLoadBalancerInput) String

String returns the string representation

type NiftyRegisterPortWithElasticLoadBalancerOutput

type NiftyRegisterPortWithElasticLoadBalancerOutput struct {
	Listeners []*ListenersMemberItem `locationName:"Listeners" locationNameList:"member" type:"list"`

	NiftyRegisterPortWithElasticLoadBalancerResult *NiftyRegisterPortWithElasticLoadBalancerOutput `locationName:"NiftyRegisterPortWithElasticLoadBalancerResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyRegisterPortWithElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (*NiftyRegisterPortWithElasticLoadBalancerOutput) SetListeners

SetListeners sets the Listeners field's value.

func (*NiftyRegisterPortWithElasticLoadBalancerOutput) SetNiftyRegisterPortWithElasticLoadBalancerResult

SetNiftyRegisterPortWithElasticLoadBalancerResult sets the NiftyRegisterPortWithElasticLoadBalancerResult field's value.

func (*NiftyRegisterPortWithElasticLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (NiftyRegisterPortWithElasticLoadBalancerOutput) String

String returns the string representation

type NiftyRegisterRoutersWithSecurityGroupInput

type NiftyRegisterRoutersWithSecurityGroupInput struct {
	GroupName *string `locationName:"GroupName" type:"string"`

	RouterSet []*RequestRouterSetStruct `locationName:"RouterSet" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyRegisterRoutersWithSecurityGroupInput) GoString

GoString returns the string representation

func (*NiftyRegisterRoutersWithSecurityGroupInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*NiftyRegisterRoutersWithSecurityGroupInput) SetRouterSet

SetRouterSet sets the RouterSet field's value.

func (NiftyRegisterRoutersWithSecurityGroupInput) String

String returns the string representation

type NiftyRegisterRoutersWithSecurityGroupOutput

type NiftyRegisterRoutersWithSecurityGroupOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	RouterSet []*RouterSetItem `locationName:"routerSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyRegisterRoutersWithSecurityGroupOutput) GoString

GoString returns the string representation

func (*NiftyRegisterRoutersWithSecurityGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyRegisterRoutersWithSecurityGroupOutput) SetRouterSet

SetRouterSet sets the RouterSet field's value.

func (NiftyRegisterRoutersWithSecurityGroupOutput) String

String returns the string representation

type NiftyRegisterVpnGatewaysWithSecurityGroupInput

type NiftyRegisterVpnGatewaysWithSecurityGroupInput struct {
	GroupName *string `locationName:"GroupName" type:"string"`

	VpnGatewaySet []*RequestVpnGatewaySetStruct `locationName:"VpnGatewaySet" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyRegisterVpnGatewaysWithSecurityGroupInput) GoString

GoString returns the string representation

func (*NiftyRegisterVpnGatewaysWithSecurityGroupInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*NiftyRegisterVpnGatewaysWithSecurityGroupInput) SetVpnGatewaySet

SetVpnGatewaySet sets the VpnGatewaySet field's value.

func (NiftyRegisterVpnGatewaysWithSecurityGroupInput) String

String returns the string representation

type NiftyRegisterVpnGatewaysWithSecurityGroupOutput

type NiftyRegisterVpnGatewaysWithSecurityGroupOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	VpnGatewaySet []*VpnGatewaySetItem `locationName:"vpnGatewaySet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyRegisterVpnGatewaysWithSecurityGroupOutput) GoString

GoString returns the string representation

func (*NiftyRegisterVpnGatewaysWithSecurityGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyRegisterVpnGatewaysWithSecurityGroupOutput) SetVpnGatewaySet

SetVpnGatewaySet sets the VpnGatewaySet field's value.

func (NiftyRegisterVpnGatewaysWithSecurityGroupOutput) String

String returns the string representation

type NiftyReleaseRouterBackupStateInput

type NiftyReleaseRouterBackupStateInput struct {
	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReleaseRouterBackupStateInput) GoString

GoString returns the string representation

func (*NiftyReleaseRouterBackupStateInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyReleaseRouterBackupStateInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyReleaseRouterBackupStateInput) String

String returns the string representation

type NiftyReleaseRouterBackupStateOutput

type NiftyReleaseRouterBackupStateOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyReleaseRouterBackupStateOutput) GoString

GoString returns the string representation

func (*NiftyReleaseRouterBackupStateOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyReleaseRouterBackupStateOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyReleaseRouterBackupStateOutput) String

String returns the string representation

type NiftyReleaseVpnGatewayBackupStateInput

type NiftyReleaseVpnGatewayBackupStateInput struct {
	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	VpnGatewayId *string `locationName:"VpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReleaseVpnGatewayBackupStateInput) GoString

GoString returns the string representation

func (*NiftyReleaseVpnGatewayBackupStateInput) SetNiftyVpnGatewayName

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*NiftyReleaseVpnGatewayBackupStateInput) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (NiftyReleaseVpnGatewayBackupStateInput) String

String returns the string representation

type NiftyReleaseVpnGatewayBackupStateOutput

type NiftyReleaseVpnGatewayBackupStateOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyReleaseVpnGatewayBackupStateOutput) GoString

GoString returns the string representation

func (*NiftyReleaseVpnGatewayBackupStateOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyReleaseVpnGatewayBackupStateOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyReleaseVpnGatewayBackupStateOutput) String

String returns the string representation

type NiftyReplaceDhcpConfigInput

type NiftyReplaceDhcpConfigInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	DhcpConfigId *string `locationName:"DhcpConfigId" type:"string"`

	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReplaceDhcpConfigInput) GoString

func (s NiftyReplaceDhcpConfigInput) GoString() string

GoString returns the string representation

func (*NiftyReplaceDhcpConfigInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyReplaceDhcpConfigInput) SetDhcpConfigId

SetDhcpConfigId sets the DhcpConfigId field's value.

func (*NiftyReplaceDhcpConfigInput) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*NiftyReplaceDhcpConfigInput) SetNetworkName

SetNetworkName sets the NetworkName field's value.

func (*NiftyReplaceDhcpConfigInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyReplaceDhcpConfigInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyReplaceDhcpConfigInput) String

String returns the string representation

type NiftyReplaceDhcpConfigOutput

type NiftyReplaceDhcpConfigOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyReplaceDhcpConfigOutput) GoString

func (s NiftyReplaceDhcpConfigOutput) GoString() string

GoString returns the string representation

func (*NiftyReplaceDhcpConfigOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyReplaceDhcpConfigOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyReplaceDhcpConfigOutput) String

String returns the string representation

type NiftyReplaceDhcpOptionInput

type NiftyReplaceDhcpOptionInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	DhcpOptionsId *string `locationName:"DhcpOptionsId" type:"string"`

	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReplaceDhcpOptionInput) GoString

func (s NiftyReplaceDhcpOptionInput) GoString() string

GoString returns the string representation

func (*NiftyReplaceDhcpOptionInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyReplaceDhcpOptionInput) SetDhcpOptionsId

SetDhcpOptionsId sets the DhcpOptionsId field's value.

func (*NiftyReplaceDhcpOptionInput) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*NiftyReplaceDhcpOptionInput) SetNetworkName

SetNetworkName sets the NetworkName field's value.

func (*NiftyReplaceDhcpOptionInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyReplaceDhcpOptionInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyReplaceDhcpOptionInput) String

String returns the string representation

type NiftyReplaceDhcpOptionOutput

type NiftyReplaceDhcpOptionOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyReplaceDhcpOptionOutput) GoString

func (s NiftyReplaceDhcpOptionOutput) GoString() string

GoString returns the string representation

func (*NiftyReplaceDhcpOptionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyReplaceDhcpOptionOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyReplaceDhcpOptionOutput) String

String returns the string representation

type NiftyReplaceElasticLoadBalancerLatestVersionInput

type NiftyReplaceElasticLoadBalancerLatestVersionInput struct {
	ElasticLoadBalancerId *string `locationName:"ElasticLoadBalancerId" type:"string"`

	ElasticLoadBalancerName *string `locationName:"ElasticLoadBalancerName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReplaceElasticLoadBalancerLatestVersionInput) GoString

GoString returns the string representation

func (*NiftyReplaceElasticLoadBalancerLatestVersionInput) SetElasticLoadBalancerId

SetElasticLoadBalancerId sets the ElasticLoadBalancerId field's value.

func (*NiftyReplaceElasticLoadBalancerLatestVersionInput) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (NiftyReplaceElasticLoadBalancerLatestVersionInput) String

String returns the string representation

type NiftyReplaceElasticLoadBalancerLatestVersionOutput

type NiftyReplaceElasticLoadBalancerLatestVersionOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyReplaceElasticLoadBalancerLatestVersionOutput) GoString

GoString returns the string representation

func (*NiftyReplaceElasticLoadBalancerLatestVersionOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (NiftyReplaceElasticLoadBalancerLatestVersionOutput) String

String returns the string representation

type NiftyReplaceNatRuleInput

type NiftyReplaceNatRuleInput struct {
	Description *string `locationName:"Description" type:"string"`

	Destination *RequestDestinationStruct `locationName:"Destination" type:"structure"`

	InboundInterface *RequestInboundInterfaceStruct `locationName:"InboundInterface" type:"structure"`

	NatTableId *string `locationName:"NatTableId" type:"string"`

	NatType *string `locationName:"NatType" type:"string"`

	OutboundInterface *RequestOutboundInterfaceStruct `locationName:"OutboundInterface" type:"structure"`

	Protocol *string `locationName:"Protocol" type:"string"`

	RuleNumber *string `locationName:"RuleNumber" type:"string"`

	Source *RequestSourceStruct `locationName:"Source" type:"structure"`

	Translation *RequestTranslationStruct `locationName:"Translation" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyReplaceNatRuleInput) GoString

func (s NiftyReplaceNatRuleInput) GoString() string

GoString returns the string representation

func (*NiftyReplaceNatRuleInput) SetDescription

SetDescription sets the Description field's value.

func (*NiftyReplaceNatRuleInput) SetDestination

SetDestination sets the Destination field's value.

func (*NiftyReplaceNatRuleInput) SetInboundInterface

SetInboundInterface sets the InboundInterface field's value.

func (*NiftyReplaceNatRuleInput) SetNatTableId

SetNatTableId sets the NatTableId field's value.

func (*NiftyReplaceNatRuleInput) SetNatType

SetNatType sets the NatType field's value.

func (*NiftyReplaceNatRuleInput) SetOutboundInterface

SetOutboundInterface sets the OutboundInterface field's value.

func (*NiftyReplaceNatRuleInput) SetProtocol

SetProtocol sets the Protocol field's value.

func (*NiftyReplaceNatRuleInput) SetRuleNumber

SetRuleNumber sets the RuleNumber field's value.

func (*NiftyReplaceNatRuleInput) SetSource

SetSource sets the Source field's value.

func (*NiftyReplaceNatRuleInput) SetTranslation

SetTranslation sets the Translation field's value.

func (NiftyReplaceNatRuleInput) String

func (s NiftyReplaceNatRuleInput) String() string

String returns the string representation

type NiftyReplaceNatRuleOutput

type NiftyReplaceNatRuleOutput struct {
	NatRule *NatRule `locationName:"natRule" type:"structure"`

	NatTableId *string `locationName:"natTableId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReplaceNatRuleOutput) GoString

func (s NiftyReplaceNatRuleOutput) GoString() string

GoString returns the string representation

func (*NiftyReplaceNatRuleOutput) SetNatRule

SetNatRule sets the NatRule field's value.

func (*NiftyReplaceNatRuleOutput) SetNatTableId

SetNatTableId sets the NatTableId field's value.

func (*NiftyReplaceNatRuleOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyReplaceNatRuleOutput) String

func (s NiftyReplaceNatRuleOutput) String() string

String returns the string representation

type NiftyReplaceNatTableAssociationInput

type NiftyReplaceNatTableAssociationInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	AssociationId *string `locationName:"AssociationId" type:"string"`

	NatTableId *string `locationName:"NatTableId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReplaceNatTableAssociationInput) GoString

GoString returns the string representation

func (*NiftyReplaceNatTableAssociationInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyReplaceNatTableAssociationInput) SetAssociationId

SetAssociationId sets the AssociationId field's value.

func (*NiftyReplaceNatTableAssociationInput) SetNatTableId

SetNatTableId sets the NatTableId field's value.

func (NiftyReplaceNatTableAssociationInput) String

String returns the string representation

type NiftyReplaceNatTableAssociationOutput

type NiftyReplaceNatTableAssociationOutput struct {
	NewAssociationId *string `locationName:"newAssociationId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReplaceNatTableAssociationOutput) GoString

GoString returns the string representation

func (*NiftyReplaceNatTableAssociationOutput) SetNewAssociationId

SetNewAssociationId sets the NewAssociationId field's value.

func (*NiftyReplaceNatTableAssociationOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyReplaceNatTableAssociationOutput) String

String returns the string representation

type NiftyReplaceRouteTableAssociationWithVpnGatewayInput

type NiftyReplaceRouteTableAssociationWithVpnGatewayInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	AssociationId *string `locationName:"AssociationId" type:"string"`

	RouteTableId *string `locationName:"RouteTableId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReplaceRouteTableAssociationWithVpnGatewayInput) GoString

GoString returns the string representation

func (*NiftyReplaceRouteTableAssociationWithVpnGatewayInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyReplaceRouteTableAssociationWithVpnGatewayInput) SetAssociationId

SetAssociationId sets the AssociationId field's value.

func (*NiftyReplaceRouteTableAssociationWithVpnGatewayInput) SetRouteTableId

SetRouteTableId sets the RouteTableId field's value.

func (NiftyReplaceRouteTableAssociationWithVpnGatewayInput) String

String returns the string representation

type NiftyReplaceRouteTableAssociationWithVpnGatewayOutput

type NiftyReplaceRouteTableAssociationWithVpnGatewayOutput struct {
	NewAssociationId *string `locationName:"newAssociationId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReplaceRouteTableAssociationWithVpnGatewayOutput) GoString

GoString returns the string representation

func (*NiftyReplaceRouteTableAssociationWithVpnGatewayOutput) SetNewAssociationId

SetNewAssociationId sets the NewAssociationId field's value.

func (*NiftyReplaceRouteTableAssociationWithVpnGatewayOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyReplaceRouteTableAssociationWithVpnGatewayOutput) String

String returns the string representation

type NiftyReplaceRouterLatestVersionInput

type NiftyReplaceRouterLatestVersionInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReplaceRouterLatestVersionInput) GoString

GoString returns the string representation

func (*NiftyReplaceRouterLatestVersionInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyReplaceRouterLatestVersionInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyReplaceRouterLatestVersionInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyReplaceRouterLatestVersionInput) String

String returns the string representation

type NiftyReplaceRouterLatestVersionOutput

type NiftyReplaceRouterLatestVersionOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyReplaceRouterLatestVersionOutput) GoString

GoString returns the string representation

func (*NiftyReplaceRouterLatestVersionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyReplaceRouterLatestVersionOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyReplaceRouterLatestVersionOutput) String

String returns the string representation

type NiftyReplaceVpnGatewayLatestVersionInput

type NiftyReplaceVpnGatewayLatestVersionInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	VpnGatewayId *string `locationName:"VpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyReplaceVpnGatewayLatestVersionInput) GoString

GoString returns the string representation

func (*NiftyReplaceVpnGatewayLatestVersionInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyReplaceVpnGatewayLatestVersionInput) SetNiftyVpnGatewayName

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*NiftyReplaceVpnGatewayLatestVersionInput) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (NiftyReplaceVpnGatewayLatestVersionInput) String

String returns the string representation

type NiftyReplaceVpnGatewayLatestVersionOutput

type NiftyReplaceVpnGatewayLatestVersionOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyReplaceVpnGatewayLatestVersionOutput) GoString

GoString returns the string representation

func (*NiftyReplaceVpnGatewayLatestVersionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyReplaceVpnGatewayLatestVersionOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyReplaceVpnGatewayLatestVersionOutput) String

String returns the string representation

type NiftyRestoreInstanceSnapshotInput

type NiftyRestoreInstanceSnapshotInput struct {
	InstanceSnapshotId *string `locationName:"InstanceSnapshotId" type:"string"`

	SnapshotName *string `locationName:"SnapshotName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyRestoreInstanceSnapshotInput) GoString

GoString returns the string representation

func (*NiftyRestoreInstanceSnapshotInput) SetInstanceSnapshotId

SetInstanceSnapshotId sets the InstanceSnapshotId field's value.

func (*NiftyRestoreInstanceSnapshotInput) SetSnapshotName

SetSnapshotName sets the SnapshotName field's value.

func (NiftyRestoreInstanceSnapshotInput) String

String returns the string representation

type NiftyRestoreInstanceSnapshotOutput

type NiftyRestoreInstanceSnapshotOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyRestoreInstanceSnapshotOutput) GoString

GoString returns the string representation

func (*NiftyRestoreInstanceSnapshotOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyRestoreInstanceSnapshotOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyRestoreInstanceSnapshotOutput) String

String returns the string representation

type NiftyRestoreRouterPreviousVersionInput

type NiftyRestoreRouterPreviousVersionInput struct {
	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyRestoreRouterPreviousVersionInput) GoString

GoString returns the string representation

func (*NiftyRestoreRouterPreviousVersionInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyRestoreRouterPreviousVersionInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyRestoreRouterPreviousVersionInput) String

String returns the string representation

type NiftyRestoreRouterPreviousVersionOutput

type NiftyRestoreRouterPreviousVersionOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyRestoreRouterPreviousVersionOutput) GoString

GoString returns the string representation

func (*NiftyRestoreRouterPreviousVersionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyRestoreRouterPreviousVersionOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyRestoreRouterPreviousVersionOutput) String

String returns the string representation

type NiftyRestoreVpnGatewayPreviousVersionInput

type NiftyRestoreVpnGatewayPreviousVersionInput struct {
	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	VpnGatewayId *string `locationName:"VpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyRestoreVpnGatewayPreviousVersionInput) GoString

GoString returns the string representation

func (*NiftyRestoreVpnGatewayPreviousVersionInput) SetNiftyVpnGatewayName

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*NiftyRestoreVpnGatewayPreviousVersionInput) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (NiftyRestoreVpnGatewayPreviousVersionInput) String

String returns the string representation

type NiftyRestoreVpnGatewayPreviousVersionOutput

type NiftyRestoreVpnGatewayPreviousVersionOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyRestoreVpnGatewayPreviousVersionOutput) GoString

GoString returns the string representation

func (*NiftyRestoreVpnGatewayPreviousVersionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyRestoreVpnGatewayPreviousVersionOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyRestoreVpnGatewayPreviousVersionOutput) String

String returns the string representation

type NiftyRetryImportInstanceInput

type NiftyRetryImportInstanceInput struct {
	InstanceId *string `locationName:"InstanceId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyRetryImportInstanceInput) GoString

GoString returns the string representation

func (*NiftyRetryImportInstanceInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (NiftyRetryImportInstanceInput) String

String returns the string representation

type NiftyRetryImportInstanceOutput

type NiftyRetryImportInstanceOutput struct {
	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceState *string `locationName:"instanceState" type:"string"`

	InstanceUniqueId *string `locationName:"instanceUniqueId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyRetryImportInstanceOutput) GoString

GoString returns the string representation

func (*NiftyRetryImportInstanceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NiftyRetryImportInstanceOutput) SetInstanceState

SetInstanceState sets the InstanceState field's value.

func (*NiftyRetryImportInstanceOutput) SetInstanceUniqueId

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (*NiftyRetryImportInstanceOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (NiftyRetryImportInstanceOutput) String

String returns the string representation

type NiftySnapshottingSetItem

type NiftySnapshottingSetItem struct {
	State *string `locationName:"state" type:"string"`
	// contains filtered or unexported fields
}

func (NiftySnapshottingSetItem) GoString

func (s NiftySnapshottingSetItem) GoString() string

GoString returns the string representation

func (*NiftySnapshottingSetItem) SetState

SetState sets the State field's value.

func (NiftySnapshottingSetItem) String

func (s NiftySnapshottingSetItem) String() string

String returns the string representation

type NiftyTunnel

type NiftyTunnel struct {
	DestinationPort *string `locationName:"destinationPort" type:"string"`

	Encapsulation *string `locationName:"encapsulation" type:"string"`

	Mode *string `locationName:"mode" type:"string"`

	PeerSessionId *string `locationName:"peerSessionId" type:"string"`

	PeerTunnelId *string `locationName:"peerTunnelId" type:"string"`

	SessionId *string `locationName:"sessionId" type:"string"`

	SourcePort *string `locationName:"sourcePort" type:"string"`

	TunnelId *string `locationName:"tunnelId" type:"string"`

	Type *string `locationName:"type" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyTunnel) GoString

func (s NiftyTunnel) GoString() string

GoString returns the string representation

func (*NiftyTunnel) SetDestinationPort

func (s *NiftyTunnel) SetDestinationPort(v string) *NiftyTunnel

SetDestinationPort sets the DestinationPort field's value.

func (*NiftyTunnel) SetEncapsulation

func (s *NiftyTunnel) SetEncapsulation(v string) *NiftyTunnel

SetEncapsulation sets the Encapsulation field's value.

func (*NiftyTunnel) SetMode

func (s *NiftyTunnel) SetMode(v string) *NiftyTunnel

SetMode sets the Mode field's value.

func (*NiftyTunnel) SetPeerSessionId

func (s *NiftyTunnel) SetPeerSessionId(v string) *NiftyTunnel

SetPeerSessionId sets the PeerSessionId field's value.

func (*NiftyTunnel) SetPeerTunnelId

func (s *NiftyTunnel) SetPeerTunnelId(v string) *NiftyTunnel

SetPeerTunnelId sets the PeerTunnelId field's value.

func (*NiftyTunnel) SetSessionId

func (s *NiftyTunnel) SetSessionId(v string) *NiftyTunnel

SetSessionId sets the SessionId field's value.

func (*NiftyTunnel) SetSourcePort

func (s *NiftyTunnel) SetSourcePort(v string) *NiftyTunnel

SetSourcePort sets the SourcePort field's value.

func (*NiftyTunnel) SetTunnelId

func (s *NiftyTunnel) SetTunnelId(v string) *NiftyTunnel

SetTunnelId sets the TunnelId field's value.

func (*NiftyTunnel) SetType

func (s *NiftyTunnel) SetType(v string) *NiftyTunnel

SetType sets the Type field's value.

func (NiftyTunnel) String

func (s NiftyTunnel) String() string

String returns the string representation

type NiftyUpdateAlarmInput

type NiftyUpdateAlarmInput struct {
	AlarmCondition *string `locationName:"AlarmCondition" type:"string"`

	Description *string `locationName:"Description" type:"string"`

	ElasticLoadBalancerName []*string `locationName:"ElasticLoadBalancerName" type:"list"`

	ElasticLoadBalancerPort []*int64 `locationName:"ElasticLoadBalancerPort" type:"list"`

	ElasticLoadBalancerProtocol []*string `locationName:"ElasticLoadBalancerProtocol" type:"list"`

	EmailAddress []*string `locationName:"EmailAddress" type:"list"`

	FunctionName *string `locationName:"FunctionName" type:"string"`

	InstanceId []*string `locationName:"InstanceId" type:"list"`

	LoadBalancerName []*string `locationName:"LoadBalancerName" type:"list"`

	LoadBalancerPort []*int64 `locationName:"LoadBalancerPort" type:"list"`

	Partition []*string `locationName:"Partition" type:"list"`

	Rule []*RequestRuleStruct `locationName:"Rule" type:"list"`

	RuleName *string `locationName:"RuleName" type:"string"`

	RuleNameUpdate *string `locationName:"RuleNameUpdate" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyUpdateAlarmInput) GoString

func (s NiftyUpdateAlarmInput) GoString() string

GoString returns the string representation

func (*NiftyUpdateAlarmInput) SetAlarmCondition

func (s *NiftyUpdateAlarmInput) SetAlarmCondition(v string) *NiftyUpdateAlarmInput

SetAlarmCondition sets the AlarmCondition field's value.

func (*NiftyUpdateAlarmInput) SetDescription

func (s *NiftyUpdateAlarmInput) SetDescription(v string) *NiftyUpdateAlarmInput

SetDescription sets the Description field's value.

func (*NiftyUpdateAlarmInput) SetElasticLoadBalancerName

func (s *NiftyUpdateAlarmInput) SetElasticLoadBalancerName(v []*string) *NiftyUpdateAlarmInput

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyUpdateAlarmInput) SetElasticLoadBalancerPort

func (s *NiftyUpdateAlarmInput) SetElasticLoadBalancerPort(v []*int64) *NiftyUpdateAlarmInput

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*NiftyUpdateAlarmInput) SetElasticLoadBalancerProtocol

func (s *NiftyUpdateAlarmInput) SetElasticLoadBalancerProtocol(v []*string) *NiftyUpdateAlarmInput

SetElasticLoadBalancerProtocol sets the ElasticLoadBalancerProtocol field's value.

func (*NiftyUpdateAlarmInput) SetEmailAddress

func (s *NiftyUpdateAlarmInput) SetEmailAddress(v []*string) *NiftyUpdateAlarmInput

SetEmailAddress sets the EmailAddress field's value.

func (*NiftyUpdateAlarmInput) SetFunctionName

func (s *NiftyUpdateAlarmInput) SetFunctionName(v string) *NiftyUpdateAlarmInput

SetFunctionName sets the FunctionName field's value.

func (*NiftyUpdateAlarmInput) SetInstanceId

func (s *NiftyUpdateAlarmInput) SetInstanceId(v []*string) *NiftyUpdateAlarmInput

SetInstanceId sets the InstanceId field's value.

func (*NiftyUpdateAlarmInput) SetLoadBalancerName

func (s *NiftyUpdateAlarmInput) SetLoadBalancerName(v []*string) *NiftyUpdateAlarmInput

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*NiftyUpdateAlarmInput) SetLoadBalancerPort

func (s *NiftyUpdateAlarmInput) SetLoadBalancerPort(v []*int64) *NiftyUpdateAlarmInput

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (*NiftyUpdateAlarmInput) SetPartition

func (s *NiftyUpdateAlarmInput) SetPartition(v []*string) *NiftyUpdateAlarmInput

SetPartition sets the Partition field's value.

func (*NiftyUpdateAlarmInput) SetRule

SetRule sets the Rule field's value.

func (*NiftyUpdateAlarmInput) SetRuleName

SetRuleName sets the RuleName field's value.

func (*NiftyUpdateAlarmInput) SetRuleNameUpdate

func (s *NiftyUpdateAlarmInput) SetRuleNameUpdate(v string) *NiftyUpdateAlarmInput

SetRuleNameUpdate sets the RuleNameUpdate field's value.

func (NiftyUpdateAlarmInput) String

func (s NiftyUpdateAlarmInput) String() string

String returns the string representation

type NiftyUpdateAlarmOutput

type NiftyUpdateAlarmOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyUpdateAlarmOutput) GoString

func (s NiftyUpdateAlarmOutput) GoString() string

GoString returns the string representation

func (*NiftyUpdateAlarmOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyUpdateAlarmOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyUpdateAlarmOutput) String

func (s NiftyUpdateAlarmOutput) String() string

String returns the string representation

type NiftyUpdateAutoScalingGroupInput

type NiftyUpdateAutoScalingGroupInput struct {
	AutoScalingGroupName *string `locationName:"AutoScalingGroupName" type:"string"`

	AutoScalingGroupNameUpdate *string `locationName:"AutoScalingGroupNameUpdate" type:"string"`

	ChangeInCapacity *int64 `locationName:"ChangeInCapacity" type:"integer"`

	DefaultCooldown *int64 `locationName:"DefaultCooldown" type:"integer"`

	Description *string `locationName:"Description" type:"string"`

	ImageId *string `locationName:"ImageId" type:"string"`

	InstanceLifecycleLimit *int64 `locationName:"InstanceLifecycleLimit" type:"integer"`

	InstanceType *string `locationName:"InstanceType" type:"string"`

	LoadBalancers []*RequestLoadBalancersStruct `locationName:"LoadBalancers" type:"list"`

	MaxSize *int64 `locationName:"MaxSize" type:"integer"`

	MinSize *int64 `locationName:"MinSize" type:"integer"`

	Scaleout *int64 `locationName:"Scaleout" type:"integer"`

	ScaleoutCondition *string `locationName:"ScaleoutCondition" type:"string"`

	ScalingSchedule []*RequestScalingScheduleStruct `locationName:"ScalingSchedule" type:"list"`

	ScalingTrigger []*RequestScalingTriggerStruct `locationName:"ScalingTrigger" type:"list"`

	SecurityGroup []*string `locationName:"SecurityGroup" type:"list"`
	// contains filtered or unexported fields
}

func (NiftyUpdateAutoScalingGroupInput) GoString

GoString returns the string representation

func (*NiftyUpdateAutoScalingGroupInput) SetAutoScalingGroupName

SetAutoScalingGroupName sets the AutoScalingGroupName field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetAutoScalingGroupNameUpdate

func (s *NiftyUpdateAutoScalingGroupInput) SetAutoScalingGroupNameUpdate(v string) *NiftyUpdateAutoScalingGroupInput

SetAutoScalingGroupNameUpdate sets the AutoScalingGroupNameUpdate field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetChangeInCapacity

SetChangeInCapacity sets the ChangeInCapacity field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetDefaultCooldown

SetDefaultCooldown sets the DefaultCooldown field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetDescription

SetDescription sets the Description field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetImageId

SetImageId sets the ImageId field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetInstanceLifecycleLimit

SetInstanceLifecycleLimit sets the InstanceLifecycleLimit field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetLoadBalancers

SetLoadBalancers sets the LoadBalancers field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetMaxSize

SetMaxSize sets the MaxSize field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetMinSize

SetMinSize sets the MinSize field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetScaleout

SetScaleout sets the Scaleout field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetScaleoutCondition

SetScaleoutCondition sets the ScaleoutCondition field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetScalingSchedule

SetScalingSchedule sets the ScalingSchedule field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetScalingTrigger

SetScalingTrigger sets the ScalingTrigger field's value.

func (*NiftyUpdateAutoScalingGroupInput) SetSecurityGroup

SetSecurityGroup sets the SecurityGroup field's value.

func (NiftyUpdateAutoScalingGroupInput) String

String returns the string representation

type NiftyUpdateAutoScalingGroupOutput

type NiftyUpdateAutoScalingGroupOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyUpdateAutoScalingGroupOutput) GoString

GoString returns the string representation

func (*NiftyUpdateAutoScalingGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyUpdateAutoScalingGroupOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyUpdateAutoScalingGroupOutput) String

String returns the string representation

type NiftyUpdateElasticLoadBalancerInput

type NiftyUpdateElasticLoadBalancerInput struct {
	AccountingTypeUpdate *int64 `locationName:"AccountingTypeUpdate" type:"integer"`

	ElasticLoadBalancerId *string `locationName:"ElasticLoadBalancerId" type:"string"`

	ElasticLoadBalancerName *string `locationName:"ElasticLoadBalancerName" type:"string"`

	ElasticLoadBalancerNameUpdate *string `locationName:"ElasticLoadBalancerNameUpdate" type:"string"`

	NetworkVolumeUpdate *int64 `locationName:"NetworkVolumeUpdate" type:"integer"`
	// contains filtered or unexported fields
}

func (NiftyUpdateElasticLoadBalancerInput) GoString

GoString returns the string representation

func (*NiftyUpdateElasticLoadBalancerInput) SetAccountingTypeUpdate

SetAccountingTypeUpdate sets the AccountingTypeUpdate field's value.

func (*NiftyUpdateElasticLoadBalancerInput) SetElasticLoadBalancerId

SetElasticLoadBalancerId sets the ElasticLoadBalancerId field's value.

func (*NiftyUpdateElasticLoadBalancerInput) SetElasticLoadBalancerName

SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.

func (*NiftyUpdateElasticLoadBalancerInput) SetElasticLoadBalancerNameUpdate

func (s *NiftyUpdateElasticLoadBalancerInput) SetElasticLoadBalancerNameUpdate(v string) *NiftyUpdateElasticLoadBalancerInput

SetElasticLoadBalancerNameUpdate sets the ElasticLoadBalancerNameUpdate field's value.

func (*NiftyUpdateElasticLoadBalancerInput) SetNetworkVolumeUpdate

SetNetworkVolumeUpdate sets the NetworkVolumeUpdate field's value.

func (NiftyUpdateElasticLoadBalancerInput) String

String returns the string representation

type NiftyUpdateElasticLoadBalancerOutput

type NiftyUpdateElasticLoadBalancerOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (NiftyUpdateElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (*NiftyUpdateElasticLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (NiftyUpdateElasticLoadBalancerOutput) String

String returns the string representation

type NiftyUpdateInstanceNetworkInterfacesInput

type NiftyUpdateInstanceNetworkInterfacesInput struct {
	InstanceId *string `locationName:"InstanceId" type:"string"`

	NetworkInterface []*RequestNetworkInterfaceStruct `locationName:"NetworkInterface" type:"list"`

	NiftyReboot *string `locationName:"NiftyReboot" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyUpdateInstanceNetworkInterfacesInput) GoString

GoString returns the string representation

func (*NiftyUpdateInstanceNetworkInterfacesInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*NiftyUpdateInstanceNetworkInterfacesInput) SetNetworkInterface

SetNetworkInterface sets the NetworkInterface field's value.

func (*NiftyUpdateInstanceNetworkInterfacesInput) SetNiftyReboot

SetNiftyReboot sets the NiftyReboot field's value.

func (NiftyUpdateInstanceNetworkInterfacesInput) String

String returns the string representation

type NiftyUpdateInstanceNetworkInterfacesOutput

type NiftyUpdateInstanceNetworkInterfacesOutput struct {
	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyUpdateInstanceNetworkInterfacesOutput) GoString

GoString returns the string representation

func (*NiftyUpdateInstanceNetworkInterfacesOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyUpdateInstanceNetworkInterfacesOutput) String

String returns the string representation

type NiftyUpdateRouterNetworkInterfacesInput

type NiftyUpdateRouterNetworkInterfacesInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	NetworkInterface []*RequestNetworkInterfaceStruct `locationName:"NetworkInterface" type:"list"`

	NiftyReboot *string `locationName:"NiftyReboot" type:"string"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyUpdateRouterNetworkInterfacesInput) GoString

GoString returns the string representation

func (*NiftyUpdateRouterNetworkInterfacesInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyUpdateRouterNetworkInterfacesInput) SetNetworkInterface

SetNetworkInterface sets the NetworkInterface field's value.

func (*NiftyUpdateRouterNetworkInterfacesInput) SetNiftyReboot

SetNiftyReboot sets the NiftyReboot field's value.

func (*NiftyUpdateRouterNetworkInterfacesInput) SetRouterId

SetRouterId sets the RouterId field's value.

func (*NiftyUpdateRouterNetworkInterfacesInput) SetRouterName

SetRouterName sets the RouterName field's value.

func (NiftyUpdateRouterNetworkInterfacesInput) String

String returns the string representation

type NiftyUpdateRouterNetworkInterfacesOutput

type NiftyUpdateRouterNetworkInterfacesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyUpdateRouterNetworkInterfacesOutput) GoString

GoString returns the string representation

func (*NiftyUpdateRouterNetworkInterfacesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyUpdateRouterNetworkInterfacesOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyUpdateRouterNetworkInterfacesOutput) String

String returns the string representation

type NiftyUpdateSeparateInstanceRuleInput

type NiftyUpdateSeparateInstanceRuleInput struct {
	SeparateInstanceRuleDescriptionUpdate *string `locationName:"SeparateInstanceRuleDescriptionUpdate" type:"string"`

	SeparateInstanceRuleName *string `locationName:"SeparateInstanceRuleName" type:"string"`

	SeparateInstanceRuleNameUpdate *string `locationName:"SeparateInstanceRuleNameUpdate" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyUpdateSeparateInstanceRuleInput) GoString

GoString returns the string representation

func (*NiftyUpdateSeparateInstanceRuleInput) SetSeparateInstanceRuleDescriptionUpdate

func (s *NiftyUpdateSeparateInstanceRuleInput) SetSeparateInstanceRuleDescriptionUpdate(v string) *NiftyUpdateSeparateInstanceRuleInput

SetSeparateInstanceRuleDescriptionUpdate sets the SeparateInstanceRuleDescriptionUpdate field's value.

func (*NiftyUpdateSeparateInstanceRuleInput) SetSeparateInstanceRuleName

SetSeparateInstanceRuleName sets the SeparateInstanceRuleName field's value.

func (*NiftyUpdateSeparateInstanceRuleInput) SetSeparateInstanceRuleNameUpdate

func (s *NiftyUpdateSeparateInstanceRuleInput) SetSeparateInstanceRuleNameUpdate(v string) *NiftyUpdateSeparateInstanceRuleInput

SetSeparateInstanceRuleNameUpdate sets the SeparateInstanceRuleNameUpdate field's value.

func (NiftyUpdateSeparateInstanceRuleInput) String

String returns the string representation

type NiftyUpdateSeparateInstanceRuleOutput

type NiftyUpdateSeparateInstanceRuleOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *string `locationName:"return" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyUpdateSeparateInstanceRuleOutput) GoString

GoString returns the string representation

func (*NiftyUpdateSeparateInstanceRuleOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyUpdateSeparateInstanceRuleOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyUpdateSeparateInstanceRuleOutput) String

String returns the string representation

type NiftyUpdateVpnGatewayNetworkInterfacesInput

type NiftyUpdateVpnGatewayNetworkInterfacesInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	NetworkInterface *RequestNetworkInterfaceStruct `locationName:"NetworkInterface" type:"structure"`

	NiftyReboot *string `locationName:"NiftyReboot" type:"string"`

	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	VpnGatewayId *string `locationName:"VpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (NiftyUpdateVpnGatewayNetworkInterfacesInput) GoString

GoString returns the string representation

func (*NiftyUpdateVpnGatewayNetworkInterfacesInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*NiftyUpdateVpnGatewayNetworkInterfacesInput) SetNetworkInterface

SetNetworkInterface sets the NetworkInterface field's value.

func (*NiftyUpdateVpnGatewayNetworkInterfacesInput) SetNiftyReboot

SetNiftyReboot sets the NiftyReboot field's value.

func (*NiftyUpdateVpnGatewayNetworkInterfacesInput) SetNiftyVpnGatewayName

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*NiftyUpdateVpnGatewayNetworkInterfacesInput) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (NiftyUpdateVpnGatewayNetworkInterfacesInput) String

String returns the string representation

type NiftyUpdateVpnGatewayNetworkInterfacesOutput

type NiftyUpdateVpnGatewayNetworkInterfacesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (NiftyUpdateVpnGatewayNetworkInterfacesOutput) GoString

GoString returns the string representation

func (*NiftyUpdateVpnGatewayNetworkInterfacesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*NiftyUpdateVpnGatewayNetworkInterfacesOutput) SetReturn

SetReturn sets the Return field's value.

func (NiftyUpdateVpnGatewayNetworkInterfacesOutput) String

String returns the string representation

type Option

type Option struct {
	MobileFilter *MobileFilter `locationName:"MobileFilter" type:"structure"`

	NameServer *string `locationName:"nameServer" type:"string"`

	SessionStickinessPolicy *SessionStickinessPolicy `locationName:"SessionStickinessPolicy" type:"structure"`

	SorryPage *SorryPage `locationName:"SorryPage" type:"structure"`
	// contains filtered or unexported fields
}

func (Option) GoString

func (s Option) GoString() string

GoString returns the string representation

func (*Option) SetMobileFilter

func (s *Option) SetMobileFilter(v *MobileFilter) *Option

SetMobileFilter sets the MobileFilter field's value.

func (*Option) SetNameServer

func (s *Option) SetNameServer(v string) *Option

SetNameServer sets the NameServer field's value.

func (*Option) SetSessionStickinessPolicy

func (s *Option) SetSessionStickinessPolicy(v *SessionStickinessPolicy) *Option

SetSessionStickinessPolicy sets the SessionStickinessPolicy field's value.

func (*Option) SetSorryPage

func (s *Option) SetSorryPage(v *SorryPage) *Option

SetSorryPage sets the SorryPage field's value.

func (Option) String

func (s Option) String() string

String returns the string representation

type OptionCommonInfoSetItem

type OptionCommonInfoSetItem struct {
	OptionName *string `locationName:"optionName" type:"string"`

	OptionSet []*OptionSetItem `locationName:"optionSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (OptionCommonInfoSetItem) GoString

func (s OptionCommonInfoSetItem) GoString() string

GoString returns the string representation

func (*OptionCommonInfoSetItem) SetOptionName

SetOptionName sets the OptionName field's value.

func (*OptionCommonInfoSetItem) SetOptionSet

SetOptionSet sets the OptionSet field's value.

func (OptionCommonInfoSetItem) String

func (s OptionCommonInfoSetItem) String() string

String returns the string representation

type OptionInfoSetItem

type OptionInfoSetItem struct {
	OptionName *string `locationName:"optionName" type:"string"`

	OptionSet []*OptionSetItem `locationName:"optionSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (OptionInfoSetItem) GoString

func (s OptionInfoSetItem) GoString() string

GoString returns the string representation

func (*OptionInfoSetItem) SetOptionName

func (s *OptionInfoSetItem) SetOptionName(v string) *OptionInfoSetItem

SetOptionName sets the OptionName field's value.

func (*OptionInfoSetItem) SetOptionSet

func (s *OptionInfoSetItem) SetOptionSet(v []*OptionSetItem) *OptionInfoSetItem

SetOptionSet sets the OptionSet field's value.

func (OptionInfoSetItem) String

func (s OptionInfoSetItem) String() string

String returns the string representation

type OptionSetItem

type OptionSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (OptionSetItem) GoString

func (s OptionSetItem) GoString() string

GoString returns the string representation

func (*OptionSetItem) SetCharge

func (s *OptionSetItem) SetCharge(v int64) *OptionSetItem

SetCharge sets the Charge field's value.

func (*OptionSetItem) SetType

func (s *OptionSetItem) SetType(v string) *OptionSetItem

SetType sets the Type field's value.

func (*OptionSetItem) SetUnit

func (s *OptionSetItem) SetUnit(v string) *OptionSetItem

SetUnit sets the Unit field's value.

func (*OptionSetItem) SetValue

func (s *OptionSetItem) SetValue(v int64) *OptionSetItem

SetValue sets the Value field's value.

func (OptionSetItem) String

func (s OptionSetItem) String() string

String returns the string representation

type Options

type Options struct {
	StaticRoutesOnly *bool `locationName:"staticRoutesOnly" type:"boolean"`
	// contains filtered or unexported fields
}

func (Options) GoString

func (s Options) GoString() string

GoString returns the string representation

func (*Options) SetStaticRoutesOnly

func (s *Options) SetStaticRoutesOnly(v bool) *Options

SetStaticRoutesOnly sets the StaticRoutesOnly field's value.

func (Options) String

func (s Options) String() string

String returns the string representation

type OsMeasuredRateSetItem

type OsMeasuredRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (OsMeasuredRateSetItem) GoString

func (s OsMeasuredRateSetItem) GoString() string

GoString returns the string representation

func (*OsMeasuredRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*OsMeasuredRateSetItem) SetType

SetType sets the Type field's value.

func (*OsMeasuredRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*OsMeasuredRateSetItem) SetValue

SetValue sets the Value field's value.

func (OsMeasuredRateSetItem) String

func (s OsMeasuredRateSetItem) String() string

String returns the string representation

type OsMonthlyRateSetItem

type OsMonthlyRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (OsMonthlyRateSetItem) GoString

func (s OsMonthlyRateSetItem) GoString() string

GoString returns the string representation

func (*OsMonthlyRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*OsMonthlyRateSetItem) SetType

SetType sets the Type field's value.

func (*OsMonthlyRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*OsMonthlyRateSetItem) SetValue

SetValue sets the Value field's value.

func (OsMonthlyRateSetItem) String

func (s OsMonthlyRateSetItem) String() string

String returns the string representation

type OsOptionChargeInfo

type OsOptionChargeInfo struct {
	OsOptionChargeMonthlyRateSet []*OsOptionChargeMonthlyRateSetItem `locationName:"osOptionChargeMonthlyRateSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (OsOptionChargeInfo) GoString

func (s OsOptionChargeInfo) GoString() string

GoString returns the string representation

func (*OsOptionChargeInfo) SetOsOptionChargeMonthlyRateSet

func (s *OsOptionChargeInfo) SetOsOptionChargeMonthlyRateSet(v []*OsOptionChargeMonthlyRateSetItem) *OsOptionChargeInfo

SetOsOptionChargeMonthlyRateSet sets the OsOptionChargeMonthlyRateSet field's value.

func (OsOptionChargeInfo) String

func (s OsOptionChargeInfo) String() string

String returns the string representation

type OsOptionChargeMonthlyRateSetItem

type OsOptionChargeMonthlyRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (OsOptionChargeMonthlyRateSetItem) GoString

GoString returns the string representation

func (*OsOptionChargeMonthlyRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*OsOptionChargeMonthlyRateSetItem) SetType

SetType sets the Type field's value.

func (*OsOptionChargeMonthlyRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*OsOptionChargeMonthlyRateSetItem) SetValue

SetValue sets the Value field's value.

func (OsOptionChargeMonthlyRateSetItem) String

String returns the string representation

type OutboundInterface

type OutboundInterface struct {
	NetworkId *string `locationName:"networkId" type:"string"`

	NetworkName *string `locationName:"networkName" type:"string"`
	// contains filtered or unexported fields
}

func (OutboundInterface) GoString

func (s OutboundInterface) GoString() string

GoString returns the string representation

func (*OutboundInterface) SetNetworkId

func (s *OutboundInterface) SetNetworkId(v string) *OutboundInterface

SetNetworkId sets the NetworkId field's value.

func (*OutboundInterface) SetNetworkName

func (s *OutboundInterface) SetNetworkName(v string) *OutboundInterface

SetNetworkName sets the NetworkName field's value.

func (OutboundInterface) String

func (s OutboundInterface) String() string

String returns the string representation

type PartitionsSetItem

type PartitionsSetItem struct {
	Partition *string `locationName:"partition" type:"string"`
	// contains filtered or unexported fields
}

func (PartitionsSetItem) GoString

func (s PartitionsSetItem) GoString() string

GoString returns the string representation

func (*PartitionsSetItem) SetPartition

func (s *PartitionsSetItem) SetPartition(v string) *PartitionsSetItem

SetPartition sets the Partition field's value.

func (PartitionsSetItem) String

func (s PartitionsSetItem) String() string

String returns the string representation

type PatternAuthInfo

type PatternAuthInfo struct {
	PatternAuthSet []*PatternAuthSetItem `locationName:"patternAuthSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (PatternAuthInfo) GoString

func (s PatternAuthInfo) GoString() string

GoString returns the string representation

func (*PatternAuthInfo) SetPatternAuthSet

func (s *PatternAuthInfo) SetPatternAuthSet(v []*PatternAuthSetItem) *PatternAuthInfo

SetPatternAuthSet sets the PatternAuthSet field's value.

func (PatternAuthInfo) String

func (s PatternAuthInfo) String() string

String returns the string representation

type PatternAuthSetItem

type PatternAuthSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (PatternAuthSetItem) GoString

func (s PatternAuthSetItem) GoString() string

GoString returns the string representation

func (*PatternAuthSetItem) SetCharge

func (s *PatternAuthSetItem) SetCharge(v int64) *PatternAuthSetItem

SetCharge sets the Charge field's value.

func (*PatternAuthSetItem) SetType

SetType sets the Type field's value.

func (*PatternAuthSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*PatternAuthSetItem) SetValue

SetValue sets the Value field's value.

func (PatternAuthSetItem) String

func (s PatternAuthSetItem) String() string

String returns the string representation

type PerformanceChartSetItem

type PerformanceChartSetItem struct {
	DataSet []*DataSetItem `locationName:"dataSet" locationNameList:"item" type:"list"`

	DataType *string `locationName:"dataType" type:"string"`

	ResourceName *string `locationName:"resourceName" type:"string"`
	// contains filtered or unexported fields
}

func (PerformanceChartSetItem) GoString

func (s PerformanceChartSetItem) GoString() string

GoString returns the string representation

func (*PerformanceChartSetItem) SetDataSet

SetDataSet sets the DataSet field's value.

func (*PerformanceChartSetItem) SetDataType

SetDataType sets the DataType field's value.

func (*PerformanceChartSetItem) SetResourceName

SetResourceName sets the ResourceName field's value.

func (PerformanceChartSetItem) String

func (s PerformanceChartSetItem) String() string

String returns the string representation

type Period

type Period struct {
	EndDate *time.Time `locationName:"endDate" type:"timestamp" timestampFormat:""`

	StartDate *time.Time `locationName:"startDate" type:"timestamp" timestampFormat:""`

	ValidityTerm *int64 `locationName:"validityTerm" type:"integer"`
	// contains filtered or unexported fields
}

func (Period) GoString

func (s Period) GoString() string

GoString returns the string representation

func (*Period) SetEndDate

func (s *Period) SetEndDate(v time.Time) *Period

SetEndDate sets the EndDate field's value.

func (*Period) SetStartDate

func (s *Period) SetStartDate(v time.Time) *Period

SetStartDate sets the StartDate field's value.

func (*Period) SetValidityTerm

func (s *Period) SetValidityTerm(v int64) *Period

SetValidityTerm sets the ValidityTerm field's value.

func (Period) String

func (s Period) String() string

String returns the string representation

type Placement

type Placement struct {
	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	RegionName *string `locationName:"regionName" type:"string"`
	// contains filtered or unexported fields
}

func (Placement) GoString

func (s Placement) GoString() string

GoString returns the string representation

func (*Placement) SetAvailabilityZone

func (s *Placement) SetAvailabilityZone(v string) *Placement

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*Placement) SetRegionName

func (s *Placement) SetRegionName(v string) *Placement

SetRegionName sets the RegionName field's value.

func (Placement) String

func (s Placement) String() string

String returns the string representation

type Policies

type Policies struct {
	AppCookieStickinessPolicies []*AppCookieStickinessPoliciesMemberItem `locationName:"AppCookieStickinessPolicies" locationNameList:"member" type:"list"`

	LBCookieStickinessPolicies []*LBCookieStickinessPoliciesMemberItem `locationName:"LBCookieStickinessPolicies" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

func (Policies) GoString

func (s Policies) GoString() string

GoString returns the string representation

func (*Policies) SetAppCookieStickinessPolicies

func (s *Policies) SetAppCookieStickinessPolicies(v []*AppCookieStickinessPoliciesMemberItem) *Policies

SetAppCookieStickinessPolicies sets the AppCookieStickinessPolicies field's value.

func (*Policies) SetLBCookieStickinessPolicies

func (s *Policies) SetLBCookieStickinessPolicies(v []*LBCookieStickinessPoliciesMemberItem) *Policies

SetLBCookieStickinessPolicies sets the LBCookieStickinessPolicies field's value.

func (Policies) String

func (s Policies) String() string

String returns the string representation

type PremiumSupportInfo

type PremiumSupportInfo struct {
	PremiumSupportSet []*PremiumSupportSetItem `locationName:"premiumSupportSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (PremiumSupportInfo) GoString

func (s PremiumSupportInfo) GoString() string

GoString returns the string representation

func (*PremiumSupportInfo) SetPremiumSupportSet

func (s *PremiumSupportInfo) SetPremiumSupportSet(v []*PremiumSupportSetItem) *PremiumSupportInfo

SetPremiumSupportSet sets the PremiumSupportSet field's value.

func (PremiumSupportInfo) String

func (s PremiumSupportInfo) String() string

String returns the string representation

type PremiumSupportSetItem

type PremiumSupportSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	SupportName *string `locationName:"supportName" type:"string"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (PremiumSupportSetItem) GoString

func (s PremiumSupportSetItem) GoString() string

GoString returns the string representation

func (*PremiumSupportSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*PremiumSupportSetItem) SetSupportName

func (s *PremiumSupportSetItem) SetSupportName(v string) *PremiumSupportSetItem

SetSupportName sets the SupportName field's value.

func (*PremiumSupportSetItem) SetType

SetType sets the Type field's value.

func (*PremiumSupportSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*PremiumSupportSetItem) SetValue

SetValue sets the Value field's value.

func (PremiumSupportSetItem) String

func (s PremiumSupportSetItem) String() string

String returns the string representation

type PreviousState

type PreviousState struct {
	Code *int64 `locationName:"code" type:"integer"`

	Name *string `locationName:"name" type:"string"`
	// contains filtered or unexported fields
}

func (PreviousState) GoString

func (s PreviousState) GoString() string

GoString returns the string representation

func (*PreviousState) SetCode

func (s *PreviousState) SetCode(v int64) *PreviousState

SetCode sets the Code field's value.

func (*PreviousState) SetName

func (s *PreviousState) SetName(v string) *PreviousState

SetName sets the Name field's value.

func (PreviousState) String

func (s PreviousState) String() string

String returns the string representation

type PrivateIpAddressesSetItem

type PrivateIpAddressesSetItem struct {
	Association *Association `locationName:"association" type:"structure"`

	Primary *bool `locationName:"primary" type:"boolean"`

	PrivateDnsName *string `locationName:"privateDnsName" type:"string"`

	PrivateIpAddress *string `locationName:"privateIpAddress" type:"string"`
	// contains filtered or unexported fields
}

func (PrivateIpAddressesSetItem) GoString

func (s PrivateIpAddressesSetItem) GoString() string

GoString returns the string representation

func (*PrivateIpAddressesSetItem) SetAssociation

SetAssociation sets the Association field's value.

func (*PrivateIpAddressesSetItem) SetPrimary

SetPrimary sets the Primary field's value.

func (*PrivateIpAddressesSetItem) SetPrivateDnsName

SetPrivateDnsName sets the PrivateDnsName field's value.

func (*PrivateIpAddressesSetItem) SetPrivateIpAddress

func (s *PrivateIpAddressesSetItem) SetPrivateIpAddress(v string) *PrivateIpAddressesSetItem

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (PrivateIpAddressesSetItem) String

func (s PrivateIpAddressesSetItem) String() string

String returns the string representation

type PrivateLan

type PrivateLan struct {
	AccountingType *string `locationName:"accountingType" type:"string"`

	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	Charge *int64 `locationName:"charge" type:"integer"`

	CidrBlock *string `locationName:"cidrBlock" type:"string"`

	CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:""`

	Description *string `locationName:"description" type:"string"`

	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	PrivateLanId *string `locationName:"privateLanId" type:"string"`

	PrivateLanName *string `locationName:"privateLanName" type:"string"`

	RouterSet []*RouterSetItem `locationName:"routerSet" locationNameList:"item" type:"list"`

	State *string `locationName:"state" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`

	VpnGatewaySet []*VpnGatewaySetItem `locationName:"vpnGatewaySet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (PrivateLan) GoString

func (s PrivateLan) GoString() string

GoString returns the string representation

func (*PrivateLan) SetAccountingType

func (s *PrivateLan) SetAccountingType(v string) *PrivateLan

SetAccountingType sets the AccountingType field's value.

func (*PrivateLan) SetAvailabilityZone

func (s *PrivateLan) SetAvailabilityZone(v string) *PrivateLan

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*PrivateLan) SetCharge

func (s *PrivateLan) SetCharge(v int64) *PrivateLan

SetCharge sets the Charge field's value.

func (*PrivateLan) SetCidrBlock

func (s *PrivateLan) SetCidrBlock(v string) *PrivateLan

SetCidrBlock sets the CidrBlock field's value.

func (*PrivateLan) SetCreatedTime

func (s *PrivateLan) SetCreatedTime(v time.Time) *PrivateLan

SetCreatedTime sets the CreatedTime field's value.

func (*PrivateLan) SetDescription

func (s *PrivateLan) SetDescription(v string) *PrivateLan

SetDescription sets the Description field's value.

func (*PrivateLan) SetInstancesSet

func (s *PrivateLan) SetInstancesSet(v []*InstancesSetItem) *PrivateLan

SetInstancesSet sets the InstancesSet field's value.

func (*PrivateLan) SetPrivateLanId

func (s *PrivateLan) SetPrivateLanId(v string) *PrivateLan

SetPrivateLanId sets the PrivateLanId field's value.

func (*PrivateLan) SetPrivateLanName

func (s *PrivateLan) SetPrivateLanName(v string) *PrivateLan

SetPrivateLanName sets the PrivateLanName field's value.

func (*PrivateLan) SetRouterSet

func (s *PrivateLan) SetRouterSet(v []*RouterSetItem) *PrivateLan

SetRouterSet sets the RouterSet field's value.

func (*PrivateLan) SetState

func (s *PrivateLan) SetState(v string) *PrivateLan

SetState sets the State field's value.

func (*PrivateLan) SetTagSet

func (s *PrivateLan) SetTagSet(v []*TagSetItem) *PrivateLan

SetTagSet sets the TagSet field's value.

func (*PrivateLan) SetType

func (s *PrivateLan) SetType(v string) *PrivateLan

SetType sets the Type field's value.

func (*PrivateLan) SetUnit

func (s *PrivateLan) SetUnit(v string) *PrivateLan

SetUnit sets the Unit field's value.

func (*PrivateLan) SetValue

func (s *PrivateLan) SetValue(v int64) *PrivateLan

SetValue sets the Value field's value.

func (*PrivateLan) SetVpnGatewaySet

func (s *PrivateLan) SetVpnGatewaySet(v []*VpnGatewaySetItem) *PrivateLan

SetVpnGatewaySet sets the VpnGatewaySet field's value.

func (PrivateLan) String

func (s PrivateLan) String() string

String returns the string representation

type PrivateLanInfo

type PrivateLanInfo struct {
	PrivateLan *PrivateLan `locationName:"privateLan" type:"structure"`
	// contains filtered or unexported fields
}

func (PrivateLanInfo) GoString

func (s PrivateLanInfo) GoString() string

GoString returns the string representation

func (*PrivateLanInfo) SetPrivateLan

func (s *PrivateLanInfo) SetPrivateLan(v *PrivateLan) *PrivateLanInfo

SetPrivateLan sets the PrivateLan field's value.

func (PrivateLanInfo) String

func (s PrivateLanInfo) String() string

String returns the string representation

type PrivateLanSetItem

type PrivateLanSetItem struct {
	AccountingType *string `locationName:"accountingType" type:"string"`

	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	CidrBlock *string `locationName:"cidrBlock" type:"string"`

	CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:""`

	Description *string `locationName:"description" type:"string"`

	ElasticLoadBalancingSet []*ElasticLoadBalancingSetItem `locationName:"elasticLoadBalancingSet" locationNameList:"item" type:"list"`

	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	NetworkId *string `locationName:"networkId" type:"string"`

	PrivateLanName *string `locationName:"privateLanName" type:"string"`

	RouterSet []*RouterSetItem `locationName:"routerSet" locationNameList:"item" type:"list"`

	SharingStatus *string `locationName:"sharingStatus" type:"string"`

	State *string `locationName:"state" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

	VpnGatewaySet []*VpnGatewaySetItem `locationName:"vpnGatewaySet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (PrivateLanSetItem) GoString

func (s PrivateLanSetItem) GoString() string

GoString returns the string representation

func (*PrivateLanSetItem) SetAccountingType

func (s *PrivateLanSetItem) SetAccountingType(v string) *PrivateLanSetItem

SetAccountingType sets the AccountingType field's value.

func (*PrivateLanSetItem) SetAvailabilityZone

func (s *PrivateLanSetItem) SetAvailabilityZone(v string) *PrivateLanSetItem

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*PrivateLanSetItem) SetCidrBlock

func (s *PrivateLanSetItem) SetCidrBlock(v string) *PrivateLanSetItem

SetCidrBlock sets the CidrBlock field's value.

func (*PrivateLanSetItem) SetCreatedTime

func (s *PrivateLanSetItem) SetCreatedTime(v time.Time) *PrivateLanSetItem

SetCreatedTime sets the CreatedTime field's value.

func (*PrivateLanSetItem) SetDescription

func (s *PrivateLanSetItem) SetDescription(v string) *PrivateLanSetItem

SetDescription sets the Description field's value.

func (*PrivateLanSetItem) SetElasticLoadBalancingSet

func (s *PrivateLanSetItem) SetElasticLoadBalancingSet(v []*ElasticLoadBalancingSetItem) *PrivateLanSetItem

SetElasticLoadBalancingSet sets the ElasticLoadBalancingSet field's value.

func (*PrivateLanSetItem) SetInstancesSet

func (s *PrivateLanSetItem) SetInstancesSet(v []*InstancesSetItem) *PrivateLanSetItem

SetInstancesSet sets the InstancesSet field's value.

func (*PrivateLanSetItem) SetNetworkId

func (s *PrivateLanSetItem) SetNetworkId(v string) *PrivateLanSetItem

SetNetworkId sets the NetworkId field's value.

func (*PrivateLanSetItem) SetPrivateLanName

func (s *PrivateLanSetItem) SetPrivateLanName(v string) *PrivateLanSetItem

SetPrivateLanName sets the PrivateLanName field's value.

func (*PrivateLanSetItem) SetRouterSet

func (s *PrivateLanSetItem) SetRouterSet(v []*RouterSetItem) *PrivateLanSetItem

SetRouterSet sets the RouterSet field's value.

func (*PrivateLanSetItem) SetSharingStatus

func (s *PrivateLanSetItem) SetSharingStatus(v string) *PrivateLanSetItem

SetSharingStatus sets the SharingStatus field's value.

func (*PrivateLanSetItem) SetState

func (s *PrivateLanSetItem) SetState(v string) *PrivateLanSetItem

SetState sets the State field's value.

func (*PrivateLanSetItem) SetTagSet

func (s *PrivateLanSetItem) SetTagSet(v []*TagSetItem) *PrivateLanSetItem

SetTagSet sets the TagSet field's value.

func (*PrivateLanSetItem) SetVpnGatewaySet

func (s *PrivateLanSetItem) SetVpnGatewaySet(v []*VpnGatewaySetItem) *PrivateLanSetItem

SetVpnGatewaySet sets the VpnGatewaySet field's value.

func (PrivateLanSetItem) String

func (s PrivateLanSetItem) String() string

String returns the string representation

type PrivateNetworkInfo

type PrivateNetworkInfo struct {
	PrivateNetworkMeasuredRate *PrivateNetworkMeasuredRate `locationName:"privateNetworkMeasuredRate" type:"structure"`

	PrivateNetworkMonthlyRate *PrivateNetworkMonthlyRate `locationName:"privateNetworkMonthlyRate" type:"structure"`
	// contains filtered or unexported fields
}

func (PrivateNetworkInfo) GoString

func (s PrivateNetworkInfo) GoString() string

GoString returns the string representation

func (*PrivateNetworkInfo) SetPrivateNetworkMeasuredRate

func (s *PrivateNetworkInfo) SetPrivateNetworkMeasuredRate(v *PrivateNetworkMeasuredRate) *PrivateNetworkInfo

SetPrivateNetworkMeasuredRate sets the PrivateNetworkMeasuredRate field's value.

func (*PrivateNetworkInfo) SetPrivateNetworkMonthlyRate

func (s *PrivateNetworkInfo) SetPrivateNetworkMonthlyRate(v *PrivateNetworkMonthlyRate) *PrivateNetworkInfo

SetPrivateNetworkMonthlyRate sets the PrivateNetworkMonthlyRate field's value.

func (PrivateNetworkInfo) String

func (s PrivateNetworkInfo) String() string

String returns the string representation

type PrivateNetworkMeasuredRate

type PrivateNetworkMeasuredRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (PrivateNetworkMeasuredRate) GoString

func (s PrivateNetworkMeasuredRate) GoString() string

GoString returns the string representation

func (*PrivateNetworkMeasuredRate) SetCharge

SetCharge sets the Charge field's value.

func (*PrivateNetworkMeasuredRate) SetType

SetType sets the Type field's value.

func (*PrivateNetworkMeasuredRate) SetUnit

SetUnit sets the Unit field's value.

func (*PrivateNetworkMeasuredRate) SetValue

SetValue sets the Value field's value.

func (PrivateNetworkMeasuredRate) String

String returns the string representation

type PrivateNetworkMonthlyRate

type PrivateNetworkMonthlyRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (PrivateNetworkMonthlyRate) GoString

func (s PrivateNetworkMonthlyRate) GoString() string

GoString returns the string representation

func (*PrivateNetworkMonthlyRate) SetCharge

SetCharge sets the Charge field's value.

func (*PrivateNetworkMonthlyRate) SetType

SetType sets the Type field's value.

func (*PrivateNetworkMonthlyRate) SetUnit

SetUnit sets the Unit field's value.

func (*PrivateNetworkMonthlyRate) SetValue

SetValue sets the Value field's value.

func (PrivateNetworkMonthlyRate) String

func (s PrivateNetworkMonthlyRate) String() string

String returns the string representation

type ProductCodesSetItem

type ProductCodesSetItem struct {
	ProductCode *string `locationName:"productCode" type:"string"`
	// contains filtered or unexported fields
}

func (ProductCodesSetItem) GoString

func (s ProductCodesSetItem) GoString() string

GoString returns the string representation

func (*ProductCodesSetItem) SetProductCode

func (s *ProductCodesSetItem) SetProductCode(v string) *ProductCodesSetItem

SetProductCode sets the ProductCode field's value.

func (ProductCodesSetItem) String

func (s ProductCodesSetItem) String() string

String returns the string representation

type PropagatingVgwSetItem

type PropagatingVgwSetItem struct {
	GatewayId *string `locationName:"gatewayId" type:"string"`

	NiftyGatewayName *string `locationName:"niftyGatewayName" type:"string"`

	RouteTableAssociationId *string `locationName:"routeTableAssociationId" type:"string"`
	// contains filtered or unexported fields
}

func (PropagatingVgwSetItem) GoString

func (s PropagatingVgwSetItem) GoString() string

GoString returns the string representation

func (*PropagatingVgwSetItem) SetGatewayId

SetGatewayId sets the GatewayId field's value.

func (*PropagatingVgwSetItem) SetNiftyGatewayName

func (s *PropagatingVgwSetItem) SetNiftyGatewayName(v string) *PropagatingVgwSetItem

SetNiftyGatewayName sets the NiftyGatewayName field's value.

func (*PropagatingVgwSetItem) SetRouteTableAssociationId

func (s *PropagatingVgwSetItem) SetRouteTableAssociationId(v string) *PropagatingVgwSetItem

SetRouteTableAssociationId sets the RouteTableAssociationId field's value.

func (PropagatingVgwSetItem) String

func (s PropagatingVgwSetItem) String() string

String returns the string representation

type Ramdisk

type Ramdisk struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (Ramdisk) GoString

func (s Ramdisk) GoString() string

GoString returns the string representation

func (*Ramdisk) SetValue

func (s *Ramdisk) SetValue(v string) *Ramdisk

SetValue sets the Value field's value.

func (Ramdisk) String

func (s Ramdisk) String() string

String returns the string representation

type RebootInstancesInput

type RebootInstancesInput struct {
	Force *bool `locationName:"Force" type:"boolean"`

	InstanceId []*string `locationName:"InstanceId" type:"list"`

	NiftyIsBios *bool `locationName:"NiftyIsBios" type:"boolean"`

	Tenancy []*string `locationName:"Tenancy" type:"list"`

	UserData *string `locationName:"UserData" type:"string"`
	// contains filtered or unexported fields
}

func (RebootInstancesInput) GoString

func (s RebootInstancesInput) GoString() string

GoString returns the string representation

func (*RebootInstancesInput) SetForce

SetForce sets the Force field's value.

func (*RebootInstancesInput) SetInstanceId

func (s *RebootInstancesInput) SetInstanceId(v []*string) *RebootInstancesInput

SetInstanceId sets the InstanceId field's value.

func (*RebootInstancesInput) SetNiftyIsBios

func (s *RebootInstancesInput) SetNiftyIsBios(v bool) *RebootInstancesInput

SetNiftyIsBios sets the NiftyIsBios field's value.

func (*RebootInstancesInput) SetTenancy

func (s *RebootInstancesInput) SetTenancy(v []*string) *RebootInstancesInput

SetTenancy sets the Tenancy field's value.

func (*RebootInstancesInput) SetUserData

SetUserData sets the UserData field's value.

func (RebootInstancesInput) String

func (s RebootInstancesInput) String() string

String returns the string representation

type RebootInstancesOutput

type RebootInstancesOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (RebootInstancesOutput) GoString

func (s RebootInstancesOutput) GoString() string

GoString returns the string representation

func (*RebootInstancesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*RebootInstancesOutput) SetReturn

SetReturn sets the Return field's value.

func (RebootInstancesOutput) String

func (s RebootInstancesOutput) String() string

String returns the string representation

type RegionInfoSetItem

type RegionInfoSetItem struct {
	IsDefault *bool `locationName:"isDefault" type:"boolean"`

	MessageSet []*MessageSetItem `locationName:"messageSet" locationNameList:"item" type:"list"`

	RegionEndpoint *string `locationName:"regionEndpoint" type:"string"`

	RegionName *string `locationName:"regionName" type:"string"`
	// contains filtered or unexported fields
}

func (RegionInfoSetItem) GoString

func (s RegionInfoSetItem) GoString() string

GoString returns the string representation

func (*RegionInfoSetItem) SetIsDefault

func (s *RegionInfoSetItem) SetIsDefault(v bool) *RegionInfoSetItem

SetIsDefault sets the IsDefault field's value.

func (*RegionInfoSetItem) SetMessageSet

func (s *RegionInfoSetItem) SetMessageSet(v []*MessageSetItem) *RegionInfoSetItem

SetMessageSet sets the MessageSet field's value.

func (*RegionInfoSetItem) SetRegionEndpoint

func (s *RegionInfoSetItem) SetRegionEndpoint(v string) *RegionInfoSetItem

SetRegionEndpoint sets the RegionEndpoint field's value.

func (*RegionInfoSetItem) SetRegionName

func (s *RegionInfoSetItem) SetRegionName(v string) *RegionInfoSetItem

SetRegionName sets the RegionName field's value.

func (RegionInfoSetItem) String

func (s RegionInfoSetItem) String() string

String returns the string representation

type RegisterCorporateInfoForCertificateInput

type RegisterCorporateInfoForCertificateInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	AlphabetName1 *string `locationName:"AlphabetName1" type:"string"`

	AlphabetName2 *string `locationName:"AlphabetName2" type:"string"`

	City *string `locationName:"City" type:"string"`

	CorpGrade *string `locationName:"CorpGrade" type:"string"`

	CorpName *string `locationName:"CorpName" type:"string"`

	DivisionName *string `locationName:"DivisionName" type:"string"`

	EmailAddress *string `locationName:"EmailAddress" type:"string"`

	KanaName1 *string `locationName:"KanaName1" type:"string"`

	KanaName2 *string `locationName:"KanaName2" type:"string"`

	Name1 *string `locationName:"Name1" type:"string"`

	Name2 *string `locationName:"Name2" type:"string"`

	PhoneNumber *string `locationName:"PhoneNumber" type:"string"`

	PostName *string `locationName:"PostName" type:"string"`

	Pref *string `locationName:"Pref" type:"string"`

	PresidentName1 *string `locationName:"PresidentName1" type:"string"`

	PresidentName2 *string `locationName:"PresidentName2" type:"string"`

	TdbCode *string `locationName:"TdbCode" type:"string"`

	Zip1 *string `locationName:"Zip1" type:"string"`

	Zip2 *string `locationName:"Zip2" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterCorporateInfoForCertificateInput) GoString

GoString returns the string representation

func (*RegisterCorporateInfoForCertificateInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*RegisterCorporateInfoForCertificateInput) SetAlphabetName1

SetAlphabetName1 sets the AlphabetName1 field's value.

func (*RegisterCorporateInfoForCertificateInput) SetAlphabetName2

SetAlphabetName2 sets the AlphabetName2 field's value.

func (*RegisterCorporateInfoForCertificateInput) SetCity

SetCity sets the City field's value.

func (*RegisterCorporateInfoForCertificateInput) SetCorpGrade

SetCorpGrade sets the CorpGrade field's value.

func (*RegisterCorporateInfoForCertificateInput) SetCorpName

SetCorpName sets the CorpName field's value.

func (*RegisterCorporateInfoForCertificateInput) SetDivisionName

SetDivisionName sets the DivisionName field's value.

func (*RegisterCorporateInfoForCertificateInput) SetEmailAddress

SetEmailAddress sets the EmailAddress field's value.

func (*RegisterCorporateInfoForCertificateInput) SetKanaName1

SetKanaName1 sets the KanaName1 field's value.

func (*RegisterCorporateInfoForCertificateInput) SetKanaName2

SetKanaName2 sets the KanaName2 field's value.

func (*RegisterCorporateInfoForCertificateInput) SetName1

SetName1 sets the Name1 field's value.

func (*RegisterCorporateInfoForCertificateInput) SetName2

SetName2 sets the Name2 field's value.

func (*RegisterCorporateInfoForCertificateInput) SetPhoneNumber

SetPhoneNumber sets the PhoneNumber field's value.

func (*RegisterCorporateInfoForCertificateInput) SetPostName

SetPostName sets the PostName field's value.

func (*RegisterCorporateInfoForCertificateInput) SetPref

SetPref sets the Pref field's value.

func (*RegisterCorporateInfoForCertificateInput) SetPresidentName1

SetPresidentName1 sets the PresidentName1 field's value.

func (*RegisterCorporateInfoForCertificateInput) SetPresidentName2

SetPresidentName2 sets the PresidentName2 field's value.

func (*RegisterCorporateInfoForCertificateInput) SetTdbCode

SetTdbCode sets the TdbCode field's value.

func (*RegisterCorporateInfoForCertificateInput) SetZip1

SetZip1 sets the Zip1 field's value.

func (*RegisterCorporateInfoForCertificateInput) SetZip2

SetZip2 sets the Zip2 field's value.

func (RegisterCorporateInfoForCertificateInput) String

String returns the string representation

type RegisterCorporateInfoForCertificateOutput

type RegisterCorporateInfoForCertificateOutput struct {
	City *string `locationName:"city" type:"string"`

	CorpGrade *string `locationName:"corpGrade" type:"string"`

	CorpName *string `locationName:"corpName" type:"string"`

	DivisionName *string `locationName:"divisionName" type:"string"`

	KanaName1 *string `locationName:"kanaName1" type:"string"`

	KanaName2 *string `locationName:"kanaName2" type:"string"`

	Name1 *string `locationName:"name1" type:"string"`

	Name2 *string `locationName:"name2" type:"string"`

	PostName *string `locationName:"postName" type:"string"`

	Pref *string `locationName:"pref" type:"string"`

	PresidentName1 *string `locationName:"presidentName1" type:"string"`

	PresidentName2 *string `locationName:"presidentName2" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`

	TdbCode *string `locationName:"tdbCode" type:"string"`

	Zip1 *string `locationName:"zip1" type:"string"`

	Zip2 *string `locationName:"zip2" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterCorporateInfoForCertificateOutput) GoString

GoString returns the string representation

func (*RegisterCorporateInfoForCertificateOutput) SetCity

SetCity sets the City field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetCorpGrade

SetCorpGrade sets the CorpGrade field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetCorpName

SetCorpName sets the CorpName field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetDivisionName

SetDivisionName sets the DivisionName field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetKanaName1

SetKanaName1 sets the KanaName1 field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetKanaName2

SetKanaName2 sets the KanaName2 field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetName1

SetName1 sets the Name1 field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetName2

SetName2 sets the Name2 field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetPostName

SetPostName sets the PostName field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetPref

SetPref sets the Pref field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetPresidentName1

SetPresidentName1 sets the PresidentName1 field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetPresidentName2

SetPresidentName2 sets the PresidentName2 field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetTdbCode

SetTdbCode sets the TdbCode field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetZip1

SetZip1 sets the Zip1 field's value.

func (*RegisterCorporateInfoForCertificateOutput) SetZip2

SetZip2 sets the Zip2 field's value.

func (RegisterCorporateInfoForCertificateOutput) String

String returns the string representation

type RegisterInstancesWithLoadBalancerInput

type RegisterInstancesWithLoadBalancerInput struct {
	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	Instances []*RequestInstancesStruct `locationName:"Instances" locationNameList:"member" type:"list"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`
	// contains filtered or unexported fields
}

func (RegisterInstancesWithLoadBalancerInput) GoString

GoString returns the string representation

func (*RegisterInstancesWithLoadBalancerInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*RegisterInstancesWithLoadBalancerInput) SetInstances

SetInstances sets the Instances field's value.

func (*RegisterInstancesWithLoadBalancerInput) SetLoadBalancerName

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*RegisterInstancesWithLoadBalancerInput) SetLoadBalancerPort

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (RegisterInstancesWithLoadBalancerInput) String

String returns the string representation

type RegisterInstancesWithLoadBalancerOutput

type RegisterInstancesWithLoadBalancerOutput struct {
	Instances []*InstancesMemberItem `locationName:"Instances" locationNameList:"member" type:"list"`

	RegisterInstancesWithLoadBalancerResult *RegisterInstancesWithLoadBalancerOutput `locationName:"RegisterInstancesWithLoadBalancerResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (RegisterInstancesWithLoadBalancerOutput) GoString

GoString returns the string representation

func (*RegisterInstancesWithLoadBalancerOutput) SetInstances

SetInstances sets the Instances field's value.

func (*RegisterInstancesWithLoadBalancerOutput) SetRegisterInstancesWithLoadBalancerResult

SetRegisterInstancesWithLoadBalancerResult sets the RegisterInstancesWithLoadBalancerResult field's value.

func (*RegisterInstancesWithLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (RegisterInstancesWithLoadBalancerOutput) String

String returns the string representation

type RegisterInstancesWithSecurityGroupInput

type RegisterInstancesWithSecurityGroupInput struct {
	GroupName *string `locationName:"GroupName" type:"string"`

	InstanceId []*string `locationName:"InstanceId" type:"list"`
	// contains filtered or unexported fields
}

func (RegisterInstancesWithSecurityGroupInput) GoString

GoString returns the string representation

func (*RegisterInstancesWithSecurityGroupInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*RegisterInstancesWithSecurityGroupInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (RegisterInstancesWithSecurityGroupInput) String

String returns the string representation

type RegisterInstancesWithSecurityGroupOutput

type RegisterInstancesWithSecurityGroupOutput struct {
	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterInstancesWithSecurityGroupOutput) GoString

GoString returns the string representation

func (*RegisterInstancesWithSecurityGroupOutput) SetInstancesSet

SetInstancesSet sets the InstancesSet field's value.

func (*RegisterInstancesWithSecurityGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (RegisterInstancesWithSecurityGroupOutput) String

String returns the string representation

type RegisterPortWithLoadBalancerInput

type RegisterPortWithLoadBalancerInput struct {
	Listeners []*RequestListenersStruct `locationName:"Listeners" locationNameList:"member" type:"list"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterPortWithLoadBalancerInput) GoString

GoString returns the string representation

func (*RegisterPortWithLoadBalancerInput) SetListeners

SetListeners sets the Listeners field's value.

func (*RegisterPortWithLoadBalancerInput) SetLoadBalancerName

SetLoadBalancerName sets the LoadBalancerName field's value.

func (RegisterPortWithLoadBalancerInput) String

String returns the string representation

type RegisterPortWithLoadBalancerOutput

type RegisterPortWithLoadBalancerOutput struct {
	Listeners []*ListenersMemberItem `locationName:"Listeners" locationNameList:"member" type:"list"`

	RegisterPortWithLoadBalancerResult *RegisterPortWithLoadBalancerOutput `locationName:"RegisterPortWithLoadBalancerResult" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (RegisterPortWithLoadBalancerOutput) GoString

GoString returns the string representation

func (*RegisterPortWithLoadBalancerOutput) SetListeners

SetListeners sets the Listeners field's value.

func (*RegisterPortWithLoadBalancerOutput) SetRegisterPortWithLoadBalancerResult

SetRegisterPortWithLoadBalancerResult sets the RegisterPortWithLoadBalancerResult field's value.

func (*RegisterPortWithLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (RegisterPortWithLoadBalancerOutput) String

String returns the string representation

type ReleaseAddressInput

type ReleaseAddressInput struct {
	PrivateIpAddress *string `locationName:"PrivateIpAddress" type:"string"`

	PublicIp *string `locationName:"PublicIp" type:"string"`
	// contains filtered or unexported fields
}

func (ReleaseAddressInput) GoString

func (s ReleaseAddressInput) GoString() string

GoString returns the string representation

func (*ReleaseAddressInput) SetPrivateIpAddress

func (s *ReleaseAddressInput) SetPrivateIpAddress(v string) *ReleaseAddressInput

SetPrivateIpAddress sets the PrivateIpAddress field's value.

func (*ReleaseAddressInput) SetPublicIp

func (s *ReleaseAddressInput) SetPublicIp(v string) *ReleaseAddressInput

SetPublicIp sets the PublicIp field's value.

func (ReleaseAddressInput) String

func (s ReleaseAddressInput) String() string

String returns the string representation

type ReleaseAddressOutput

type ReleaseAddressOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (ReleaseAddressOutput) GoString

func (s ReleaseAddressOutput) GoString() string

GoString returns the string representation

func (*ReleaseAddressOutput) SetRequestId

func (s *ReleaseAddressOutput) SetRequestId(v string) *ReleaseAddressOutput

SetRequestId sets the RequestId field's value.

func (*ReleaseAddressOutput) SetReturn

SetReturn sets the Return field's value.

func (ReleaseAddressOutput) String

func (s ReleaseAddressOutput) String() string

String returns the string representation

type ReplaceRouteInput

type ReplaceRouteInput struct {
	DestinationCidrBlock *string `locationName:"DestinationCidrBlock" type:"string"`

	IpAddress *string `locationName:"IpAddress" type:"string"`

	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`

	RouteTableId *string `locationName:"RouteTableId" type:"string"`
	// contains filtered or unexported fields
}

func (ReplaceRouteInput) GoString

func (s ReplaceRouteInput) GoString() string

GoString returns the string representation

func (*ReplaceRouteInput) SetDestinationCidrBlock

func (s *ReplaceRouteInput) SetDestinationCidrBlock(v string) *ReplaceRouteInput

SetDestinationCidrBlock sets the DestinationCidrBlock field's value.

func (*ReplaceRouteInput) SetIpAddress

func (s *ReplaceRouteInput) SetIpAddress(v string) *ReplaceRouteInput

SetIpAddress sets the IpAddress field's value.

func (*ReplaceRouteInput) SetNetworkId

func (s *ReplaceRouteInput) SetNetworkId(v string) *ReplaceRouteInput

SetNetworkId sets the NetworkId field's value.

func (*ReplaceRouteInput) SetNetworkName

func (s *ReplaceRouteInput) SetNetworkName(v string) *ReplaceRouteInput

SetNetworkName sets the NetworkName field's value.

func (*ReplaceRouteInput) SetRouteTableId

func (s *ReplaceRouteInput) SetRouteTableId(v string) *ReplaceRouteInput

SetRouteTableId sets the RouteTableId field's value.

func (ReplaceRouteInput) String

func (s ReplaceRouteInput) String() string

String returns the string representation

type ReplaceRouteOutput

type ReplaceRouteOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (ReplaceRouteOutput) GoString

func (s ReplaceRouteOutput) GoString() string

GoString returns the string representation

func (*ReplaceRouteOutput) SetRequestId

func (s *ReplaceRouteOutput) SetRequestId(v string) *ReplaceRouteOutput

SetRequestId sets the RequestId field's value.

func (*ReplaceRouteOutput) SetReturn

func (s *ReplaceRouteOutput) SetReturn(v bool) *ReplaceRouteOutput

SetReturn sets the Return field's value.

func (ReplaceRouteOutput) String

func (s ReplaceRouteOutput) String() string

String returns the string representation

type ReplaceRouteTableAssociationInput

type ReplaceRouteTableAssociationInput struct {
	Agreement *bool `locationName:"Agreement" type:"boolean"`

	AssociationId *string `locationName:"AssociationId" type:"string"`

	RouteTableId *string `locationName:"RouteTableId" type:"string"`
	// contains filtered or unexported fields
}

func (ReplaceRouteTableAssociationInput) GoString

GoString returns the string representation

func (*ReplaceRouteTableAssociationInput) SetAgreement

SetAgreement sets the Agreement field's value.

func (*ReplaceRouteTableAssociationInput) SetAssociationId

SetAssociationId sets the AssociationId field's value.

func (*ReplaceRouteTableAssociationInput) SetRouteTableId

SetRouteTableId sets the RouteTableId field's value.

func (ReplaceRouteTableAssociationInput) String

String returns the string representation

type ReplaceRouteTableAssociationOutput

type ReplaceRouteTableAssociationOutput struct {
	NewAssociationId *string `locationName:"newAssociationId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (ReplaceRouteTableAssociationOutput) GoString

GoString returns the string representation

func (*ReplaceRouteTableAssociationOutput) SetNewAssociationId

SetNewAssociationId sets the NewAssociationId field's value.

func (*ReplaceRouteTableAssociationOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (ReplaceRouteTableAssociationOutput) String

String returns the string representation

type RequestAdditionalAttributesStruct

type RequestAdditionalAttributesStruct struct {
	Key *string `locationName:"Key" type:"string"`

	Value *string `locationName:"Value" type:"string"`
	// contains filtered or unexported fields
}

func (RequestAdditionalAttributesStruct) GoString

GoString returns the string representation

func (*RequestAdditionalAttributesStruct) SetKey

SetKey sets the Key field's value.

func (*RequestAdditionalAttributesStruct) SetValue

SetValue sets the Value field's value.

func (RequestAdditionalAttributesStruct) String

String returns the string representation

type RequestBypassInterfaceStruct

type RequestBypassInterfaceStruct struct {
	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`
	// contains filtered or unexported fields
}

func (RequestBypassInterfaceStruct) GoString

func (s RequestBypassInterfaceStruct) GoString() string

GoString returns the string representation

func (*RequestBypassInterfaceStruct) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*RequestBypassInterfaceStruct) SetNetworkName

SetNetworkName sets the NetworkName field's value.

func (RequestBypassInterfaceStruct) String

String returns the string representation

type RequestCertInfoStruct

type RequestCertInfoStruct struct {
	LocationName *string `locationName:"LocationName" type:"string"`

	OrganizationName *string `locationName:"OrganizationName" type:"string"`

	OrganizationUnitName *string `locationName:"OrganizationUnitName" type:"string"`

	StateName *string `locationName:"StateName" type:"string"`
	// contains filtered or unexported fields
}

func (RequestCertInfoStruct) GoString

func (s RequestCertInfoStruct) GoString() string

GoString returns the string representation

func (*RequestCertInfoStruct) SetLocationName

func (s *RequestCertInfoStruct) SetLocationName(v string) *RequestCertInfoStruct

SetLocationName sets the LocationName field's value.

func (*RequestCertInfoStruct) SetOrganizationName

func (s *RequestCertInfoStruct) SetOrganizationName(v string) *RequestCertInfoStruct

SetOrganizationName sets the OrganizationName field's value.

func (*RequestCertInfoStruct) SetOrganizationUnitName

func (s *RequestCertInfoStruct) SetOrganizationUnitName(v string) *RequestCertInfoStruct

SetOrganizationUnitName sets the OrganizationUnitName field's value.

func (*RequestCertInfoStruct) SetStateName

SetStateName sets the StateName field's value.

func (RequestCertInfoStruct) String

func (s RequestCertInfoStruct) String() string

String returns the string representation

type RequestCopyInstanceStruct

type RequestCopyInstanceStruct struct {
	AccountingType *string `locationName:"AccountingType" type:"string"`

	InstanceName *string `locationName:"InstanceName" type:"string"`

	InstanceType *string `locationName:"InstanceType" type:"string"`

	IpType *string `locationName:"IpType" type:"string"`

	RequestLoadBalancers []*RequestLoadBalancersStruct `locationName:"LoadBalancers" type:"list"`

	RequestPlacementStruct *RequestPlacementStruct `locationName:"Placement" type:"structure"`

	RequestSecurityGroup []*string `locationName:"SecurityGroup" type:"list"`
	// contains filtered or unexported fields
}

func (RequestCopyInstanceStruct) GoString

func (s RequestCopyInstanceStruct) GoString() string

GoString returns the string representation

func (*RequestCopyInstanceStruct) SetAccountingType

SetAccountingType sets the AccountingType field's value.

func (*RequestCopyInstanceStruct) SetInstanceName

SetInstanceName sets the InstanceName field's value.

func (*RequestCopyInstanceStruct) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*RequestCopyInstanceStruct) SetIpType

SetIpType sets the IpType field's value.

func (*RequestCopyInstanceStruct) SetRequestLoadBalancers

SetRequestLoadBalancers sets the RequestLoadBalancers field's value.

func (*RequestCopyInstanceStruct) SetRequestPlacementStruct

SetRequestPlacementStruct sets the RequestPlacementStruct field's value.

func (*RequestCopyInstanceStruct) SetRequestSecurityGroup

func (s *RequestCopyInstanceStruct) SetRequestSecurityGroup(v []*string) *RequestCopyInstanceStruct

SetRequestSecurityGroup sets the RequestSecurityGroup field's value.

func (RequestCopyInstanceStruct) String

func (s RequestCopyInstanceStruct) String() string

String returns the string representation

type RequestDDayStruct

type RequestDDayStruct struct {
	EndingDDay *string `locationName:"EndingDDay" type:"string"`

	StartingDDay *string `locationName:"StartingDDay" type:"string"`
	// contains filtered or unexported fields
}

func (RequestDDayStruct) GoString

func (s RequestDDayStruct) GoString() string

GoString returns the string representation

func (*RequestDDayStruct) SetEndingDDay

func (s *RequestDDayStruct) SetEndingDDay(v string) *RequestDDayStruct

SetEndingDDay sets the EndingDDay field's value.

func (*RequestDDayStruct) SetStartingDDay

func (s *RequestDDayStruct) SetStartingDDay(v string) *RequestDDayStruct

SetStartingDDay sets the StartingDDay field's value.

func (RequestDDayStruct) String

func (s RequestDDayStruct) String() string

String returns the string representation

type RequestDayStruct

type RequestDayStruct struct {
	SetFriday *string `locationName:"SetFriday" type:"string"`

	SetMonday *string `locationName:"SetMonday" type:"string"`

	SetSaturday *string `locationName:"SetSaturday" type:"string"`

	SetSunday *string `locationName:"SetSunday" type:"string"`

	SetThursday *string `locationName:"SetThursday" type:"string"`

	SetTuesday *string `locationName:"SetTuesday" type:"string"`

	SetWednesday *string `locationName:"SetWednesday" type:"string"`
	// contains filtered or unexported fields
}

func (RequestDayStruct) GoString

func (s RequestDayStruct) GoString() string

GoString returns the string representation

func (*RequestDayStruct) SetSetFriday

func (s *RequestDayStruct) SetSetFriday(v string) *RequestDayStruct

SetSetFriday sets the SetFriday field's value.

func (*RequestDayStruct) SetSetMonday

func (s *RequestDayStruct) SetSetMonday(v string) *RequestDayStruct

SetSetMonday sets the SetMonday field's value.

func (*RequestDayStruct) SetSetSaturday

func (s *RequestDayStruct) SetSetSaturday(v string) *RequestDayStruct

SetSetSaturday sets the SetSaturday field's value.

func (*RequestDayStruct) SetSetSunday

func (s *RequestDayStruct) SetSetSunday(v string) *RequestDayStruct

SetSetSunday sets the SetSunday field's value.

func (*RequestDayStruct) SetSetThursday

func (s *RequestDayStruct) SetSetThursday(v string) *RequestDayStruct

SetSetThursday sets the SetThursday field's value.

func (*RequestDayStruct) SetSetTuesday

func (s *RequestDayStruct) SetSetTuesday(v string) *RequestDayStruct

SetSetTuesday sets the SetTuesday field's value.

func (*RequestDayStruct) SetSetWednesday

func (s *RequestDayStruct) SetSetWednesday(v string) *RequestDayStruct

SetSetWednesday sets the SetWednesday field's value.

func (RequestDayStruct) String

func (s RequestDayStruct) String() string

String returns the string representation

type RequestDescriptionStruct

type RequestDescriptionStruct struct {
	Value *string `locationName:"Value" type:"string"`
	// contains filtered or unexported fields
}

func (RequestDescriptionStruct) GoString

func (s RequestDescriptionStruct) GoString() string

GoString returns the string representation

func (*RequestDescriptionStruct) SetValue

SetValue sets the Value field's value.

func (RequestDescriptionStruct) String

func (s RequestDescriptionStruct) String() string

String returns the string representation

type RequestDestinationStruct

type RequestDestinationStruct struct {
	Port *int64 `locationName:"Port" type:"integer"`
	// contains filtered or unexported fields
}

func (RequestDestinationStruct) GoString

func (s RequestDestinationStruct) GoString() string

GoString returns the string representation

func (*RequestDestinationStruct) SetPort

SetPort sets the Port field's value.

func (RequestDestinationStruct) String

func (s RequestDestinationStruct) String() string

String returns the string representation

type RequestDhcpConfigurationStruct

type RequestDhcpConfigurationStruct struct {
	Key *string `locationName:"Key" type:"string"`

	RequestValue []*string `locationName:"Value" type:"list"`
	// contains filtered or unexported fields
}

func (RequestDhcpConfigurationStruct) GoString

GoString returns the string representation

func (*RequestDhcpConfigurationStruct) SetKey

SetKey sets the Key field's value.

func (*RequestDhcpConfigurationStruct) SetRequestValue

SetRequestValue sets the RequestValue field's value.

func (RequestDhcpConfigurationStruct) String

String returns the string representation

type RequestElasticLoadBalancersStruct

type RequestElasticLoadBalancersStruct struct {
	RequestElasticLoadBalancerId []*string `locationName:"ElasticLoadBalancerId" type:"list"`

	RequestElasticLoadBalancerName []*string `locationName:"ElasticLoadBalancerName" type:"list"`

	RequestElasticLoadBalancerPort []*int64 `locationName:"ElasticLoadBalancerPort" type:"list"`

	RequestInstancePort []*int64 `locationName:"InstancePort" type:"list"`

	RequestProtocol []*string `locationName:"Protocol" type:"list"`
	// contains filtered or unexported fields
}

func (RequestElasticLoadBalancersStruct) GoString

GoString returns the string representation

func (*RequestElasticLoadBalancersStruct) SetRequestElasticLoadBalancerId

func (s *RequestElasticLoadBalancersStruct) SetRequestElasticLoadBalancerId(v []*string) *RequestElasticLoadBalancersStruct

SetRequestElasticLoadBalancerId sets the RequestElasticLoadBalancerId field's value.

func (*RequestElasticLoadBalancersStruct) SetRequestElasticLoadBalancerName

func (s *RequestElasticLoadBalancersStruct) SetRequestElasticLoadBalancerName(v []*string) *RequestElasticLoadBalancersStruct

SetRequestElasticLoadBalancerName sets the RequestElasticLoadBalancerName field's value.

func (*RequestElasticLoadBalancersStruct) SetRequestElasticLoadBalancerPort

func (s *RequestElasticLoadBalancersStruct) SetRequestElasticLoadBalancerPort(v []*int64) *RequestElasticLoadBalancersStruct

SetRequestElasticLoadBalancerPort sets the RequestElasticLoadBalancerPort field's value.

func (*RequestElasticLoadBalancersStruct) SetRequestInstancePort

SetRequestInstancePort sets the RequestInstancePort field's value.

func (*RequestElasticLoadBalancersStruct) SetRequestProtocol

SetRequestProtocol sets the RequestProtocol field's value.

func (RequestElasticLoadBalancersStruct) String

String returns the string representation

type RequestFilterStruct

type RequestFilterStruct struct {
	Name *string `locationName:"Name" type:"string"`

	RequestValue []*string `locationName:"Value" type:"list"`
	// contains filtered or unexported fields
}

func (RequestFilterStruct) GoString

func (s RequestFilterStruct) GoString() string

GoString returns the string representation

func (*RequestFilterStruct) SetName

SetName sets the Name field's value.

func (*RequestFilterStruct) SetRequestValue

func (s *RequestFilterStruct) SetRequestValue(v []*string) *RequestFilterStruct

SetRequestValue sets the RequestValue field's value.

func (RequestFilterStruct) String

func (s RequestFilterStruct) String() string

String returns the string representation

type RequestGroupsStruct

type RequestGroupsStruct struct {
	GroupName *string `locationName:"GroupName" type:"string"`
	// contains filtered or unexported fields
}

func (RequestGroupsStruct) GoString

func (s RequestGroupsStruct) GoString() string

GoString returns the string representation

func (*RequestGroupsStruct) SetGroupName

func (s *RequestGroupsStruct) SetGroupName(v string) *RequestGroupsStruct

SetGroupName sets the GroupName field's value.

func (RequestGroupsStruct) String

func (s RequestGroupsStruct) String() string

String returns the string representation

type RequestHealthCheckStruct

type RequestHealthCheckStruct struct {
	Interval *int64 `locationName:"Interval" type:"integer"`

	Target *string `locationName:"Target" type:"string"`

	UnhealthyThreshold *int64 `locationName:"UnhealthyThreshold" type:"integer"`
	// contains filtered or unexported fields
}

func (RequestHealthCheckStruct) GoString

func (s RequestHealthCheckStruct) GoString() string

GoString returns the string representation

func (*RequestHealthCheckStruct) SetInterval

SetInterval sets the Interval field's value.

func (*RequestHealthCheckStruct) SetTarget

SetTarget sets the Target field's value.

func (*RequestHealthCheckStruct) SetUnhealthyThreshold

func (s *RequestHealthCheckStruct) SetUnhealthyThreshold(v int64) *RequestHealthCheckStruct

SetUnhealthyThreshold sets the UnhealthyThreshold field's value.

func (RequestHealthCheckStruct) String

func (s RequestHealthCheckStruct) String() string

String returns the string representation

type RequestIPAddressesStruct

type RequestIPAddressesStruct struct {
	AddOnFilter *bool `locationName:"AddOnFilter" type:"boolean"`

	IPAddress *string `locationName:"IPAddress" type:"string"`
	// contains filtered or unexported fields
}

func (RequestIPAddressesStruct) GoString

func (s RequestIPAddressesStruct) GoString() string

GoString returns the string representation

func (*RequestIPAddressesStruct) SetAddOnFilter

SetAddOnFilter sets the AddOnFilter field's value.

func (*RequestIPAddressesStruct) SetIPAddress

SetIPAddress sets the IPAddress field's value.

func (RequestIPAddressesStruct) String

func (s RequestIPAddressesStruct) String() string

String returns the string representation

type RequestInboundInterfaceStruct

type RequestInboundInterfaceStruct struct {
	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`
	// contains filtered or unexported fields
}

func (RequestInboundInterfaceStruct) GoString

GoString returns the string representation

func (*RequestInboundInterfaceStruct) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*RequestInboundInterfaceStruct) SetNetworkName

SetNetworkName sets the NetworkName field's value.

func (RequestInboundInterfaceStruct) String

String returns the string representation

type RequestInstancesStruct

type RequestInstancesStruct struct {
	InstanceId *string `locationName:"InstanceId" type:"string"`

	InstanceUniqueId *string `locationName:"InstanceUniqueId" type:"string"`
	// contains filtered or unexported fields
}

func (RequestInstancesStruct) GoString

func (s RequestInstancesStruct) GoString() string

GoString returns the string representation

func (*RequestInstancesStruct) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*RequestInstancesStruct) SetInstanceUniqueId

func (s *RequestInstancesStruct) SetInstanceUniqueId(v string) *RequestInstancesStruct

SetInstanceUniqueId sets the InstanceUniqueId field's value.

func (RequestInstancesStruct) String

func (s RequestInstancesStruct) String() string

String returns the string representation

type RequestIpPermissionsStruct

type RequestIpPermissionsStruct struct {
	Description *string `locationName:"Description" type:"string"`

	FromPort *int64 `locationName:"FromPort" type:"integer"`

	InOut *string `locationName:"InOut" type:"string"`

	IpProtocol *string `locationName:"IpProtocol" type:"string"`

	RequestGroups []*RequestGroupsStruct `locationName:"Groups" type:"list"`

	RequestIpRanges []*RequestIpRangesStruct `locationName:"IpRanges" type:"list"`

	ToPort *int64 `locationName:"ToPort" type:"integer"`
	// contains filtered or unexported fields
}

func (RequestIpPermissionsStruct) GoString

func (s RequestIpPermissionsStruct) GoString() string

GoString returns the string representation

func (*RequestIpPermissionsStruct) SetDescription

SetDescription sets the Description field's value.

func (*RequestIpPermissionsStruct) SetFromPort

SetFromPort sets the FromPort field's value.

func (*RequestIpPermissionsStruct) SetInOut

SetInOut sets the InOut field's value.

func (*RequestIpPermissionsStruct) SetIpProtocol

SetIpProtocol sets the IpProtocol field's value.

func (*RequestIpPermissionsStruct) SetRequestGroups

SetRequestGroups sets the RequestGroups field's value.

func (*RequestIpPermissionsStruct) SetRequestIpRanges

SetRequestIpRanges sets the RequestIpRanges field's value.

func (*RequestIpPermissionsStruct) SetToPort

SetToPort sets the ToPort field's value.

func (RequestIpPermissionsStruct) String

String returns the string representation

type RequestIpRangesStruct

type RequestIpRangesStruct struct {
	CidrIp *string `locationName:"CidrIp" type:"string"`
	// contains filtered or unexported fields
}

func (RequestIpRangesStruct) GoString

func (s RequestIpRangesStruct) GoString() string

GoString returns the string representation

func (*RequestIpRangesStruct) SetCidrIp

SetCidrIp sets the CidrIp field's value.

func (RequestIpRangesStruct) String

func (s RequestIpRangesStruct) String() string

String returns the string representation

type RequestLicenseStruct

type RequestLicenseStruct struct {
	LicenseName *string `locationName:"LicenseName" type:"string"`

	LicenseNum *string `locationName:"LicenseNum" type:"string"`
	// contains filtered or unexported fields
}

func (RequestLicenseStruct) GoString

func (s RequestLicenseStruct) GoString() string

GoString returns the string representation

func (*RequestLicenseStruct) SetLicenseName

func (s *RequestLicenseStruct) SetLicenseName(v string) *RequestLicenseStruct

SetLicenseName sets the LicenseName field's value.

func (*RequestLicenseStruct) SetLicenseNum

func (s *RequestLicenseStruct) SetLicenseNum(v string) *RequestLicenseStruct

SetLicenseNum sets the LicenseNum field's value.

func (RequestLicenseStruct) String

func (s RequestLicenseStruct) String() string

String returns the string representation

type RequestListenInterfaceStruct

type RequestListenInterfaceStruct struct {
	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`
	// contains filtered or unexported fields
}

func (RequestListenInterfaceStruct) GoString

func (s RequestListenInterfaceStruct) GoString() string

GoString returns the string representation

func (*RequestListenInterfaceStruct) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*RequestListenInterfaceStruct) SetNetworkName

SetNetworkName sets the NetworkName field's value.

func (RequestListenInterfaceStruct) String

String returns the string representation

type RequestListenerStruct

type RequestListenerStruct struct {
	BalancingType *string `locationName:"BalancingType" type:"string"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`

	Protocol *string `locationName:"Protocol" type:"string"`
	// contains filtered or unexported fields
}

func (RequestListenerStruct) GoString

func (s RequestListenerStruct) GoString() string

GoString returns the string representation

func (*RequestListenerStruct) SetBalancingType

func (s *RequestListenerStruct) SetBalancingType(v string) *RequestListenerStruct

SetBalancingType sets the BalancingType field's value.

func (*RequestListenerStruct) SetInstancePort

func (s *RequestListenerStruct) SetInstancePort(v int64) *RequestListenerStruct

SetInstancePort sets the InstancePort field's value.

func (*RequestListenerStruct) SetLoadBalancerPort

func (s *RequestListenerStruct) SetLoadBalancerPort(v int64) *RequestListenerStruct

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (*RequestListenerStruct) SetProtocol

SetProtocol sets the Protocol field's value.

func (RequestListenerStruct) String

func (s RequestListenerStruct) String() string

String returns the string representation

type RequestListenerUpdateStruct

type RequestListenerUpdateStruct struct {
	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`

	RequestListenerStruct *RequestListenerStruct `locationName:"Listener" type:"structure"`
	// contains filtered or unexported fields
}

func (RequestListenerUpdateStruct) GoString

func (s RequestListenerUpdateStruct) GoString() string

GoString returns the string representation

func (*RequestListenerUpdateStruct) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*RequestListenerUpdateStruct) SetLoadBalancerPort

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (*RequestListenerUpdateStruct) SetRequestListenerStruct

SetRequestListenerStruct sets the RequestListenerStruct field's value.

func (RequestListenerUpdateStruct) String

String returns the string representation

type RequestListenersStruct

type RequestListenersStruct struct {
	BalancingType *string `locationName:"BalancingType" type:"string"`

	Description *string `locationName:"Description" type:"string"`

	ElasticLoadBalancerPort *int64 `locationName:"ElasticLoadBalancerPort" type:"integer"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`

	Protocol *string `locationName:"Protocol" type:"string"`

	RequestHealthCheckStruct *RequestHealthCheckStruct `locationName:"HealthCheck" type:"structure"`

	RequestInstances []*RequestInstancesStruct `locationName:"Instances" locationNameList:"member" type:"list"`

	RequestSessionStruct *RequestSessionStruct `locationName:"Session" type:"structure"`

	RequestSorryPageStruct *RequestSorryPageStruct `locationName:"SorryPage" type:"structure"`

	SSLCertificateId *string `locationName:"SSLCertificateId" type:"string"`
	// contains filtered or unexported fields
}

func (RequestListenersStruct) GoString

func (s RequestListenersStruct) GoString() string

GoString returns the string representation

func (*RequestListenersStruct) SetBalancingType

func (s *RequestListenersStruct) SetBalancingType(v string) *RequestListenersStruct

SetBalancingType sets the BalancingType field's value.

func (*RequestListenersStruct) SetDescription

SetDescription sets the Description field's value.

func (*RequestListenersStruct) SetElasticLoadBalancerPort

func (s *RequestListenersStruct) SetElasticLoadBalancerPort(v int64) *RequestListenersStruct

SetElasticLoadBalancerPort sets the ElasticLoadBalancerPort field's value.

func (*RequestListenersStruct) SetInstancePort

func (s *RequestListenersStruct) SetInstancePort(v int64) *RequestListenersStruct

SetInstancePort sets the InstancePort field's value.

func (*RequestListenersStruct) SetLoadBalancerPort

func (s *RequestListenersStruct) SetLoadBalancerPort(v int64) *RequestListenersStruct

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (*RequestListenersStruct) SetProtocol

SetProtocol sets the Protocol field's value.

func (*RequestListenersStruct) SetRequestHealthCheckStruct

func (s *RequestListenersStruct) SetRequestHealthCheckStruct(v *RequestHealthCheckStruct) *RequestListenersStruct

SetRequestHealthCheckStruct sets the RequestHealthCheckStruct field's value.

func (*RequestListenersStruct) SetRequestInstances

SetRequestInstances sets the RequestInstances field's value.

func (*RequestListenersStruct) SetRequestSessionStruct

func (s *RequestListenersStruct) SetRequestSessionStruct(v *RequestSessionStruct) *RequestListenersStruct

SetRequestSessionStruct sets the RequestSessionStruct field's value.

func (*RequestListenersStruct) SetRequestSorryPageStruct

func (s *RequestListenersStruct) SetRequestSorryPageStruct(v *RequestSorryPageStruct) *RequestListenersStruct

SetRequestSorryPageStruct sets the RequestSorryPageStruct field's value.

func (*RequestListenersStruct) SetSSLCertificateId

func (s *RequestListenersStruct) SetSSLCertificateId(v string) *RequestListenersStruct

SetSSLCertificateId sets the SSLCertificateId field's value.

func (RequestListenersStruct) String

func (s RequestListenersStruct) String() string

String returns the string representation

type RequestLoadBalancerAttributesStruct

type RequestLoadBalancerAttributesStruct struct {
	RequestAdditionalAttributes []*RequestAdditionalAttributesStruct `locationName:"AdditionalAttributes" locationNameList:"member" type:"list"`

	RequestSessionStruct *RequestSessionStruct `locationName:"Session" type:"structure"`

	RequestSorryPageStruct *RequestSorryPageStruct `locationName:"SorryPage" type:"structure"`
	// contains filtered or unexported fields
}

func (RequestLoadBalancerAttributesStruct) GoString

GoString returns the string representation

func (*RequestLoadBalancerAttributesStruct) SetRequestAdditionalAttributes

SetRequestAdditionalAttributes sets the RequestAdditionalAttributes field's value.

func (*RequestLoadBalancerAttributesStruct) SetRequestSessionStruct

SetRequestSessionStruct sets the RequestSessionStruct field's value.

func (*RequestLoadBalancerAttributesStruct) SetRequestSorryPageStruct

SetRequestSorryPageStruct sets the RequestSorryPageStruct field's value.

func (RequestLoadBalancerAttributesStruct) String

String returns the string representation

type RequestLoadBalancerNamesStruct

type RequestLoadBalancerNamesStruct struct {
	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`
	// contains filtered or unexported fields
}

func (RequestLoadBalancerNamesStruct) GoString

GoString returns the string representation

func (*RequestLoadBalancerNamesStruct) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*RequestLoadBalancerNamesStruct) SetLoadBalancerName

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*RequestLoadBalancerNamesStruct) SetLoadBalancerPort

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (RequestLoadBalancerNamesStruct) String

String returns the string representation

type RequestLoadBalancersStruct

type RequestLoadBalancersStruct struct {
	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`

	Name *string `locationName:"Name" type:"string"`
	// contains filtered or unexported fields
}

func (RequestLoadBalancersStruct) GoString

func (s RequestLoadBalancersStruct) GoString() string

GoString returns the string representation

func (*RequestLoadBalancersStruct) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*RequestLoadBalancersStruct) SetLoadBalancerName

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*RequestLoadBalancersStruct) SetLoadBalancerPort

func (s *RequestLoadBalancersStruct) SetLoadBalancerPort(v int64) *RequestLoadBalancersStruct

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (*RequestLoadBalancersStruct) SetName

SetName sets the Name field's value.

func (RequestLoadBalancersStruct) String

String returns the string representation

type RequestMonthStruct

type RequestMonthStruct struct {
	EndingMonth *string `locationName:"EndingMonth" type:"string"`

	StartingMonth *string `locationName:"StartingMonth" type:"string"`
	// contains filtered or unexported fields
}

func (RequestMonthStruct) GoString

func (s RequestMonthStruct) GoString() string

GoString returns the string representation

func (*RequestMonthStruct) SetEndingMonth

func (s *RequestMonthStruct) SetEndingMonth(v string) *RequestMonthStruct

SetEndingMonth sets the EndingMonth field's value.

func (*RequestMonthStruct) SetStartingMonth

func (s *RequestMonthStruct) SetStartingMonth(v string) *RequestMonthStruct

SetStartingMonth sets the StartingMonth field's value.

func (RequestMonthStruct) String

func (s RequestMonthStruct) String() string

String returns the string representation

type RequestNetworkInterfaceStruct

type RequestNetworkInterfaceStruct struct {
	DeviceIndex *int64 `locationName:"DeviceIndex" type:"integer"`

	Dhcp *bool `locationName:"Dhcp" type:"boolean"`

	DhcpConfigId *string `locationName:"DhcpConfigId" type:"string"`

	DhcpOptionsId *string `locationName:"DhcpOptionsId" type:"string"`

	IpAddress *string `locationName:"IpAddress" type:"string"`

	IsVipNetwork *bool `locationName:"IsVipNetwork" type:"boolean"`

	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`

	RequestSecurityGroupId []*string `locationName:"SecurityGroupId" type:"list"`
	// contains filtered or unexported fields
}

func (RequestNetworkInterfaceStruct) GoString

GoString returns the string representation

func (*RequestNetworkInterfaceStruct) SetDeviceIndex

SetDeviceIndex sets the DeviceIndex field's value.

func (*RequestNetworkInterfaceStruct) SetDhcp

SetDhcp sets the Dhcp field's value.

func (*RequestNetworkInterfaceStruct) SetDhcpConfigId

SetDhcpConfigId sets the DhcpConfigId field's value.

func (*RequestNetworkInterfaceStruct) SetDhcpOptionsId

SetDhcpOptionsId sets the DhcpOptionsId field's value.

func (*RequestNetworkInterfaceStruct) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*RequestNetworkInterfaceStruct) SetIsVipNetwork

SetIsVipNetwork sets the IsVipNetwork field's value.

func (*RequestNetworkInterfaceStruct) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*RequestNetworkInterfaceStruct) SetNetworkName

SetNetworkName sets the NetworkName field's value.

func (*RequestNetworkInterfaceStruct) SetRequestSecurityGroupId

func (s *RequestNetworkInterfaceStruct) SetRequestSecurityGroupId(v []*string) *RequestNetworkInterfaceStruct

SetRequestSecurityGroupId sets the RequestSecurityGroupId field's value.

func (RequestNetworkInterfaceStruct) String

String returns the string representation

type RequestNiftyIPsecConfigurationStruct

type RequestNiftyIPsecConfigurationStruct struct {
	EncryptionAlgorithm *string `locationName:"EncryptionAlgorithm" type:"string"`

	HashAlgorithm *string `locationName:"HashAlgorithm" type:"string"`

	PreSharedKey *string `locationName:"PreSharedKey" type:"string"`
	// contains filtered or unexported fields
}

func (RequestNiftyIPsecConfigurationStruct) GoString

GoString returns the string representation

func (*RequestNiftyIPsecConfigurationStruct) SetEncryptionAlgorithm

SetEncryptionAlgorithm sets the EncryptionAlgorithm field's value.

func (*RequestNiftyIPsecConfigurationStruct) SetHashAlgorithm

SetHashAlgorithm sets the HashAlgorithm field's value.

func (*RequestNiftyIPsecConfigurationStruct) SetPreSharedKey

SetPreSharedKey sets the PreSharedKey field's value.

func (RequestNiftyIPsecConfigurationStruct) String

String returns the string representation

type RequestNiftyIpsecConfigurationStruct

type RequestNiftyIpsecConfigurationStruct struct {
	InternetKeyExchange *string `locationName:"InternetKeyExchange" type:"string"`
	// contains filtered or unexported fields
}

func (RequestNiftyIpsecConfigurationStruct) GoString

GoString returns the string representation

func (*RequestNiftyIpsecConfigurationStruct) SetInternetKeyExchange

SetInternetKeyExchange sets the InternetKeyExchange field's value.

func (RequestNiftyIpsecConfigurationStruct) String

String returns the string representation

type RequestNiftyNetworkStruct

type RequestNiftyNetworkStruct struct {
	IpAddress *string `locationName:"IpAddress" type:"string"`

	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`
	// contains filtered or unexported fields
}

func (RequestNiftyNetworkStruct) GoString

func (s RequestNiftyNetworkStruct) GoString() string

GoString returns the string representation

func (*RequestNiftyNetworkStruct) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*RequestNiftyNetworkStruct) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*RequestNiftyNetworkStruct) SetNetworkName

SetNetworkName sets the NetworkName field's value.

func (RequestNiftyNetworkStruct) String

func (s RequestNiftyNetworkStruct) String() string

String returns the string representation

type RequestNiftyTunnelStruct

type RequestNiftyTunnelStruct struct {
	DestinationPort *string `locationName:"DestinationPort" type:"string"`

	Encapsulation *string `locationName:"Encapsulation" type:"string"`

	Mode *string `locationName:"Mode" type:"string"`

	PeerSessionId *string `locationName:"PeerSessionId" type:"string"`

	PeerTunnelId *string `locationName:"PeerTunnelId" type:"string"`

	SessionId *string `locationName:"SessionId" type:"string"`

	SourcePort *string `locationName:"SourcePort" type:"string"`

	TunnelId *string `locationName:"TunnelId" type:"string"`

	Type *string `locationName:"Type" type:"string"`
	// contains filtered or unexported fields
}

func (RequestNiftyTunnelStruct) GoString

func (s RequestNiftyTunnelStruct) GoString() string

GoString returns the string representation

func (*RequestNiftyTunnelStruct) SetDestinationPort

func (s *RequestNiftyTunnelStruct) SetDestinationPort(v string) *RequestNiftyTunnelStruct

SetDestinationPort sets the DestinationPort field's value.

func (*RequestNiftyTunnelStruct) SetEncapsulation

SetEncapsulation sets the Encapsulation field's value.

func (*RequestNiftyTunnelStruct) SetMode

SetMode sets the Mode field's value.

func (*RequestNiftyTunnelStruct) SetPeerSessionId

SetPeerSessionId sets the PeerSessionId field's value.

func (*RequestNiftyTunnelStruct) SetPeerTunnelId

SetPeerTunnelId sets the PeerTunnelId field's value.

func (*RequestNiftyTunnelStruct) SetSessionId

SetSessionId sets the SessionId field's value.

func (*RequestNiftyTunnelStruct) SetSourcePort

SetSourcePort sets the SourcePort field's value.

func (*RequestNiftyTunnelStruct) SetTunnelId

SetTunnelId sets the TunnelId field's value.

func (*RequestNiftyTunnelStruct) SetType

SetType sets the Type field's value.

func (RequestNiftyTunnelStruct) String

func (s RequestNiftyTunnelStruct) String() string

String returns the string representation

type RequestOptionStruct

type RequestOptionStruct struct {
	NameServer *string `locationName:"NameServer" type:"string"`
	// contains filtered or unexported fields
}

func (RequestOptionStruct) GoString

func (s RequestOptionStruct) GoString() string

GoString returns the string representation

func (*RequestOptionStruct) SetNameServer

func (s *RequestOptionStruct) SetNameServer(v string) *RequestOptionStruct

SetNameServer sets the NameServer field's value.

func (RequestOptionStruct) String

func (s RequestOptionStruct) String() string

String returns the string representation

type RequestOutboundInterfaceStruct

type RequestOutboundInterfaceStruct struct {
	NetworkId *string `locationName:"NetworkId" type:"string"`

	NetworkName *string `locationName:"NetworkName" type:"string"`
	// contains filtered or unexported fields
}

func (RequestOutboundInterfaceStruct) GoString

GoString returns the string representation

func (*RequestOutboundInterfaceStruct) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*RequestOutboundInterfaceStruct) SetNetworkName

SetNetworkName sets the NetworkName field's value.

func (RequestOutboundInterfaceStruct) String

String returns the string representation

type RequestPlacementStruct

type RequestPlacementStruct struct {
	AvailabilityZone *string `locationName:"AvailabilityZone" type:"string"`

	RegionName *string `locationName:"RegionName" type:"string"`
	// contains filtered or unexported fields
}

func (RequestPlacementStruct) GoString

func (s RequestPlacementStruct) GoString() string

GoString returns the string representation

func (*RequestPlacementStruct) SetAvailabilityZone

func (s *RequestPlacementStruct) SetAvailabilityZone(v string) *RequestPlacementStruct

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*RequestPlacementStruct) SetRegionName

SetRegionName sets the RegionName field's value.

func (RequestPlacementStruct) String

func (s RequestPlacementStruct) String() string

String returns the string representation

type RequestRangeStruct

type RequestRangeStruct struct {
	All *bool `locationName:"All" type:"boolean"`

	EndNumber *int64 `locationName:"EndNumber" type:"integer"`

	StartNumber *int64 `locationName:"StartNumber" type:"integer"`
	// contains filtered or unexported fields
}

func (RequestRangeStruct) GoString

func (s RequestRangeStruct) GoString() string

GoString returns the string representation

func (*RequestRangeStruct) SetAll

SetAll sets the All field's value.

func (*RequestRangeStruct) SetEndNumber

func (s *RequestRangeStruct) SetEndNumber(v int64) *RequestRangeStruct

SetEndNumber sets the EndNumber field's value.

func (*RequestRangeStruct) SetStartNumber

func (s *RequestRangeStruct) SetStartNumber(v int64) *RequestRangeStruct

SetStartNumber sets the StartNumber field's value.

func (RequestRangeStruct) String

func (s RequestRangeStruct) String() string

String returns the string representation

type RequestRouterSetStruct

type RequestRouterSetStruct struct {
	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (RequestRouterSetStruct) GoString

func (s RequestRouterSetStruct) GoString() string

GoString returns the string representation

func (*RequestRouterSetStruct) SetRouterId

SetRouterId sets the RouterId field's value.

func (*RequestRouterSetStruct) SetRouterName

SetRouterName sets the RouterName field's value.

func (RequestRouterSetStruct) String

func (s RequestRouterSetStruct) String() string

String returns the string representation

type RequestRouterStruct

type RequestRouterStruct struct {
	NiftyReboot *string `locationName:"NiftyReboot" type:"string"`

	RouterId *string `locationName:"RouterId" type:"string"`

	RouterName *string `locationName:"RouterName" type:"string"`
	// contains filtered or unexported fields
}

func (RequestRouterStruct) GoString

func (s RequestRouterStruct) GoString() string

GoString returns the string representation

func (*RequestRouterStruct) SetNiftyReboot

func (s *RequestRouterStruct) SetNiftyReboot(v string) *RequestRouterStruct

SetNiftyReboot sets the NiftyReboot field's value.

func (*RequestRouterStruct) SetRouterId

func (s *RequestRouterStruct) SetRouterId(v string) *RequestRouterStruct

SetRouterId sets the RouterId field's value.

func (*RequestRouterStruct) SetRouterName

func (s *RequestRouterStruct) SetRouterName(v string) *RequestRouterStruct

SetRouterName sets the RouterName field's value.

func (RequestRouterStruct) String

func (s RequestRouterStruct) String() string

String returns the string representation

type RequestRuleStruct

type RequestRuleStruct struct {
	BreachDuration *int64 `locationName:"BreachDuration" type:"integer"`

	DataType *string `locationName:"DataType" type:"string"`

	FromDate *string `locationName:"FromDate" type:"string"`

	FunctionName *string `locationName:"FunctionName" type:"string"`

	RuleName *string `locationName:"RuleName" type:"string"`

	Threshold *float64 `locationName:"Threshold" type:"double"`

	ToDate *string `locationName:"ToDate" type:"string"`

	UpperLowerCondition *string `locationName:"UpperLowerCondition" type:"string"`
	// contains filtered or unexported fields
}

func (RequestRuleStruct) GoString

func (s RequestRuleStruct) GoString() string

GoString returns the string representation

func (*RequestRuleStruct) SetBreachDuration

func (s *RequestRuleStruct) SetBreachDuration(v int64) *RequestRuleStruct

SetBreachDuration sets the BreachDuration field's value.

func (*RequestRuleStruct) SetDataType

func (s *RequestRuleStruct) SetDataType(v string) *RequestRuleStruct

SetDataType sets the DataType field's value.

func (*RequestRuleStruct) SetFromDate

func (s *RequestRuleStruct) SetFromDate(v string) *RequestRuleStruct

SetFromDate sets the FromDate field's value.

func (*RequestRuleStruct) SetFunctionName

func (s *RequestRuleStruct) SetFunctionName(v string) *RequestRuleStruct

SetFunctionName sets the FunctionName field's value.

func (*RequestRuleStruct) SetRuleName

func (s *RequestRuleStruct) SetRuleName(v string) *RequestRuleStruct

SetRuleName sets the RuleName field's value.

func (*RequestRuleStruct) SetThreshold

func (s *RequestRuleStruct) SetThreshold(v float64) *RequestRuleStruct

SetThreshold sets the Threshold field's value.

func (*RequestRuleStruct) SetToDate

func (s *RequestRuleStruct) SetToDate(v string) *RequestRuleStruct

SetToDate sets the ToDate field's value.

func (*RequestRuleStruct) SetUpperLowerCondition

func (s *RequestRuleStruct) SetUpperLowerCondition(v string) *RequestRuleStruct

SetUpperLowerCondition sets the UpperLowerCondition field's value.

func (RequestRuleStruct) String

func (s RequestRuleStruct) String() string

String returns the string representation

type RequestScalingScheduleStruct

type RequestScalingScheduleStruct struct {
	RequestDDayStruct *RequestDDayStruct `locationName:"DDay" type:"structure"`

	RequestDayStruct *RequestDayStruct `locationName:"Day" type:"structure"`

	RequestMonthStruct *RequestMonthStruct `locationName:"Month" type:"structure"`

	RequestTimeZoneStruct *RequestTimeZoneStruct `locationName:"TimeZone" type:"structure"`
	// contains filtered or unexported fields
}

func (RequestScalingScheduleStruct) GoString

func (s RequestScalingScheduleStruct) GoString() string

GoString returns the string representation

func (*RequestScalingScheduleStruct) SetRequestDDayStruct

SetRequestDDayStruct sets the RequestDDayStruct field's value.

func (*RequestScalingScheduleStruct) SetRequestDayStruct

SetRequestDayStruct sets the RequestDayStruct field's value.

func (*RequestScalingScheduleStruct) SetRequestMonthStruct

SetRequestMonthStruct sets the RequestMonthStruct field's value.

func (*RequestScalingScheduleStruct) SetRequestTimeZoneStruct

SetRequestTimeZoneStruct sets the RequestTimeZoneStruct field's value.

func (RequestScalingScheduleStruct) String

String returns the string representation

type RequestScalingTriggerStruct

type RequestScalingTriggerStruct struct {
	BreachDuration *int64 `locationName:"BreachDuration" type:"integer"`

	Resource *string `locationName:"Resource" type:"string"`

	UpperThreshold *float64 `locationName:"UpperThreshold" type:"double"`
	// contains filtered or unexported fields
}

func (RequestScalingTriggerStruct) GoString

func (s RequestScalingTriggerStruct) GoString() string

GoString returns the string representation

func (*RequestScalingTriggerStruct) SetBreachDuration

SetBreachDuration sets the BreachDuration field's value.

func (*RequestScalingTriggerStruct) SetResource

SetResource sets the Resource field's value.

func (*RequestScalingTriggerStruct) SetUpperThreshold

SetUpperThreshold sets the UpperThreshold field's value.

func (RequestScalingTriggerStruct) String

String returns the string representation

type RequestSessionStickinessPolicyUpdateStruct

type RequestSessionStickinessPolicyUpdateStruct struct {
	Enable *bool `locationName:"Enable" type:"boolean"`

	ExpirationPeriod *int64 `locationName:"ExpirationPeriod" type:"integer"`
	// contains filtered or unexported fields
}

func (RequestSessionStickinessPolicyUpdateStruct) GoString

GoString returns the string representation

func (*RequestSessionStickinessPolicyUpdateStruct) SetEnable

SetEnable sets the Enable field's value.

func (*RequestSessionStickinessPolicyUpdateStruct) SetExpirationPeriod

SetExpirationPeriod sets the ExpirationPeriod field's value.

func (RequestSessionStickinessPolicyUpdateStruct) String

String returns the string representation

type RequestSessionStruct

type RequestSessionStruct struct {
	RequestStickinessPolicyStruct *RequestStickinessPolicyStruct `locationName:"StickinessPolicy" type:"structure"`
	// contains filtered or unexported fields
}

func (RequestSessionStruct) GoString

func (s RequestSessionStruct) GoString() string

GoString returns the string representation

func (*RequestSessionStruct) SetRequestStickinessPolicyStruct

func (s *RequestSessionStruct) SetRequestStickinessPolicyStruct(v *RequestStickinessPolicyStruct) *RequestSessionStruct

SetRequestStickinessPolicyStruct sets the RequestStickinessPolicyStruct field's value.

func (RequestSessionStruct) String

func (s RequestSessionStruct) String() string

String returns the string representation

type RequestSorryPageStruct

type RequestSorryPageStruct struct {
	Enable *bool `locationName:"Enable" type:"boolean"`

	RedirectUrl *string `locationName:"RedirectUrl" type:"string"`
	// contains filtered or unexported fields
}

func (RequestSorryPageStruct) GoString

func (s RequestSorryPageStruct) GoString() string

GoString returns the string representation

func (*RequestSorryPageStruct) SetEnable

SetEnable sets the Enable field's value.

func (*RequestSorryPageStruct) SetRedirectUrl

SetRedirectUrl sets the RedirectUrl field's value.

func (RequestSorryPageStruct) String

func (s RequestSorryPageStruct) String() string

String returns the string representation

type RequestSorryPageUpdateStruct

type RequestSorryPageUpdateStruct struct {
	Enable *bool `locationName:"Enable" type:"boolean"`

	StatusCode *int64 `locationName:"StatusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (RequestSorryPageUpdateStruct) GoString

func (s RequestSorryPageUpdateStruct) GoString() string

GoString returns the string representation

func (*RequestSorryPageUpdateStruct) SetEnable

SetEnable sets the Enable field's value.

func (*RequestSorryPageUpdateStruct) SetStatusCode

SetStatusCode sets the StatusCode field's value.

func (RequestSorryPageUpdateStruct) String

String returns the string representation

type RequestSourceStruct

type RequestSourceStruct struct {
	Address *string `locationName:"Address" type:"string"`

	Port *int64 `locationName:"Port" type:"integer"`
	// contains filtered or unexported fields
}

func (RequestSourceStruct) GoString

func (s RequestSourceStruct) GoString() string

GoString returns the string representation

func (*RequestSourceStruct) SetAddress

SetAddress sets the Address field's value.

func (*RequestSourceStruct) SetPort

SetPort sets the Port field's value.

func (RequestSourceStruct) String

func (s RequestSourceStruct) String() string

String returns the string representation

type RequestStickinessPolicyStruct

type RequestStickinessPolicyStruct struct {
	Enable *bool `locationName:"Enable" type:"boolean"`

	ExpirationPeriod *int64 `locationName:"ExpirationPeriod" type:"integer"`

	Method *string `locationName:"Method" type:"string"`
	// contains filtered or unexported fields
}

func (RequestStickinessPolicyStruct) GoString

GoString returns the string representation

func (*RequestStickinessPolicyStruct) SetEnable

SetEnable sets the Enable field's value.

func (*RequestStickinessPolicyStruct) SetExpirationPeriod

SetExpirationPeriod sets the ExpirationPeriod field's value.

func (*RequestStickinessPolicyStruct) SetMethod

SetMethod sets the Method field's value.

func (RequestStickinessPolicyStruct) String

String returns the string representation

type RequestTimeZoneStruct

type RequestTimeZoneStruct struct {
	EndingTimeZone *string `locationName:"EndingTimeZone" type:"string"`

	StartingTimeZone *string `locationName:"StartingTimeZone" type:"string"`
	// contains filtered or unexported fields
}

func (RequestTimeZoneStruct) GoString

func (s RequestTimeZoneStruct) GoString() string

GoString returns the string representation

func (*RequestTimeZoneStruct) SetEndingTimeZone

func (s *RequestTimeZoneStruct) SetEndingTimeZone(v string) *RequestTimeZoneStruct

SetEndingTimeZone sets the EndingTimeZone field's value.

func (*RequestTimeZoneStruct) SetStartingTimeZone

func (s *RequestTimeZoneStruct) SetStartingTimeZone(v string) *RequestTimeZoneStruct

SetStartingTimeZone sets the StartingTimeZone field's value.

func (RequestTimeZoneStruct) String

func (s RequestTimeZoneStruct) String() string

String returns the string representation

type RequestTranslationStruct

type RequestTranslationStruct struct {
	Address *string `locationName:"Address" type:"string"`

	Port *int64 `locationName:"Port" type:"integer"`
	// contains filtered or unexported fields
}

func (RequestTranslationStruct) GoString

func (s RequestTranslationStruct) GoString() string

GoString returns the string representation

func (*RequestTranslationStruct) SetAddress

SetAddress sets the Address field's value.

func (*RequestTranslationStruct) SetPort

SetPort sets the Port field's value.

func (RequestTranslationStruct) String

func (s RequestTranslationStruct) String() string

String returns the string representation

type RequestUsersStruct

type RequestUsersStruct struct {
	UserId *string `locationName:"UserId" type:"string"`
	// contains filtered or unexported fields
}

func (RequestUsersStruct) GoString

func (s RequestUsersStruct) GoString() string

GoString returns the string representation

func (*RequestUsersStruct) SetUserId

func (s *RequestUsersStruct) SetUserId(v string) *RequestUsersStruct

SetUserId sets the UserId field's value.

func (RequestUsersStruct) String

func (s RequestUsersStruct) String() string

String returns the string representation

type RequestVpnGatewaySetStruct

type RequestVpnGatewaySetStruct struct {
	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	VpnGatewayId *string `locationName:"VpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (RequestVpnGatewaySetStruct) GoString

func (s RequestVpnGatewaySetStruct) GoString() string

GoString returns the string representation

func (*RequestVpnGatewaySetStruct) SetNiftyVpnGatewayName

func (s *RequestVpnGatewaySetStruct) SetNiftyVpnGatewayName(v string) *RequestVpnGatewaySetStruct

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*RequestVpnGatewaySetStruct) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (RequestVpnGatewaySetStruct) String

String returns the string representation

type RequestVpnGatewayStruct

type RequestVpnGatewayStruct struct {
	NiftyReboot *string `locationName:"NiftyReboot" type:"string"`

	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

	VpnGatewayId *string `locationName:"VpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (RequestVpnGatewayStruct) GoString

func (s RequestVpnGatewayStruct) GoString() string

GoString returns the string representation

func (*RequestVpnGatewayStruct) SetNiftyReboot

SetNiftyReboot sets the NiftyReboot field's value.

func (*RequestVpnGatewayStruct) SetNiftyVpnGatewayName

func (s *RequestVpnGatewayStruct) SetNiftyVpnGatewayName(v string) *RequestVpnGatewayStruct

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*RequestVpnGatewayStruct) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (RequestVpnGatewayStruct) String

func (s RequestVpnGatewayStruct) String() string

String returns the string representation

type ReservationSetItem

type ReservationSetItem struct {
	AlarmCondition *string `locationName:"alarmCondition" type:"string"`

	AlarmDateHistorySet []*AlarmDateHistorySetItem `locationName:"alarmDateHistorySet" locationNameList:"item" type:"list"`

	AlarmRulesActivitiesSet []*AlarmRulesActivitiesSetItem `locationName:"alarmRulesActivitiesSet" locationNameList:"item" type:"list"`

	AlarmState *string `locationName:"alarmState" type:"string"`

	AlarmTargetsSet []*AlarmTargetsSetItem `locationName:"alarmTargetsSet" locationNameList:"item" type:"list"`

	CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:""`

	Description *string `locationName:"description" type:"string"`

	EmailAddressSet []*EmailAddressSetItem `locationName:"emailAddressSet" locationNameList:"item" type:"list"`

	FunctionName *string `locationName:"functionName" type:"string"`

	GroupSet []*GroupSetItem `locationName:"groupSet" locationNameList:"item" type:"list"`

	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	OwnerId *string `locationName:"ownerId" type:"string"`

	ReservationId *string `locationName:"reservationId" type:"string"`

	RuleName *string `locationName:"ruleName" type:"string"`

	RuleSet []*RuleSetItem `locationName:"ruleSet" locationNameList:"item" type:"list"`

	Zone *string `locationName:"zone" type:"string"`
	// contains filtered or unexported fields
}

func (ReservationSetItem) GoString

func (s ReservationSetItem) GoString() string

GoString returns the string representation

func (*ReservationSetItem) SetAlarmCondition

func (s *ReservationSetItem) SetAlarmCondition(v string) *ReservationSetItem

SetAlarmCondition sets the AlarmCondition field's value.

func (*ReservationSetItem) SetAlarmDateHistorySet

func (s *ReservationSetItem) SetAlarmDateHistorySet(v []*AlarmDateHistorySetItem) *ReservationSetItem

SetAlarmDateHistorySet sets the AlarmDateHistorySet field's value.

func (*ReservationSetItem) SetAlarmRulesActivitiesSet

func (s *ReservationSetItem) SetAlarmRulesActivitiesSet(v []*AlarmRulesActivitiesSetItem) *ReservationSetItem

SetAlarmRulesActivitiesSet sets the AlarmRulesActivitiesSet field's value.

func (*ReservationSetItem) SetAlarmState

func (s *ReservationSetItem) SetAlarmState(v string) *ReservationSetItem

SetAlarmState sets the AlarmState field's value.

func (*ReservationSetItem) SetAlarmTargetsSet

func (s *ReservationSetItem) SetAlarmTargetsSet(v []*AlarmTargetsSetItem) *ReservationSetItem

SetAlarmTargetsSet sets the AlarmTargetsSet field's value.

func (*ReservationSetItem) SetCreatedTime

func (s *ReservationSetItem) SetCreatedTime(v time.Time) *ReservationSetItem

SetCreatedTime sets the CreatedTime field's value.

func (*ReservationSetItem) SetDescription

func (s *ReservationSetItem) SetDescription(v string) *ReservationSetItem

SetDescription sets the Description field's value.

func (*ReservationSetItem) SetEmailAddressSet

func (s *ReservationSetItem) SetEmailAddressSet(v []*EmailAddressSetItem) *ReservationSetItem

SetEmailAddressSet sets the EmailAddressSet field's value.

func (*ReservationSetItem) SetFunctionName

func (s *ReservationSetItem) SetFunctionName(v string) *ReservationSetItem

SetFunctionName sets the FunctionName field's value.

func (*ReservationSetItem) SetGroupSet

func (s *ReservationSetItem) SetGroupSet(v []*GroupSetItem) *ReservationSetItem

SetGroupSet sets the GroupSet field's value.

func (*ReservationSetItem) SetInstancesSet

func (s *ReservationSetItem) SetInstancesSet(v []*InstancesSetItem) *ReservationSetItem

SetInstancesSet sets the InstancesSet field's value.

func (*ReservationSetItem) SetOwnerId

func (s *ReservationSetItem) SetOwnerId(v string) *ReservationSetItem

SetOwnerId sets the OwnerId field's value.

func (*ReservationSetItem) SetReservationId

func (s *ReservationSetItem) SetReservationId(v string) *ReservationSetItem

SetReservationId sets the ReservationId field's value.

func (*ReservationSetItem) SetRuleName

func (s *ReservationSetItem) SetRuleName(v string) *ReservationSetItem

SetRuleName sets the RuleName field's value.

func (*ReservationSetItem) SetRuleSet

func (s *ReservationSetItem) SetRuleSet(v []*RuleSetItem) *ReservationSetItem

SetRuleSet sets the RuleSet field's value.

func (*ReservationSetItem) SetZone

SetZone sets the Zone field's value.

func (ReservationSetItem) String

func (s ReservationSetItem) String() string

String returns the string representation

type ResourceInfo

type ResourceInfo struct {
	AddDiskCount *int64 `locationName:"addDiskCount" type:"integer"`

	AddDiskTotalSize *int64 `locationName:"addDiskTotalSize" type:"integer"`

	AutoScaleCount *int64 `locationName:"autoScaleCount" type:"integer"`

	CustomizeImageCount *int64 `locationName:"customizeImageCount" type:"integer"`

	DynamicIpCount *int64 `locationName:"dynamicIpCount" type:"integer"`

	ElasticIpItemSet []*ElasticIpItemSetItem `locationName:"elasticIpItemSet" locationNameList:"item" type:"list"`

	ElasticLoadBalancerCount *int64 `locationName:"elasticLoadBalancerCount" type:"integer"`

	InstanceItemSet []*InstanceItemSetItem `locationName:"instanceItemSet" locationNameList:"item" type:"list"`

	LoadBalancerCount *int64 `locationName:"loadBalancerCount" type:"integer"`

	MonitoringRuleCount *int64 `locationName:"monitoringRuleCount" type:"integer"`

	NetworkFlowAmount *int64 `locationName:"networkFlowAmount" type:"integer"`

	PremiumSupportSet []*PremiumSupportSetItem `locationName:"premiumSupportSet" locationNameList:"item" type:"list"`

	PrivateLanClassicCount *int64 `locationName:"privateLanClassicCount" type:"integer"`

	PrivateLanCount *int64 `locationName:"privateLanCount" type:"integer"`

	RouterItemSet []*RouterItemSetItem `locationName:"routerItemSet" locationNameList:"item" type:"list"`

	SecurityGroupCount *int64 `locationName:"securityGroupCount" type:"integer"`

	SslCertCount *int64 `locationName:"sslCertCount" type:"integer"`

	VpnGatewayItemSet []*VpnGatewayItemSetItem `locationName:"vpnGatewayItemSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (ResourceInfo) GoString

func (s ResourceInfo) GoString() string

GoString returns the string representation

func (*ResourceInfo) SetAddDiskCount

func (s *ResourceInfo) SetAddDiskCount(v int64) *ResourceInfo

SetAddDiskCount sets the AddDiskCount field's value.

func (*ResourceInfo) SetAddDiskTotalSize

func (s *ResourceInfo) SetAddDiskTotalSize(v int64) *ResourceInfo

SetAddDiskTotalSize sets the AddDiskTotalSize field's value.

func (*ResourceInfo) SetAutoScaleCount

func (s *ResourceInfo) SetAutoScaleCount(v int64) *ResourceInfo

SetAutoScaleCount sets the AutoScaleCount field's value.

func (*ResourceInfo) SetCustomizeImageCount

func (s *ResourceInfo) SetCustomizeImageCount(v int64) *ResourceInfo

SetCustomizeImageCount sets the CustomizeImageCount field's value.

func (*ResourceInfo) SetDynamicIpCount

func (s *ResourceInfo) SetDynamicIpCount(v int64) *ResourceInfo

SetDynamicIpCount sets the DynamicIpCount field's value.

func (*ResourceInfo) SetElasticIpItemSet

func (s *ResourceInfo) SetElasticIpItemSet(v []*ElasticIpItemSetItem) *ResourceInfo

SetElasticIpItemSet sets the ElasticIpItemSet field's value.

func (*ResourceInfo) SetElasticLoadBalancerCount

func (s *ResourceInfo) SetElasticLoadBalancerCount(v int64) *ResourceInfo

SetElasticLoadBalancerCount sets the ElasticLoadBalancerCount field's value.

func (*ResourceInfo) SetInstanceItemSet

func (s *ResourceInfo) SetInstanceItemSet(v []*InstanceItemSetItem) *ResourceInfo

SetInstanceItemSet sets the InstanceItemSet field's value.

func (*ResourceInfo) SetLoadBalancerCount

func (s *ResourceInfo) SetLoadBalancerCount(v int64) *ResourceInfo

SetLoadBalancerCount sets the LoadBalancerCount field's value.

func (*ResourceInfo) SetMonitoringRuleCount

func (s *ResourceInfo) SetMonitoringRuleCount(v int64) *ResourceInfo

SetMonitoringRuleCount sets the MonitoringRuleCount field's value.

func (*ResourceInfo) SetNetworkFlowAmount

func (s *ResourceInfo) SetNetworkFlowAmount(v int64) *ResourceInfo

SetNetworkFlowAmount sets the NetworkFlowAmount field's value.

func (*ResourceInfo) SetPremiumSupportSet

func (s *ResourceInfo) SetPremiumSupportSet(v []*PremiumSupportSetItem) *ResourceInfo

SetPremiumSupportSet sets the PremiumSupportSet field's value.

func (*ResourceInfo) SetPrivateLanClassicCount

func (s *ResourceInfo) SetPrivateLanClassicCount(v int64) *ResourceInfo

SetPrivateLanClassicCount sets the PrivateLanClassicCount field's value.

func (*ResourceInfo) SetPrivateLanCount

func (s *ResourceInfo) SetPrivateLanCount(v int64) *ResourceInfo

SetPrivateLanCount sets the PrivateLanCount field's value.

func (*ResourceInfo) SetRouterItemSet

func (s *ResourceInfo) SetRouterItemSet(v []*RouterItemSetItem) *ResourceInfo

SetRouterItemSet sets the RouterItemSet field's value.

func (*ResourceInfo) SetSecurityGroupCount

func (s *ResourceInfo) SetSecurityGroupCount(v int64) *ResourceInfo

SetSecurityGroupCount sets the SecurityGroupCount field's value.

func (*ResourceInfo) SetSslCertCount

func (s *ResourceInfo) SetSslCertCount(v int64) *ResourceInfo

SetSslCertCount sets the SslCertCount field's value.

func (*ResourceInfo) SetVpnGatewayItemSet

func (s *ResourceInfo) SetVpnGatewayItemSet(v []*VpnGatewayItemSetItem) *ResourceInfo

SetVpnGatewayItemSet sets the VpnGatewayItemSet field's value.

func (ResourceInfo) String

func (s ResourceInfo) String() string

String returns the string representation

type ResponseMetadata

type ResponseMetadata struct {
	RequestId *string `locationName:"RequestId" type:"string"`
	// contains filtered or unexported fields
}

func (ResponseMetadata) GoString

func (s ResponseMetadata) GoString() string

GoString returns the string representation

func (*ResponseMetadata) SetRequestId

func (s *ResponseMetadata) SetRequestId(v string) *ResponseMetadata

SetRequestId sets the RequestId field's value.

func (ResponseMetadata) String

func (s ResponseMetadata) String() string

String returns the string representation

type RevokeSecurityGroupIngressInput

type RevokeSecurityGroupIngressInput struct {
	GroupName *string `locationName:"GroupName" type:"string"`

	IpPermissions []*RequestIpPermissionsStruct `locationName:"IpPermissions" type:"list"`
	// contains filtered or unexported fields
}

func (RevokeSecurityGroupIngressInput) GoString

GoString returns the string representation

func (*RevokeSecurityGroupIngressInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*RevokeSecurityGroupIngressInput) SetIpPermissions

SetIpPermissions sets the IpPermissions field's value.

func (RevokeSecurityGroupIngressInput) String

String returns the string representation

type RevokeSecurityGroupIngressOutput

type RevokeSecurityGroupIngressOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (RevokeSecurityGroupIngressOutput) GoString

GoString returns the string representation

func (*RevokeSecurityGroupIngressOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*RevokeSecurityGroupIngressOutput) SetReturn

SetReturn sets the Return field's value.

func (RevokeSecurityGroupIngressOutput) String

String returns the string representation

type RootDeviceName

type RootDeviceName struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (RootDeviceName) GoString

func (s RootDeviceName) GoString() string

GoString returns the string representation

func (*RootDeviceName) SetValue

func (s *RootDeviceName) SetValue(v string) *RootDeviceName

SetValue sets the Value field's value.

func (RootDeviceName) String

func (s RootDeviceName) String() string

String returns the string representation

type RouteSetItem

type RouteSetItem struct {
	DestinationCidrBlock *string `locationName:"destinationCidrBlock" type:"string"`

	GatewayId *string `locationName:"gatewayId" type:"string"`

	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceOwnerId *string `locationName:"instanceOwnerId" type:"string"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	NetworkId *string `locationName:"networkId" type:"string"`

	NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"`

	NetworkName *string `locationName:"networkName" type:"string"`

	State *string `locationName:"state" type:"string"`
	// contains filtered or unexported fields
}

func (RouteSetItem) GoString

func (s RouteSetItem) GoString() string

GoString returns the string representation

func (*RouteSetItem) SetDestinationCidrBlock

func (s *RouteSetItem) SetDestinationCidrBlock(v string) *RouteSetItem

SetDestinationCidrBlock sets the DestinationCidrBlock field's value.

func (*RouteSetItem) SetGatewayId

func (s *RouteSetItem) SetGatewayId(v string) *RouteSetItem

SetGatewayId sets the GatewayId field's value.

func (*RouteSetItem) SetInstanceId

func (s *RouteSetItem) SetInstanceId(v string) *RouteSetItem

SetInstanceId sets the InstanceId field's value.

func (*RouteSetItem) SetInstanceOwnerId

func (s *RouteSetItem) SetInstanceOwnerId(v string) *RouteSetItem

SetInstanceOwnerId sets the InstanceOwnerId field's value.

func (*RouteSetItem) SetIpAddress

func (s *RouteSetItem) SetIpAddress(v string) *RouteSetItem

SetIpAddress sets the IpAddress field's value.

func (*RouteSetItem) SetNetworkId

func (s *RouteSetItem) SetNetworkId(v string) *RouteSetItem

SetNetworkId sets the NetworkId field's value.

func (*RouteSetItem) SetNetworkInterfaceId

func (s *RouteSetItem) SetNetworkInterfaceId(v string) *RouteSetItem

SetNetworkInterfaceId sets the NetworkInterfaceId field's value.

func (*RouteSetItem) SetNetworkName

func (s *RouteSetItem) SetNetworkName(v string) *RouteSetItem

SetNetworkName sets the NetworkName field's value.

func (*RouteSetItem) SetState

func (s *RouteSetItem) SetState(v string) *RouteSetItem

SetState sets the State field's value.

func (RouteSetItem) String

func (s RouteSetItem) String() string

String returns the string representation

type RouteTable

type RouteTable struct {
	RouteTableId *string `locationName:"routeTableId" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (RouteTable) GoString

func (s RouteTable) GoString() string

GoString returns the string representation

func (*RouteTable) SetRouteTableId

func (s *RouteTable) SetRouteTableId(v string) *RouteTable

SetRouteTableId sets the RouteTableId field's value.

func (*RouteTable) SetTagSet

func (s *RouteTable) SetTagSet(v []*TagSetItem) *RouteTable

SetTagSet sets the TagSet field's value.

func (RouteTable) String

func (s RouteTable) String() string

String returns the string representation

type RouteTableSetItem

type RouteTableSetItem struct {
	AssociationSet []*AssociationSetItem `locationName:"associationSet" locationNameList:"item" type:"list"`

	PropagatingVgwSet []*PropagatingVgwSetItem `locationName:"propagatingVgwSet" locationNameList:"item" type:"list"`

	RouteSet []*RouteSetItem `locationName:"routeSet" locationNameList:"item" type:"list"`

	RouteTableId *string `locationName:"routeTableId" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

	VpcId *string `locationName:"vpcId" type:"string"`
	// contains filtered or unexported fields
}

func (RouteTableSetItem) GoString

func (s RouteTableSetItem) GoString() string

GoString returns the string representation

func (*RouteTableSetItem) SetAssociationSet

func (s *RouteTableSetItem) SetAssociationSet(v []*AssociationSetItem) *RouteTableSetItem

SetAssociationSet sets the AssociationSet field's value.

func (*RouteTableSetItem) SetPropagatingVgwSet

func (s *RouteTableSetItem) SetPropagatingVgwSet(v []*PropagatingVgwSetItem) *RouteTableSetItem

SetPropagatingVgwSet sets the PropagatingVgwSet field's value.

func (*RouteTableSetItem) SetRouteSet

func (s *RouteTableSetItem) SetRouteSet(v []*RouteSetItem) *RouteTableSetItem

SetRouteSet sets the RouteSet field's value.

func (*RouteTableSetItem) SetRouteTableId

func (s *RouteTableSetItem) SetRouteTableId(v string) *RouteTableSetItem

SetRouteTableId sets the RouteTableId field's value.

func (*RouteTableSetItem) SetTagSet

func (s *RouteTableSetItem) SetTagSet(v []*TagSetItem) *RouteTableSetItem

SetTagSet sets the TagSet field's value.

func (*RouteTableSetItem) SetVpcId

func (s *RouteTableSetItem) SetVpcId(v string) *RouteTableSetItem

SetVpcId sets the VpcId field's value.

func (RouteTableSetItem) String

func (s RouteTableSetItem) String() string

String returns the string representation

type Router

type Router struct {
	AccountingType *string `locationName:"accountingType" type:"string"`

	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	BackupInformation *BackupInformation `locationName:"backupInformation" type:"structure"`

	CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:""`

	Description *string `locationName:"description" type:"string"`

	NatTableAssociationId *string `locationName:"natTableAssociationId" type:"string"`

	NatTableId *string `locationName:"natTableId" type:"string"`

	NetworkInterfaceSet []*NetworkInterfaceSetItem `locationName:"networkInterfaceSet" locationNameList:"item" type:"list"`

	NextMonthAccountingType *string `locationName:"nextMonthAccountingType" type:"string"`

	RouteTableAssociationId *string `locationName:"routeTableAssociationId" type:"string"`

	RouteTableId *string `locationName:"routeTableId" type:"string"`

	RouterId *string `locationName:"routerId" type:"string"`

	RouterName *string `locationName:"routerName" type:"string"`

	State *string `locationName:"state" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

	Type *string `locationName:"type" type:"string"`

	VersionInformation *VersionInformation `locationName:"versionInformation" type:"structure"`
	// contains filtered or unexported fields
}

func (Router) GoString

func (s Router) GoString() string

GoString returns the string representation

func (*Router) SetAccountingType

func (s *Router) SetAccountingType(v string) *Router

SetAccountingType sets the AccountingType field's value.

func (*Router) SetAvailabilityZone

func (s *Router) SetAvailabilityZone(v string) *Router

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*Router) SetBackupInformation

func (s *Router) SetBackupInformation(v *BackupInformation) *Router

SetBackupInformation sets the BackupInformation field's value.

func (*Router) SetCreatedTime

func (s *Router) SetCreatedTime(v time.Time) *Router

SetCreatedTime sets the CreatedTime field's value.

func (*Router) SetDescription

func (s *Router) SetDescription(v string) *Router

SetDescription sets the Description field's value.

func (*Router) SetNatTableAssociationId

func (s *Router) SetNatTableAssociationId(v string) *Router

SetNatTableAssociationId sets the NatTableAssociationId field's value.

func (*Router) SetNatTableId

func (s *Router) SetNatTableId(v string) *Router

SetNatTableId sets the NatTableId field's value.

func (*Router) SetNetworkInterfaceSet

func (s *Router) SetNetworkInterfaceSet(v []*NetworkInterfaceSetItem) *Router

SetNetworkInterfaceSet sets the NetworkInterfaceSet field's value.

func (*Router) SetNextMonthAccountingType

func (s *Router) SetNextMonthAccountingType(v string) *Router

SetNextMonthAccountingType sets the NextMonthAccountingType field's value.

func (*Router) SetRouteTableAssociationId

func (s *Router) SetRouteTableAssociationId(v string) *Router

SetRouteTableAssociationId sets the RouteTableAssociationId field's value.

func (*Router) SetRouteTableId

func (s *Router) SetRouteTableId(v string) *Router

SetRouteTableId sets the RouteTableId field's value.

func (*Router) SetRouterId

func (s *Router) SetRouterId(v string) *Router

SetRouterId sets the RouterId field's value.

func (*Router) SetRouterName

func (s *Router) SetRouterName(v string) *Router

SetRouterName sets the RouterName field's value.

func (*Router) SetState

func (s *Router) SetState(v string) *Router

SetState sets the State field's value.

func (*Router) SetTagSet

func (s *Router) SetTagSet(v []*TagSetItem) *Router

SetTagSet sets the TagSet field's value.

func (*Router) SetType

func (s *Router) SetType(v string) *Router

SetType sets the Type field's value.

func (*Router) SetVersionInformation

func (s *Router) SetVersionInformation(v *VersionInformation) *Router

SetVersionInformation sets the VersionInformation field's value.

func (Router) String

func (s Router) String() string

String returns the string representation

type RouterInfo

type RouterInfo struct {
	RouterMeasuredRateSet []*RouterMeasuredRateSetItem `locationName:"routerMeasuredRateSet" locationNameList:"item" type:"list"`

	RouterMonthlyRateSet []*RouterMonthlyRateSetItem `locationName:"routerMonthlyRateSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (RouterInfo) GoString

func (s RouterInfo) GoString() string

GoString returns the string representation

func (*RouterInfo) SetRouterMeasuredRateSet

func (s *RouterInfo) SetRouterMeasuredRateSet(v []*RouterMeasuredRateSetItem) *RouterInfo

SetRouterMeasuredRateSet sets the RouterMeasuredRateSet field's value.

func (*RouterInfo) SetRouterMonthlyRateSet

func (s *RouterInfo) SetRouterMonthlyRateSet(v []*RouterMonthlyRateSetItem) *RouterInfo

SetRouterMonthlyRateSet sets the RouterMonthlyRateSet field's value.

func (RouterInfo) String

func (s RouterInfo) String() string

String returns the string representation

type RouterItemSetItem

type RouterItemSetItem struct {
	Count *int64 `locationName:"count" type:"integer"`

	Type *string `locationName:"type" type:"string"`
	// contains filtered or unexported fields
}

func (RouterItemSetItem) GoString

func (s RouterItemSetItem) GoString() string

GoString returns the string representation

func (*RouterItemSetItem) SetCount

func (s *RouterItemSetItem) SetCount(v int64) *RouterItemSetItem

SetCount sets the Count field's value.

func (*RouterItemSetItem) SetType

SetType sets the Type field's value.

func (RouterItemSetItem) String

func (s RouterItemSetItem) String() string

String returns the string representation

type RouterMeasuredRateSetItem

type RouterMeasuredRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (RouterMeasuredRateSetItem) GoString

func (s RouterMeasuredRateSetItem) GoString() string

GoString returns the string representation

func (*RouterMeasuredRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*RouterMeasuredRateSetItem) SetType

SetType sets the Type field's value.

func (*RouterMeasuredRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*RouterMeasuredRateSetItem) SetValue

SetValue sets the Value field's value.

func (RouterMeasuredRateSetItem) String

func (s RouterMeasuredRateSetItem) String() string

String returns the string representation

type RouterMonthlyRateSetItem

type RouterMonthlyRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (RouterMonthlyRateSetItem) GoString

func (s RouterMonthlyRateSetItem) GoString() string

GoString returns the string representation

func (*RouterMonthlyRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*RouterMonthlyRateSetItem) SetType

SetType sets the Type field's value.

func (*RouterMonthlyRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*RouterMonthlyRateSetItem) SetValue

SetValue sets the Value field's value.

func (RouterMonthlyRateSetItem) String

func (s RouterMonthlyRateSetItem) String() string

String returns the string representation

type RouterNetworkInterfaceSetItem

type RouterNetworkInterfaceSetItem struct {
	DeviceIndex *int64 `locationName:"deviceIndex" type:"integer"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	NetworkId *string `locationName:"networkId" type:"string"`

	RouterId *string `locationName:"routerId" type:"string"`

	RouterName *string `locationName:"routerName" type:"string"`
	// contains filtered or unexported fields
}

func (RouterNetworkInterfaceSetItem) GoString

GoString returns the string representation

func (*RouterNetworkInterfaceSetItem) SetDeviceIndex

SetDeviceIndex sets the DeviceIndex field's value.

func (*RouterNetworkInterfaceSetItem) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*RouterNetworkInterfaceSetItem) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*RouterNetworkInterfaceSetItem) SetRouterId

SetRouterId sets the RouterId field's value.

func (*RouterNetworkInterfaceSetItem) SetRouterName

SetRouterName sets the RouterName field's value.

func (RouterNetworkInterfaceSetItem) String

String returns the string representation

type RouterSetItem

type RouterSetItem struct {
	AccountingType *string `locationName:"accountingType" type:"string"`

	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:""`

	Description *string `locationName:"description" type:"string"`

	DeviceIndex *int64 `locationName:"deviceIndex" type:"integer"`

	GroupSet []*GroupSetItem `locationName:"groupSet" locationNameList:"item" type:"list"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	NatTableAssociationId *string `locationName:"natTableAssociationId" type:"string"`

	NatTableId *string `locationName:"natTableId" type:"string"`

	NetworkInterfaceSet []*NetworkInterfaceSetItem `locationName:"networkInterfaceSet" locationNameList:"item" type:"list"`

	NextMonthAccountingType *string `locationName:"nextMonthAccountingType" type:"string"`

	RouteTableAssociationId *string `locationName:"routeTableAssociationId" type:"string"`

	RouteTableId *string `locationName:"routeTableId" type:"string"`

	RouterId *string `locationName:"routerId" type:"string"`

	RouterName *string `locationName:"routerName" type:"string"`

	State *string `locationName:"state" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

	Type *string `locationName:"type" type:"string"`
	// contains filtered or unexported fields
}

func (RouterSetItem) GoString

func (s RouterSetItem) GoString() string

GoString returns the string representation

func (*RouterSetItem) SetAccountingType

func (s *RouterSetItem) SetAccountingType(v string) *RouterSetItem

SetAccountingType sets the AccountingType field's value.

func (*RouterSetItem) SetAvailabilityZone

func (s *RouterSetItem) SetAvailabilityZone(v string) *RouterSetItem

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*RouterSetItem) SetCreatedTime

func (s *RouterSetItem) SetCreatedTime(v time.Time) *RouterSetItem

SetCreatedTime sets the CreatedTime field's value.

func (*RouterSetItem) SetDescription

func (s *RouterSetItem) SetDescription(v string) *RouterSetItem

SetDescription sets the Description field's value.

func (*RouterSetItem) SetDeviceIndex

func (s *RouterSetItem) SetDeviceIndex(v int64) *RouterSetItem

SetDeviceIndex sets the DeviceIndex field's value.

func (*RouterSetItem) SetGroupSet

func (s *RouterSetItem) SetGroupSet(v []*GroupSetItem) *RouterSetItem

SetGroupSet sets the GroupSet field's value.

func (*RouterSetItem) SetIpAddress

func (s *RouterSetItem) SetIpAddress(v string) *RouterSetItem

SetIpAddress sets the IpAddress field's value.

func (*RouterSetItem) SetNatTableAssociationId

func (s *RouterSetItem) SetNatTableAssociationId(v string) *RouterSetItem

SetNatTableAssociationId sets the NatTableAssociationId field's value.

func (*RouterSetItem) SetNatTableId

func (s *RouterSetItem) SetNatTableId(v string) *RouterSetItem

SetNatTableId sets the NatTableId field's value.

func (*RouterSetItem) SetNetworkInterfaceSet

func (s *RouterSetItem) SetNetworkInterfaceSet(v []*NetworkInterfaceSetItem) *RouterSetItem

SetNetworkInterfaceSet sets the NetworkInterfaceSet field's value.

func (*RouterSetItem) SetNextMonthAccountingType

func (s *RouterSetItem) SetNextMonthAccountingType(v string) *RouterSetItem

SetNextMonthAccountingType sets the NextMonthAccountingType field's value.

func (*RouterSetItem) SetRouteTableAssociationId

func (s *RouterSetItem) SetRouteTableAssociationId(v string) *RouterSetItem

SetRouteTableAssociationId sets the RouteTableAssociationId field's value.

func (*RouterSetItem) SetRouteTableId

func (s *RouterSetItem) SetRouteTableId(v string) *RouterSetItem

SetRouteTableId sets the RouteTableId field's value.

func (*RouterSetItem) SetRouterId

func (s *RouterSetItem) SetRouterId(v string) *RouterSetItem

SetRouterId sets the RouterId field's value.

func (*RouterSetItem) SetRouterName

func (s *RouterSetItem) SetRouterName(v string) *RouterSetItem

SetRouterName sets the RouterName field's value.

func (*RouterSetItem) SetState

func (s *RouterSetItem) SetState(v string) *RouterSetItem

SetState sets the State field's value.

func (*RouterSetItem) SetTagSet

func (s *RouterSetItem) SetTagSet(v []*TagSetItem) *RouterSetItem

SetTagSet sets the TagSet field's value.

func (*RouterSetItem) SetType

func (s *RouterSetItem) SetType(v string) *RouterSetItem

SetType sets the Type field's value.

func (RouterSetItem) String

func (s RouterSetItem) String() string

String returns the string representation

type Routes

type Routes struct {
	DestinationCidrBlock *string `locationName:"destinationCidrBlock" type:"string"`

	Source *string `locationName:"source" type:"string"`

	State *string `locationName:"state" type:"string"`
	// contains filtered or unexported fields
}

func (Routes) GoString

func (s Routes) GoString() string

GoString returns the string representation

func (*Routes) SetDestinationCidrBlock

func (s *Routes) SetDestinationCidrBlock(v string) *Routes

SetDestinationCidrBlock sets the DestinationCidrBlock field's value.

func (*Routes) SetSource

func (s *Routes) SetSource(v string) *Routes

SetSource sets the Source field's value.

func (*Routes) SetState

func (s *Routes) SetState(v string) *Routes

SetState sets the State field's value.

func (Routes) String

func (s Routes) String() string

String returns the string representation

type RuleSetItem

type RuleSetItem struct {
	BreachDuration *int64 `locationName:"breachDuration" type:"integer"`

	DataType *string `locationName:"dataType" type:"string"`

	Threshold *float64 `locationName:"threshold" type:"double"`

	UpperLowerCondition *string `locationName:"upperLowerCondition" type:"string"`
	// contains filtered or unexported fields
}

func (RuleSetItem) GoString

func (s RuleSetItem) GoString() string

GoString returns the string representation

func (*RuleSetItem) SetBreachDuration

func (s *RuleSetItem) SetBreachDuration(v int64) *RuleSetItem

SetBreachDuration sets the BreachDuration field's value.

func (*RuleSetItem) SetDataType

func (s *RuleSetItem) SetDataType(v string) *RuleSetItem

SetDataType sets the DataType field's value.

func (*RuleSetItem) SetThreshold

func (s *RuleSetItem) SetThreshold(v float64) *RuleSetItem

SetThreshold sets the Threshold field's value.

func (*RuleSetItem) SetUpperLowerCondition

func (s *RuleSetItem) SetUpperLowerCondition(v string) *RuleSetItem

SetUpperLowerCondition sets the UpperLowerCondition field's value.

func (RuleSetItem) String

func (s RuleSetItem) String() string

String returns the string representation

type RunInstancesInput

type RunInstancesInput struct {
	AccountingType *string `locationName:"AccountingType" type:"string"`

	Admin *string `locationName:"Admin" type:"string"`

	Agreement *bool `locationName:"Agreement" type:"boolean"`

	Description *string `locationName:"Description" type:"string"`

	DisableApiTermination *bool `locationName:"DisableApiTermination" type:"boolean"`

	ImageId *string `locationName:"ImageId" type:"string"`

	InstanceId *string `locationName:"InstanceId" type:"string"`

	InstanceType *string `locationName:"InstanceType" type:"string"`

	IpType *string `locationName:"IpType" type:"string"`

	KeyName *string `locationName:"KeyName" type:"string"`

	License []*RequestLicenseStruct `locationName:"License" type:"list"`

	NetworkInterface []*RequestNetworkInterfaceStruct `locationName:"NetworkInterface" type:"list"`

	Password *string `locationName:"Password" type:"string"`

	Placement *RequestPlacementStruct `locationName:"Placement" type:"structure"`

	PublicIp *string `locationName:"PublicIp" type:"string"`

	SecurityGroup []*string `locationName:"SecurityGroup" type:"list"`

	UserData *string `locationName:"UserData" type:"string"`
	// contains filtered or unexported fields
}

func (RunInstancesInput) GoString

func (s RunInstancesInput) GoString() string

GoString returns the string representation

func (*RunInstancesInput) SetAccountingType

func (s *RunInstancesInput) SetAccountingType(v string) *RunInstancesInput

SetAccountingType sets the AccountingType field's value.

func (*RunInstancesInput) SetAdmin

func (s *RunInstancesInput) SetAdmin(v string) *RunInstancesInput

SetAdmin sets the Admin field's value.

func (*RunInstancesInput) SetAgreement

func (s *RunInstancesInput) SetAgreement(v bool) *RunInstancesInput

SetAgreement sets the Agreement field's value.

func (*RunInstancesInput) SetDescription

func (s *RunInstancesInput) SetDescription(v string) *RunInstancesInput

SetDescription sets the Description field's value.

func (*RunInstancesInput) SetDisableApiTermination

func (s *RunInstancesInput) SetDisableApiTermination(v bool) *RunInstancesInput

SetDisableApiTermination sets the DisableApiTermination field's value.

func (*RunInstancesInput) SetImageId

func (s *RunInstancesInput) SetImageId(v string) *RunInstancesInput

SetImageId sets the ImageId field's value.

func (*RunInstancesInput) SetInstanceId

func (s *RunInstancesInput) SetInstanceId(v string) *RunInstancesInput

SetInstanceId sets the InstanceId field's value.

func (*RunInstancesInput) SetInstanceType

func (s *RunInstancesInput) SetInstanceType(v string) *RunInstancesInput

SetInstanceType sets the InstanceType field's value.

func (*RunInstancesInput) SetIpType

func (s *RunInstancesInput) SetIpType(v string) *RunInstancesInput

SetIpType sets the IpType field's value.

func (*RunInstancesInput) SetKeyName

func (s *RunInstancesInput) SetKeyName(v string) *RunInstancesInput

SetKeyName sets the KeyName field's value.

func (*RunInstancesInput) SetLicense

SetLicense sets the License field's value.

func (*RunInstancesInput) SetNetworkInterface

SetNetworkInterface sets the NetworkInterface field's value.

func (*RunInstancesInput) SetPassword

func (s *RunInstancesInput) SetPassword(v string) *RunInstancesInput

SetPassword sets the Password field's value.

func (*RunInstancesInput) SetPlacement

SetPlacement sets the Placement field's value.

func (*RunInstancesInput) SetPublicIp

func (s *RunInstancesInput) SetPublicIp(v string) *RunInstancesInput

SetPublicIp sets the PublicIp field's value.

func (*RunInstancesInput) SetSecurityGroup

func (s *RunInstancesInput) SetSecurityGroup(v []*string) *RunInstancesInput

SetSecurityGroup sets the SecurityGroup field's value.

func (*RunInstancesInput) SetUserData

func (s *RunInstancesInput) SetUserData(v string) *RunInstancesInput

SetUserData sets the UserData field's value.

func (RunInstancesInput) String

func (s RunInstancesInput) String() string

String returns the string representation

type RunInstancesOutput

type RunInstancesOutput struct {
	GroupSet []*GroupSetItem `locationName:"groupSet" locationNameList:"item" type:"list"`

	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	OwnerId *string `locationName:"ownerId" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`

	RequesterId *string `locationName:"requesterId" type:"string"`

	ReservationId *string `locationName:"reservationId" type:"string"`
	// contains filtered or unexported fields
}

func (RunInstancesOutput) GoString

func (s RunInstancesOutput) GoString() string

GoString returns the string representation

func (*RunInstancesOutput) SetGroupSet

func (s *RunInstancesOutput) SetGroupSet(v []*GroupSetItem) *RunInstancesOutput

SetGroupSet sets the GroupSet field's value.

func (*RunInstancesOutput) SetInstancesSet

func (s *RunInstancesOutput) SetInstancesSet(v []*InstancesSetItem) *RunInstancesOutput

SetInstancesSet sets the InstancesSet field's value.

func (*RunInstancesOutput) SetOwnerId

func (s *RunInstancesOutput) SetOwnerId(v string) *RunInstancesOutput

SetOwnerId sets the OwnerId field's value.

func (*RunInstancesOutput) SetRequestId

func (s *RunInstancesOutput) SetRequestId(v string) *RunInstancesOutput

SetRequestId sets the RequestId field's value.

func (*RunInstancesOutput) SetRequesterId

func (s *RunInstancesOutput) SetRequesterId(v string) *RunInstancesOutput

SetRequesterId sets the RequesterId field's value.

func (*RunInstancesOutput) SetReservationId

func (s *RunInstancesOutput) SetReservationId(v string) *RunInstancesOutput

SetReservationId sets the ReservationId field's value.

func (RunInstancesOutput) String

func (s RunInstancesOutput) String() string

String returns the string representation

type RunningInstanceMeasuredRateSetItem

type RunningInstanceMeasuredRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (RunningInstanceMeasuredRateSetItem) GoString

GoString returns the string representation

func (*RunningInstanceMeasuredRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*RunningInstanceMeasuredRateSetItem) SetType

SetType sets the Type field's value.

func (*RunningInstanceMeasuredRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*RunningInstanceMeasuredRateSetItem) SetValue

SetValue sets the Value field's value.

func (RunningInstanceMeasuredRateSetItem) String

String returns the string representation

type RunningScaleOutInstanceSetItem

type RunningScaleOutInstanceSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (RunningScaleOutInstanceSetItem) GoString

GoString returns the string representation

func (*RunningScaleOutInstanceSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*RunningScaleOutInstanceSetItem) SetType

SetType sets the Type field's value.

func (*RunningScaleOutInstanceSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*RunningScaleOutInstanceSetItem) SetValue

SetValue sets the Value field's value.

func (RunningScaleOutInstanceSetItem) String

String returns the string representation

type RunningScaleOutOsSetItem

type RunningScaleOutOsSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (RunningScaleOutOsSetItem) GoString

func (s RunningScaleOutOsSetItem) GoString() string

GoString returns the string representation

func (*RunningScaleOutOsSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*RunningScaleOutOsSetItem) SetType

SetType sets the Type field's value.

func (*RunningScaleOutOsSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*RunningScaleOutOsSetItem) SetValue

SetValue sets the Value field's value.

func (RunningScaleOutOsSetItem) String

func (s RunningScaleOutOsSetItem) String() string

String returns the string representation

type ScheduleSetItem

type ScheduleSetItem struct {
	DDay *DDay `locationName:"dDay" type:"structure"`

	Day *Day `locationName:"day" type:"structure"`

	Month *Month `locationName:"month" type:"structure"`

	TimeZone *TimeZone `locationName:"timeZone" type:"structure"`
	// contains filtered or unexported fields
}

func (ScheduleSetItem) GoString

func (s ScheduleSetItem) GoString() string

GoString returns the string representation

func (*ScheduleSetItem) SetDDay

func (s *ScheduleSetItem) SetDDay(v *DDay) *ScheduleSetItem

SetDDay sets the DDay field's value.

func (*ScheduleSetItem) SetDay

func (s *ScheduleSetItem) SetDay(v *Day) *ScheduleSetItem

SetDay sets the Day field's value.

func (*ScheduleSetItem) SetMonth

func (s *ScheduleSetItem) SetMonth(v *Month) *ScheduleSetItem

SetMonth sets the Month field's value.

func (*ScheduleSetItem) SetTimeZone

func (s *ScheduleSetItem) SetTimeZone(v *TimeZone) *ScheduleSetItem

SetTimeZone sets the TimeZone field's value.

func (ScheduleSetItem) String

func (s ScheduleSetItem) String() string

String returns the string representation

type SecureNetInfo

type SecureNetInfo struct {
	SecureNetMonthlyRate *SecureNetMonthlyRate `locationName:"secureNetMonthlyRate" type:"structure"`

	VpnConnectMeasuredRateSet []*VpnConnectMeasuredRateSetItem `locationName:"vpnConnectMeasuredRateSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (SecureNetInfo) GoString

func (s SecureNetInfo) GoString() string

GoString returns the string representation

func (*SecureNetInfo) SetSecureNetMonthlyRate

func (s *SecureNetInfo) SetSecureNetMonthlyRate(v *SecureNetMonthlyRate) *SecureNetInfo

SetSecureNetMonthlyRate sets the SecureNetMonthlyRate field's value.

func (*SecureNetInfo) SetVpnConnectMeasuredRateSet

func (s *SecureNetInfo) SetVpnConnectMeasuredRateSet(v []*VpnConnectMeasuredRateSetItem) *SecureNetInfo

SetVpnConnectMeasuredRateSet sets the VpnConnectMeasuredRateSet field's value.

func (SecureNetInfo) String

func (s SecureNetInfo) String() string

String returns the string representation

type SecureNetMonthlyRate

type SecureNetMonthlyRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (SecureNetMonthlyRate) GoString

func (s SecureNetMonthlyRate) GoString() string

GoString returns the string representation

func (*SecureNetMonthlyRate) SetCharge

SetCharge sets the Charge field's value.

func (*SecureNetMonthlyRate) SetType

SetType sets the Type field's value.

func (*SecureNetMonthlyRate) SetUnit

SetUnit sets the Unit field's value.

func (*SecureNetMonthlyRate) SetValue

SetValue sets the Value field's value.

func (SecureNetMonthlyRate) String

func (s SecureNetMonthlyRate) String() string

String returns the string representation

type SecurityGroupApplyTime

type SecurityGroupApplyTime struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (SecurityGroupApplyTime) GoString

func (s SecurityGroupApplyTime) GoString() string

GoString returns the string representation

func (*SecurityGroupApplyTime) SetCharge

SetCharge sets the Charge field's value.

func (*SecurityGroupApplyTime) SetType

SetType sets the Type field's value.

func (*SecurityGroupApplyTime) SetUnit

SetUnit sets the Unit field's value.

func (*SecurityGroupApplyTime) SetValue

SetValue sets the Value field's value.

func (SecurityGroupApplyTime) String

func (s SecurityGroupApplyTime) String() string

String returns the string representation

type SecurityGroupInfo

type SecurityGroupInfo struct {
	OptionSet []*OptionSetItem `locationName:"optionSet" locationNameList:"item" type:"list"`

	SecurityGroupApplyTime *SecurityGroupApplyTime `locationName:"securityGroupApplyTime" type:"structure"`
	// contains filtered or unexported fields
}

func (SecurityGroupInfo) GoString

func (s SecurityGroupInfo) GoString() string

GoString returns the string representation

func (*SecurityGroupInfo) SetOptionSet

func (s *SecurityGroupInfo) SetOptionSet(v []*OptionSetItem) *SecurityGroupInfo

SetOptionSet sets the OptionSet field's value.

func (*SecurityGroupInfo) SetSecurityGroupApplyTime

func (s *SecurityGroupInfo) SetSecurityGroupApplyTime(v *SecurityGroupApplyTime) *SecurityGroupInfo

SetSecurityGroupApplyTime sets the SecurityGroupApplyTime field's value.

func (SecurityGroupInfo) String

func (s SecurityGroupInfo) String() string

String returns the string representation

type SecurityGroupInfoSetItem

type SecurityGroupInfoSetItem struct {
	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	Description *string `locationName:"description" type:"string"`

	GroupDescription *string `locationName:"groupDescription" type:"string"`

	GroupLogFilterBroadcast *bool `locationName:"groupLogFilterBroadcast" type:"boolean"`

	GroupLogFilterNetBios *bool `locationName:"groupLogFilterNetBios" type:"boolean"`

	GroupLogLimit *int64 `locationName:"groupLogLimit" type:"integer"`

	GroupName *string `locationName:"groupName" type:"string"`

	GroupRuleLimit *int64 `locationName:"groupRuleLimit" type:"integer"`

	GroupStatus *string `locationName:"groupStatus" type:"string"`

	InstanceUniqueIdsSet []*InstanceUniqueIdsSetItem `locationName:"instanceUniqueIdsSet" locationNameList:"item" type:"list"`

	InstancesNetworkInterfaceSet []*InstancesNetworkInterfaceSetItem `locationName:"instancesNetworkInterfaceSet" locationNameList:"item" type:"list"`

	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	IpPermissions []*IpPermissionsSetItem `locationName:"ipPermissions" locationNameList:"item" type:"list"`

	OwnerId *string `locationName:"ownerId" type:"string"`

	RouterNetworkInterfaceSet []*RouterNetworkInterfaceSetItem `locationName:"routerNetworkInterfaceSet" locationNameList:"item" type:"list"`

	RouterSet []*RouterSetItem `locationName:"routerSet" locationNameList:"item" type:"list"`

	VpnGatewayNetworkInterfaceSet []*VpnGatewayNetworkInterfaceSetItem `locationName:"vpnGatewayNetworkInterfaceSet" locationNameList:"item" type:"list"`

	VpnGatewaySet []*VpnGatewaySetItem `locationName:"vpnGatewaySet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (SecurityGroupInfoSetItem) GoString

func (s SecurityGroupInfoSetItem) GoString() string

GoString returns the string representation

func (*SecurityGroupInfoSetItem) SetAvailabilityZone

func (s *SecurityGroupInfoSetItem) SetAvailabilityZone(v string) *SecurityGroupInfoSetItem

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*SecurityGroupInfoSetItem) SetDescription

SetDescription sets the Description field's value.

func (*SecurityGroupInfoSetItem) SetGroupDescription

func (s *SecurityGroupInfoSetItem) SetGroupDescription(v string) *SecurityGroupInfoSetItem

SetGroupDescription sets the GroupDescription field's value.

func (*SecurityGroupInfoSetItem) SetGroupLogFilterBroadcast

func (s *SecurityGroupInfoSetItem) SetGroupLogFilterBroadcast(v bool) *SecurityGroupInfoSetItem

SetGroupLogFilterBroadcast sets the GroupLogFilterBroadcast field's value.

func (*SecurityGroupInfoSetItem) SetGroupLogFilterNetBios

func (s *SecurityGroupInfoSetItem) SetGroupLogFilterNetBios(v bool) *SecurityGroupInfoSetItem

SetGroupLogFilterNetBios sets the GroupLogFilterNetBios field's value.

func (*SecurityGroupInfoSetItem) SetGroupLogLimit

SetGroupLogLimit sets the GroupLogLimit field's value.

func (*SecurityGroupInfoSetItem) SetGroupName

SetGroupName sets the GroupName field's value.

func (*SecurityGroupInfoSetItem) SetGroupRuleLimit

func (s *SecurityGroupInfoSetItem) SetGroupRuleLimit(v int64) *SecurityGroupInfoSetItem

SetGroupRuleLimit sets the GroupRuleLimit field's value.

func (*SecurityGroupInfoSetItem) SetGroupStatus

SetGroupStatus sets the GroupStatus field's value.

func (*SecurityGroupInfoSetItem) SetInstanceUniqueIdsSet

SetInstanceUniqueIdsSet sets the InstanceUniqueIdsSet field's value.

func (*SecurityGroupInfoSetItem) SetInstancesNetworkInterfaceSet

SetInstancesNetworkInterfaceSet sets the InstancesNetworkInterfaceSet field's value.

func (*SecurityGroupInfoSetItem) SetInstancesSet

SetInstancesSet sets the InstancesSet field's value.

func (*SecurityGroupInfoSetItem) SetIpPermissions

SetIpPermissions sets the IpPermissions field's value.

func (*SecurityGroupInfoSetItem) SetOwnerId

SetOwnerId sets the OwnerId field's value.

func (*SecurityGroupInfoSetItem) SetRouterNetworkInterfaceSet

SetRouterNetworkInterfaceSet sets the RouterNetworkInterfaceSet field's value.

func (*SecurityGroupInfoSetItem) SetRouterSet

SetRouterSet sets the RouterSet field's value.

func (*SecurityGroupInfoSetItem) SetVpnGatewayNetworkInterfaceSet

func (s *SecurityGroupInfoSetItem) SetVpnGatewayNetworkInterfaceSet(v []*VpnGatewayNetworkInterfaceSetItem) *SecurityGroupInfoSetItem

SetVpnGatewayNetworkInterfaceSet sets the VpnGatewayNetworkInterfaceSet field's value.

func (*SecurityGroupInfoSetItem) SetVpnGatewaySet

SetVpnGatewaySet sets the VpnGatewaySet field's value.

func (SecurityGroupInfoSetItem) String

func (s SecurityGroupInfoSetItem) String() string

String returns the string representation

type SeparateInstanceRulesInfoSetItem

type SeparateInstanceRulesInfoSetItem struct {
	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	SeparateInstanceRuleDescription *string `locationName:"separateInstanceRuleDescription" type:"string"`

	SeparateInstanceRuleName *string `locationName:"separateInstanceRuleName" type:"string"`

	SeparateInstanceRuleStatus *string `locationName:"separateInstanceRuleStatus" type:"string"`
	// contains filtered or unexported fields
}

func (SeparateInstanceRulesInfoSetItem) GoString

GoString returns the string representation

func (*SeparateInstanceRulesInfoSetItem) SetAvailabilityZone

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*SeparateInstanceRulesInfoSetItem) SetInstancesSet

SetInstancesSet sets the InstancesSet field's value.

func (*SeparateInstanceRulesInfoSetItem) SetSeparateInstanceRuleDescription

func (s *SeparateInstanceRulesInfoSetItem) SetSeparateInstanceRuleDescription(v string) *SeparateInstanceRulesInfoSetItem

SetSeparateInstanceRuleDescription sets the SeparateInstanceRuleDescription field's value.

func (*SeparateInstanceRulesInfoSetItem) SetSeparateInstanceRuleName

SetSeparateInstanceRuleName sets the SeparateInstanceRuleName field's value.

func (*SeparateInstanceRulesInfoSetItem) SetSeparateInstanceRuleStatus

func (s *SeparateInstanceRulesInfoSetItem) SetSeparateInstanceRuleStatus(v string) *SeparateInstanceRulesInfoSetItem

SetSeparateInstanceRuleStatus sets the SeparateInstanceRuleStatus field's value.

func (SeparateInstanceRulesInfoSetItem) String

String returns the string representation

type ServiceStatusSetItem

type ServiceStatusSetItem struct {
	ControlPanelStatus *string `locationName:"controlPanelStatus" type:"string"`

	Date *string `locationName:"date" type:"string"`

	DiskStatus *string `locationName:"diskStatus" type:"string"`

	InstanceStatus *string `locationName:"instanceStatus" type:"string"`

	NetworkStatus *string `locationName:"networkStatus" type:"string"`

	StorageStatus *string `locationName:"storageStatus" type:"string"`
	// contains filtered or unexported fields
}

func (ServiceStatusSetItem) GoString

func (s ServiceStatusSetItem) GoString() string

GoString returns the string representation

func (*ServiceStatusSetItem) SetControlPanelStatus

func (s *ServiceStatusSetItem) SetControlPanelStatus(v string) *ServiceStatusSetItem

SetControlPanelStatus sets the ControlPanelStatus field's value.

func (*ServiceStatusSetItem) SetDate

SetDate sets the Date field's value.

func (*ServiceStatusSetItem) SetDiskStatus

func (s *ServiceStatusSetItem) SetDiskStatus(v string) *ServiceStatusSetItem

SetDiskStatus sets the DiskStatus field's value.

func (*ServiceStatusSetItem) SetInstanceStatus

func (s *ServiceStatusSetItem) SetInstanceStatus(v string) *ServiceStatusSetItem

SetInstanceStatus sets the InstanceStatus field's value.

func (*ServiceStatusSetItem) SetNetworkStatus

func (s *ServiceStatusSetItem) SetNetworkStatus(v string) *ServiceStatusSetItem

SetNetworkStatus sets the NetworkStatus field's value.

func (*ServiceStatusSetItem) SetStorageStatus

func (s *ServiceStatusSetItem) SetStorageStatus(v string) *ServiceStatusSetItem

SetStorageStatus sets the StorageStatus field's value.

func (ServiceStatusSetItem) String

func (s ServiceStatusSetItem) String() string

String returns the string representation

type SessionStickinessPolicy

type SessionStickinessPolicy struct {
	Enabled *bool `locationName:"Enabled" type:"boolean"`

	ExpirationPeriod *int64 `locationName:"ExpirationPeriod" type:"integer"`

	Method *int64 `locationName:"Method" type:"integer"`
	// contains filtered or unexported fields
}

func (SessionStickinessPolicy) GoString

func (s SessionStickinessPolicy) GoString() string

GoString returns the string representation

func (*SessionStickinessPolicy) SetEnabled

SetEnabled sets the Enabled field's value.

func (*SessionStickinessPolicy) SetExpirationPeriod

func (s *SessionStickinessPolicy) SetExpirationPeriod(v int64) *SessionStickinessPolicy

SetExpirationPeriod sets the ExpirationPeriod field's value.

func (*SessionStickinessPolicy) SetMethod

SetMethod sets the Method field's value.

func (SessionStickinessPolicy) String

func (s SessionStickinessPolicy) String() string

String returns the string representation

type SetFilterForLoadBalancerInput

type SetFilterForLoadBalancerInput struct {
	FilterType *string `locationName:"FilterType" type:"string"`

	IPAddresses []*RequestIPAddressesStruct `locationName:"IPAddresses" locationNameList:"member" type:"list"`

	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`
	// contains filtered or unexported fields
}

func (SetFilterForLoadBalancerInput) GoString

GoString returns the string representation

func (*SetFilterForLoadBalancerInput) SetFilterType

SetFilterType sets the FilterType field's value.

func (*SetFilterForLoadBalancerInput) SetIPAddresses

SetIPAddresses sets the IPAddresses field's value.

func (*SetFilterForLoadBalancerInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*SetFilterForLoadBalancerInput) SetLoadBalancerName

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*SetFilterForLoadBalancerInput) SetLoadBalancerPort

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (SetFilterForLoadBalancerInput) String

String returns the string representation

type SetFilterForLoadBalancerOutput

type SetFilterForLoadBalancerOutput struct {
	Filter *Filter `locationName:"Filter" type:"structure"`

	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`

	SetFilterForLoadBalancerResult *SetFilterForLoadBalancerOutput `locationName:"SetFilterForLoadBalancerResult" type:"structure"`
	// contains filtered or unexported fields
}

func (SetFilterForLoadBalancerOutput) GoString

GoString returns the string representation

func (*SetFilterForLoadBalancerOutput) SetFilter

SetFilter sets the Filter field's value.

func (*SetFilterForLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (*SetFilterForLoadBalancerOutput) SetSetFilterForLoadBalancerResult

SetSetFilterForLoadBalancerResult sets the SetFilterForLoadBalancerResult field's value.

func (SetFilterForLoadBalancerOutput) String

String returns the string representation

type Snapshot

type Snapshot struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (Snapshot) GoString

func (s Snapshot) GoString() string

GoString returns the string representation

func (*Snapshot) SetCharge

func (s *Snapshot) SetCharge(v int64) *Snapshot

SetCharge sets the Charge field's value.

func (*Snapshot) SetType

func (s *Snapshot) SetType(v string) *Snapshot

SetType sets the Type field's value.

func (*Snapshot) SetUnit

func (s *Snapshot) SetUnit(v string) *Snapshot

SetUnit sets the Unit field's value.

func (*Snapshot) SetValue

func (s *Snapshot) SetValue(v int64) *Snapshot

SetValue sets the Value field's value.

func (Snapshot) String

func (s Snapshot) String() string

String returns the string representation

type SnapshotInfo

type SnapshotInfo struct {
	Snapshot *Snapshot `locationName:"snapshot" type:"structure"`
	// contains filtered or unexported fields
}

func (SnapshotInfo) GoString

func (s SnapshotInfo) GoString() string

GoString returns the string representation

func (*SnapshotInfo) SetSnapshot

func (s *SnapshotInfo) SetSnapshot(v *Snapshot) *SnapshotInfo

SetSnapshot sets the Snapshot field's value.

func (SnapshotInfo) String

func (s SnapshotInfo) String() string

String returns the string representation

type SnapshotInfoSetItem

type SnapshotInfoSetItem struct {
	CreatedTime *string `locationName:"createdTime" type:"string"`

	ExpiredTime *string `locationName:"expiredTime" type:"string"`

	InstanceId *string `locationName:"instanceId" type:"string"`

	InstanceSnapshotId *string `locationName:"instanceSnapshotId" type:"string"`

	Memo *string `locationName:"memo" type:"string"`

	PowerStatus *string `locationName:"powerStatus" type:"string"`

	SnapshotName *string `locationName:"snapshotName" type:"string"`

	Status *string `locationName:"status" type:"string"`

	UpdatedTime *string `locationName:"updatedTime" type:"string"`
	// contains filtered or unexported fields
}

func (SnapshotInfoSetItem) GoString

func (s SnapshotInfoSetItem) GoString() string

GoString returns the string representation

func (*SnapshotInfoSetItem) SetCreatedTime

func (s *SnapshotInfoSetItem) SetCreatedTime(v string) *SnapshotInfoSetItem

SetCreatedTime sets the CreatedTime field's value.

func (*SnapshotInfoSetItem) SetExpiredTime

func (s *SnapshotInfoSetItem) SetExpiredTime(v string) *SnapshotInfoSetItem

SetExpiredTime sets the ExpiredTime field's value.

func (*SnapshotInfoSetItem) SetInstanceId

func (s *SnapshotInfoSetItem) SetInstanceId(v string) *SnapshotInfoSetItem

SetInstanceId sets the InstanceId field's value.

func (*SnapshotInfoSetItem) SetInstanceSnapshotId

func (s *SnapshotInfoSetItem) SetInstanceSnapshotId(v string) *SnapshotInfoSetItem

SetInstanceSnapshotId sets the InstanceSnapshotId field's value.

func (*SnapshotInfoSetItem) SetMemo

SetMemo sets the Memo field's value.

func (*SnapshotInfoSetItem) SetPowerStatus

func (s *SnapshotInfoSetItem) SetPowerStatus(v string) *SnapshotInfoSetItem

SetPowerStatus sets the PowerStatus field's value.

func (*SnapshotInfoSetItem) SetSnapshotName

func (s *SnapshotInfoSetItem) SetSnapshotName(v string) *SnapshotInfoSetItem

SetSnapshotName sets the SnapshotName field's value.

func (*SnapshotInfoSetItem) SetStatus

SetStatus sets the Status field's value.

func (*SnapshotInfoSetItem) SetUpdatedTime

func (s *SnapshotInfoSetItem) SetUpdatedTime(v string) *SnapshotInfoSetItem

SetUpdatedTime sets the UpdatedTime field's value.

func (SnapshotInfoSetItem) String

func (s SnapshotInfoSetItem) String() string

String returns the string representation

type SorryPage

type SorryPage struct {
	Enabled *bool `locationName:"Enabled" type:"boolean"`

	RedirectUrl *string `locationName:"RedirectUrl" type:"string"`

	StatusCode *int64 `locationName:"StatusCode" type:"integer"`
	// contains filtered or unexported fields
}

func (SorryPage) GoString

func (s SorryPage) GoString() string

GoString returns the string representation

func (*SorryPage) SetEnabled

func (s *SorryPage) SetEnabled(v bool) *SorryPage

SetEnabled sets the Enabled field's value.

func (*SorryPage) SetRedirectUrl

func (s *SorryPage) SetRedirectUrl(v string) *SorryPage

SetRedirectUrl sets the RedirectUrl field's value.

func (*SorryPage) SetStatusCode

func (s *SorryPage) SetStatusCode(v int64) *SorryPage

SetStatusCode sets the StatusCode field's value.

func (SorryPage) String

func (s SorryPage) String() string

String returns the string representation

type Source

type Source struct {
	Address *string `locationName:"address" type:"string"`

	Port *int64 `locationName:"port" type:"integer"`
	// contains filtered or unexported fields
}

func (Source) GoString

func (s Source) GoString() string

GoString returns the string representation

func (*Source) SetAddress

func (s *Source) SetAddress(v string) *Source

SetAddress sets the Address field's value.

func (*Source) SetPort

func (s *Source) SetPort(v int64) *Source

SetPort sets the Port field's value.

func (Source) String

func (s Source) String() string

String returns the string representation

type SslCertInfo

type SslCertInfo struct {
	CreateSslCertSet []*CreateSslCertSetItem `locationName:"createSslCertSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (SslCertInfo) GoString

func (s SslCertInfo) GoString() string

GoString returns the string representation

func (*SslCertInfo) SetCreateSslCertSet

func (s *SslCertInfo) SetCreateSslCertSet(v []*CreateSslCertSetItem) *SslCertInfo

SetCreateSslCertSet sets the CreateSslCertSet field's value.

func (SslCertInfo) String

func (s SslCertInfo) String() string

String returns the string representation

type StartInstancesInput

type StartInstancesInput struct {
	AccountingType []*string `locationName:"AccountingType" type:"list"`

	InstanceId []*string `locationName:"InstanceId" type:"list"`

	InstanceType []*string `locationName:"InstanceType" type:"list"`

	NiftyIsBios *bool `locationName:"NiftyIsBios" type:"boolean"`

	Tenancy []*string `locationName:"Tenancy" type:"list"`

	UserData *string `locationName:"UserData" type:"string"`
	// contains filtered or unexported fields
}

func (StartInstancesInput) GoString

func (s StartInstancesInput) GoString() string

GoString returns the string representation

func (*StartInstancesInput) SetAccountingType

func (s *StartInstancesInput) SetAccountingType(v []*string) *StartInstancesInput

SetAccountingType sets the AccountingType field's value.

func (*StartInstancesInput) SetInstanceId

func (s *StartInstancesInput) SetInstanceId(v []*string) *StartInstancesInput

SetInstanceId sets the InstanceId field's value.

func (*StartInstancesInput) SetInstanceType

func (s *StartInstancesInput) SetInstanceType(v []*string) *StartInstancesInput

SetInstanceType sets the InstanceType field's value.

func (*StartInstancesInput) SetNiftyIsBios

func (s *StartInstancesInput) SetNiftyIsBios(v bool) *StartInstancesInput

SetNiftyIsBios sets the NiftyIsBios field's value.

func (*StartInstancesInput) SetTenancy

func (s *StartInstancesInput) SetTenancy(v []*string) *StartInstancesInput

SetTenancy sets the Tenancy field's value.

func (*StartInstancesInput) SetUserData

func (s *StartInstancesInput) SetUserData(v string) *StartInstancesInput

SetUserData sets the UserData field's value.

func (StartInstancesInput) String

func (s StartInstancesInput) String() string

String returns the string representation

type StartInstancesOutput

type StartInstancesOutput struct {
	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (StartInstancesOutput) GoString

func (s StartInstancesOutput) GoString() string

GoString returns the string representation

func (*StartInstancesOutput) SetInstancesSet

SetInstancesSet sets the InstancesSet field's value.

func (*StartInstancesOutput) SetRequestId

func (s *StartInstancesOutput) SetRequestId(v string) *StartInstancesOutput

SetRequestId sets the RequestId field's value.

func (StartInstancesOutput) String

func (s StartInstancesOutput) String() string

String returns the string representation

type StateReason

type StateReason struct {
	Code *int64 `locationName:"code" type:"integer"`

	Message *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (StateReason) GoString

func (s StateReason) GoString() string

GoString returns the string representation

func (*StateReason) SetCode

func (s *StateReason) SetCode(v int64) *StateReason

SetCode sets the Code field's value.

func (*StateReason) SetMessage

func (s *StateReason) SetMessage(v string) *StateReason

SetMessage sets the Message field's value.

func (StateReason) String

func (s StateReason) String() string

String returns the string representation

type StaticMappingsSetItem

type StaticMappingsSetItem struct {
	Description *string `locationName:"description" type:"string"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	MacAddress *string `locationName:"macAddress" type:"string"`
	// contains filtered or unexported fields
}

func (StaticMappingsSetItem) GoString

func (s StaticMappingsSetItem) GoString() string

GoString returns the string representation

func (*StaticMappingsSetItem) SetDescription

func (s *StaticMappingsSetItem) SetDescription(v string) *StaticMappingsSetItem

SetDescription sets the Description field's value.

func (*StaticMappingsSetItem) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*StaticMappingsSetItem) SetMacAddress

func (s *StaticMappingsSetItem) SetMacAddress(v string) *StaticMappingsSetItem

SetMacAddress sets the MacAddress field's value.

func (StaticMappingsSetItem) String

func (s StaticMappingsSetItem) String() string

String returns the string representation

type StopInstancesInput

type StopInstancesInput struct {
	Force *bool `locationName:"Force" type:"boolean"`

	InstanceId []*string `locationName:"InstanceId" type:"list"`

	Tenancy []*string `locationName:"Tenancy" type:"list"`
	// contains filtered or unexported fields
}

func (StopInstancesInput) GoString

func (s StopInstancesInput) GoString() string

GoString returns the string representation

func (*StopInstancesInput) SetForce

func (s *StopInstancesInput) SetForce(v bool) *StopInstancesInput

SetForce sets the Force field's value.

func (*StopInstancesInput) SetInstanceId

func (s *StopInstancesInput) SetInstanceId(v []*string) *StopInstancesInput

SetInstanceId sets the InstanceId field's value.

func (*StopInstancesInput) SetTenancy

func (s *StopInstancesInput) SetTenancy(v []*string) *StopInstancesInput

SetTenancy sets the Tenancy field's value.

func (StopInstancesInput) String

func (s StopInstancesInput) String() string

String returns the string representation

type StopInstancesOutput

type StopInstancesOutput struct {
	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (StopInstancesOutput) GoString

func (s StopInstancesOutput) GoString() string

GoString returns the string representation

func (*StopInstancesOutput) SetInstancesSet

func (s *StopInstancesOutput) SetInstancesSet(v []*InstancesSetItem) *StopInstancesOutput

SetInstancesSet sets the InstancesSet field's value.

func (*StopInstancesOutput) SetRequestId

func (s *StopInstancesOutput) SetRequestId(v string) *StopInstancesOutput

SetRequestId sets the RequestId field's value.

func (StopInstancesOutput) String

func (s StopInstancesOutput) String() string

String returns the string representation

type StoppedInstanceMeasuredRateSetItem

type StoppedInstanceMeasuredRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (StoppedInstanceMeasuredRateSetItem) GoString

GoString returns the string representation

func (*StoppedInstanceMeasuredRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*StoppedInstanceMeasuredRateSetItem) SetType

SetType sets the Type field's value.

func (*StoppedInstanceMeasuredRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*StoppedInstanceMeasuredRateSetItem) SetValue

SetValue sets the Value field's value.

func (StoppedInstanceMeasuredRateSetItem) String

String returns the string representation

type StoppedScaleOutInstanceSetItem

type StoppedScaleOutInstanceSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (StoppedScaleOutInstanceSetItem) GoString

GoString returns the string representation

func (*StoppedScaleOutInstanceSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*StoppedScaleOutInstanceSetItem) SetType

SetType sets the Type field's value.

func (*StoppedScaleOutInstanceSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*StoppedScaleOutInstanceSetItem) SetValue

SetValue sets the Value field's value.

func (StoppedScaleOutInstanceSetItem) String

String returns the string representation

type StoppedScaleOutOsSetItem

type StoppedScaleOutOsSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (StoppedScaleOutOsSetItem) GoString

func (s StoppedScaleOutOsSetItem) GoString() string

GoString returns the string representation

func (*StoppedScaleOutOsSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*StoppedScaleOutOsSetItem) SetType

SetType sets the Type field's value.

func (*StoppedScaleOutOsSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*StoppedScaleOutOsSetItem) SetValue

SetValue sets the Value field's value.

func (StoppedScaleOutOsSetItem) String

func (s StoppedScaleOutOsSetItem) String() string

String returns the string representation

type StorageInfo

type StorageInfo struct {
	StorageMeasuredRate *StorageMeasuredRate `locationName:"storageMeasuredRate" type:"structure"`

	StorageMonthlyRate *StorageMonthlyRate `locationName:"storageMonthlyRate" type:"structure"`
	// contains filtered or unexported fields
}

func (StorageInfo) GoString

func (s StorageInfo) GoString() string

GoString returns the string representation

func (*StorageInfo) SetStorageMeasuredRate

func (s *StorageInfo) SetStorageMeasuredRate(v *StorageMeasuredRate) *StorageInfo

SetStorageMeasuredRate sets the StorageMeasuredRate field's value.

func (*StorageInfo) SetStorageMonthlyRate

func (s *StorageInfo) SetStorageMonthlyRate(v *StorageMonthlyRate) *StorageInfo

SetStorageMonthlyRate sets the StorageMonthlyRate field's value.

func (StorageInfo) String

func (s StorageInfo) String() string

String returns the string representation

type StorageMeasuredRate

type StorageMeasuredRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (StorageMeasuredRate) GoString

func (s StorageMeasuredRate) GoString() string

GoString returns the string representation

func (*StorageMeasuredRate) SetCharge

SetCharge sets the Charge field's value.

func (*StorageMeasuredRate) SetType

SetType sets the Type field's value.

func (*StorageMeasuredRate) SetUnit

SetUnit sets the Unit field's value.

func (*StorageMeasuredRate) SetValue

SetValue sets the Value field's value.

func (StorageMeasuredRate) String

func (s StorageMeasuredRate) String() string

String returns the string representation

type StorageMonthlyRate

type StorageMonthlyRate struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (StorageMonthlyRate) GoString

func (s StorageMonthlyRate) GoString() string

GoString returns the string representation

func (*StorageMonthlyRate) SetCharge

func (s *StorageMonthlyRate) SetCharge(v int64) *StorageMonthlyRate

SetCharge sets the Charge field's value.

func (*StorageMonthlyRate) SetType

SetType sets the Type field's value.

func (*StorageMonthlyRate) SetUnit

SetUnit sets the Unit field's value.

func (*StorageMonthlyRate) SetValue

SetValue sets the Value field's value.

func (StorageMonthlyRate) String

func (s StorageMonthlyRate) String() string

String returns the string representation

type TagSetItem

type TagSetItem struct {
	Key *string `locationName:"key" type:"string"`

	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (TagSetItem) GoString

func (s TagSetItem) GoString() string

GoString returns the string representation

func (*TagSetItem) SetKey

func (s *TagSetItem) SetKey(v string) *TagSetItem

SetKey sets the Key field's value.

func (*TagSetItem) SetValue

func (s *TagSetItem) SetValue(v string) *TagSetItem

SetValue sets the Value field's value.

func (TagSetItem) String

func (s TagSetItem) String() string

String returns the string representation

type TerminateInstancesInput

type TerminateInstancesInput struct {
	InstanceId []*string `locationName:"InstanceId" type:"list"`
	// contains filtered or unexported fields
}

func (TerminateInstancesInput) GoString

func (s TerminateInstancesInput) GoString() string

GoString returns the string representation

func (*TerminateInstancesInput) SetInstanceId

func (s *TerminateInstancesInput) SetInstanceId(v []*string) *TerminateInstancesInput

SetInstanceId sets the InstanceId field's value.

func (TerminateInstancesInput) String

func (s TerminateInstancesInput) String() string

String returns the string representation

type TerminateInstancesOutput

type TerminateInstancesOutput struct {
	InstancesSet []*InstancesSetItem `locationName:"instancesSet" locationNameList:"item" type:"list"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (TerminateInstancesOutput) GoString

func (s TerminateInstancesOutput) GoString() string

GoString returns the string representation

func (*TerminateInstancesOutput) SetInstancesSet

SetInstancesSet sets the InstancesSet field's value.

func (*TerminateInstancesOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (TerminateInstancesOutput) String

func (s TerminateInstancesOutput) String() string

String returns the string representation

type TimeZone

type TimeZone struct {
	EndingTimeZone *string `locationName:"endingTimeZone" type:"string"`

	StartingTimeZone *string `locationName:"startingTimeZone" type:"string"`
	// contains filtered or unexported fields
}

func (TimeZone) GoString

func (s TimeZone) GoString() string

GoString returns the string representation

func (*TimeZone) SetEndingTimeZone

func (s *TimeZone) SetEndingTimeZone(v string) *TimeZone

SetEndingTimeZone sets the EndingTimeZone field's value.

func (*TimeZone) SetStartingTimeZone

func (s *TimeZone) SetStartingTimeZone(v string) *TimeZone

SetStartingTimeZone sets the StartingTimeZone field's value.

func (TimeZone) String

func (s TimeZone) String() string

String returns the string representation

type Translation

type Translation struct {
	Address *string `locationName:"address" type:"string"`

	Port *int64 `locationName:"port" type:"integer"`
	// contains filtered or unexported fields
}

func (Translation) GoString

func (s Translation) GoString() string

GoString returns the string representation

func (*Translation) SetAddress

func (s *Translation) SetAddress(v string) *Translation

SetAddress sets the Address field's value.

func (*Translation) SetPort

func (s *Translation) SetPort(v int64) *Translation

SetPort sets the Port field's value.

func (Translation) String

func (s Translation) String() string

String returns the string representation

type TriggerSetItem

type TriggerSetItem struct {
	BreachDuration *int64 `locationName:"breachDuration" type:"integer"`

	Resource *string `locationName:"resource" type:"string"`

	UpperThreshold *float64 `locationName:"upperThreshold" type:"double"`
	// contains filtered or unexported fields
}

func (TriggerSetItem) GoString

func (s TriggerSetItem) GoString() string

GoString returns the string representation

func (*TriggerSetItem) SetBreachDuration

func (s *TriggerSetItem) SetBreachDuration(v int64) *TriggerSetItem

SetBreachDuration sets the BreachDuration field's value.

func (*TriggerSetItem) SetResource

func (s *TriggerSetItem) SetResource(v string) *TriggerSetItem

SetResource sets the Resource field's value.

func (*TriggerSetItem) SetUpperThreshold

func (s *TriggerSetItem) SetUpperThreshold(v float64) *TriggerSetItem

SetUpperThreshold sets the UpperThreshold field's value.

func (TriggerSetItem) String

func (s TriggerSetItem) String() string

String returns the string representation

type UpdateLoadBalancerInput

type UpdateLoadBalancerInput struct {
	AccountingTypeUpdate *int64 `locationName:"AccountingTypeUpdate" type:"integer"`

	ListenerUpdate *RequestListenerUpdateStruct `locationName:"ListenerUpdate" type:"structure"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	NetworkVolumeUpdate *int64 `locationName:"NetworkVolumeUpdate" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateLoadBalancerInput) GoString

func (s UpdateLoadBalancerInput) GoString() string

GoString returns the string representation

func (*UpdateLoadBalancerInput) SetAccountingTypeUpdate

func (s *UpdateLoadBalancerInput) SetAccountingTypeUpdate(v int64) *UpdateLoadBalancerInput

SetAccountingTypeUpdate sets the AccountingTypeUpdate field's value.

func (*UpdateLoadBalancerInput) SetListenerUpdate

SetListenerUpdate sets the ListenerUpdate field's value.

func (*UpdateLoadBalancerInput) SetLoadBalancerName

func (s *UpdateLoadBalancerInput) SetLoadBalancerName(v string) *UpdateLoadBalancerInput

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*UpdateLoadBalancerInput) SetNetworkVolumeUpdate

func (s *UpdateLoadBalancerInput) SetNetworkVolumeUpdate(v int64) *UpdateLoadBalancerInput

SetNetworkVolumeUpdate sets the NetworkVolumeUpdate field's value.

func (UpdateLoadBalancerInput) String

func (s UpdateLoadBalancerInput) String() string

String returns the string representation

type UpdateLoadBalancerOptionInput

type UpdateLoadBalancerOptionInput struct {
	InstancePort *int64 `locationName:"InstancePort" type:"integer"`

	LoadBalancerName *string `locationName:"LoadBalancerName" type:"string"`

	LoadBalancerPort *int64 `locationName:"LoadBalancerPort" type:"integer"`

	SessionStickinessPolicyUpdate *RequestSessionStickinessPolicyUpdateStruct `locationName:"SessionStickinessPolicyUpdate" type:"structure"`

	SorryPageUpdate *RequestSorryPageUpdateStruct `locationName:"SorryPageUpdate" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateLoadBalancerOptionInput) GoString

GoString returns the string representation

func (*UpdateLoadBalancerOptionInput) SetInstancePort

SetInstancePort sets the InstancePort field's value.

func (*UpdateLoadBalancerOptionInput) SetLoadBalancerName

SetLoadBalancerName sets the LoadBalancerName field's value.

func (*UpdateLoadBalancerOptionInput) SetLoadBalancerPort

SetLoadBalancerPort sets the LoadBalancerPort field's value.

func (*UpdateLoadBalancerOptionInput) SetSessionStickinessPolicyUpdate

SetSessionStickinessPolicyUpdate sets the SessionStickinessPolicyUpdate field's value.

func (*UpdateLoadBalancerOptionInput) SetSorryPageUpdate

SetSorryPageUpdate sets the SorryPageUpdate field's value.

func (UpdateLoadBalancerOptionInput) String

String returns the string representation

type UpdateLoadBalancerOptionOutput

type UpdateLoadBalancerOptionOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateLoadBalancerOptionOutput) GoString

GoString returns the string representation

func (*UpdateLoadBalancerOptionOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (UpdateLoadBalancerOptionOutput) String

String returns the string representation

type UpdateLoadBalancerOutput

type UpdateLoadBalancerOutput struct {
	ResponseMetadata *ResponseMetadata `locationName:"ResponseMetadata" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateLoadBalancerOutput) GoString

func (s UpdateLoadBalancerOutput) GoString() string

GoString returns the string representation

func (*UpdateLoadBalancerOutput) SetResponseMetadata

SetResponseMetadata sets the ResponseMetadata field's value.

func (UpdateLoadBalancerOutput) String

func (s UpdateLoadBalancerOutput) String() string

String returns the string representation

type UpdateSecurityGroupInput

type UpdateSecurityGroupInput struct {
	GroupDescriptionUpdate *string `locationName:"GroupDescriptionUpdate" type:"string"`

	GroupLogLimitUpdate *int64 `locationName:"GroupLogLimitUpdate" type:"integer"`

	GroupName *string `locationName:"GroupName" type:"string"`

	GroupNameUpdate *string `locationName:"GroupNameUpdate" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateSecurityGroupInput) GoString

func (s UpdateSecurityGroupInput) GoString() string

GoString returns the string representation

func (*UpdateSecurityGroupInput) SetGroupDescriptionUpdate

func (s *UpdateSecurityGroupInput) SetGroupDescriptionUpdate(v string) *UpdateSecurityGroupInput

SetGroupDescriptionUpdate sets the GroupDescriptionUpdate field's value.

func (*UpdateSecurityGroupInput) SetGroupLogLimitUpdate

func (s *UpdateSecurityGroupInput) SetGroupLogLimitUpdate(v int64) *UpdateSecurityGroupInput

SetGroupLogLimitUpdate sets the GroupLogLimitUpdate field's value.

func (*UpdateSecurityGroupInput) SetGroupName

SetGroupName sets the GroupName field's value.

func (*UpdateSecurityGroupInput) SetGroupNameUpdate

func (s *UpdateSecurityGroupInput) SetGroupNameUpdate(v string) *UpdateSecurityGroupInput

SetGroupNameUpdate sets the GroupNameUpdate field's value.

func (UpdateSecurityGroupInput) String

func (s UpdateSecurityGroupInput) String() string

String returns the string representation

type UpdateSecurityGroupOptionInput

type UpdateSecurityGroupOptionInput struct {
	SecurityGroupLimitUpdate *int64 `locationName:"SecurityGroupLimitUpdate" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateSecurityGroupOptionInput) GoString

GoString returns the string representation

func (*UpdateSecurityGroupOptionInput) SetSecurityGroupLimitUpdate

func (s *UpdateSecurityGroupOptionInput) SetSecurityGroupLimitUpdate(v int64) *UpdateSecurityGroupOptionInput

SetSecurityGroupLimitUpdate sets the SecurityGroupLimitUpdate field's value.

func (UpdateSecurityGroupOptionInput) String

String returns the string representation

type UpdateSecurityGroupOptionOutput

type UpdateSecurityGroupOptionOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (UpdateSecurityGroupOptionOutput) GoString

GoString returns the string representation

func (*UpdateSecurityGroupOptionOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateSecurityGroupOptionOutput) SetReturn

SetReturn sets the Return field's value.

func (UpdateSecurityGroupOptionOutput) String

String returns the string representation

type UpdateSecurityGroupOutput

type UpdateSecurityGroupOutput struct {
	RequestId *string `locationName:"requestId" type:"string"`

	Return *bool `locationName:"return" type:"boolean"`
	// contains filtered or unexported fields
}

func (UpdateSecurityGroupOutput) GoString

func (s UpdateSecurityGroupOutput) GoString() string

GoString returns the string representation

func (*UpdateSecurityGroupOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (*UpdateSecurityGroupOutput) SetReturn

SetReturn sets the Return field's value.

func (UpdateSecurityGroupOutput) String

func (s UpdateSecurityGroupOutput) String() string

String returns the string representation

type UploadSslCertificateInput

type UploadSslCertificateInput struct {
	CA *string `locationName:"CA" type:"string"`

	Certificate *string `locationName:"Certificate" type:"string"`

	Key *string `locationName:"Key" type:"string"`
	// contains filtered or unexported fields
}

func (UploadSslCertificateInput) GoString

func (s UploadSslCertificateInput) GoString() string

GoString returns the string representation

func (*UploadSslCertificateInput) SetCA

SetCA sets the CA field's value.

func (*UploadSslCertificateInput) SetCertificate

SetCertificate sets the Certificate field's value.

func (*UploadSslCertificateInput) SetKey

SetKey sets the Key field's value.

func (UploadSslCertificateInput) String

func (s UploadSslCertificateInput) String() string

String returns the string representation

type UploadSslCertificateOutput

type UploadSslCertificateOutput struct {
	Fqdn *string `locationName:"fqdn" type:"string"`

	FqdnId *string `locationName:"fqdnId" type:"string"`

	KeyFingerPrint *string `locationName:"keyFingerPrint" type:"string"`

	RequestId *string `locationName:"requestId" type:"string"`
	// contains filtered or unexported fields
}

func (UploadSslCertificateOutput) GoString

func (s UploadSslCertificateOutput) GoString() string

GoString returns the string representation

func (*UploadSslCertificateOutput) SetFqdn

SetFqdn sets the Fqdn field's value.

func (*UploadSslCertificateOutput) SetFqdnId

SetFqdnId sets the FqdnId field's value.

func (*UploadSslCertificateOutput) SetKeyFingerPrint

SetKeyFingerPrint sets the KeyFingerPrint field's value.

func (*UploadSslCertificateOutput) SetRequestId

SetRequestId sets the RequestId field's value.

func (UploadSslCertificateOutput) String

String returns the string representation

type UploadState

type UploadState struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (UploadState) GoString

func (s UploadState) GoString() string

GoString returns the string representation

func (*UploadState) SetValue

func (s *UploadState) SetValue(v string) *UploadState

SetValue sets the Value field's value.

func (UploadState) String

func (s UploadState) String() string

String returns the string representation

type UploadsSetItem

type UploadsSetItem struct {
	ConversionTaskId *int64 `locationName:"conversionTaskId" type:"integer"`

	ExpirationTime *string `locationName:"expirationTime" type:"string"`

	ImportInstance *ImportInstance `locationName:"importInstance" type:"structure"`
	// contains filtered or unexported fields
}

func (UploadsSetItem) GoString

func (s UploadsSetItem) GoString() string

GoString returns the string representation

func (*UploadsSetItem) SetConversionTaskId

func (s *UploadsSetItem) SetConversionTaskId(v int64) *UploadsSetItem

SetConversionTaskId sets the ConversionTaskId field's value.

func (*UploadsSetItem) SetExpirationTime

func (s *UploadsSetItem) SetExpirationTime(v string) *UploadsSetItem

SetExpirationTime sets the ExpirationTime field's value.

func (*UploadsSetItem) SetImportInstance

func (s *UploadsSetItem) SetImportInstance(v *ImportInstance) *UploadsSetItem

SetImportInstance sets the ImportInstance field's value.

func (UploadsSetItem) String

func (s UploadsSetItem) String() string

String returns the string representation

type UserActivitiesSetItem

type UserActivitiesSetItem struct {
	CategoryName *string `locationName:"categoryName" type:"string"`

	DateTime *time.Time `locationName:"dateTime" type:"timestamp" timestampFormat:""`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	Operation *string `locationName:"operation" type:"string"`

	Operator *string `locationName:"operator" type:"string"`

	Result *bool `locationName:"result" type:"boolean"`
	// contains filtered or unexported fields
}

func (UserActivitiesSetItem) GoString

func (s UserActivitiesSetItem) GoString() string

GoString returns the string representation

func (*UserActivitiesSetItem) SetCategoryName

func (s *UserActivitiesSetItem) SetCategoryName(v string) *UserActivitiesSetItem

SetCategoryName sets the CategoryName field's value.

func (*UserActivitiesSetItem) SetDateTime

SetDateTime sets the DateTime field's value.

func (*UserActivitiesSetItem) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*UserActivitiesSetItem) SetOperation

SetOperation sets the Operation field's value.

func (*UserActivitiesSetItem) SetOperator

SetOperator sets the Operator field's value.

func (*UserActivitiesSetItem) SetResult

SetResult sets the Result field's value.

func (UserActivitiesSetItem) String

func (s UserActivitiesSetItem) String() string

String returns the string representation

type UserData

type UserData struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (UserData) GoString

func (s UserData) GoString() string

GoString returns the string representation

func (*UserData) SetValue

func (s *UserData) SetValue(v string) *UserData

SetValue sets the Value field's value.

func (UserData) String

func (s UserData) String() string

String returns the string representation

type UsersMemberItem

type UsersMemberItem struct {
	UserId *string `locationName:"UserId" type:"string"`
	// contains filtered or unexported fields
}

func (UsersMemberItem) GoString

func (s UsersMemberItem) GoString() string

GoString returns the string representation

func (*UsersMemberItem) SetUserId

func (s *UsersMemberItem) SetUserId(v string) *UsersMemberItem

SetUserId sets the UserId field's value.

func (UsersMemberItem) String

func (s UsersMemberItem) String() string

String returns the string representation

type ValueSetItem

type ValueSetItem struct {
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

func (ValueSetItem) GoString

func (s ValueSetItem) GoString() string

GoString returns the string representation

func (*ValueSetItem) SetValue

func (s *ValueSetItem) SetValue(v string) *ValueSetItem

SetValue sets the Value field's value.

func (ValueSetItem) String

func (s ValueSetItem) String() string

String returns the string representation

type VersionInformation

type VersionInformation struct {
	IsLatest *bool `locationName:"isLatest" type:"boolean"`

	Version *string `locationName:"version" type:"string"`
	// contains filtered or unexported fields
}

func (VersionInformation) GoString

func (s VersionInformation) GoString() string

GoString returns the string representation

func (*VersionInformation) SetIsLatest

func (s *VersionInformation) SetIsLatest(v bool) *VersionInformation

SetIsLatest sets the IsLatest field's value.

func (*VersionInformation) SetVersion

func (s *VersionInformation) SetVersion(v string) *VersionInformation

SetVersion sets the Version field's value.

func (VersionInformation) String

func (s VersionInformation) String() string

String returns the string representation

type VgwTelemetrySetItem

type VgwTelemetrySetItem struct {
	AcceptedRouteCount *int64 `locationName:"acceptedRouteCount" type:"integer"`

	LastStatusChange *time.Time `locationName:"lastStatusChange" type:"timestamp" timestampFormat:""`

	OutsideIpAddress *string `locationName:"outsideIpAddress" type:"string"`

	Status *string `locationName:"status" type:"string"`

	StatusMessage *string `locationName:"statusMessage" type:"string"`
	// contains filtered or unexported fields
}

func (VgwTelemetrySetItem) GoString

func (s VgwTelemetrySetItem) GoString() string

GoString returns the string representation

func (*VgwTelemetrySetItem) SetAcceptedRouteCount

func (s *VgwTelemetrySetItem) SetAcceptedRouteCount(v int64) *VgwTelemetrySetItem

SetAcceptedRouteCount sets the AcceptedRouteCount field's value.

func (*VgwTelemetrySetItem) SetLastStatusChange

func (s *VgwTelemetrySetItem) SetLastStatusChange(v time.Time) *VgwTelemetrySetItem

SetLastStatusChange sets the LastStatusChange field's value.

func (*VgwTelemetrySetItem) SetOutsideIpAddress

func (s *VgwTelemetrySetItem) SetOutsideIpAddress(v string) *VgwTelemetrySetItem

SetOutsideIpAddress sets the OutsideIpAddress field's value.

func (*VgwTelemetrySetItem) SetStatus

SetStatus sets the Status field's value.

func (*VgwTelemetrySetItem) SetStatusMessage

func (s *VgwTelemetrySetItem) SetStatusMessage(v string) *VgwTelemetrySetItem

SetStatusMessage sets the StatusMessage field's value.

func (VgwTelemetrySetItem) String

func (s VgwTelemetrySetItem) String() string

String returns the string representation

type VipMeasuredRateSetItem

type VipMeasuredRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (VipMeasuredRateSetItem) GoString

func (s VipMeasuredRateSetItem) GoString() string

GoString returns the string representation

func (*VipMeasuredRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*VipMeasuredRateSetItem) SetType

SetType sets the Type field's value.

func (*VipMeasuredRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*VipMeasuredRateSetItem) SetValue

SetValue sets the Value field's value.

func (VipMeasuredRateSetItem) String

func (s VipMeasuredRateSetItem) String() string

String returns the string representation

type VipSetItem

type VipSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (VipSetItem) GoString

func (s VipSetItem) GoString() string

GoString returns the string representation

func (*VipSetItem) SetCharge

func (s *VipSetItem) SetCharge(v int64) *VipSetItem

SetCharge sets the Charge field's value.

func (*VipSetItem) SetType

func (s *VipSetItem) SetType(v string) *VipSetItem

SetType sets the Type field's value.

func (*VipSetItem) SetUnit

func (s *VipSetItem) SetUnit(v string) *VipSetItem

SetUnit sets the Unit field's value.

func (*VipSetItem) SetValue

func (s *VipSetItem) SetValue(v int64) *VipSetItem

SetValue sets the Value field's value.

func (VipSetItem) String

func (s VipSetItem) String() string

String returns the string representation

type Volume

type Volume struct {
	Id *string `locationName:"id" type:"string"`

	Size *int64 `locationName:"size" type:"integer"`
	// contains filtered or unexported fields
}

func (Volume) GoString

func (s Volume) GoString() string

GoString returns the string representation

func (*Volume) SetId

func (s *Volume) SetId(v string) *Volume

SetId sets the Id field's value.

func (*Volume) SetSize

func (s *Volume) SetSize(v int64) *Volume

SetSize sets the Size field's value.

func (Volume) String

func (s Volume) String() string

String returns the string representation

type VolumeInfo

type VolumeInfo struct {
	ImportInstanceDiskMeasuredRate *ImportInstanceDiskMeasuredRate `locationName:"importInstanceDiskMeasuredRate" type:"structure"`

	ImportInstanceDiskMonthlyRate *ImportInstanceDiskMonthlyRate `locationName:"importInstanceDiskMonthlyRate" type:"structure"`

	VolumeMeasuredRateSet []*VolumeMeasuredRateSetItem `locationName:"volumeMeasuredRateSet" locationNameList:"item" type:"list"`

	VolumeSet []*VolumeSetItem `locationName:"volumeSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (VolumeInfo) GoString

func (s VolumeInfo) GoString() string

GoString returns the string representation

func (*VolumeInfo) SetImportInstanceDiskMeasuredRate

func (s *VolumeInfo) SetImportInstanceDiskMeasuredRate(v *ImportInstanceDiskMeasuredRate) *VolumeInfo

SetImportInstanceDiskMeasuredRate sets the ImportInstanceDiskMeasuredRate field's value.

func (*VolumeInfo) SetImportInstanceDiskMonthlyRate

func (s *VolumeInfo) SetImportInstanceDiskMonthlyRate(v *ImportInstanceDiskMonthlyRate) *VolumeInfo

SetImportInstanceDiskMonthlyRate sets the ImportInstanceDiskMonthlyRate field's value.

func (*VolumeInfo) SetVolumeMeasuredRateSet

func (s *VolumeInfo) SetVolumeMeasuredRateSet(v []*VolumeMeasuredRateSetItem) *VolumeInfo

SetVolumeMeasuredRateSet sets the VolumeMeasuredRateSet field's value.

func (*VolumeInfo) SetVolumeSet

func (s *VolumeInfo) SetVolumeSet(v []*VolumeSetItem) *VolumeInfo

SetVolumeSet sets the VolumeSet field's value.

func (VolumeInfo) String

func (s VolumeInfo) String() string

String returns the string representation

type VolumeMeasuredRateSetItem

type VolumeMeasuredRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (VolumeMeasuredRateSetItem) GoString

func (s VolumeMeasuredRateSetItem) GoString() string

GoString returns the string representation

func (*VolumeMeasuredRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*VolumeMeasuredRateSetItem) SetType

SetType sets the Type field's value.

func (*VolumeMeasuredRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*VolumeMeasuredRateSetItem) SetValue

SetValue sets the Value field's value.

func (VolumeMeasuredRateSetItem) String

func (s VolumeMeasuredRateSetItem) String() string

String returns the string representation

type VolumeSetItem

type VolumeSetItem struct {
	AccountingType *string `locationName:"accountingType" type:"string"`

	AttachmentSet []*AttachmentSetItem `locationName:"attachmentSet" locationNameList:"item" type:"list"`

	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	Charge *int64 `locationName:"charge" type:"integer"`

	CreateTime *time.Time `locationName:"createTime" type:"timestamp" timestampFormat:""`

	DiskType *string `locationName:"diskType" type:"string"`

	NextMonthAccountingType *string `locationName:"nextMonthAccountingType" type:"string"`

	Size *string `locationName:"size" type:"string"`

	SnapshotId *string `locationName:"snapshotId" type:"string"`

	Status *string `locationName:"status" type:"string"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`

	VolumeId *string `locationName:"volumeId" type:"string"`
	// contains filtered or unexported fields
}

func (VolumeSetItem) GoString

func (s VolumeSetItem) GoString() string

GoString returns the string representation

func (*VolumeSetItem) SetAccountingType

func (s *VolumeSetItem) SetAccountingType(v string) *VolumeSetItem

SetAccountingType sets the AccountingType field's value.

func (*VolumeSetItem) SetAttachmentSet

func (s *VolumeSetItem) SetAttachmentSet(v []*AttachmentSetItem) *VolumeSetItem

SetAttachmentSet sets the AttachmentSet field's value.

func (*VolumeSetItem) SetAvailabilityZone

func (s *VolumeSetItem) SetAvailabilityZone(v string) *VolumeSetItem

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*VolumeSetItem) SetCharge

func (s *VolumeSetItem) SetCharge(v int64) *VolumeSetItem

SetCharge sets the Charge field's value.

func (*VolumeSetItem) SetCreateTime

func (s *VolumeSetItem) SetCreateTime(v time.Time) *VolumeSetItem

SetCreateTime sets the CreateTime field's value.

func (*VolumeSetItem) SetDiskType

func (s *VolumeSetItem) SetDiskType(v string) *VolumeSetItem

SetDiskType sets the DiskType field's value.

func (*VolumeSetItem) SetNextMonthAccountingType

func (s *VolumeSetItem) SetNextMonthAccountingType(v string) *VolumeSetItem

SetNextMonthAccountingType sets the NextMonthAccountingType field's value.

func (*VolumeSetItem) SetSize

func (s *VolumeSetItem) SetSize(v string) *VolumeSetItem

SetSize sets the Size field's value.

func (*VolumeSetItem) SetSnapshotId

func (s *VolumeSetItem) SetSnapshotId(v string) *VolumeSetItem

SetSnapshotId sets the SnapshotId field's value.

func (*VolumeSetItem) SetStatus

func (s *VolumeSetItem) SetStatus(v string) *VolumeSetItem

SetStatus sets the Status field's value.

func (*VolumeSetItem) SetType

func (s *VolumeSetItem) SetType(v string) *VolumeSetItem

SetType sets the Type field's value.

func (*VolumeSetItem) SetUnit

func (s *VolumeSetItem) SetUnit(v string) *VolumeSetItem

SetUnit sets the Unit field's value.

func (*VolumeSetItem) SetValue

func (s *VolumeSetItem) SetValue(v int64) *VolumeSetItem

SetValue sets the Value field's value.

func (*VolumeSetItem) SetVolumeId

func (s *VolumeSetItem) SetVolumeId(v string) *VolumeSetItem

SetVolumeId sets the VolumeId field's value.

func (VolumeSetItem) String

func (s VolumeSetItem) String() string

String returns the string representation

type VolumesSetItem

type VolumesSetItem struct {
	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	BytesConverted *int64 `locationName:"bytesConverted" type:"integer"`

	Description *string `locationName:"description" type:"string"`

	Image *Image `locationName:"image" type:"structure"`

	Status *string `locationName:"status" type:"string"`

	StatusMessage *string `locationName:"statusMessage" type:"string"`

	Volume *Volume `locationName:"volume" type:"structure"`
	// contains filtered or unexported fields
}

func (VolumesSetItem) GoString

func (s VolumesSetItem) GoString() string

GoString returns the string representation

func (*VolumesSetItem) SetAvailabilityZone

func (s *VolumesSetItem) SetAvailabilityZone(v string) *VolumesSetItem

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*VolumesSetItem) SetBytesConverted

func (s *VolumesSetItem) SetBytesConverted(v int64) *VolumesSetItem

SetBytesConverted sets the BytesConverted field's value.

func (*VolumesSetItem) SetDescription

func (s *VolumesSetItem) SetDescription(v string) *VolumesSetItem

SetDescription sets the Description field's value.

func (*VolumesSetItem) SetImage

func (s *VolumesSetItem) SetImage(v *Image) *VolumesSetItem

SetImage sets the Image field's value.

func (*VolumesSetItem) SetStatus

func (s *VolumesSetItem) SetStatus(v string) *VolumesSetItem

SetStatus sets the Status field's value.

func (*VolumesSetItem) SetStatusMessage

func (s *VolumesSetItem) SetStatusMessage(v string) *VolumesSetItem

SetStatusMessage sets the StatusMessage field's value.

func (*VolumesSetItem) SetVolume

func (s *VolumesSetItem) SetVolume(v *Volume) *VolumesSetItem

SetVolume sets the Volume field's value.

func (VolumesSetItem) String

func (s VolumesSetItem) String() string

String returns the string representation

type VpnConnectMeasuredRateSetItem

type VpnConnectMeasuredRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (VpnConnectMeasuredRateSetItem) GoString

GoString returns the string representation

func (*VpnConnectMeasuredRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*VpnConnectMeasuredRateSetItem) SetType

SetType sets the Type field's value.

func (*VpnConnectMeasuredRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*VpnConnectMeasuredRateSetItem) SetValue

SetValue sets the Value field's value.

func (VpnConnectMeasuredRateSetItem) String

String returns the string representation

type VpnConnection

type VpnConnection struct {
	CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:""`

	CustomerGatewayConfiguration *string `locationName:"customerGatewayConfiguration" type:"string"`

	CustomerGatewayId *string `locationName:"customerGatewayId" type:"string"`

	NiftyCustomerGatewayName *string `locationName:"niftyCustomerGatewayName" type:"string"`

	NiftyIpsecConfiguration *NiftyIpsecConfiguration `locationName:"niftyIpsecConfiguration" type:"structure"`

	NiftyTunnel *NiftyTunnel `locationName:"niftyTunnel" type:"structure"`

	NiftyVpnConnectionDescription *string `locationName:"niftyVpnConnectionDescription" type:"string"`

	NiftyVpnGatewayName *string `locationName:"niftyVpnGatewayName" type:"string"`

	Options *Options `locationName:"options" type:"structure"`

	Routes *Routes `locationName:"routes" type:"structure"`

	State *string `locationName:"state" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

	Type *string `locationName:"type" type:"string"`

	VgwTelemetry []*VgwTelemetrySetItem `locationName:"vgwTelemetry" locationNameList:"item" type:"list"`

	VpnConnectionId *string `locationName:"vpnConnectionId" type:"string"`

	VpnGatewayId *string `locationName:"vpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (VpnConnection) GoString

func (s VpnConnection) GoString() string

GoString returns the string representation

func (*VpnConnection) SetCreatedTime

func (s *VpnConnection) SetCreatedTime(v time.Time) *VpnConnection

SetCreatedTime sets the CreatedTime field's value.

func (*VpnConnection) SetCustomerGatewayConfiguration

func (s *VpnConnection) SetCustomerGatewayConfiguration(v string) *VpnConnection

SetCustomerGatewayConfiguration sets the CustomerGatewayConfiguration field's value.

func (*VpnConnection) SetCustomerGatewayId

func (s *VpnConnection) SetCustomerGatewayId(v string) *VpnConnection

SetCustomerGatewayId sets the CustomerGatewayId field's value.

func (*VpnConnection) SetNiftyCustomerGatewayName

func (s *VpnConnection) SetNiftyCustomerGatewayName(v string) *VpnConnection

SetNiftyCustomerGatewayName sets the NiftyCustomerGatewayName field's value.

func (*VpnConnection) SetNiftyIpsecConfiguration

func (s *VpnConnection) SetNiftyIpsecConfiguration(v *NiftyIpsecConfiguration) *VpnConnection

SetNiftyIpsecConfiguration sets the NiftyIpsecConfiguration field's value.

func (*VpnConnection) SetNiftyTunnel

func (s *VpnConnection) SetNiftyTunnel(v *NiftyTunnel) *VpnConnection

SetNiftyTunnel sets the NiftyTunnel field's value.

func (*VpnConnection) SetNiftyVpnConnectionDescription

func (s *VpnConnection) SetNiftyVpnConnectionDescription(v string) *VpnConnection

SetNiftyVpnConnectionDescription sets the NiftyVpnConnectionDescription field's value.

func (*VpnConnection) SetNiftyVpnGatewayName

func (s *VpnConnection) SetNiftyVpnGatewayName(v string) *VpnConnection

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*VpnConnection) SetOptions

func (s *VpnConnection) SetOptions(v *Options) *VpnConnection

SetOptions sets the Options field's value.

func (*VpnConnection) SetRoutes

func (s *VpnConnection) SetRoutes(v *Routes) *VpnConnection

SetRoutes sets the Routes field's value.

func (*VpnConnection) SetState

func (s *VpnConnection) SetState(v string) *VpnConnection

SetState sets the State field's value.

func (*VpnConnection) SetTagSet

func (s *VpnConnection) SetTagSet(v []*TagSetItem) *VpnConnection

SetTagSet sets the TagSet field's value.

func (*VpnConnection) SetType

func (s *VpnConnection) SetType(v string) *VpnConnection

SetType sets the Type field's value.

func (*VpnConnection) SetVgwTelemetry

func (s *VpnConnection) SetVgwTelemetry(v []*VgwTelemetrySetItem) *VpnConnection

SetVgwTelemetry sets the VgwTelemetry field's value.

func (*VpnConnection) SetVpnConnectionId

func (s *VpnConnection) SetVpnConnectionId(v string) *VpnConnection

SetVpnConnectionId sets the VpnConnectionId field's value.

func (*VpnConnection) SetVpnGatewayId

func (s *VpnConnection) SetVpnGatewayId(v string) *VpnConnection

SetVpnGatewayId sets the VpnGatewayId field's value.

func (VpnConnection) String

func (s VpnConnection) String() string

String returns the string representation

type VpnConnectionSetItem

type VpnConnectionSetItem struct {
	CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:""`

	CustomerGatewayConfiguration *string `locationName:"customerGatewayConfiguration" type:"string"`

	CustomerGatewayId *string `locationName:"customerGatewayId" type:"string"`

	NiftyCustomerGatewayName *string `locationName:"niftyCustomerGatewayName" type:"string"`

	NiftyIpsecConfiguration *NiftyIpsecConfiguration `locationName:"niftyIpsecConfiguration" type:"structure"`

	NiftyTunnel *NiftyTunnel `locationName:"niftyTunnel" type:"structure"`

	NiftyVpnConnectionDescription *string `locationName:"niftyVpnConnectionDescription" type:"string"`

	NiftyVpnGatewayName *string `locationName:"niftyVpnGatewayName" type:"string"`

	Options *Options `locationName:"options" type:"structure"`

	Routes *Routes `locationName:"routes" type:"structure"`

	State *string `locationName:"state" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

	Type *string `locationName:"type" type:"string"`

	VgwTelemetry []*VgwTelemetrySetItem `locationName:"vgwTelemetry" locationNameList:"item" type:"list"`

	VpnConnectionId *string `locationName:"vpnConnectionId" type:"string"`

	VpnGatewayId *string `locationName:"vpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (VpnConnectionSetItem) GoString

func (s VpnConnectionSetItem) GoString() string

GoString returns the string representation

func (*VpnConnectionSetItem) SetCreatedTime

func (s *VpnConnectionSetItem) SetCreatedTime(v time.Time) *VpnConnectionSetItem

SetCreatedTime sets the CreatedTime field's value.

func (*VpnConnectionSetItem) SetCustomerGatewayConfiguration

func (s *VpnConnectionSetItem) SetCustomerGatewayConfiguration(v string) *VpnConnectionSetItem

SetCustomerGatewayConfiguration sets the CustomerGatewayConfiguration field's value.

func (*VpnConnectionSetItem) SetCustomerGatewayId

func (s *VpnConnectionSetItem) SetCustomerGatewayId(v string) *VpnConnectionSetItem

SetCustomerGatewayId sets the CustomerGatewayId field's value.

func (*VpnConnectionSetItem) SetNiftyCustomerGatewayName

func (s *VpnConnectionSetItem) SetNiftyCustomerGatewayName(v string) *VpnConnectionSetItem

SetNiftyCustomerGatewayName sets the NiftyCustomerGatewayName field's value.

func (*VpnConnectionSetItem) SetNiftyIpsecConfiguration

func (s *VpnConnectionSetItem) SetNiftyIpsecConfiguration(v *NiftyIpsecConfiguration) *VpnConnectionSetItem

SetNiftyIpsecConfiguration sets the NiftyIpsecConfiguration field's value.

func (*VpnConnectionSetItem) SetNiftyTunnel

func (s *VpnConnectionSetItem) SetNiftyTunnel(v *NiftyTunnel) *VpnConnectionSetItem

SetNiftyTunnel sets the NiftyTunnel field's value.

func (*VpnConnectionSetItem) SetNiftyVpnConnectionDescription

func (s *VpnConnectionSetItem) SetNiftyVpnConnectionDescription(v string) *VpnConnectionSetItem

SetNiftyVpnConnectionDescription sets the NiftyVpnConnectionDescription field's value.

func (*VpnConnectionSetItem) SetNiftyVpnGatewayName

func (s *VpnConnectionSetItem) SetNiftyVpnGatewayName(v string) *VpnConnectionSetItem

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*VpnConnectionSetItem) SetOptions

SetOptions sets the Options field's value.

func (*VpnConnectionSetItem) SetRoutes

SetRoutes sets the Routes field's value.

func (*VpnConnectionSetItem) SetState

SetState sets the State field's value.

func (*VpnConnectionSetItem) SetTagSet

SetTagSet sets the TagSet field's value.

func (*VpnConnectionSetItem) SetType

SetType sets the Type field's value.

func (*VpnConnectionSetItem) SetVgwTelemetry

SetVgwTelemetry sets the VgwTelemetry field's value.

func (*VpnConnectionSetItem) SetVpnConnectionId

func (s *VpnConnectionSetItem) SetVpnConnectionId(v string) *VpnConnectionSetItem

SetVpnConnectionId sets the VpnConnectionId field's value.

func (*VpnConnectionSetItem) SetVpnGatewayId

func (s *VpnConnectionSetItem) SetVpnGatewayId(v string) *VpnConnectionSetItem

SetVpnGatewayId sets the VpnGatewayId field's value.

func (VpnConnectionSetItem) String

func (s VpnConnectionSetItem) String() string

String returns the string representation

type VpnGateway

type VpnGateway struct {
	AccountingType *string `locationName:"accountingType" type:"string"`

	Attachments []*AttachmentsSetItem `locationName:"attachments" locationNameList:"item" type:"list"`

	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:""`

	GroupSet []*GroupSetItem `locationName:"groupSet" locationNameList:"item" type:"list"`

	NetworkInterfaceSet []*NetworkInterfaceSetItem `locationName:"networkInterfaceSet" locationNameList:"item" type:"list"`

	NextMonthAccountingType *string `locationName:"nextMonthAccountingType" type:"string"`

	NiftyRedundancy *bool `locationName:"niftyRedundancy" type:"boolean"`

	NiftyVpnGatewayDescription *string `locationName:"niftyVpnGatewayDescription" type:"string"`

	NiftyVpnGatewayName *string `locationName:"niftyVpnGatewayName" type:"string"`

	NiftyVpnGatewayType *string `locationName:"niftyVpnGatewayType" type:"string"`

	State *string `locationName:"state" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

	Type *string `locationName:"type" type:"string"`

	VpnGatewayId *string `locationName:"vpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (VpnGateway) GoString

func (s VpnGateway) GoString() string

GoString returns the string representation

func (*VpnGateway) SetAccountingType

func (s *VpnGateway) SetAccountingType(v string) *VpnGateway

SetAccountingType sets the AccountingType field's value.

func (*VpnGateway) SetAttachments

func (s *VpnGateway) SetAttachments(v []*AttachmentsSetItem) *VpnGateway

SetAttachments sets the Attachments field's value.

func (*VpnGateway) SetAvailabilityZone

func (s *VpnGateway) SetAvailabilityZone(v string) *VpnGateway

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*VpnGateway) SetCreatedTime

func (s *VpnGateway) SetCreatedTime(v time.Time) *VpnGateway

SetCreatedTime sets the CreatedTime field's value.

func (*VpnGateway) SetGroupSet

func (s *VpnGateway) SetGroupSet(v []*GroupSetItem) *VpnGateway

SetGroupSet sets the GroupSet field's value.

func (*VpnGateway) SetNetworkInterfaceSet

func (s *VpnGateway) SetNetworkInterfaceSet(v []*NetworkInterfaceSetItem) *VpnGateway

SetNetworkInterfaceSet sets the NetworkInterfaceSet field's value.

func (*VpnGateway) SetNextMonthAccountingType

func (s *VpnGateway) SetNextMonthAccountingType(v string) *VpnGateway

SetNextMonthAccountingType sets the NextMonthAccountingType field's value.

func (*VpnGateway) SetNiftyRedundancy

func (s *VpnGateway) SetNiftyRedundancy(v bool) *VpnGateway

SetNiftyRedundancy sets the NiftyRedundancy field's value.

func (*VpnGateway) SetNiftyVpnGatewayDescription

func (s *VpnGateway) SetNiftyVpnGatewayDescription(v string) *VpnGateway

SetNiftyVpnGatewayDescription sets the NiftyVpnGatewayDescription field's value.

func (*VpnGateway) SetNiftyVpnGatewayName

func (s *VpnGateway) SetNiftyVpnGatewayName(v string) *VpnGateway

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*VpnGateway) SetNiftyVpnGatewayType

func (s *VpnGateway) SetNiftyVpnGatewayType(v string) *VpnGateway

SetNiftyVpnGatewayType sets the NiftyVpnGatewayType field's value.

func (*VpnGateway) SetState

func (s *VpnGateway) SetState(v string) *VpnGateway

SetState sets the State field's value.

func (*VpnGateway) SetTagSet

func (s *VpnGateway) SetTagSet(v []*TagSetItem) *VpnGateway

SetTagSet sets the TagSet field's value.

func (*VpnGateway) SetType

func (s *VpnGateway) SetType(v string) *VpnGateway

SetType sets the Type field's value.

func (*VpnGateway) SetVpnGatewayId

func (s *VpnGateway) SetVpnGatewayId(v string) *VpnGateway

SetVpnGatewayId sets the VpnGatewayId field's value.

func (VpnGateway) String

func (s VpnGateway) String() string

String returns the string representation

type VpnGatewayInfo

type VpnGatewayInfo struct {
	VpnGatewayMeasuredRateSet []*VpnGatewayMeasuredRateSetItem `locationName:"vpnGatewayMeasuredRateSet" locationNameList:"item" type:"list"`

	VpnGatewayMonthlyRateSet []*VpnGatewayMonthlyRateSetItem `locationName:"vpnGatewayMonthlyRateSet" locationNameList:"item" type:"list"`
	// contains filtered or unexported fields
}

func (VpnGatewayInfo) GoString

func (s VpnGatewayInfo) GoString() string

GoString returns the string representation

func (*VpnGatewayInfo) SetVpnGatewayMeasuredRateSet

func (s *VpnGatewayInfo) SetVpnGatewayMeasuredRateSet(v []*VpnGatewayMeasuredRateSetItem) *VpnGatewayInfo

SetVpnGatewayMeasuredRateSet sets the VpnGatewayMeasuredRateSet field's value.

func (*VpnGatewayInfo) SetVpnGatewayMonthlyRateSet

func (s *VpnGatewayInfo) SetVpnGatewayMonthlyRateSet(v []*VpnGatewayMonthlyRateSetItem) *VpnGatewayInfo

SetVpnGatewayMonthlyRateSet sets the VpnGatewayMonthlyRateSet field's value.

func (VpnGatewayInfo) String

func (s VpnGatewayInfo) String() string

String returns the string representation

type VpnGatewayItemSetItem

type VpnGatewayItemSetItem struct {
	Count *int64 `locationName:"count" type:"integer"`

	Type *string `locationName:"type" type:"string"`
	// contains filtered or unexported fields
}

func (VpnGatewayItemSetItem) GoString

func (s VpnGatewayItemSetItem) GoString() string

GoString returns the string representation

func (*VpnGatewayItemSetItem) SetCount

SetCount sets the Count field's value.

func (*VpnGatewayItemSetItem) SetType

SetType sets the Type field's value.

func (VpnGatewayItemSetItem) String

func (s VpnGatewayItemSetItem) String() string

String returns the string representation

type VpnGatewayMeasuredRateSetItem

type VpnGatewayMeasuredRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (VpnGatewayMeasuredRateSetItem) GoString

GoString returns the string representation

func (*VpnGatewayMeasuredRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*VpnGatewayMeasuredRateSetItem) SetType

SetType sets the Type field's value.

func (*VpnGatewayMeasuredRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*VpnGatewayMeasuredRateSetItem) SetValue

SetValue sets the Value field's value.

func (VpnGatewayMeasuredRateSetItem) String

String returns the string representation

type VpnGatewayMonthlyRateSetItem

type VpnGatewayMonthlyRateSetItem struct {
	Charge *int64 `locationName:"charge" type:"integer"`

	Type *string `locationName:"type" type:"string"`

	Unit *string `locationName:"unit" type:"string"`

	Value *int64 `locationName:"value" type:"integer"`
	// contains filtered or unexported fields
}

func (VpnGatewayMonthlyRateSetItem) GoString

func (s VpnGatewayMonthlyRateSetItem) GoString() string

GoString returns the string representation

func (*VpnGatewayMonthlyRateSetItem) SetCharge

SetCharge sets the Charge field's value.

func (*VpnGatewayMonthlyRateSetItem) SetType

SetType sets the Type field's value.

func (*VpnGatewayMonthlyRateSetItem) SetUnit

SetUnit sets the Unit field's value.

func (*VpnGatewayMonthlyRateSetItem) SetValue

SetValue sets the Value field's value.

func (VpnGatewayMonthlyRateSetItem) String

String returns the string representation

type VpnGatewayNetworkInterfaceSetItem

type VpnGatewayNetworkInterfaceSetItem struct {
	DeviceIndex *int64 `locationName:"deviceIndex" type:"integer"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	NetworkId *string `locationName:"networkId" type:"string"`

	NiftyVpnGatewayName *string `locationName:"niftyVpnGatewayName" type:"string"`

	VpnGatewayId *string `locationName:"vpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (VpnGatewayNetworkInterfaceSetItem) GoString

GoString returns the string representation

func (*VpnGatewayNetworkInterfaceSetItem) SetDeviceIndex

SetDeviceIndex sets the DeviceIndex field's value.

func (*VpnGatewayNetworkInterfaceSetItem) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*VpnGatewayNetworkInterfaceSetItem) SetNetworkId

SetNetworkId sets the NetworkId field's value.

func (*VpnGatewayNetworkInterfaceSetItem) SetNiftyVpnGatewayName

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*VpnGatewayNetworkInterfaceSetItem) SetVpnGatewayId

SetVpnGatewayId sets the VpnGatewayId field's value.

func (VpnGatewayNetworkInterfaceSetItem) String

String returns the string representation

type VpnGatewaySetItem

type VpnGatewaySetItem struct {
	AccountingType *string `locationName:"accountingType" type:"string"`

	Attachments []*AttachmentsSetItem `locationName:"attachments" locationNameList:"item" type:"list"`

	AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

	BackupInformation *BackupInformation `locationName:"backupInformation" type:"structure"`

	CreatedTime *time.Time `locationName:"createdTime" type:"timestamp" timestampFormat:""`

	DeviceIndex *int64 `locationName:"deviceIndex" type:"integer"`

	GroupSet []*GroupSetItem `locationName:"groupSet" locationNameList:"item" type:"list"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	NetworkInterfaceSet []*NetworkInterfaceSetItem `locationName:"networkInterfaceSet" locationNameList:"item" type:"list"`

	NiftyRedundancy *bool `locationName:"niftyRedundancy" type:"boolean"`

	NiftyVpnGatewayDescription *string `locationName:"niftyVpnGatewayDescription" type:"string"`

	NiftyVpnGatewayName *string `locationName:"niftyVpnGatewayName" type:"string"`

	NiftyVpnGatewayType *string `locationName:"niftyVpnGatewayType" type:"string"`

	RouteTableAssociationId *string `locationName:"routeTableAssociationId" type:"string"`

	RouteTableId *string `locationName:"routeTableId" type:"string"`

	State *string `locationName:"state" type:"string"`

	TagSet []*TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

	Type *string `locationName:"type" type:"string"`

	VersionInformation *VersionInformation `locationName:"versionInformation" type:"structure"`

	VpnGatewayId *string `locationName:"vpnGatewayId" type:"string"`
	// contains filtered or unexported fields
}

func (VpnGatewaySetItem) GoString

func (s VpnGatewaySetItem) GoString() string

GoString returns the string representation

func (*VpnGatewaySetItem) SetAccountingType

func (s *VpnGatewaySetItem) SetAccountingType(v string) *VpnGatewaySetItem

SetAccountingType sets the AccountingType field's value.

func (*VpnGatewaySetItem) SetAttachments

func (s *VpnGatewaySetItem) SetAttachments(v []*AttachmentsSetItem) *VpnGatewaySetItem

SetAttachments sets the Attachments field's value.

func (*VpnGatewaySetItem) SetAvailabilityZone

func (s *VpnGatewaySetItem) SetAvailabilityZone(v string) *VpnGatewaySetItem

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*VpnGatewaySetItem) SetBackupInformation

func (s *VpnGatewaySetItem) SetBackupInformation(v *BackupInformation) *VpnGatewaySetItem

SetBackupInformation sets the BackupInformation field's value.

func (*VpnGatewaySetItem) SetCreatedTime

func (s *VpnGatewaySetItem) SetCreatedTime(v time.Time) *VpnGatewaySetItem

SetCreatedTime sets the CreatedTime field's value.

func (*VpnGatewaySetItem) SetDeviceIndex

func (s *VpnGatewaySetItem) SetDeviceIndex(v int64) *VpnGatewaySetItem

SetDeviceIndex sets the DeviceIndex field's value.

func (*VpnGatewaySetItem) SetGroupSet

func (s *VpnGatewaySetItem) SetGroupSet(v []*GroupSetItem) *VpnGatewaySetItem

SetGroupSet sets the GroupSet field's value.

func (*VpnGatewaySetItem) SetIpAddress

func (s *VpnGatewaySetItem) SetIpAddress(v string) *VpnGatewaySetItem

SetIpAddress sets the IpAddress field's value.

func (*VpnGatewaySetItem) SetNetworkInterfaceSet

func (s *VpnGatewaySetItem) SetNetworkInterfaceSet(v []*NetworkInterfaceSetItem) *VpnGatewaySetItem

SetNetworkInterfaceSet sets the NetworkInterfaceSet field's value.

func (*VpnGatewaySetItem) SetNiftyRedundancy

func (s *VpnGatewaySetItem) SetNiftyRedundancy(v bool) *VpnGatewaySetItem

SetNiftyRedundancy sets the NiftyRedundancy field's value.

func (*VpnGatewaySetItem) SetNiftyVpnGatewayDescription

func (s *VpnGatewaySetItem) SetNiftyVpnGatewayDescription(v string) *VpnGatewaySetItem

SetNiftyVpnGatewayDescription sets the NiftyVpnGatewayDescription field's value.

func (*VpnGatewaySetItem) SetNiftyVpnGatewayName

func (s *VpnGatewaySetItem) SetNiftyVpnGatewayName(v string) *VpnGatewaySetItem

SetNiftyVpnGatewayName sets the NiftyVpnGatewayName field's value.

func (*VpnGatewaySetItem) SetNiftyVpnGatewayType

func (s *VpnGatewaySetItem) SetNiftyVpnGatewayType(v string) *VpnGatewaySetItem

SetNiftyVpnGatewayType sets the NiftyVpnGatewayType field's value.

func (*VpnGatewaySetItem) SetRouteTableAssociationId

func (s *VpnGatewaySetItem) SetRouteTableAssociationId(v string) *VpnGatewaySetItem

SetRouteTableAssociationId sets the RouteTableAssociationId field's value.

func (*VpnGatewaySetItem) SetRouteTableId

func (s *VpnGatewaySetItem) SetRouteTableId(v string) *VpnGatewaySetItem

SetRouteTableId sets the RouteTableId field's value.

func (*VpnGatewaySetItem) SetState

func (s *VpnGatewaySetItem) SetState(v string) *VpnGatewaySetItem

SetState sets the State field's value.

func (*VpnGatewaySetItem) SetTagSet

func (s *VpnGatewaySetItem) SetTagSet(v []*TagSetItem) *VpnGatewaySetItem

SetTagSet sets the TagSet field's value.

func (*VpnGatewaySetItem) SetType

SetType sets the Type field's value.

func (*VpnGatewaySetItem) SetVersionInformation

func (s *VpnGatewaySetItem) SetVersionInformation(v *VersionInformation) *VpnGatewaySetItem

SetVersionInformation sets the VersionInformation field's value.

func (*VpnGatewaySetItem) SetVpnGatewayId

func (s *VpnGatewaySetItem) SetVpnGatewayId(v string) *VpnGatewaySetItem

SetVpnGatewayId sets the VpnGatewayId field's value.

func (VpnGatewaySetItem) String

func (s VpnGatewaySetItem) String() string

String returns the string representation

type WebProxy

type WebProxy struct {
	BypassInterface *BypassInterface `locationName:"bypassInterface" type:"structure"`

	Description *string `locationName:"description" type:"string"`

	ListenInterface *ListenInterface `locationName:"listenInterface" type:"structure"`

	ListenPort *string `locationName:"listenPort" type:"string"`

	Option *Option `locationName:"option" type:"structure"`

	RouterId *string `locationName:"routerId" type:"string"`

	RouterName *string `locationName:"routerName" type:"string"`
	// contains filtered or unexported fields
}

func (WebProxy) GoString

func (s WebProxy) GoString() string

GoString returns the string representation

func (*WebProxy) SetBypassInterface

func (s *WebProxy) SetBypassInterface(v *BypassInterface) *WebProxy

SetBypassInterface sets the BypassInterface field's value.

func (*WebProxy) SetDescription

func (s *WebProxy) SetDescription(v string) *WebProxy

SetDescription sets the Description field's value.

func (*WebProxy) SetListenInterface

func (s *WebProxy) SetListenInterface(v *ListenInterface) *WebProxy

SetListenInterface sets the ListenInterface field's value.

func (*WebProxy) SetListenPort

func (s *WebProxy) SetListenPort(v string) *WebProxy

SetListenPort sets the ListenPort field's value.

func (*WebProxy) SetOption

func (s *WebProxy) SetOption(v *Option) *WebProxy

SetOption sets the Option field's value.

func (*WebProxy) SetRouterId

func (s *WebProxy) SetRouterId(v string) *WebProxy

SetRouterId sets the RouterId field's value.

func (*WebProxy) SetRouterName

func (s *WebProxy) SetRouterName(v string) *WebProxy

SetRouterName sets the RouterName field's value.

func (WebProxy) String

func (s WebProxy) String() string

String returns the string representation

type WebProxySetItem

type WebProxySetItem struct {
	BypassInterface *BypassInterface `locationName:"bypassInterface" type:"structure"`

	Description *string `locationName:"description" type:"string"`

	ListenInterface *ListenInterface `locationName:"listenInterface" type:"structure"`

	ListenPort *string `locationName:"listenPort" type:"string"`

	Option *Option `locationName:"option" type:"structure"`

	RouterId *string `locationName:"routerId" type:"string"`

	RouterName *string `locationName:"routerName" type:"string"`
	// contains filtered or unexported fields
}

func (WebProxySetItem) GoString

func (s WebProxySetItem) GoString() string

GoString returns the string representation

func (*WebProxySetItem) SetBypassInterface

func (s *WebProxySetItem) SetBypassInterface(v *BypassInterface) *WebProxySetItem

SetBypassInterface sets the BypassInterface field's value.

func (*WebProxySetItem) SetDescription

func (s *WebProxySetItem) SetDescription(v string) *WebProxySetItem

SetDescription sets the Description field's value.

func (*WebProxySetItem) SetListenInterface

func (s *WebProxySetItem) SetListenInterface(v *ListenInterface) *WebProxySetItem

SetListenInterface sets the ListenInterface field's value.

func (*WebProxySetItem) SetListenPort

func (s *WebProxySetItem) SetListenPort(v string) *WebProxySetItem

SetListenPort sets the ListenPort field's value.

func (*WebProxySetItem) SetOption

func (s *WebProxySetItem) SetOption(v *Option) *WebProxySetItem

SetOption sets the Option field's value.

func (*WebProxySetItem) SetRouterId

func (s *WebProxySetItem) SetRouterId(v string) *WebProxySetItem

SetRouterId sets the RouterId field's value.

func (*WebProxySetItem) SetRouterName

func (s *WebProxySetItem) SetRouterName(v string) *WebProxySetItem

SetRouterName sets the RouterName field's value.

func (WebProxySetItem) String

func (s WebProxySetItem) String() string

String returns the string representation

Directories

Path Synopsis
Package computingiface provides an interface to enable mocking the NIFCLOUD Computing service client for testing your code.
Package computingiface provides an interface to enable mocking the NIFCLOUD Computing service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL