computing

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

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

See https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15 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 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 aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AccountingType

func (AccountingType) GoString

func (s AccountingType) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AddressesSetItem

func (AddressesSetItem) GoString

func (s AddressesSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AlarmDateHistorySetItem

func (AlarmDateHistorySetItem) GoString

func (s AlarmDateHistorySetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AlarmEventHistorySetItem

func (AlarmEventHistorySetItem) GoString

func (s AlarmEventHistorySetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AlarmRulesActivitiesDateSetItem

func (AlarmRulesActivitiesDateSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AlarmRulesActivitiesEventSetItem

func (AlarmRulesActivitiesEventSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AlarmRulesActivitiesSetItem

func (AlarmRulesActivitiesSetItem) GoString

func (s AlarmRulesActivitiesSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AlarmTargetSetItem

func (AlarmTargetSetItem) GoString

func (s AlarmTargetSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AlarmTargetsSetItem

func (AlarmTargetsSetItem) GoString

func (s AlarmTargetsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AllocateAddressRequest

func (AllocateAddressInput) GoString

func (s AllocateAddressInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AllocateAddressResult

func (AllocateAddressOutput) GoString

func (s AllocateAddressOutput) GoString() string

GoString returns the string representation

func (AllocateAddressOutput) SDKResponseMetadata

func (s AllocateAddressOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (AllocateAddressOutput) String

func (s AllocateAddressOutput) String() string

String returns the string representation

type AllocateAddressRequest

type AllocateAddressRequest struct {
	*aws.Request
	Input *AllocateAddressInput
	Copy  func(*AllocateAddressInput) AllocateAddressRequest
}

AllocateAddressRequest is a API request type for the AllocateAddress API operation.

func (AllocateAddressRequest) Send

Send marshals and sends the AllocateAddress API request.

type AnalyzeResultSetItem

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AnalyzeResultSetItem

func (AnalyzeResultSetItem) GoString

func (s AnalyzeResultSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AppCookieStickinessPoliciesMemberItem

func (AppCookieStickinessPoliciesMemberItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AssociateAddressRequest

func (AssociateAddressInput) GoString

func (s AssociateAddressInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AssociateAddressResult

func (AssociateAddressOutput) GoString

func (s AssociateAddressOutput) GoString() string

GoString returns the string representation

func (AssociateAddressOutput) SDKResponseMetadata

func (s AssociateAddressOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (AssociateAddressOutput) String

func (s AssociateAddressOutput) String() string

String returns the string representation

type AssociateAddressRequest

type AssociateAddressRequest struct {
	*aws.Request
	Input *AssociateAddressInput
	Copy  func(*AssociateAddressInput) AssociateAddressRequest
}

AssociateAddressRequest is a API request type for the AssociateAddress API operation.

func (AssociateAddressRequest) Send

Send marshals and sends the AssociateAddress API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AssociateRouteTableRequest

func (AssociateRouteTableInput) GoString

func (s AssociateRouteTableInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AssociateRouteTableResult

func (AssociateRouteTableOutput) GoString

func (s AssociateRouteTableOutput) GoString() string

GoString returns the string representation

func (AssociateRouteTableOutput) SDKResponseMetadata

func (s AssociateRouteTableOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (AssociateRouteTableOutput) String

func (s AssociateRouteTableOutput) String() string

String returns the string representation

type AssociateRouteTableRequest

type AssociateRouteTableRequest struct {
	*aws.Request
	Input *AssociateRouteTableInput
	Copy  func(*AssociateRouteTableInput) AssociateRouteTableRequest
}

AssociateRouteTableRequest is a API request type for the AssociateRouteTable API operation.

func (AssociateRouteTableRequest) Send

Send marshals and sends the AssociateRouteTable API request.

type AssociateUsersInput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AssociateUsersRequest

func (AssociateUsersInput) GoString

func (s AssociateUsersInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AssociateUsersResult

func (AssociateUsersOutput) GoString

func (s AssociateUsersOutput) GoString() string

GoString returns the string representation

func (AssociateUsersOutput) SDKResponseMetadata

func (s AssociateUsersOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (AssociateUsersOutput) String

func (s AssociateUsersOutput) String() string

String returns the string representation

type AssociateUsersRequest

type AssociateUsersRequest struct {
	*aws.Request
	Input *AssociateUsersInput
	Copy  func(*AssociateUsersInput) AssociateUsersRequest
}

AssociateUsersRequest is a API request type for the AssociateUsers API operation.

func (AssociateUsersRequest) Send

Send marshals and sends the AssociateUsers API request.

type Association

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

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

	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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Association

func (Association) GoString

func (s Association) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AssociationSetItem

func (AssociationSetItem) GoString

func (s AssociationSetItem) GoString() string

GoString returns the string representation

func (AssociationSetItem) String

func (s AssociationSetItem) String() string

String returns the string representation

type AttachNetworkInterfaceInput

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

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

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AttachNetworkInterfaceRequest

func (AttachNetworkInterfaceInput) GoString

func (s AttachNetworkInterfaceInput) GoString() string

GoString returns the string representation

func (AttachNetworkInterfaceInput) String

String returns the string representation

type AttachNetworkInterfaceOutput

type AttachNetworkInterfaceOutput struct {
	AttachmentId *string `locationName:"attachmentId" type:"string"`

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AttachNetworkInterfaceResult

func (AttachNetworkInterfaceOutput) GoString

func (s AttachNetworkInterfaceOutput) GoString() string

GoString returns the string representation

func (AttachNetworkInterfaceOutput) SDKResponseMetadata

func (s AttachNetworkInterfaceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (AttachNetworkInterfaceOutput) String

String returns the string representation

type AttachNetworkInterfaceRequest

type AttachNetworkInterfaceRequest struct {
	*aws.Request
	Input *AttachNetworkInterfaceInput
	Copy  func(*AttachNetworkInterfaceInput) AttachNetworkInterfaceRequest
}

AttachNetworkInterfaceRequest is a API request type for the AttachNetworkInterface API operation.

func (AttachNetworkInterfaceRequest) Send

Send marshals and sends the AttachNetworkInterface API request.

type AttachVolumeInput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AttachVolumeRequest

func (AttachVolumeInput) GoString

func (s AttachVolumeInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AttachVolumeResult

func (AttachVolumeOutput) GoString

func (s AttachVolumeOutput) GoString() string

GoString returns the string representation

func (AttachVolumeOutput) SDKResponseMetadata

func (s AttachVolumeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (AttachVolumeOutput) String

func (s AttachVolumeOutput) String() string

String returns the string representation

type AttachVolumeRequest

type AttachVolumeRequest struct {
	*aws.Request
	Input *AttachVolumeInput
	Copy  func(*AttachVolumeInput) AttachVolumeRequest
}

AttachVolumeRequest is a API request type for the AttachVolume API operation.

func (AttachVolumeRequest) Send

Send marshals and sends the AttachVolume API request.

type Attachment

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

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

	AttachmentId *string `locationName:"attachmentId" type:"string"`

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

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

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

	InstanceOwnerId *string `locationName:"instanceOwnerId" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Attachment

func (Attachment) GoString

func (s Attachment) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AttachmentSetItem

func (AttachmentSetItem) GoString

func (s AttachmentSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AttachmentsSetItem

func (AttachmentsSetItem) GoString

func (s AttachmentsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AuthorizeSecurityGroupIngressRequest

func (AuthorizeSecurityGroupIngressInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AuthorizeSecurityGroupIngressResult

func (AuthorizeSecurityGroupIngressOutput) GoString

GoString returns the string representation

func (AuthorizeSecurityGroupIngressOutput) SDKResponseMetadata

func (s AuthorizeSecurityGroupIngressOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (AuthorizeSecurityGroupIngressOutput) String

String returns the string representation

type AuthorizeSecurityGroupIngressRequest

type AuthorizeSecurityGroupIngressRequest struct {
	*aws.Request
	Input *AuthorizeSecurityGroupIngressInput
	Copy  func(*AuthorizeSecurityGroupIngressInput) AuthorizeSecurityGroupIngressRequest
}

AuthorizeSecurityGroupIngressRequest is a API request type for the AuthorizeSecurityGroupIngress API operation.

func (AuthorizeSecurityGroupIngressRequest) Send

Send marshals and sends the AuthorizeSecurityGroupIngress API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AutoScaleCount

func (AutoScaleCount) GoString

func (s AutoScaleCount) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AutoScaleInfo

func (AutoScaleInfo) GoString

func (s AutoScaleInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AutoScalingReservationSetItem

func (AutoScalingReservationSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Autoscaling

func (Autoscaling) GoString

func (s Autoscaling) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AvailabilityZoneInfoSetItem

func (AvailabilityZoneInfoSetItem) GoString

func (s AvailabilityZoneInfoSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/BackupInformation

func (BackupInformation) GoString

func (s BackupInformation) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/BlockDeviceMappingSetItem

func (BlockDeviceMappingSetItem) GoString

func (s BlockDeviceMappingSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/BypassInterface

func (BypassInterface) GoString

func (s BypassInterface) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CaState

func (CaState) GoString

func (s CaState) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CancelCopyInstancesRequest

func (CancelCopyInstancesInput) GoString

func (s CancelCopyInstancesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CancelCopyInstancesResult

func (CancelCopyInstancesOutput) GoString

func (s CancelCopyInstancesOutput) GoString() string

GoString returns the string representation

func (CancelCopyInstancesOutput) SDKResponseMetadata

func (s CancelCopyInstancesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CancelCopyInstancesOutput) String

func (s CancelCopyInstancesOutput) String() string

String returns the string representation

type CancelCopyInstancesRequest

type CancelCopyInstancesRequest struct {
	*aws.Request
	Input *CancelCopyInstancesInput
	Copy  func(*CancelCopyInstancesInput) CancelCopyInstancesRequest
}

CancelCopyInstancesRequest is a API request type for the CancelCopyInstances API operation.

func (CancelCopyInstancesRequest) Send

Send marshals and sends the CancelCopyInstances API request.

type CancelUploadInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CancelUploadRequest

func (CancelUploadInput) GoString

func (s CancelUploadInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CancelUploadResult

func (CancelUploadOutput) GoString

func (s CancelUploadOutput) GoString() string

GoString returns the string representation

func (CancelUploadOutput) SDKResponseMetadata

func (s CancelUploadOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CancelUploadOutput) String

func (s CancelUploadOutput) String() string

String returns the string representation

type CancelUploadRequest

type CancelUploadRequest struct {
	*aws.Request
	Input *CancelUploadInput
	Copy  func(*CancelUploadInput) CancelUploadRequest
}

CancelUploadRequest is a API request type for the CancelUpload API operation.

func (CancelUploadRequest) Send

Send marshals and sends the CancelUpload API request.

type CertAuthority

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CertAuthority

func (CertAuthority) GoString

func (s CertAuthority) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CertInfo

func (CertInfo) GoString

func (s CertInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CertState

func (CertState) GoString

func (s CertState) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CertsSetItem

func (CertsSetItem) GoString

func (s CertsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ChargeDetail

func (ChargeDetail) GoString

func (s ChargeDetail) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ChargeDetailInfo

func (ChargeDetailInfo) GoString

func (s ChargeDetailInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ClearLoadBalancerSessionRequest

func (ClearLoadBalancerSessionInput) GoString

GoString returns the string representation

func (ClearLoadBalancerSessionInput) String

String returns the string representation

type ClearLoadBalancerSessionOutput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ClearLoadBalancerSessionResult

func (ClearLoadBalancerSessionOutput) GoString

GoString returns the string representation

func (ClearLoadBalancerSessionOutput) SDKResponseMetadata

func (s ClearLoadBalancerSessionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ClearLoadBalancerSessionOutput) String

String returns the string representation

type ClearLoadBalancerSessionRequest

type ClearLoadBalancerSessionRequest struct {
	*aws.Request
	Input *ClearLoadBalancerSessionInput
	Copy  func(*ClearLoadBalancerSessionInput) ClearLoadBalancerSessionRequest
}

ClearLoadBalancerSessionRequest is a API request type for the ClearLoadBalancerSession API operation.

func (ClearLoadBalancerSessionRequest) Send

Send marshals and sends the ClearLoadBalancerSession API request.

type Computing

type Computing struct {
	*aws.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(config nifcloud.Config) *Computing

New creates a new instance of the Computing client with a config.

Example:

// Create a Computing client from just a config.
svc := computing.New(myConfig)

func (*Computing) AllocateAddressRequest

func (c *Computing) AllocateAddressRequest(input *AllocateAddressInput) AllocateAddressRequest

AllocateAddressRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the AllocateAddressRequest method.
req := client.AllocateAddressRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AllocateAddress

func (*Computing) AssociateAddressRequest

func (c *Computing) AssociateAddressRequest(input *AssociateAddressInput) AssociateAddressRequest

AssociateAddressRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the AssociateAddressRequest method.
req := client.AssociateAddressRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AssociateAddress

func (*Computing) AssociateRouteTableRequest

func (c *Computing) AssociateRouteTableRequest(input *AssociateRouteTableInput) AssociateRouteTableRequest

AssociateRouteTableRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the AssociateRouteTableRequest method.
req := client.AssociateRouteTableRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AssociateRouteTable

func (*Computing) AssociateUsersRequest

func (c *Computing) AssociateUsersRequest(input *AssociateUsersInput) AssociateUsersRequest

AssociateUsersRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the AssociateUsersRequest method.
req := client.AssociateUsersRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AssociateUsers

func (*Computing) AttachNetworkInterfaceRequest

func (c *Computing) AttachNetworkInterfaceRequest(input *AttachNetworkInterfaceInput) AttachNetworkInterfaceRequest

AttachNetworkInterfaceRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the AttachNetworkInterfaceRequest method.
req := client.AttachNetworkInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AttachNetworkInterface

func (*Computing) AttachVolumeRequest

func (c *Computing) AttachVolumeRequest(input *AttachVolumeInput) AttachVolumeRequest

AttachVolumeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the AttachVolumeRequest method.
req := client.AttachVolumeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AttachVolume

func (*Computing) AuthorizeSecurityGroupIngressRequest

func (c *Computing) AuthorizeSecurityGroupIngressRequest(input *AuthorizeSecurityGroupIngressInput) AuthorizeSecurityGroupIngressRequest

AuthorizeSecurityGroupIngressRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the AuthorizeSecurityGroupIngressRequest method.
req := client.AuthorizeSecurityGroupIngressRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/AuthorizeSecurityGroupIngress

func (*Computing) CancelCopyInstancesRequest

func (c *Computing) CancelCopyInstancesRequest(input *CancelCopyInstancesInput) CancelCopyInstancesRequest

CancelCopyInstancesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CancelCopyInstancesRequest method.
req := client.CancelCopyInstancesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CancelCopyInstances

func (*Computing) CancelUploadRequest

func (c *Computing) CancelUploadRequest(input *CancelUploadInput) CancelUploadRequest

CancelUploadRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CancelUploadRequest method.
req := client.CancelUploadRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CancelUpload

func (*Computing) ClearLoadBalancerSessionRequest

func (c *Computing) ClearLoadBalancerSessionRequest(input *ClearLoadBalancerSessionInput) ClearLoadBalancerSessionRequest

ClearLoadBalancerSessionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ClearLoadBalancerSessionRequest method.
req := client.ClearLoadBalancerSessionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ClearLoadBalancerSession

func (*Computing) ConfigureHealthCheckRequest

func (c *Computing) ConfigureHealthCheckRequest(input *ConfigureHealthCheckInput) ConfigureHealthCheckRequest

ConfigureHealthCheckRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ConfigureHealthCheckRequest method.
req := client.ConfigureHealthCheckRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ConfigureHealthCheck

func (*Computing) CopyInstancesRequest

func (c *Computing) CopyInstancesRequest(input *CopyInstancesInput) CopyInstancesRequest

CopyInstancesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CopyInstancesRequest method.
req := client.CopyInstancesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CopyInstances

func (*Computing) CreateCustomerGatewayRequest

func (c *Computing) CreateCustomerGatewayRequest(input *CreateCustomerGatewayInput) CreateCustomerGatewayRequest

CreateCustomerGatewayRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateCustomerGatewayRequest method.
req := client.CreateCustomerGatewayRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateCustomerGateway

func (*Computing) CreateDhcpOptionsRequest

func (c *Computing) CreateDhcpOptionsRequest(input *CreateDhcpOptionsInput) CreateDhcpOptionsRequest

CreateDhcpOptionsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateDhcpOptionsRequest method.
req := client.CreateDhcpOptionsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateDhcpOptions

func (*Computing) CreateImageRequest

func (c *Computing) CreateImageRequest(input *CreateImageInput) CreateImageRequest

CreateImageRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateImageRequest method.
req := client.CreateImageRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateImage

func (*Computing) CreateKeyPairRequest

func (c *Computing) CreateKeyPairRequest(input *CreateKeyPairInput) CreateKeyPairRequest

CreateKeyPairRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateKeyPairRequest method.
req := client.CreateKeyPairRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateKeyPair

func (*Computing) CreateLoadBalancerRequest

func (c *Computing) CreateLoadBalancerRequest(input *CreateLoadBalancerInput) CreateLoadBalancerRequest

CreateLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateLoadBalancerRequest method.
req := client.CreateLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateLoadBalancer

func (*Computing) CreateNetworkInterfaceRequest

func (c *Computing) CreateNetworkInterfaceRequest(input *CreateNetworkInterfaceInput) CreateNetworkInterfaceRequest

CreateNetworkInterfaceRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateNetworkInterfaceRequest method.
req := client.CreateNetworkInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateNetworkInterface

func (*Computing) CreateRouteRequest

func (c *Computing) CreateRouteRequest(input *CreateRouteInput) CreateRouteRequest

CreateRouteRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateRouteRequest method.
req := client.CreateRouteRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateRoute

func (*Computing) CreateRouteTableRequest

func (c *Computing) CreateRouteTableRequest(input *CreateRouteTableInput) CreateRouteTableRequest

CreateRouteTableRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateRouteTableRequest method.
req := client.CreateRouteTableRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateRouteTable

func (*Computing) CreateSecurityGroupRequest

func (c *Computing) CreateSecurityGroupRequest(input *CreateSecurityGroupInput) CreateSecurityGroupRequest

CreateSecurityGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateSecurityGroupRequest method.
req := client.CreateSecurityGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateSecurityGroup

func (*Computing) CreateSslCertificateRequest

func (c *Computing) CreateSslCertificateRequest(input *CreateSslCertificateInput) CreateSslCertificateRequest

CreateSslCertificateRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateSslCertificateRequest method.
req := client.CreateSslCertificateRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateSslCertificate

func (*Computing) CreateVolumeRequest

func (c *Computing) CreateVolumeRequest(input *CreateVolumeInput) CreateVolumeRequest

CreateVolumeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateVolumeRequest method.
req := client.CreateVolumeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateVolume

func (*Computing) CreateVpnConnectionRequest

func (c *Computing) CreateVpnConnectionRequest(input *CreateVpnConnectionInput) CreateVpnConnectionRequest

CreateVpnConnectionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateVpnConnectionRequest method.
req := client.CreateVpnConnectionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateVpnConnection

func (*Computing) CreateVpnGatewayRequest

func (c *Computing) CreateVpnGatewayRequest(input *CreateVpnGatewayInput) CreateVpnGatewayRequest

CreateVpnGatewayRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the CreateVpnGatewayRequest method.
req := client.CreateVpnGatewayRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateVpnGateway

func (*Computing) DeleteCustomerGatewayRequest

func (c *Computing) DeleteCustomerGatewayRequest(input *DeleteCustomerGatewayInput) DeleteCustomerGatewayRequest

DeleteCustomerGatewayRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteCustomerGatewayRequest method.
req := client.DeleteCustomerGatewayRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteCustomerGateway

func (*Computing) DeleteDhcpOptionsRequest

func (c *Computing) DeleteDhcpOptionsRequest(input *DeleteDhcpOptionsInput) DeleteDhcpOptionsRequest

DeleteDhcpOptionsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteDhcpOptionsRequest method.
req := client.DeleteDhcpOptionsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteDhcpOptions

func (*Computing) DeleteImageRequest

func (c *Computing) DeleteImageRequest(input *DeleteImageInput) DeleteImageRequest

DeleteImageRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteImageRequest method.
req := client.DeleteImageRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteImage

func (*Computing) DeleteKeyPairRequest

func (c *Computing) DeleteKeyPairRequest(input *DeleteKeyPairInput) DeleteKeyPairRequest

DeleteKeyPairRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteKeyPairRequest method.
req := client.DeleteKeyPairRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteKeyPair

func (*Computing) DeleteLoadBalancerRequest

func (c *Computing) DeleteLoadBalancerRequest(input *DeleteLoadBalancerInput) DeleteLoadBalancerRequest

DeleteLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteLoadBalancerRequest method.
req := client.DeleteLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteLoadBalancer

func (*Computing) DeleteNetworkInterfaceRequest

func (c *Computing) DeleteNetworkInterfaceRequest(input *DeleteNetworkInterfaceInput) DeleteNetworkInterfaceRequest

DeleteNetworkInterfaceRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteNetworkInterfaceRequest method.
req := client.DeleteNetworkInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteNetworkInterface

func (*Computing) DeleteRouteRequest

func (c *Computing) DeleteRouteRequest(input *DeleteRouteInput) DeleteRouteRequest

DeleteRouteRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteRouteRequest method.
req := client.DeleteRouteRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteRoute

func (*Computing) DeleteRouteTableRequest

func (c *Computing) DeleteRouteTableRequest(input *DeleteRouteTableInput) DeleteRouteTableRequest

DeleteRouteTableRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteRouteTableRequest method.
req := client.DeleteRouteTableRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteRouteTable

func (*Computing) DeleteSecurityGroupRequest

func (c *Computing) DeleteSecurityGroupRequest(input *DeleteSecurityGroupInput) DeleteSecurityGroupRequest

DeleteSecurityGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteSecurityGroupRequest method.
req := client.DeleteSecurityGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteSecurityGroup

func (*Computing) DeleteSslCertificateRequest

func (c *Computing) DeleteSslCertificateRequest(input *DeleteSslCertificateInput) DeleteSslCertificateRequest

DeleteSslCertificateRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteSslCertificateRequest method.
req := client.DeleteSslCertificateRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteSslCertificate

func (*Computing) DeleteVolumeRequest

func (c *Computing) DeleteVolumeRequest(input *DeleteVolumeInput) DeleteVolumeRequest

DeleteVolumeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteVolumeRequest method.
req := client.DeleteVolumeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteVolume

func (*Computing) DeleteVpnConnectionRequest

func (c *Computing) DeleteVpnConnectionRequest(input *DeleteVpnConnectionInput) DeleteVpnConnectionRequest

DeleteVpnConnectionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteVpnConnectionRequest method.
req := client.DeleteVpnConnectionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteVpnConnection

func (*Computing) DeleteVpnGatewayRequest

func (c *Computing) DeleteVpnGatewayRequest(input *DeleteVpnGatewayInput) DeleteVpnGatewayRequest

DeleteVpnGatewayRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeleteVpnGatewayRequest method.
req := client.DeleteVpnGatewayRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteVpnGateway

func (*Computing) DeregisterInstancesFromLoadBalancerRequest

func (c *Computing) DeregisterInstancesFromLoadBalancerRequest(input *DeregisterInstancesFromLoadBalancerInput) DeregisterInstancesFromLoadBalancerRequest

DeregisterInstancesFromLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeregisterInstancesFromLoadBalancerRequest method.
req := client.DeregisterInstancesFromLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeregisterInstancesFromLoadBalancer

func (*Computing) DeregisterInstancesFromSecurityGroupRequest

func (c *Computing) DeregisterInstancesFromSecurityGroupRequest(input *DeregisterInstancesFromSecurityGroupInput) DeregisterInstancesFromSecurityGroupRequest

DeregisterInstancesFromSecurityGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DeregisterInstancesFromSecurityGroupRequest method.
req := client.DeregisterInstancesFromSecurityGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeregisterInstancesFromSecurityGroup

func (*Computing) DescribeAddressesRequest

func (c *Computing) DescribeAddressesRequest(input *DescribeAddressesInput) DescribeAddressesRequest

DescribeAddressesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeAddressesRequest method.
req := client.DescribeAddressesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeAddresses

func (*Computing) DescribeAssociatedUsersRequest

func (c *Computing) DescribeAssociatedUsersRequest(input *DescribeAssociatedUsersInput) DescribeAssociatedUsersRequest

DescribeAssociatedUsersRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeAssociatedUsersRequest method.
req := client.DescribeAssociatedUsersRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeAssociatedUsers

func (*Computing) DescribeAvailabilityZonesRequest

func (c *Computing) DescribeAvailabilityZonesRequest(input *DescribeAvailabilityZonesInput) DescribeAvailabilityZonesRequest

DescribeAvailabilityZonesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeAvailabilityZonesRequest method.
req := client.DescribeAvailabilityZonesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeAvailabilityZones

func (*Computing) DescribeCustomerGatewaysRequest

func (c *Computing) DescribeCustomerGatewaysRequest(input *DescribeCustomerGatewaysInput) DescribeCustomerGatewaysRequest

DescribeCustomerGatewaysRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeCustomerGatewaysRequest method.
req := client.DescribeCustomerGatewaysRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeCustomerGateways

func (*Computing) DescribeDhcpOptionsRequest

func (c *Computing) DescribeDhcpOptionsRequest(input *DescribeDhcpOptionsInput) DescribeDhcpOptionsRequest

DescribeDhcpOptionsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeDhcpOptionsRequest method.
req := client.DescribeDhcpOptionsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeDhcpOptions

func (*Computing) DescribeImagesRequest

func (c *Computing) DescribeImagesRequest(input *DescribeImagesInput) DescribeImagesRequest

DescribeImagesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeImagesRequest method.
req := client.DescribeImagesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeImages

func (*Computing) DescribeInstanceAttributeRequest

func (c *Computing) DescribeInstanceAttributeRequest(input *DescribeInstanceAttributeInput) DescribeInstanceAttributeRequest

DescribeInstanceAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeInstanceAttributeRequest method.
req := client.DescribeInstanceAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeInstanceAttribute

func (*Computing) DescribeInstanceHealthRequest

func (c *Computing) DescribeInstanceHealthRequest(input *DescribeInstanceHealthInput) DescribeInstanceHealthRequest

DescribeInstanceHealthRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeInstanceHealthRequest method.
req := client.DescribeInstanceHealthRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeInstanceHealth

func (*Computing) DescribeInstancesRequest

func (c *Computing) DescribeInstancesRequest(input *DescribeInstancesInput) DescribeInstancesRequest

DescribeInstancesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeInstancesRequest method.
req := client.DescribeInstancesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeInstances

func (*Computing) DescribeKeyPairsRequest

func (c *Computing) DescribeKeyPairsRequest(input *DescribeKeyPairsInput) DescribeKeyPairsRequest

DescribeKeyPairsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeKeyPairsRequest method.
req := client.DescribeKeyPairsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeKeyPairs

func (*Computing) DescribeLoadBalancersRequest

func (c *Computing) DescribeLoadBalancersRequest(input *DescribeLoadBalancersInput) DescribeLoadBalancersRequest

DescribeLoadBalancersRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeLoadBalancersRequest method.
req := client.DescribeLoadBalancersRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeLoadBalancers

func (*Computing) DescribeNetworkInterfacesRequest

func (c *Computing) DescribeNetworkInterfacesRequest(input *DescribeNetworkInterfacesInput) DescribeNetworkInterfacesRequest

DescribeNetworkInterfacesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeNetworkInterfacesRequest method.
req := client.DescribeNetworkInterfacesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeNetworkInterfaces

func (*Computing) DescribeRegionsRequest

func (c *Computing) DescribeRegionsRequest(input *DescribeRegionsInput) DescribeRegionsRequest

DescribeRegionsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeRegionsRequest method.
req := client.DescribeRegionsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeRegions

func (*Computing) DescribeResourcesRequest

func (c *Computing) DescribeResourcesRequest(input *DescribeResourcesInput) DescribeResourcesRequest

DescribeResourcesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeResourcesRequest method.
req := client.DescribeResourcesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeResources

func (*Computing) DescribeRouteTablesRequest

func (c *Computing) DescribeRouteTablesRequest(input *DescribeRouteTablesInput) DescribeRouteTablesRequest

DescribeRouteTablesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeRouteTablesRequest method.
req := client.DescribeRouteTablesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeRouteTables

func (*Computing) DescribeSecurityActivitiesRequest

func (c *Computing) DescribeSecurityActivitiesRequest(input *DescribeSecurityActivitiesInput) DescribeSecurityActivitiesRequest

DescribeSecurityActivitiesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeSecurityActivitiesRequest method.
req := client.DescribeSecurityActivitiesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSecurityActivities

func (*Computing) DescribeSecurityGroupOptionRequest

func (c *Computing) DescribeSecurityGroupOptionRequest(input *DescribeSecurityGroupOptionInput) DescribeSecurityGroupOptionRequest

DescribeSecurityGroupOptionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeSecurityGroupOptionRequest method.
req := client.DescribeSecurityGroupOptionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSecurityGroupOption

func (*Computing) DescribeSecurityGroupsRequest

func (c *Computing) DescribeSecurityGroupsRequest(input *DescribeSecurityGroupsInput) DescribeSecurityGroupsRequest

DescribeSecurityGroupsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeSecurityGroupsRequest method.
req := client.DescribeSecurityGroupsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSecurityGroups

func (*Computing) DescribeServiceStatusRequest

func (c *Computing) DescribeServiceStatusRequest(input *DescribeServiceStatusInput) DescribeServiceStatusRequest

DescribeServiceStatusRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeServiceStatusRequest method.
req := client.DescribeServiceStatusRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeServiceStatus

func (*Computing) DescribeSslCertificateAttributeRequest

func (c *Computing) DescribeSslCertificateAttributeRequest(input *DescribeSslCertificateAttributeInput) DescribeSslCertificateAttributeRequest

DescribeSslCertificateAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeSslCertificateAttributeRequest method.
req := client.DescribeSslCertificateAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSslCertificateAttribute

func (*Computing) DescribeSslCertificatesRequest

func (c *Computing) DescribeSslCertificatesRequest(input *DescribeSslCertificatesInput) DescribeSslCertificatesRequest

DescribeSslCertificatesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeSslCertificatesRequest method.
req := client.DescribeSslCertificatesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSslCertificates

func (*Computing) DescribeUploadsRequest

func (c *Computing) DescribeUploadsRequest(input *DescribeUploadsInput) DescribeUploadsRequest

DescribeUploadsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeUploadsRequest method.
req := client.DescribeUploadsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeUploads

func (*Computing) DescribeUsageRequest

func (c *Computing) DescribeUsageRequest(input *DescribeUsageInput) DescribeUsageRequest

DescribeUsageRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeUsageRequest method.
req := client.DescribeUsageRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeUsage

func (*Computing) DescribeUserActivitiesRequest

func (c *Computing) DescribeUserActivitiesRequest(input *DescribeUserActivitiesInput) DescribeUserActivitiesRequest

DescribeUserActivitiesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeUserActivitiesRequest method.
req := client.DescribeUserActivitiesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeUserActivities

func (*Computing) DescribeVolumesRequest

func (c *Computing) DescribeVolumesRequest(input *DescribeVolumesInput) DescribeVolumesRequest

DescribeVolumesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeVolumesRequest method.
req := client.DescribeVolumesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeVolumes

func (*Computing) DescribeVpnConnectionsRequest

func (c *Computing) DescribeVpnConnectionsRequest(input *DescribeVpnConnectionsInput) DescribeVpnConnectionsRequest

DescribeVpnConnectionsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeVpnConnectionsRequest method.
req := client.DescribeVpnConnectionsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeVpnConnections

func (*Computing) DescribeVpnGatewaysRequest

func (c *Computing) DescribeVpnGatewaysRequest(input *DescribeVpnGatewaysInput) DescribeVpnGatewaysRequest

DescribeVpnGatewaysRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DescribeVpnGatewaysRequest method.
req := client.DescribeVpnGatewaysRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeVpnGateways

func (*Computing) DetachNetworkInterfaceRequest

func (c *Computing) DetachNetworkInterfaceRequest(input *DetachNetworkInterfaceInput) DetachNetworkInterfaceRequest

DetachNetworkInterfaceRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DetachNetworkInterfaceRequest method.
req := client.DetachNetworkInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DetachNetworkInterface

func (*Computing) DetachVolumeRequest

func (c *Computing) DetachVolumeRequest(input *DetachVolumeInput) DetachVolumeRequest

DetachVolumeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DetachVolumeRequest method.
req := client.DetachVolumeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DetachVolume

func (*Computing) DisassociateAddressRequest

func (c *Computing) DisassociateAddressRequest(input *DisassociateAddressInput) DisassociateAddressRequest

DisassociateAddressRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DisassociateAddressRequest method.
req := client.DisassociateAddressRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DisassociateAddress

func (*Computing) DisassociateRouteTableRequest

func (c *Computing) DisassociateRouteTableRequest(input *DisassociateRouteTableInput) DisassociateRouteTableRequest

DisassociateRouteTableRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DisassociateRouteTableRequest method.
req := client.DisassociateRouteTableRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DisassociateRouteTable

func (*Computing) DissociateUsersRequest

func (c *Computing) DissociateUsersRequest(input *DissociateUsersInput) DissociateUsersRequest

DissociateUsersRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DissociateUsersRequest method.
req := client.DissociateUsersRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DissociateUsers

func (*Computing) DownloadSslCertificateRequest

func (c *Computing) DownloadSslCertificateRequest(input *DownloadSslCertificateInput) DownloadSslCertificateRequest

DownloadSslCertificateRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the DownloadSslCertificateRequest method.
req := client.DownloadSslCertificateRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DownloadSslCertificate

func (*Computing) ImportInstanceRequest

func (c *Computing) ImportInstanceRequest(input *ImportInstanceInput) ImportInstanceRequest

ImportInstanceRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ImportInstanceRequest method.
req := client.ImportInstanceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ImportInstance

func (*Computing) ImportKeyPairRequest

func (c *Computing) ImportKeyPairRequest(input *ImportKeyPairInput) ImportKeyPairRequest

ImportKeyPairRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ImportKeyPairRequest method.
req := client.ImportKeyPairRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ImportKeyPair

func (*Computing) ModifyImageAttributeRequest

func (c *Computing) ModifyImageAttributeRequest(input *ModifyImageAttributeInput) ModifyImageAttributeRequest

ModifyImageAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ModifyImageAttributeRequest method.
req := client.ModifyImageAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyImageAttribute

func (*Computing) ModifyInstanceAttributeRequest

func (c *Computing) ModifyInstanceAttributeRequest(input *ModifyInstanceAttributeInput) ModifyInstanceAttributeRequest

ModifyInstanceAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ModifyInstanceAttributeRequest method.
req := client.ModifyInstanceAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyInstanceAttribute

func (*Computing) ModifyNetworkInterfaceAttributeRequest

func (c *Computing) ModifyNetworkInterfaceAttributeRequest(input *ModifyNetworkInterfaceAttributeInput) ModifyNetworkInterfaceAttributeRequest

ModifyNetworkInterfaceAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ModifyNetworkInterfaceAttributeRequest method.
req := client.ModifyNetworkInterfaceAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyNetworkInterfaceAttribute

func (*Computing) ModifySslCertificateAttributeRequest

func (c *Computing) ModifySslCertificateAttributeRequest(input *ModifySslCertificateAttributeInput) ModifySslCertificateAttributeRequest

ModifySslCertificateAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ModifySslCertificateAttributeRequest method.
req := client.ModifySslCertificateAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifySslCertificateAttribute

func (*Computing) ModifyVolumeAttributeRequest

func (c *Computing) ModifyVolumeAttributeRequest(input *ModifyVolumeAttributeInput) ModifyVolumeAttributeRequest

ModifyVolumeAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ModifyVolumeAttributeRequest method.
req := client.ModifyVolumeAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyVolumeAttribute

func (*Computing) NiftyAssociateImageRequest

func (c *Computing) NiftyAssociateImageRequest(input *NiftyAssociateImageInput) NiftyAssociateImageRequest

NiftyAssociateImageRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyAssociateImageRequest method.
req := client.NiftyAssociateImageRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyAssociateImage

func (*Computing) NiftyAssociateNatTableRequest

func (c *Computing) NiftyAssociateNatTableRequest(input *NiftyAssociateNatTableInput) NiftyAssociateNatTableRequest

NiftyAssociateNatTableRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyAssociateNatTableRequest method.
req := client.NiftyAssociateNatTableRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyAssociateNatTable

func (*Computing) NiftyAssociateRouteTableWithVpnGatewayRequest

func (c *Computing) NiftyAssociateRouteTableWithVpnGatewayRequest(input *NiftyAssociateRouteTableWithVpnGatewayInput) NiftyAssociateRouteTableWithVpnGatewayRequest

NiftyAssociateRouteTableWithVpnGatewayRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyAssociateRouteTableWithVpnGatewayRequest method.
req := client.NiftyAssociateRouteTableWithVpnGatewayRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyAssociateRouteTableWithVpnGateway

func (*Computing) NiftyConfigureElasticLoadBalancerHealthCheckRequest

func (c *Computing) NiftyConfigureElasticLoadBalancerHealthCheckRequest(input *NiftyConfigureElasticLoadBalancerHealthCheckInput) NiftyConfigureElasticLoadBalancerHealthCheckRequest

NiftyConfigureElasticLoadBalancerHealthCheckRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyConfigureElasticLoadBalancerHealthCheckRequest method.
req := client.NiftyConfigureElasticLoadBalancerHealthCheckRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyConfigureElasticLoadBalancerHealthCheck

func (*Computing) NiftyCreateAlarmRequest

func (c *Computing) NiftyCreateAlarmRequest(input *NiftyCreateAlarmInput) NiftyCreateAlarmRequest

NiftyCreateAlarmRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateAlarmRequest method.
req := client.NiftyCreateAlarmRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateAlarm

func (*Computing) NiftyCreateAutoScalingGroupRequest

func (c *Computing) NiftyCreateAutoScalingGroupRequest(input *NiftyCreateAutoScalingGroupInput) NiftyCreateAutoScalingGroupRequest

NiftyCreateAutoScalingGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateAutoScalingGroupRequest method.
req := client.NiftyCreateAutoScalingGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateAutoScalingGroup

func (*Computing) NiftyCreateDhcpConfigRequest

func (c *Computing) NiftyCreateDhcpConfigRequest(input *NiftyCreateDhcpConfigInput) NiftyCreateDhcpConfigRequest

NiftyCreateDhcpConfigRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateDhcpConfigRequest method.
req := client.NiftyCreateDhcpConfigRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateDhcpConfig

func (*Computing) NiftyCreateDhcpIpAddressPoolRequest

func (c *Computing) NiftyCreateDhcpIpAddressPoolRequest(input *NiftyCreateDhcpIpAddressPoolInput) NiftyCreateDhcpIpAddressPoolRequest

NiftyCreateDhcpIpAddressPoolRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateDhcpIpAddressPoolRequest method.
req := client.NiftyCreateDhcpIpAddressPoolRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateDhcpIpAddressPool

func (*Computing) NiftyCreateDhcpStaticMappingRequest

func (c *Computing) NiftyCreateDhcpStaticMappingRequest(input *NiftyCreateDhcpStaticMappingInput) NiftyCreateDhcpStaticMappingRequest

NiftyCreateDhcpStaticMappingRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateDhcpStaticMappingRequest method.
req := client.NiftyCreateDhcpStaticMappingRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateDhcpStaticMapping

func (*Computing) NiftyCreateElasticLoadBalancerRequest

func (c *Computing) NiftyCreateElasticLoadBalancerRequest(input *NiftyCreateElasticLoadBalancerInput) NiftyCreateElasticLoadBalancerRequest

NiftyCreateElasticLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateElasticLoadBalancerRequest method.
req := client.NiftyCreateElasticLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateElasticLoadBalancer

func (*Computing) NiftyCreateInstanceSnapshotRequest

func (c *Computing) NiftyCreateInstanceSnapshotRequest(input *NiftyCreateInstanceSnapshotInput) NiftyCreateInstanceSnapshotRequest

NiftyCreateInstanceSnapshotRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateInstanceSnapshotRequest method.
req := client.NiftyCreateInstanceSnapshotRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateInstanceSnapshot

func (*Computing) NiftyCreateNatRuleRequest

func (c *Computing) NiftyCreateNatRuleRequest(input *NiftyCreateNatRuleInput) NiftyCreateNatRuleRequest

NiftyCreateNatRuleRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateNatRuleRequest method.
req := client.NiftyCreateNatRuleRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateNatRule

func (*Computing) NiftyCreateNatTableRequest

func (c *Computing) NiftyCreateNatTableRequest(input *NiftyCreateNatTableInput) NiftyCreateNatTableRequest

NiftyCreateNatTableRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateNatTableRequest method.
req := client.NiftyCreateNatTableRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateNatTable

func (*Computing) NiftyCreatePrivateLanRequest

func (c *Computing) NiftyCreatePrivateLanRequest(input *NiftyCreatePrivateLanInput) NiftyCreatePrivateLanRequest

NiftyCreatePrivateLanRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreatePrivateLanRequest method.
req := client.NiftyCreatePrivateLanRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreatePrivateLan

func (*Computing) NiftyCreateRouterRequest

func (c *Computing) NiftyCreateRouterRequest(input *NiftyCreateRouterInput) NiftyCreateRouterRequest

NiftyCreateRouterRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateRouterRequest method.
req := client.NiftyCreateRouterRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateRouter

func (*Computing) NiftyCreateSeparateInstanceRuleRequest

func (c *Computing) NiftyCreateSeparateInstanceRuleRequest(input *NiftyCreateSeparateInstanceRuleInput) NiftyCreateSeparateInstanceRuleRequest

NiftyCreateSeparateInstanceRuleRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateSeparateInstanceRuleRequest method.
req := client.NiftyCreateSeparateInstanceRuleRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateSeparateInstanceRule

func (*Computing) NiftyCreateWebProxyRequest

func (c *Computing) NiftyCreateWebProxyRequest(input *NiftyCreateWebProxyInput) NiftyCreateWebProxyRequest

NiftyCreateWebProxyRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyCreateWebProxyRequest method.
req := client.NiftyCreateWebProxyRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateWebProxy

func (*Computing) NiftyDeleteAlarmRequest

func (c *Computing) NiftyDeleteAlarmRequest(input *NiftyDeleteAlarmInput) NiftyDeleteAlarmRequest

NiftyDeleteAlarmRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteAlarmRequest method.
req := client.NiftyDeleteAlarmRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteAlarm

func (*Computing) NiftyDeleteAutoScalingGroupRequest

func (c *Computing) NiftyDeleteAutoScalingGroupRequest(input *NiftyDeleteAutoScalingGroupInput) NiftyDeleteAutoScalingGroupRequest

NiftyDeleteAutoScalingGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteAutoScalingGroupRequest method.
req := client.NiftyDeleteAutoScalingGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteAutoScalingGroup

func (*Computing) NiftyDeleteDhcpConfigRequest

func (c *Computing) NiftyDeleteDhcpConfigRequest(input *NiftyDeleteDhcpConfigInput) NiftyDeleteDhcpConfigRequest

NiftyDeleteDhcpConfigRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteDhcpConfigRequest method.
req := client.NiftyDeleteDhcpConfigRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteDhcpConfig

func (*Computing) NiftyDeleteDhcpIpAddressPoolRequest

func (c *Computing) NiftyDeleteDhcpIpAddressPoolRequest(input *NiftyDeleteDhcpIpAddressPoolInput) NiftyDeleteDhcpIpAddressPoolRequest

NiftyDeleteDhcpIpAddressPoolRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteDhcpIpAddressPoolRequest method.
req := client.NiftyDeleteDhcpIpAddressPoolRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteDhcpIpAddressPool

func (*Computing) NiftyDeleteDhcpStaticMappingRequest

func (c *Computing) NiftyDeleteDhcpStaticMappingRequest(input *NiftyDeleteDhcpStaticMappingInput) NiftyDeleteDhcpStaticMappingRequest

NiftyDeleteDhcpStaticMappingRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteDhcpStaticMappingRequest method.
req := client.NiftyDeleteDhcpStaticMappingRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteDhcpStaticMapping

func (*Computing) NiftyDeleteElasticLoadBalancerRequest

func (c *Computing) NiftyDeleteElasticLoadBalancerRequest(input *NiftyDeleteElasticLoadBalancerInput) NiftyDeleteElasticLoadBalancerRequest

NiftyDeleteElasticLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteElasticLoadBalancerRequest method.
req := client.NiftyDeleteElasticLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteElasticLoadBalancer

func (*Computing) NiftyDeleteInstanceSnapshotRequest

func (c *Computing) NiftyDeleteInstanceSnapshotRequest(input *NiftyDeleteInstanceSnapshotInput) NiftyDeleteInstanceSnapshotRequest

NiftyDeleteInstanceSnapshotRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteInstanceSnapshotRequest method.
req := client.NiftyDeleteInstanceSnapshotRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteInstanceSnapshot

func (*Computing) NiftyDeleteNatRuleRequest

func (c *Computing) NiftyDeleteNatRuleRequest(input *NiftyDeleteNatRuleInput) NiftyDeleteNatRuleRequest

NiftyDeleteNatRuleRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteNatRuleRequest method.
req := client.NiftyDeleteNatRuleRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteNatRule

func (*Computing) NiftyDeleteNatTableRequest

func (c *Computing) NiftyDeleteNatTableRequest(input *NiftyDeleteNatTableInput) NiftyDeleteNatTableRequest

NiftyDeleteNatTableRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteNatTableRequest method.
req := client.NiftyDeleteNatTableRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteNatTable

func (*Computing) NiftyDeletePrivateLanRequest

func (c *Computing) NiftyDeletePrivateLanRequest(input *NiftyDeletePrivateLanInput) NiftyDeletePrivateLanRequest

NiftyDeletePrivateLanRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeletePrivateLanRequest method.
req := client.NiftyDeletePrivateLanRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeletePrivateLan

func (*Computing) NiftyDeleteRouterRequest

func (c *Computing) NiftyDeleteRouterRequest(input *NiftyDeleteRouterInput) NiftyDeleteRouterRequest

NiftyDeleteRouterRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteRouterRequest method.
req := client.NiftyDeleteRouterRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteRouter

func (*Computing) NiftyDeleteSeparateInstanceRuleRequest

func (c *Computing) NiftyDeleteSeparateInstanceRuleRequest(input *NiftyDeleteSeparateInstanceRuleInput) NiftyDeleteSeparateInstanceRuleRequest

NiftyDeleteSeparateInstanceRuleRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteSeparateInstanceRuleRequest method.
req := client.NiftyDeleteSeparateInstanceRuleRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteSeparateInstanceRule

func (*Computing) NiftyDeleteWebProxyRequest

func (c *Computing) NiftyDeleteWebProxyRequest(input *NiftyDeleteWebProxyInput) NiftyDeleteWebProxyRequest

NiftyDeleteWebProxyRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeleteWebProxyRequest method.
req := client.NiftyDeleteWebProxyRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteWebProxy

func (*Computing) NiftyDeregisterInstancesFromElasticLoadBalancerRequest

func (c *Computing) NiftyDeregisterInstancesFromElasticLoadBalancerRequest(input *NiftyDeregisterInstancesFromElasticLoadBalancerInput) NiftyDeregisterInstancesFromElasticLoadBalancerRequest

NiftyDeregisterInstancesFromElasticLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeregisterInstancesFromElasticLoadBalancerRequest method.
req := client.NiftyDeregisterInstancesFromElasticLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterInstancesFromElasticLoadBalancer

func (*Computing) NiftyDeregisterInstancesFromSeparateInstanceRuleRequest

func (c *Computing) NiftyDeregisterInstancesFromSeparateInstanceRuleRequest(input *NiftyDeregisterInstancesFromSeparateInstanceRuleInput) NiftyDeregisterInstancesFromSeparateInstanceRuleRequest

NiftyDeregisterInstancesFromSeparateInstanceRuleRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeregisterInstancesFromSeparateInstanceRuleRequest method.
req := client.NiftyDeregisterInstancesFromSeparateInstanceRuleRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterInstancesFromSeparateInstanceRule

func (*Computing) NiftyDeregisterRoutersFromSecurityGroupRequest

func (c *Computing) NiftyDeregisterRoutersFromSecurityGroupRequest(input *NiftyDeregisterRoutersFromSecurityGroupInput) NiftyDeregisterRoutersFromSecurityGroupRequest

NiftyDeregisterRoutersFromSecurityGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeregisterRoutersFromSecurityGroupRequest method.
req := client.NiftyDeregisterRoutersFromSecurityGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterRoutersFromSecurityGroup

func (*Computing) NiftyDeregisterVpnGatewaysFromSecurityGroupRequest

func (c *Computing) NiftyDeregisterVpnGatewaysFromSecurityGroupRequest(input *NiftyDeregisterVpnGatewaysFromSecurityGroupInput) NiftyDeregisterVpnGatewaysFromSecurityGroupRequest

NiftyDeregisterVpnGatewaysFromSecurityGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDeregisterVpnGatewaysFromSecurityGroupRequest method.
req := client.NiftyDeregisterVpnGatewaysFromSecurityGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterVpnGatewaysFromSecurityGroup

func (*Computing) NiftyDescribeAlarmHistoryRequest

func (c *Computing) NiftyDescribeAlarmHistoryRequest(input *NiftyDescribeAlarmHistoryInput) NiftyDescribeAlarmHistoryRequest

NiftyDescribeAlarmHistoryRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeAlarmHistoryRequest method.
req := client.NiftyDescribeAlarmHistoryRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarmHistory

func (*Computing) NiftyDescribeAlarmRulesActivitiesRequest

func (c *Computing) NiftyDescribeAlarmRulesActivitiesRequest(input *NiftyDescribeAlarmRulesActivitiesInput) NiftyDescribeAlarmRulesActivitiesRequest

NiftyDescribeAlarmRulesActivitiesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeAlarmRulesActivitiesRequest method.
req := client.NiftyDescribeAlarmRulesActivitiesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarmRulesActivities

func (*Computing) NiftyDescribeAlarmsPartitionsRequest

func (c *Computing) NiftyDescribeAlarmsPartitionsRequest(input *NiftyDescribeAlarmsPartitionsInput) NiftyDescribeAlarmsPartitionsRequest

NiftyDescribeAlarmsPartitionsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeAlarmsPartitionsRequest method.
req := client.NiftyDescribeAlarmsPartitionsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarmsPartitions

func (*Computing) NiftyDescribeAlarmsRequest

func (c *Computing) NiftyDescribeAlarmsRequest(input *NiftyDescribeAlarmsInput) NiftyDescribeAlarmsRequest

NiftyDescribeAlarmsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeAlarmsRequest method.
req := client.NiftyDescribeAlarmsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarms

func (*Computing) NiftyDescribeAutoScalingGroupsRequest

func (c *Computing) NiftyDescribeAutoScalingGroupsRequest(input *NiftyDescribeAutoScalingGroupsInput) NiftyDescribeAutoScalingGroupsRequest

NiftyDescribeAutoScalingGroupsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeAutoScalingGroupsRequest method.
req := client.NiftyDescribeAutoScalingGroupsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAutoScalingGroups

func (*Computing) NiftyDescribeCorporateInfoForCertificateRequest

func (c *Computing) NiftyDescribeCorporateInfoForCertificateRequest(input *NiftyDescribeCorporateInfoForCertificateInput) NiftyDescribeCorporateInfoForCertificateRequest

NiftyDescribeCorporateInfoForCertificateRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeCorporateInfoForCertificateRequest method.
req := client.NiftyDescribeCorporateInfoForCertificateRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeCorporateInfoForCertificate

func (*Computing) NiftyDescribeDhcpConfigsRequest

func (c *Computing) NiftyDescribeDhcpConfigsRequest(input *NiftyDescribeDhcpConfigsInput) NiftyDescribeDhcpConfigsRequest

NiftyDescribeDhcpConfigsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeDhcpConfigsRequest method.
req := client.NiftyDescribeDhcpConfigsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeDhcpConfigs

func (*Computing) NiftyDescribeDhcpStatusRequest

func (c *Computing) NiftyDescribeDhcpStatusRequest(input *NiftyDescribeDhcpStatusInput) NiftyDescribeDhcpStatusRequest

NiftyDescribeDhcpStatusRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeDhcpStatusRequest method.
req := client.NiftyDescribeDhcpStatusRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeDhcpStatus

func (*Computing) NiftyDescribeElasticLoadBalancersRequest

func (c *Computing) NiftyDescribeElasticLoadBalancersRequest(input *NiftyDescribeElasticLoadBalancersInput) NiftyDescribeElasticLoadBalancersRequest

NiftyDescribeElasticLoadBalancersRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeElasticLoadBalancersRequest method.
req := client.NiftyDescribeElasticLoadBalancersRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeElasticLoadBalancers

func (*Computing) NiftyDescribeInstanceElasticLoadBalancerHealthRequest

func (c *Computing) NiftyDescribeInstanceElasticLoadBalancerHealthRequest(input *NiftyDescribeInstanceElasticLoadBalancerHealthInput) NiftyDescribeInstanceElasticLoadBalancerHealthRequest

NiftyDescribeInstanceElasticLoadBalancerHealthRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeInstanceElasticLoadBalancerHealthRequest method.
req := client.NiftyDescribeInstanceElasticLoadBalancerHealthRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeInstanceElasticLoadBalancerHealth

func (*Computing) NiftyDescribeInstanceSnapshotsRequest

func (c *Computing) NiftyDescribeInstanceSnapshotsRequest(input *NiftyDescribeInstanceSnapshotsInput) NiftyDescribeInstanceSnapshotsRequest

NiftyDescribeInstanceSnapshotsRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeInstanceSnapshotsRequest method.
req := client.NiftyDescribeInstanceSnapshotsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeInstanceSnapshots

func (*Computing) NiftyDescribeNatTablesRequest

func (c *Computing) NiftyDescribeNatTablesRequest(input *NiftyDescribeNatTablesInput) NiftyDescribeNatTablesRequest

NiftyDescribeNatTablesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeNatTablesRequest method.
req := client.NiftyDescribeNatTablesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeNatTables

func (*Computing) NiftyDescribePerformanceChartRequest

func (c *Computing) NiftyDescribePerformanceChartRequest(input *NiftyDescribePerformanceChartInput) NiftyDescribePerformanceChartRequest

NiftyDescribePerformanceChartRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribePerformanceChartRequest method.
req := client.NiftyDescribePerformanceChartRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribePerformanceChart

func (*Computing) NiftyDescribePrivateLansRequest

func (c *Computing) NiftyDescribePrivateLansRequest(input *NiftyDescribePrivateLansInput) NiftyDescribePrivateLansRequest

NiftyDescribePrivateLansRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribePrivateLansRequest method.
req := client.NiftyDescribePrivateLansRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribePrivateLans

func (*Computing) NiftyDescribeRoutersRequest

func (c *Computing) NiftyDescribeRoutersRequest(input *NiftyDescribeRoutersInput) NiftyDescribeRoutersRequest

NiftyDescribeRoutersRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeRoutersRequest method.
req := client.NiftyDescribeRoutersRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeRouters

func (*Computing) NiftyDescribeScalingActivitiesRequest

func (c *Computing) NiftyDescribeScalingActivitiesRequest(input *NiftyDescribeScalingActivitiesInput) NiftyDescribeScalingActivitiesRequest

NiftyDescribeScalingActivitiesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeScalingActivitiesRequest method.
req := client.NiftyDescribeScalingActivitiesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeScalingActivities

func (*Computing) NiftyDescribeSeparateInstanceRulesRequest

func (c *Computing) NiftyDescribeSeparateInstanceRulesRequest(input *NiftyDescribeSeparateInstanceRulesInput) NiftyDescribeSeparateInstanceRulesRequest

NiftyDescribeSeparateInstanceRulesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeSeparateInstanceRulesRequest method.
req := client.NiftyDescribeSeparateInstanceRulesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeSeparateInstanceRules

func (*Computing) NiftyDescribeVpnGatewayActivitiesRequest

func (c *Computing) NiftyDescribeVpnGatewayActivitiesRequest(input *NiftyDescribeVpnGatewayActivitiesInput) NiftyDescribeVpnGatewayActivitiesRequest

NiftyDescribeVpnGatewayActivitiesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeVpnGatewayActivitiesRequest method.
req := client.NiftyDescribeVpnGatewayActivitiesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeVpnGatewayActivities

func (*Computing) NiftyDescribeWebProxiesRequest

func (c *Computing) NiftyDescribeWebProxiesRequest(input *NiftyDescribeWebProxiesInput) NiftyDescribeWebProxiesRequest

NiftyDescribeWebProxiesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDescribeWebProxiesRequest method.
req := client.NiftyDescribeWebProxiesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeWebProxies

func (*Computing) NiftyDisableDhcpRequest

func (c *Computing) NiftyDisableDhcpRequest(input *NiftyDisableDhcpInput) NiftyDisableDhcpRequest

NiftyDisableDhcpRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDisableDhcpRequest method.
req := client.NiftyDisableDhcpRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDisableDhcp

func (*Computing) NiftyDisassociateNatTableRequest

func (c *Computing) NiftyDisassociateNatTableRequest(input *NiftyDisassociateNatTableInput) NiftyDisassociateNatTableRequest

NiftyDisassociateNatTableRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDisassociateNatTableRequest method.
req := client.NiftyDisassociateNatTableRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDisassociateNatTable

func (*Computing) NiftyDisassociateRouteTableFromVpnGatewayRequest

func (c *Computing) NiftyDisassociateRouteTableFromVpnGatewayRequest(input *NiftyDisassociateRouteTableFromVpnGatewayInput) NiftyDisassociateRouteTableFromVpnGatewayRequest

NiftyDisassociateRouteTableFromVpnGatewayRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyDisassociateRouteTableFromVpnGatewayRequest method.
req := client.NiftyDisassociateRouteTableFromVpnGatewayRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDisassociateRouteTableFromVpnGateway

func (*Computing) NiftyEnableDhcpRequest

func (c *Computing) NiftyEnableDhcpRequest(input *NiftyEnableDhcpInput) NiftyEnableDhcpRequest

NiftyEnableDhcpRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyEnableDhcpRequest method.
req := client.NiftyEnableDhcpRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyEnableDhcp

func (*Computing) NiftyModifyAddressAttributeRequest

func (c *Computing) NiftyModifyAddressAttributeRequest(input *NiftyModifyAddressAttributeInput) NiftyModifyAddressAttributeRequest

NiftyModifyAddressAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyModifyAddressAttributeRequest method.
req := client.NiftyModifyAddressAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyAddressAttribute

func (*Computing) NiftyModifyCustomerGatewayAttributeRequest

func (c *Computing) NiftyModifyCustomerGatewayAttributeRequest(input *NiftyModifyCustomerGatewayAttributeInput) NiftyModifyCustomerGatewayAttributeRequest

NiftyModifyCustomerGatewayAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyModifyCustomerGatewayAttributeRequest method.
req := client.NiftyModifyCustomerGatewayAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyCustomerGatewayAttribute

func (*Computing) NiftyModifyElasticLoadBalancerAttributesRequest

func (c *Computing) NiftyModifyElasticLoadBalancerAttributesRequest(input *NiftyModifyElasticLoadBalancerAttributesInput) NiftyModifyElasticLoadBalancerAttributesRequest

NiftyModifyElasticLoadBalancerAttributesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyModifyElasticLoadBalancerAttributesRequest method.
req := client.NiftyModifyElasticLoadBalancerAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyElasticLoadBalancerAttributes

func (*Computing) NiftyModifyInstanceSnapshotAttributeRequest

func (c *Computing) NiftyModifyInstanceSnapshotAttributeRequest(input *NiftyModifyInstanceSnapshotAttributeInput) NiftyModifyInstanceSnapshotAttributeRequest

NiftyModifyInstanceSnapshotAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyModifyInstanceSnapshotAttributeRequest method.
req := client.NiftyModifyInstanceSnapshotAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyInstanceSnapshotAttribute

func (*Computing) NiftyModifyKeyPairAttributeRequest

func (c *Computing) NiftyModifyKeyPairAttributeRequest(input *NiftyModifyKeyPairAttributeInput) NiftyModifyKeyPairAttributeRequest

NiftyModifyKeyPairAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyModifyKeyPairAttributeRequest method.
req := client.NiftyModifyKeyPairAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyKeyPairAttribute

func (*Computing) NiftyModifyPrivateLanAttributeRequest

func (c *Computing) NiftyModifyPrivateLanAttributeRequest(input *NiftyModifyPrivateLanAttributeInput) NiftyModifyPrivateLanAttributeRequest

NiftyModifyPrivateLanAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyModifyPrivateLanAttributeRequest method.
req := client.NiftyModifyPrivateLanAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyPrivateLanAttribute

func (*Computing) NiftyModifyRouterAttributeRequest

func (c *Computing) NiftyModifyRouterAttributeRequest(input *NiftyModifyRouterAttributeInput) NiftyModifyRouterAttributeRequest

NiftyModifyRouterAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyModifyRouterAttributeRequest method.
req := client.NiftyModifyRouterAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyRouterAttribute

func (*Computing) NiftyModifyVpnGatewayAttributeRequest

func (c *Computing) NiftyModifyVpnGatewayAttributeRequest(input *NiftyModifyVpnGatewayAttributeInput) NiftyModifyVpnGatewayAttributeRequest

NiftyModifyVpnGatewayAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyModifyVpnGatewayAttributeRequest method.
req := client.NiftyModifyVpnGatewayAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyVpnGatewayAttribute

func (*Computing) NiftyModifyWebProxyAttributeRequest

func (c *Computing) NiftyModifyWebProxyAttributeRequest(input *NiftyModifyWebProxyAttributeInput) NiftyModifyWebProxyAttributeRequest

NiftyModifyWebProxyAttributeRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyModifyWebProxyAttributeRequest method.
req := client.NiftyModifyWebProxyAttributeRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyWebProxyAttribute

func (*Computing) NiftyRebootRoutersRequest

func (c *Computing) NiftyRebootRoutersRequest(input *NiftyRebootRoutersInput) NiftyRebootRoutersRequest

NiftyRebootRoutersRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyRebootRoutersRequest method.
req := client.NiftyRebootRoutersRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRebootRouters

func (*Computing) NiftyRebootVpnGatewaysRequest

func (c *Computing) NiftyRebootVpnGatewaysRequest(input *NiftyRebootVpnGatewaysInput) NiftyRebootVpnGatewaysRequest

NiftyRebootVpnGatewaysRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyRebootVpnGatewaysRequest method.
req := client.NiftyRebootVpnGatewaysRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRebootVpnGateways

func (*Computing) NiftyRegisterInstancesWithElasticLoadBalancerRequest

func (c *Computing) NiftyRegisterInstancesWithElasticLoadBalancerRequest(input *NiftyRegisterInstancesWithElasticLoadBalancerInput) NiftyRegisterInstancesWithElasticLoadBalancerRequest

NiftyRegisterInstancesWithElasticLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyRegisterInstancesWithElasticLoadBalancerRequest method.
req := client.NiftyRegisterInstancesWithElasticLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterInstancesWithElasticLoadBalancer

func (*Computing) NiftyRegisterInstancesWithSeparateInstanceRuleRequest

func (c *Computing) NiftyRegisterInstancesWithSeparateInstanceRuleRequest(input *NiftyRegisterInstancesWithSeparateInstanceRuleInput) NiftyRegisterInstancesWithSeparateInstanceRuleRequest

NiftyRegisterInstancesWithSeparateInstanceRuleRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyRegisterInstancesWithSeparateInstanceRuleRequest method.
req := client.NiftyRegisterInstancesWithSeparateInstanceRuleRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterInstancesWithSeparateInstanceRule

func (*Computing) NiftyRegisterPortWithElasticLoadBalancerRequest

func (c *Computing) NiftyRegisterPortWithElasticLoadBalancerRequest(input *NiftyRegisterPortWithElasticLoadBalancerInput) NiftyRegisterPortWithElasticLoadBalancerRequest

NiftyRegisterPortWithElasticLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyRegisterPortWithElasticLoadBalancerRequest method.
req := client.NiftyRegisterPortWithElasticLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterPortWithElasticLoadBalancer

func (*Computing) NiftyRegisterRoutersWithSecurityGroupRequest

func (c *Computing) NiftyRegisterRoutersWithSecurityGroupRequest(input *NiftyRegisterRoutersWithSecurityGroupInput) NiftyRegisterRoutersWithSecurityGroupRequest

NiftyRegisterRoutersWithSecurityGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyRegisterRoutersWithSecurityGroupRequest method.
req := client.NiftyRegisterRoutersWithSecurityGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterRoutersWithSecurityGroup

func (*Computing) NiftyRegisterVpnGatewaysWithSecurityGroupRequest

func (c *Computing) NiftyRegisterVpnGatewaysWithSecurityGroupRequest(input *NiftyRegisterVpnGatewaysWithSecurityGroupInput) NiftyRegisterVpnGatewaysWithSecurityGroupRequest

NiftyRegisterVpnGatewaysWithSecurityGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyRegisterVpnGatewaysWithSecurityGroupRequest method.
req := client.NiftyRegisterVpnGatewaysWithSecurityGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterVpnGatewaysWithSecurityGroup

func (*Computing) NiftyReleaseRouterBackupStateRequest

func (c *Computing) NiftyReleaseRouterBackupStateRequest(input *NiftyReleaseRouterBackupStateInput) NiftyReleaseRouterBackupStateRequest

NiftyReleaseRouterBackupStateRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyReleaseRouterBackupStateRequest method.
req := client.NiftyReleaseRouterBackupStateRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReleaseRouterBackupState

func (*Computing) NiftyReleaseVpnGatewayBackupStateRequest

func (c *Computing) NiftyReleaseVpnGatewayBackupStateRequest(input *NiftyReleaseVpnGatewayBackupStateInput) NiftyReleaseVpnGatewayBackupStateRequest

NiftyReleaseVpnGatewayBackupStateRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyReleaseVpnGatewayBackupStateRequest method.
req := client.NiftyReleaseVpnGatewayBackupStateRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReleaseVpnGatewayBackupState

func (*Computing) NiftyReplaceDhcpConfigRequest

func (c *Computing) NiftyReplaceDhcpConfigRequest(input *NiftyReplaceDhcpConfigInput) NiftyReplaceDhcpConfigRequest

NiftyReplaceDhcpConfigRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyReplaceDhcpConfigRequest method.
req := client.NiftyReplaceDhcpConfigRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceDhcpConfig

func (*Computing) NiftyReplaceDhcpOptionRequest

func (c *Computing) NiftyReplaceDhcpOptionRequest(input *NiftyReplaceDhcpOptionInput) NiftyReplaceDhcpOptionRequest

NiftyReplaceDhcpOptionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyReplaceDhcpOptionRequest method.
req := client.NiftyReplaceDhcpOptionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceDhcpOption

func (*Computing) NiftyReplaceElasticLoadBalancerLatestVersionRequest

func (c *Computing) NiftyReplaceElasticLoadBalancerLatestVersionRequest(input *NiftyReplaceElasticLoadBalancerLatestVersionInput) NiftyReplaceElasticLoadBalancerLatestVersionRequest

NiftyReplaceElasticLoadBalancerLatestVersionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyReplaceElasticLoadBalancerLatestVersionRequest method.
req := client.NiftyReplaceElasticLoadBalancerLatestVersionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceElasticLoadBalancerLatestVersion

func (*Computing) NiftyReplaceNatRuleRequest

func (c *Computing) NiftyReplaceNatRuleRequest(input *NiftyReplaceNatRuleInput) NiftyReplaceNatRuleRequest

NiftyReplaceNatRuleRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyReplaceNatRuleRequest method.
req := client.NiftyReplaceNatRuleRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceNatRule

func (*Computing) NiftyReplaceNatTableAssociationRequest

func (c *Computing) NiftyReplaceNatTableAssociationRequest(input *NiftyReplaceNatTableAssociationInput) NiftyReplaceNatTableAssociationRequest

NiftyReplaceNatTableAssociationRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyReplaceNatTableAssociationRequest method.
req := client.NiftyReplaceNatTableAssociationRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceNatTableAssociation

func (*Computing) NiftyReplaceRouteTableAssociationWithVpnGatewayRequest

func (c *Computing) NiftyReplaceRouteTableAssociationWithVpnGatewayRequest(input *NiftyReplaceRouteTableAssociationWithVpnGatewayInput) NiftyReplaceRouteTableAssociationWithVpnGatewayRequest

NiftyReplaceRouteTableAssociationWithVpnGatewayRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyReplaceRouteTableAssociationWithVpnGatewayRequest method.
req := client.NiftyReplaceRouteTableAssociationWithVpnGatewayRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceRouteTableAssociationWithVpnGateway

func (*Computing) NiftyReplaceRouterLatestVersionRequest

func (c *Computing) NiftyReplaceRouterLatestVersionRequest(input *NiftyReplaceRouterLatestVersionInput) NiftyReplaceRouterLatestVersionRequest

NiftyReplaceRouterLatestVersionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyReplaceRouterLatestVersionRequest method.
req := client.NiftyReplaceRouterLatestVersionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceRouterLatestVersion

func (*Computing) NiftyReplaceVpnGatewayLatestVersionRequest

func (c *Computing) NiftyReplaceVpnGatewayLatestVersionRequest(input *NiftyReplaceVpnGatewayLatestVersionInput) NiftyReplaceVpnGatewayLatestVersionRequest

NiftyReplaceVpnGatewayLatestVersionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyReplaceVpnGatewayLatestVersionRequest method.
req := client.NiftyReplaceVpnGatewayLatestVersionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceVpnGatewayLatestVersion

func (*Computing) NiftyRestoreInstanceSnapshotRequest

func (c *Computing) NiftyRestoreInstanceSnapshotRequest(input *NiftyRestoreInstanceSnapshotInput) NiftyRestoreInstanceSnapshotRequest

NiftyRestoreInstanceSnapshotRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyRestoreInstanceSnapshotRequest method.
req := client.NiftyRestoreInstanceSnapshotRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRestoreInstanceSnapshot

func (*Computing) NiftyRestoreRouterPreviousVersionRequest

func (c *Computing) NiftyRestoreRouterPreviousVersionRequest(input *NiftyRestoreRouterPreviousVersionInput) NiftyRestoreRouterPreviousVersionRequest

NiftyRestoreRouterPreviousVersionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyRestoreRouterPreviousVersionRequest method.
req := client.NiftyRestoreRouterPreviousVersionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRestoreRouterPreviousVersion

func (*Computing) NiftyRestoreVpnGatewayPreviousVersionRequest

func (c *Computing) NiftyRestoreVpnGatewayPreviousVersionRequest(input *NiftyRestoreVpnGatewayPreviousVersionInput) NiftyRestoreVpnGatewayPreviousVersionRequest

NiftyRestoreVpnGatewayPreviousVersionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyRestoreVpnGatewayPreviousVersionRequest method.
req := client.NiftyRestoreVpnGatewayPreviousVersionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRestoreVpnGatewayPreviousVersion

func (*Computing) NiftyRetryImportInstanceRequest

func (c *Computing) NiftyRetryImportInstanceRequest(input *NiftyRetryImportInstanceInput) NiftyRetryImportInstanceRequest

NiftyRetryImportInstanceRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyRetryImportInstanceRequest method.
req := client.NiftyRetryImportInstanceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRetryImportInstance

func (*Computing) NiftyUpdateAlarmRequest

func (c *Computing) NiftyUpdateAlarmRequest(input *NiftyUpdateAlarmInput) NiftyUpdateAlarmRequest

NiftyUpdateAlarmRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyUpdateAlarmRequest method.
req := client.NiftyUpdateAlarmRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateAlarm

func (*Computing) NiftyUpdateAutoScalingGroupRequest

func (c *Computing) NiftyUpdateAutoScalingGroupRequest(input *NiftyUpdateAutoScalingGroupInput) NiftyUpdateAutoScalingGroupRequest

NiftyUpdateAutoScalingGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyUpdateAutoScalingGroupRequest method.
req := client.NiftyUpdateAutoScalingGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateAutoScalingGroup

func (*Computing) NiftyUpdateElasticLoadBalancerRequest

func (c *Computing) NiftyUpdateElasticLoadBalancerRequest(input *NiftyUpdateElasticLoadBalancerInput) NiftyUpdateElasticLoadBalancerRequest

NiftyUpdateElasticLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyUpdateElasticLoadBalancerRequest method.
req := client.NiftyUpdateElasticLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateElasticLoadBalancer

func (*Computing) NiftyUpdateInstanceNetworkInterfacesRequest

func (c *Computing) NiftyUpdateInstanceNetworkInterfacesRequest(input *NiftyUpdateInstanceNetworkInterfacesInput) NiftyUpdateInstanceNetworkInterfacesRequest

NiftyUpdateInstanceNetworkInterfacesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyUpdateInstanceNetworkInterfacesRequest method.
req := client.NiftyUpdateInstanceNetworkInterfacesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateInstanceNetworkInterfaces

func (*Computing) NiftyUpdateRouterNetworkInterfacesRequest

func (c *Computing) NiftyUpdateRouterNetworkInterfacesRequest(input *NiftyUpdateRouterNetworkInterfacesInput) NiftyUpdateRouterNetworkInterfacesRequest

NiftyUpdateRouterNetworkInterfacesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyUpdateRouterNetworkInterfacesRequest method.
req := client.NiftyUpdateRouterNetworkInterfacesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateRouterNetworkInterfaces

func (*Computing) NiftyUpdateSeparateInstanceRuleRequest

func (c *Computing) NiftyUpdateSeparateInstanceRuleRequest(input *NiftyUpdateSeparateInstanceRuleInput) NiftyUpdateSeparateInstanceRuleRequest

NiftyUpdateSeparateInstanceRuleRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyUpdateSeparateInstanceRuleRequest method.
req := client.NiftyUpdateSeparateInstanceRuleRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateSeparateInstanceRule

func (*Computing) NiftyUpdateVpnGatewayNetworkInterfacesRequest

func (c *Computing) NiftyUpdateVpnGatewayNetworkInterfacesRequest(input *NiftyUpdateVpnGatewayNetworkInterfacesInput) NiftyUpdateVpnGatewayNetworkInterfacesRequest

NiftyUpdateVpnGatewayNetworkInterfacesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the NiftyUpdateVpnGatewayNetworkInterfacesRequest method.
req := client.NiftyUpdateVpnGatewayNetworkInterfacesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateVpnGatewayNetworkInterfaces

func (*Computing) RebootInstancesRequest

func (c *Computing) RebootInstancesRequest(input *RebootInstancesInput) RebootInstancesRequest

RebootInstancesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the RebootInstancesRequest method.
req := client.RebootInstancesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RebootInstances

func (*Computing) RegisterCorporateInfoForCertificateRequest

func (c *Computing) RegisterCorporateInfoForCertificateRequest(input *RegisterCorporateInfoForCertificateInput) RegisterCorporateInfoForCertificateRequest

RegisterCorporateInfoForCertificateRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the RegisterCorporateInfoForCertificateRequest method.
req := client.RegisterCorporateInfoForCertificateRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterCorporateInfoForCertificate

func (*Computing) RegisterInstancesWithLoadBalancerRequest

func (c *Computing) RegisterInstancesWithLoadBalancerRequest(input *RegisterInstancesWithLoadBalancerInput) RegisterInstancesWithLoadBalancerRequest

RegisterInstancesWithLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the RegisterInstancesWithLoadBalancerRequest method.
req := client.RegisterInstancesWithLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterInstancesWithLoadBalancer

func (*Computing) RegisterInstancesWithSecurityGroupRequest

func (c *Computing) RegisterInstancesWithSecurityGroupRequest(input *RegisterInstancesWithSecurityGroupInput) RegisterInstancesWithSecurityGroupRequest

RegisterInstancesWithSecurityGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the RegisterInstancesWithSecurityGroupRequest method.
req := client.RegisterInstancesWithSecurityGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterInstancesWithSecurityGroup

func (*Computing) RegisterPortWithLoadBalancerRequest

func (c *Computing) RegisterPortWithLoadBalancerRequest(input *RegisterPortWithLoadBalancerInput) RegisterPortWithLoadBalancerRequest

RegisterPortWithLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the RegisterPortWithLoadBalancerRequest method.
req := client.RegisterPortWithLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterPortWithLoadBalancer

func (*Computing) ReleaseAddressRequest

func (c *Computing) ReleaseAddressRequest(input *ReleaseAddressInput) ReleaseAddressRequest

ReleaseAddressRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ReleaseAddressRequest method.
req := client.ReleaseAddressRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ReleaseAddress

func (*Computing) ReplaceRouteRequest

func (c *Computing) ReplaceRouteRequest(input *ReplaceRouteInput) ReplaceRouteRequest

ReplaceRouteRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ReplaceRouteRequest method.
req := client.ReplaceRouteRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ReplaceRoute

func (*Computing) ReplaceRouteTableAssociationRequest

func (c *Computing) ReplaceRouteTableAssociationRequest(input *ReplaceRouteTableAssociationInput) ReplaceRouteTableAssociationRequest

ReplaceRouteTableAssociationRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the ReplaceRouteTableAssociationRequest method.
req := client.ReplaceRouteTableAssociationRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ReplaceRouteTableAssociation

func (*Computing) RevokeSecurityGroupIngressRequest

func (c *Computing) RevokeSecurityGroupIngressRequest(input *RevokeSecurityGroupIngressInput) RevokeSecurityGroupIngressRequest

RevokeSecurityGroupIngressRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the RevokeSecurityGroupIngressRequest method.
req := client.RevokeSecurityGroupIngressRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RevokeSecurityGroupIngress

func (*Computing) RunInstancesRequest

func (c *Computing) RunInstancesRequest(input *RunInstancesInput) RunInstancesRequest

RunInstancesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the RunInstancesRequest method.
req := client.RunInstancesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RunInstances

func (*Computing) SetFilterForLoadBalancerRequest

func (c *Computing) SetFilterForLoadBalancerRequest(input *SetFilterForLoadBalancerInput) SetFilterForLoadBalancerRequest

SetFilterForLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the SetFilterForLoadBalancerRequest method.
req := client.SetFilterForLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SetFilterForLoadBalancer

func (*Computing) StartInstancesRequest

func (c *Computing) StartInstancesRequest(input *StartInstancesInput) StartInstancesRequest

StartInstancesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the StartInstancesRequest method.
req := client.StartInstancesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StartInstances

func (*Computing) StopInstancesRequest

func (c *Computing) StopInstancesRequest(input *StopInstancesInput) StopInstancesRequest

StopInstancesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the StopInstancesRequest method.
req := client.StopInstancesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StopInstances

func (*Computing) TerminateInstancesRequest

func (c *Computing) TerminateInstancesRequest(input *TerminateInstancesInput) TerminateInstancesRequest

TerminateInstancesRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the TerminateInstancesRequest method.
req := client.TerminateInstancesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/TerminateInstances

func (*Computing) UpdateLoadBalancerOptionRequest

func (c *Computing) UpdateLoadBalancerOptionRequest(input *UpdateLoadBalancerOptionInput) UpdateLoadBalancerOptionRequest

UpdateLoadBalancerOptionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the UpdateLoadBalancerOptionRequest method.
req := client.UpdateLoadBalancerOptionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateLoadBalancerOption

func (*Computing) UpdateLoadBalancerRequest

func (c *Computing) UpdateLoadBalancerRequest(input *UpdateLoadBalancerInput) UpdateLoadBalancerRequest

UpdateLoadBalancerRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the UpdateLoadBalancerRequest method.
req := client.UpdateLoadBalancerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateLoadBalancer

func (*Computing) UpdateSecurityGroupOptionRequest

func (c *Computing) UpdateSecurityGroupOptionRequest(input *UpdateSecurityGroupOptionInput) UpdateSecurityGroupOptionRequest

UpdateSecurityGroupOptionRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the UpdateSecurityGroupOptionRequest method.
req := client.UpdateSecurityGroupOptionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateSecurityGroupOption

func (*Computing) UpdateSecurityGroupRequest

func (c *Computing) UpdateSecurityGroupRequest(input *UpdateSecurityGroupInput) UpdateSecurityGroupRequest

UpdateSecurityGroupRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the UpdateSecurityGroupRequest method.
req := client.UpdateSecurityGroupRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateSecurityGroup

func (*Computing) UploadSslCertificateRequest

func (c *Computing) UploadSslCertificateRequest(input *UploadSslCertificateInput) UploadSslCertificateRequest

UploadSslCertificateRequest returns a request value for making API operation for NIFCLOUD Computing.

// Example sending a request using the UploadSslCertificateRequest method.
req := client.UploadSslCertificateRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UploadSslCertificate

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ConfigureHealthCheckRequest

func (ConfigureHealthCheckInput) GoString

func (s ConfigureHealthCheckInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ConfigureHealthCheckResult

func (ConfigureHealthCheckOutput) GoString

func (s ConfigureHealthCheckOutput) GoString() string

GoString returns the string representation

func (ConfigureHealthCheckOutput) SDKResponseMetadata

func (s ConfigureHealthCheckOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ConfigureHealthCheckOutput) String

String returns the string representation

type ConfigureHealthCheckRequest

type ConfigureHealthCheckRequest struct {
	*aws.Request
	Input *ConfigureHealthCheckInput
	Copy  func(*ConfigureHealthCheckInput) ConfigureHealthCheckRequest
}

ConfigureHealthCheckRequest is a API request type for the ConfigureHealthCheck API operation.

func (ConfigureHealthCheckRequest) Send

Send marshals and sends the ConfigureHealthCheck API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ConversionTask

func (ConversionTask) GoString

func (s ConversionTask) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CopyInfo

func (CopyInfo) GoString

func (s CopyInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CopyInstanceSetItem

func (CopyInstanceSetItem) GoString

func (s CopyInstanceSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CopyInstancesRequest

func (CopyInstancesInput) GoString

func (s CopyInstancesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CopyInstancesResult

func (CopyInstancesOutput) GoString

func (s CopyInstancesOutput) GoString() string

GoString returns the string representation

func (CopyInstancesOutput) SDKResponseMetadata

func (s CopyInstancesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CopyInstancesOutput) String

func (s CopyInstancesOutput) String() string

String returns the string representation

type CopyInstancesRequest

type CopyInstancesRequest struct {
	*aws.Request
	Input *CopyInstancesInput
	Copy  func(*CopyInstancesInput) CopyInstancesRequest
}

CopyInstancesRequest is a API request type for the CopyInstances API operation.

func (CopyInstancesRequest) Send

Send marshals and sends the CopyInstances API request.

type Count

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Count

func (Count) GoString

func (s Count) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateCustomerGatewayRequest

func (CreateCustomerGatewayInput) GoString

func (s CreateCustomerGatewayInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateCustomerGatewayResult

func (CreateCustomerGatewayOutput) GoString

func (s CreateCustomerGatewayOutput) GoString() string

GoString returns the string representation

func (CreateCustomerGatewayOutput) SDKResponseMetadata

func (s CreateCustomerGatewayOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateCustomerGatewayOutput) String

String returns the string representation

type CreateCustomerGatewayRequest

type CreateCustomerGatewayRequest struct {
	*aws.Request
	Input *CreateCustomerGatewayInput
	Copy  func(*CreateCustomerGatewayInput) CreateCustomerGatewayRequest
}

CreateCustomerGatewayRequest is a API request type for the CreateCustomerGateway API operation.

func (CreateCustomerGatewayRequest) Send

Send marshals and sends the CreateCustomerGateway API request.

type CreateDhcpOptionsInput

type CreateDhcpOptionsInput struct {
	DhcpConfiguration []RequestDhcpConfigurationStruct `locationName:"DhcpConfiguration" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateDhcpOptionsRequest

func (CreateDhcpOptionsInput) GoString

func (s CreateDhcpOptionsInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateDhcpOptionsResult

func (CreateDhcpOptionsOutput) GoString

func (s CreateDhcpOptionsOutput) GoString() string

GoString returns the string representation

func (CreateDhcpOptionsOutput) SDKResponseMetadata

func (s CreateDhcpOptionsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateDhcpOptionsOutput) String

func (s CreateDhcpOptionsOutput) String() string

String returns the string representation

type CreateDhcpOptionsRequest

type CreateDhcpOptionsRequest struct {
	*aws.Request
	Input *CreateDhcpOptionsInput
	Copy  func(*CreateDhcpOptionsInput) CreateDhcpOptionsRequest
}

CreateDhcpOptionsRequest is a API request type for the CreateDhcpOptions API operation.

func (CreateDhcpOptionsRequest) Send

Send marshals and sends the CreateDhcpOptions API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateImage

func (CreateImage) GoString

func (s CreateImage) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateImageRequest

func (CreateImageInput) GoString

func (s CreateImageInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateImageResult

func (CreateImageOutput) GoString

func (s CreateImageOutput) GoString() string

GoString returns the string representation

func (CreateImageOutput) SDKResponseMetadata

func (s CreateImageOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateImageOutput) String

func (s CreateImageOutput) String() string

String returns the string representation

type CreateImageRequest

type CreateImageRequest struct {
	*aws.Request
	Input *CreateImageInput
	Copy  func(*CreateImageInput) CreateImageRequest
}

CreateImageRequest is a API request type for the CreateImage API operation.

func (CreateImageRequest) Send

Send marshals and sends the CreateImage API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateKeyPairRequest

func (CreateKeyPairInput) GoString

func (s CreateKeyPairInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateKeyPairResult

func (CreateKeyPairOutput) GoString

func (s CreateKeyPairOutput) GoString() string

GoString returns the string representation

func (CreateKeyPairOutput) SDKResponseMetadata

func (s CreateKeyPairOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateKeyPairOutput) String

func (s CreateKeyPairOutput) String() string

String returns the string representation

type CreateKeyPairRequest

type CreateKeyPairRequest struct {
	*aws.Request
	Input *CreateKeyPairInput
	Copy  func(*CreateKeyPairInput) CreateKeyPairRequest
}

CreateKeyPairRequest is a API request type for the CreateKeyPair API operation.

func (CreateKeyPairRequest) Send

Send marshals and sends the CreateKeyPair API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateLoadBalancerRequest

func (CreateLoadBalancerInput) GoString

func (s CreateLoadBalancerInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateLoadBalancerResult

func (CreateLoadBalancerOutput) GoString

func (s CreateLoadBalancerOutput) GoString() string

GoString returns the string representation

func (CreateLoadBalancerOutput) SDKResponseMetadata

func (s CreateLoadBalancerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateLoadBalancerOutput) String

func (s CreateLoadBalancerOutput) String() string

String returns the string representation

type CreateLoadBalancerRequest

type CreateLoadBalancerRequest struct {
	*aws.Request
	Input *CreateLoadBalancerInput
	Copy  func(*CreateLoadBalancerInput) CreateLoadBalancerRequest
}

CreateLoadBalancerRequest is a API request type for the CreateLoadBalancer API operation.

func (CreateLoadBalancerRequest) Send

Send marshals and sends the CreateLoadBalancer API request.

type CreateNetworkInterfaceInput

type CreateNetworkInterfaceInput struct {
	Description *string `locationName:"Description" type:"string"`

	IpAddress *string `locationName:"IpAddress" type:"string"`

	NiftyNetworkId *string `locationName:"NiftyNetworkId" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateNetworkInterfaceRequest

func (CreateNetworkInterfaceInput) GoString

func (s CreateNetworkInterfaceInput) GoString() string

GoString returns the string representation

func (CreateNetworkInterfaceInput) String

String returns the string representation

type CreateNetworkInterfaceOutput

type CreateNetworkInterfaceOutput struct {
	NetworkInterface *NetworkInterface `locationName:"networkInterface" type:"structure"`

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateNetworkInterfaceResult

func (CreateNetworkInterfaceOutput) GoString

func (s CreateNetworkInterfaceOutput) GoString() string

GoString returns the string representation

func (CreateNetworkInterfaceOutput) SDKResponseMetadata

func (s CreateNetworkInterfaceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateNetworkInterfaceOutput) String

String returns the string representation

type CreateNetworkInterfaceRequest

type CreateNetworkInterfaceRequest struct {
	*aws.Request
	Input *CreateNetworkInterfaceInput
	Copy  func(*CreateNetworkInterfaceInput) CreateNetworkInterfaceRequest
}

CreateNetworkInterfaceRequest is a API request type for the CreateNetworkInterface API operation.

func (CreateNetworkInterfaceRequest) Send

Send marshals and sends the CreateNetworkInterface API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateRouteRequest

func (CreateRouteInput) GoString

func (s CreateRouteInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateRouteResult

func (CreateRouteOutput) GoString

func (s CreateRouteOutput) GoString() string

GoString returns the string representation

func (CreateRouteOutput) SDKResponseMetadata

func (s CreateRouteOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateRouteOutput) String

func (s CreateRouteOutput) String() string

String returns the string representation

type CreateRouteRequest

type CreateRouteRequest struct {
	*aws.Request
	Input *CreateRouteInput
	Copy  func(*CreateRouteInput) CreateRouteRequest
}

CreateRouteRequest is a API request type for the CreateRoute API operation.

func (CreateRouteRequest) Send

Send marshals and sends the CreateRoute API request.

type CreateRouteTableInput

type CreateRouteTableInput struct {
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateRouteTableRequest

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateRouteTableResult

func (CreateRouteTableOutput) GoString

func (s CreateRouteTableOutput) GoString() string

GoString returns the string representation

func (CreateRouteTableOutput) SDKResponseMetadata

func (s CreateRouteTableOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateRouteTableOutput) String

func (s CreateRouteTableOutput) String() string

String returns the string representation

type CreateRouteTableRequest

type CreateRouteTableRequest struct {
	*aws.Request
	Input *CreateRouteTableInput
	Copy  func(*CreateRouteTableInput) CreateRouteTableRequest
}

CreateRouteTableRequest is a API request type for the CreateRouteTable API operation.

func (CreateRouteTableRequest) Send

Send marshals and sends the CreateRouteTable API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateSecurityGroupRequest

func (CreateSecurityGroupInput) GoString

func (s CreateSecurityGroupInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateSecurityGroupResult

func (CreateSecurityGroupOutput) GoString

func (s CreateSecurityGroupOutput) GoString() string

GoString returns the string representation

func (CreateSecurityGroupOutput) SDKResponseMetadata

func (s CreateSecurityGroupOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateSecurityGroupOutput) String

func (s CreateSecurityGroupOutput) String() string

String returns the string representation

type CreateSecurityGroupRequest

type CreateSecurityGroupRequest struct {
	*aws.Request
	Input *CreateSecurityGroupInput
	Copy  func(*CreateSecurityGroupInput) CreateSecurityGroupRequest
}

CreateSecurityGroupRequest is a API request type for the CreateSecurityGroup API operation.

func (CreateSecurityGroupRequest) Send

Send marshals and sends the CreateSecurityGroup API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateSslCertSetItem

func (CreateSslCertSetItem) GoString

func (s CreateSslCertSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateSslCertificateRequest

func (CreateSslCertificateInput) GoString

func (s CreateSslCertificateInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateSslCertificateResult

func (CreateSslCertificateOutput) GoString

func (s CreateSslCertificateOutput) GoString() string

GoString returns the string representation

func (CreateSslCertificateOutput) SDKResponseMetadata

func (s CreateSslCertificateOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateSslCertificateOutput) String

String returns the string representation

type CreateSslCertificateRequest

type CreateSslCertificateRequest struct {
	*aws.Request
	Input *CreateSslCertificateInput
	Copy  func(*CreateSslCertificateInput) CreateSslCertificateRequest
}

CreateSslCertificateRequest is a API request type for the CreateSslCertificate API operation.

func (CreateSslCertificateRequest) Send

Send marshals and sends the CreateSslCertificate API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateVolumeRequest

func (CreateVolumeInput) GoString

func (s CreateVolumeInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateVolumeResult

func (CreateVolumeOutput) GoString

func (s CreateVolumeOutput) GoString() string

GoString returns the string representation

func (CreateVolumeOutput) SDKResponseMetadata

func (s CreateVolumeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateVolumeOutput) String

func (s CreateVolumeOutput) String() string

String returns the string representation

type CreateVolumeRequest

type CreateVolumeRequest struct {
	*aws.Request
	Input *CreateVolumeInput
	Copy  func(*CreateVolumeInput) CreateVolumeRequest
}

CreateVolumeRequest is a API request type for the CreateVolume API operation.

func (CreateVolumeRequest) Send

Send marshals and sends the CreateVolume API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateVpnConnectionRequest

func (CreateVpnConnectionInput) GoString

func (s CreateVpnConnectionInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateVpnConnectionResult

func (CreateVpnConnectionOutput) GoString

func (s CreateVpnConnectionOutput) GoString() string

GoString returns the string representation

func (CreateVpnConnectionOutput) SDKResponseMetadata

func (s CreateVpnConnectionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateVpnConnectionOutput) String

func (s CreateVpnConnectionOutput) String() string

String returns the string representation

type CreateVpnConnectionRequest

type CreateVpnConnectionRequest struct {
	*aws.Request
	Input *CreateVpnConnectionInput
	Copy  func(*CreateVpnConnectionInput) CreateVpnConnectionRequest
}

CreateVpnConnectionRequest is a API request type for the CreateVpnConnection API operation.

func (CreateVpnConnectionRequest) Send

Send marshals and sends the CreateVpnConnection API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateVpnGatewayRequest

func (CreateVpnGatewayInput) GoString

func (s CreateVpnGatewayInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CreateVpnGatewayResult

func (CreateVpnGatewayOutput) GoString

func (s CreateVpnGatewayOutput) GoString() string

GoString returns the string representation

func (CreateVpnGatewayOutput) SDKResponseMetadata

func (s CreateVpnGatewayOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateVpnGatewayOutput) String

func (s CreateVpnGatewayOutput) String() string

String returns the string representation

type CreateVpnGatewayRequest

type CreateVpnGatewayRequest struct {
	*aws.Request
	Input *CreateVpnGatewayInput
	Copy  func(*CreateVpnGatewayInput) CreateVpnGatewayRequest
}

CreateVpnGatewayRequest is a API request type for the CreateVpnGateway API operation.

func (CreateVpnGatewayRequest) Send

Send marshals and sends the CreateVpnGateway API request.

type CurrentState

type CurrentState struct {
	Code *int64 `locationName:"code" type:"integer"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CurrentState

func (CurrentState) GoString

func (s CurrentState) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CustomerGateway

func (CustomerGateway) GoString

func (s CustomerGateway) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/CustomerGatewaySetItem

func (CustomerGatewaySetItem) GoString

func (s CustomerGatewaySetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DDay

func (DDay) GoString

func (s DDay) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DataSetItem

func (DataSetItem) GoString

func (s DataSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Day

func (Day) GoString

func (s Day) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteCustomerGatewayRequest

func (DeleteCustomerGatewayInput) GoString

func (s DeleteCustomerGatewayInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteCustomerGatewayResult

func (DeleteCustomerGatewayOutput) GoString

func (s DeleteCustomerGatewayOutput) GoString() string

GoString returns the string representation

func (DeleteCustomerGatewayOutput) SDKResponseMetadata

func (s DeleteCustomerGatewayOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteCustomerGatewayOutput) String

String returns the string representation

type DeleteCustomerGatewayRequest

type DeleteCustomerGatewayRequest struct {
	*aws.Request
	Input *DeleteCustomerGatewayInput
	Copy  func(*DeleteCustomerGatewayInput) DeleteCustomerGatewayRequest
}

DeleteCustomerGatewayRequest is a API request type for the DeleteCustomerGateway API operation.

func (DeleteCustomerGatewayRequest) Send

Send marshals and sends the DeleteCustomerGateway API request.

type DeleteDhcpOptionsInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteDhcpOptionsRequest

func (DeleteDhcpOptionsInput) GoString

func (s DeleteDhcpOptionsInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteDhcpOptionsResult

func (DeleteDhcpOptionsOutput) GoString

func (s DeleteDhcpOptionsOutput) GoString() string

GoString returns the string representation

func (DeleteDhcpOptionsOutput) SDKResponseMetadata

func (s DeleteDhcpOptionsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteDhcpOptionsOutput) String

func (s DeleteDhcpOptionsOutput) String() string

String returns the string representation

type DeleteDhcpOptionsRequest

type DeleteDhcpOptionsRequest struct {
	*aws.Request
	Input *DeleteDhcpOptionsInput
	Copy  func(*DeleteDhcpOptionsInput) DeleteDhcpOptionsRequest
}

DeleteDhcpOptionsRequest is a API request type for the DeleteDhcpOptions API operation.

func (DeleteDhcpOptionsRequest) Send

Send marshals and sends the DeleteDhcpOptions API request.

type DeleteImageInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteImageRequest

func (DeleteImageInput) GoString

func (s DeleteImageInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteImageResult

func (DeleteImageOutput) GoString

func (s DeleteImageOutput) GoString() string

GoString returns the string representation

func (DeleteImageOutput) SDKResponseMetadata

func (s DeleteImageOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteImageOutput) String

func (s DeleteImageOutput) String() string

String returns the string representation

type DeleteImageRequest

type DeleteImageRequest struct {
	*aws.Request
	Input *DeleteImageInput
	Copy  func(*DeleteImageInput) DeleteImageRequest
}

DeleteImageRequest is a API request type for the DeleteImage API operation.

func (DeleteImageRequest) Send

Send marshals and sends the DeleteImage API request.

type DeleteKeyPairInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteKeyPairRequest

func (DeleteKeyPairInput) GoString

func (s DeleteKeyPairInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteKeyPairResult

func (DeleteKeyPairOutput) GoString

func (s DeleteKeyPairOutput) GoString() string

GoString returns the string representation

func (DeleteKeyPairOutput) SDKResponseMetadata

func (s DeleteKeyPairOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteKeyPairOutput) String

func (s DeleteKeyPairOutput) String() string

String returns the string representation

type DeleteKeyPairRequest

type DeleteKeyPairRequest struct {
	*aws.Request
	Input *DeleteKeyPairInput
	Copy  func(*DeleteKeyPairInput) DeleteKeyPairRequest
}

DeleteKeyPairRequest is a API request type for the DeleteKeyPair API operation.

func (DeleteKeyPairRequest) Send

Send marshals and sends the DeleteKeyPair API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteLoadBalancerRequest

func (DeleteLoadBalancerInput) GoString

func (s DeleteLoadBalancerInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteLoadBalancerResult

func (DeleteLoadBalancerOutput) GoString

func (s DeleteLoadBalancerOutput) GoString() string

GoString returns the string representation

func (DeleteLoadBalancerOutput) SDKResponseMetadata

func (s DeleteLoadBalancerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteLoadBalancerOutput) String

func (s DeleteLoadBalancerOutput) String() string

String returns the string representation

type DeleteLoadBalancerRequest

type DeleteLoadBalancerRequest struct {
	*aws.Request
	Input *DeleteLoadBalancerInput
	Copy  func(*DeleteLoadBalancerInput) DeleteLoadBalancerRequest
}

DeleteLoadBalancerRequest is a API request type for the DeleteLoadBalancer API operation.

func (DeleteLoadBalancerRequest) Send

Send marshals and sends the DeleteLoadBalancer API request.

type DeleteNetworkInterfaceInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteNetworkInterfaceRequest

func (DeleteNetworkInterfaceInput) GoString

func (s DeleteNetworkInterfaceInput) GoString() string

GoString returns the string representation

func (DeleteNetworkInterfaceInput) String

String returns the string representation

type DeleteNetworkInterfaceOutput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteNetworkInterfaceResult

func (DeleteNetworkInterfaceOutput) GoString

func (s DeleteNetworkInterfaceOutput) GoString() string

GoString returns the string representation

func (DeleteNetworkInterfaceOutput) SDKResponseMetadata

func (s DeleteNetworkInterfaceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteNetworkInterfaceOutput) String

String returns the string representation

type DeleteNetworkInterfaceRequest

type DeleteNetworkInterfaceRequest struct {
	*aws.Request
	Input *DeleteNetworkInterfaceInput
	Copy  func(*DeleteNetworkInterfaceInput) DeleteNetworkInterfaceRequest
}

DeleteNetworkInterfaceRequest is a API request type for the DeleteNetworkInterface API operation.

func (DeleteNetworkInterfaceRequest) Send

Send marshals and sends the DeleteNetworkInterface API request.

type DeleteRouteInput

type DeleteRouteInput struct {
	DestinationCidrBlock *string `locationName:"DestinationCidrBlock" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteRouteRequest

func (DeleteRouteInput) GoString

func (s DeleteRouteInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteRouteResult

func (DeleteRouteOutput) GoString

func (s DeleteRouteOutput) GoString() string

GoString returns the string representation

func (DeleteRouteOutput) SDKResponseMetadata

func (s DeleteRouteOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteRouteOutput) String

func (s DeleteRouteOutput) String() string

String returns the string representation

type DeleteRouteRequest

type DeleteRouteRequest struct {
	*aws.Request
	Input *DeleteRouteInput
	Copy  func(*DeleteRouteInput) DeleteRouteRequest
}

DeleteRouteRequest is a API request type for the DeleteRoute API operation.

func (DeleteRouteRequest) Send

Send marshals and sends the DeleteRoute API request.

type DeleteRouteTableInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteRouteTableRequest

func (DeleteRouteTableInput) GoString

func (s DeleteRouteTableInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteRouteTableResult

func (DeleteRouteTableOutput) GoString

func (s DeleteRouteTableOutput) GoString() string

GoString returns the string representation

func (DeleteRouteTableOutput) SDKResponseMetadata

func (s DeleteRouteTableOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteRouteTableOutput) String

func (s DeleteRouteTableOutput) String() string

String returns the string representation

type DeleteRouteTableRequest

type DeleteRouteTableRequest struct {
	*aws.Request
	Input *DeleteRouteTableInput
	Copy  func(*DeleteRouteTableInput) DeleteRouteTableRequest
}

DeleteRouteTableRequest is a API request type for the DeleteRouteTable API operation.

func (DeleteRouteTableRequest) Send

Send marshals and sends the DeleteRouteTable API request.

type DeleteSecurityGroupInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteSecurityGroupRequest

func (DeleteSecurityGroupInput) GoString

func (s DeleteSecurityGroupInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteSecurityGroupResult

func (DeleteSecurityGroupOutput) GoString

func (s DeleteSecurityGroupOutput) GoString() string

GoString returns the string representation

func (DeleteSecurityGroupOutput) SDKResponseMetadata

func (s DeleteSecurityGroupOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteSecurityGroupOutput) String

func (s DeleteSecurityGroupOutput) String() string

String returns the string representation

type DeleteSecurityGroupRequest

type DeleteSecurityGroupRequest struct {
	*aws.Request
	Input *DeleteSecurityGroupInput
	Copy  func(*DeleteSecurityGroupInput) DeleteSecurityGroupRequest
}

DeleteSecurityGroupRequest is a API request type for the DeleteSecurityGroup API operation.

func (DeleteSecurityGroupRequest) Send

Send marshals and sends the DeleteSecurityGroup API request.

type DeleteSslCertificateInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteSslCertificateRequest

func (DeleteSslCertificateInput) GoString

func (s DeleteSslCertificateInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteSslCertificateResult

func (DeleteSslCertificateOutput) GoString

func (s DeleteSslCertificateOutput) GoString() string

GoString returns the string representation

func (DeleteSslCertificateOutput) SDKResponseMetadata

func (s DeleteSslCertificateOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteSslCertificateOutput) String

String returns the string representation

type DeleteSslCertificateRequest

type DeleteSslCertificateRequest struct {
	*aws.Request
	Input *DeleteSslCertificateInput
	Copy  func(*DeleteSslCertificateInput) DeleteSslCertificateRequest
}

DeleteSslCertificateRequest is a API request type for the DeleteSslCertificate API operation.

func (DeleteSslCertificateRequest) Send

Send marshals and sends the DeleteSslCertificate API request.

type DeleteVolumeInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteVolumeRequest

func (DeleteVolumeInput) GoString

func (s DeleteVolumeInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteVolumeResult

func (DeleteVolumeOutput) GoString

func (s DeleteVolumeOutput) GoString() string

GoString returns the string representation

func (DeleteVolumeOutput) SDKResponseMetadata

func (s DeleteVolumeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteVolumeOutput) String

func (s DeleteVolumeOutput) String() string

String returns the string representation

type DeleteVolumeRequest

type DeleteVolumeRequest struct {
	*aws.Request
	Input *DeleteVolumeInput
	Copy  func(*DeleteVolumeInput) DeleteVolumeRequest
}

DeleteVolumeRequest is a API request type for the DeleteVolume API operation.

func (DeleteVolumeRequest) Send

Send marshals and sends the DeleteVolume API request.

type DeleteVpnConnectionInput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteVpnConnectionRequest

func (DeleteVpnConnectionInput) GoString

func (s DeleteVpnConnectionInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteVpnConnectionResult

func (DeleteVpnConnectionOutput) GoString

func (s DeleteVpnConnectionOutput) GoString() string

GoString returns the string representation

func (DeleteVpnConnectionOutput) SDKResponseMetadata

func (s DeleteVpnConnectionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteVpnConnectionOutput) String

func (s DeleteVpnConnectionOutput) String() string

String returns the string representation

type DeleteVpnConnectionRequest

type DeleteVpnConnectionRequest struct {
	*aws.Request
	Input *DeleteVpnConnectionInput
	Copy  func(*DeleteVpnConnectionInput) DeleteVpnConnectionRequest
}

DeleteVpnConnectionRequest is a API request type for the DeleteVpnConnection API operation.

func (DeleteVpnConnectionRequest) Send

Send marshals and sends the DeleteVpnConnection API request.

type DeleteVpnGatewayInput

type DeleteVpnGatewayInput struct {
	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteVpnGatewayRequest

func (DeleteVpnGatewayInput) GoString

func (s DeleteVpnGatewayInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeleteVpnGatewayResult

func (DeleteVpnGatewayOutput) GoString

func (s DeleteVpnGatewayOutput) GoString() string

GoString returns the string representation

func (DeleteVpnGatewayOutput) SDKResponseMetadata

func (s DeleteVpnGatewayOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteVpnGatewayOutput) String

func (s DeleteVpnGatewayOutput) String() string

String returns the string representation

type DeleteVpnGatewayRequest

type DeleteVpnGatewayRequest struct {
	*aws.Request
	Input *DeleteVpnGatewayInput
	Copy  func(*DeleteVpnGatewayInput) DeleteVpnGatewayRequest
}

DeleteVpnGatewayRequest is a API request type for the DeleteVpnGateway API operation.

func (DeleteVpnGatewayRequest) Send

Send marshals and sends the DeleteVpnGateway API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeregisterInstancesFromLoadBalancerRequest

func (DeregisterInstancesFromLoadBalancerInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeregisterInstancesFromLoadBalancerResult

func (DeregisterInstancesFromLoadBalancerOutput) GoString

GoString returns the string representation

func (DeregisterInstancesFromLoadBalancerOutput) SDKResponseMetadata

func (s DeregisterInstancesFromLoadBalancerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeregisterInstancesFromLoadBalancerOutput) String

String returns the string representation

type DeregisterInstancesFromLoadBalancerRequest

DeregisterInstancesFromLoadBalancerRequest is a API request type for the DeregisterInstancesFromLoadBalancer API operation.

func (DeregisterInstancesFromLoadBalancerRequest) Send

Send marshals and sends the DeregisterInstancesFromLoadBalancer API request.

type DeregisterInstancesFromSecurityGroupInput

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

	InstanceId []string `locationName:"InstanceId" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeregisterInstancesFromSecurityGroupRequest

func (DeregisterInstancesFromSecurityGroupInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DeregisterInstancesFromSecurityGroupResult

func (DeregisterInstancesFromSecurityGroupOutput) GoString

GoString returns the string representation

func (DeregisterInstancesFromSecurityGroupOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (DeregisterInstancesFromSecurityGroupOutput) String

String returns the string representation

type DeregisterInstancesFromSecurityGroupRequest

DeregisterInstancesFromSecurityGroupRequest is a API request type for the DeregisterInstancesFromSecurityGroup API operation.

func (DeregisterInstancesFromSecurityGroupRequest) Send

Send marshals and sends the DeregisterInstancesFromSecurityGroup API request.

type DescribeAddressesInput

type DescribeAddressesInput struct {
	PrivateIpAddress []string `locationName:"PrivateIpAddress" type:"list"`

	PublicIp []string `locationName:"PublicIp" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeAddressesRequest

func (DescribeAddressesInput) GoString

func (s DescribeAddressesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeAddressesResult

func (DescribeAddressesOutput) GoString

func (s DescribeAddressesOutput) GoString() string

GoString returns the string representation

func (DescribeAddressesOutput) SDKResponseMetadata

func (s DescribeAddressesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeAddressesOutput) String

func (s DescribeAddressesOutput) String() string

String returns the string representation

type DescribeAddressesRequest

type DescribeAddressesRequest struct {
	*aws.Request
	Input *DescribeAddressesInput
	Copy  func(*DescribeAddressesInput) DescribeAddressesRequest
}

DescribeAddressesRequest is a API request type for the DescribeAddresses API operation.

func (DescribeAddressesRequest) Send

Send marshals and sends the DescribeAddresses API request.

type DescribeAssociatedUsersInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeAssociatedUsersRequest

func (DescribeAssociatedUsersInput) GoString

func (s DescribeAssociatedUsersInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeAssociatedUsersResult

func (DescribeAssociatedUsersOutput) GoString

GoString returns the string representation

func (DescribeAssociatedUsersOutput) SDKResponseMetadata

func (s DescribeAssociatedUsersOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeAssociatedUsersOutput) String

String returns the string representation

type DescribeAssociatedUsersRequest

type DescribeAssociatedUsersRequest struct {
	*aws.Request
	Input *DescribeAssociatedUsersInput
	Copy  func(*DescribeAssociatedUsersInput) DescribeAssociatedUsersRequest
}

DescribeAssociatedUsersRequest is a API request type for the DescribeAssociatedUsers API operation.

func (DescribeAssociatedUsersRequest) Send

Send marshals and sends the DescribeAssociatedUsers API request.

type DescribeAvailabilityZonesInput

type DescribeAvailabilityZonesInput struct {
	ZoneName []string `locationName:"ZoneName" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeAvailabilityZonesRequest

func (DescribeAvailabilityZonesInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeAvailabilityZonesResult

func (DescribeAvailabilityZonesOutput) GoString

GoString returns the string representation

func (DescribeAvailabilityZonesOutput) SDKResponseMetadata

func (s DescribeAvailabilityZonesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeAvailabilityZonesOutput) String

String returns the string representation

type DescribeAvailabilityZonesRequest

type DescribeAvailabilityZonesRequest struct {
	*aws.Request
	Input *DescribeAvailabilityZonesInput
	Copy  func(*DescribeAvailabilityZonesInput) DescribeAvailabilityZonesRequest
}

DescribeAvailabilityZonesRequest is a API request type for the DescribeAvailabilityZones API operation.

func (DescribeAvailabilityZonesRequest) Send

Send marshals and sends the DescribeAvailabilityZones API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeCustomerGatewaysRequest

func (DescribeCustomerGatewaysInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeCustomerGatewaysResult

func (DescribeCustomerGatewaysOutput) GoString

GoString returns the string representation

func (DescribeCustomerGatewaysOutput) SDKResponseMetadata

func (s DescribeCustomerGatewaysOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeCustomerGatewaysOutput) String

String returns the string representation

type DescribeCustomerGatewaysRequest

type DescribeCustomerGatewaysRequest struct {
	*aws.Request
	Input *DescribeCustomerGatewaysInput
	Copy  func(*DescribeCustomerGatewaysInput) DescribeCustomerGatewaysRequest
}

DescribeCustomerGatewaysRequest is a API request type for the DescribeCustomerGateways API operation.

func (DescribeCustomerGatewaysRequest) Send

Send marshals and sends the DescribeCustomerGateways API request.

type DescribeDhcpOptionsInput

type DescribeDhcpOptionsInput struct {
	DhcpOptionsId []string `locationName:"DhcpOptionsId" type:"list"`

	Filter []RequestFilterStruct `locationName:"Filter" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeDhcpOptionsRequest

func (DescribeDhcpOptionsInput) GoString

func (s DescribeDhcpOptionsInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeDhcpOptionsResult

func (DescribeDhcpOptionsOutput) GoString

func (s DescribeDhcpOptionsOutput) GoString() string

GoString returns the string representation

func (DescribeDhcpOptionsOutput) SDKResponseMetadata

func (s DescribeDhcpOptionsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeDhcpOptionsOutput) String

func (s DescribeDhcpOptionsOutput) String() string

String returns the string representation

type DescribeDhcpOptionsRequest

type DescribeDhcpOptionsRequest struct {
	*aws.Request
	Input *DescribeDhcpOptionsInput
	Copy  func(*DescribeDhcpOptionsInput) DescribeDhcpOptionsRequest
}

DescribeDhcpOptionsRequest is a API request type for the DescribeDhcpOptions API operation.

func (DescribeDhcpOptionsRequest) Send

Send marshals and sends the DescribeDhcpOptions API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeImagesRequest

func (DescribeImagesInput) GoString

func (s DescribeImagesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeImagesResult

func (DescribeImagesOutput) GoString

func (s DescribeImagesOutput) GoString() string

GoString returns the string representation

func (DescribeImagesOutput) SDKResponseMetadata

func (s DescribeImagesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeImagesOutput) String

func (s DescribeImagesOutput) String() string

String returns the string representation

type DescribeImagesRequest

type DescribeImagesRequest struct {
	*aws.Request
	Input *DescribeImagesInput
	Copy  func(*DescribeImagesInput) DescribeImagesRequest
}

DescribeImagesRequest is a API request type for the DescribeImages API operation.

func (DescribeImagesRequest) Send

Send marshals and sends the DescribeImages API request.

type DescribeInstanceAttributeInput

type DescribeInstanceAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeInstanceAttributeRequest

func (DescribeInstanceAttributeInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeInstanceAttributeResult

func (DescribeInstanceAttributeOutput) GoString

GoString returns the string representation

func (DescribeInstanceAttributeOutput) SDKResponseMetadata

func (s DescribeInstanceAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeInstanceAttributeOutput) String

String returns the string representation

type DescribeInstanceAttributeRequest

type DescribeInstanceAttributeRequest struct {
	*aws.Request
	Input *DescribeInstanceAttributeInput
	Copy  func(*DescribeInstanceAttributeInput) DescribeInstanceAttributeRequest
}

DescribeInstanceAttributeRequest is a API request type for the DescribeInstanceAttribute API operation.

func (DescribeInstanceAttributeRequest) Send

Send marshals and sends the DescribeInstanceAttribute API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeInstanceHealthRequest

func (DescribeInstanceHealthInput) GoString

func (s DescribeInstanceHealthInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeInstanceHealthResult

func (DescribeInstanceHealthOutput) GoString

func (s DescribeInstanceHealthOutput) GoString() string

GoString returns the string representation

func (DescribeInstanceHealthOutput) SDKResponseMetadata

func (s DescribeInstanceHealthOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeInstanceHealthOutput) String

String returns the string representation

type DescribeInstanceHealthRequest

type DescribeInstanceHealthRequest struct {
	*aws.Request
	Input *DescribeInstanceHealthInput
	Copy  func(*DescribeInstanceHealthInput) DescribeInstanceHealthRequest
}

DescribeInstanceHealthRequest is a API request type for the DescribeInstanceHealth API operation.

func (DescribeInstanceHealthRequest) Send

Send marshals and sends the DescribeInstanceHealth API request.

type DescribeInstancesInput

type DescribeInstancesInput struct {
	InstanceId []string `locationName:"InstanceId" type:"list"`

	Tenancy []string `locationName:"Tenancy" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeInstancesRequest

func (DescribeInstancesInput) GoString

func (s DescribeInstancesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeInstancesResult

func (DescribeInstancesOutput) GoString

func (s DescribeInstancesOutput) GoString() string

GoString returns the string representation

func (DescribeInstancesOutput) SDKResponseMetadata

func (s DescribeInstancesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeInstancesOutput) String

func (s DescribeInstancesOutput) String() string

String returns the string representation

type DescribeInstancesRequest

type DescribeInstancesRequest struct {
	*aws.Request
	Input *DescribeInstancesInput
	Copy  func(*DescribeInstancesInput) DescribeInstancesRequest
}

DescribeInstancesRequest is a API request type for the DescribeInstances API operation.

func (DescribeInstancesRequest) Send

Send marshals and sends the DescribeInstances API request.

type DescribeKeyPairsInput

type DescribeKeyPairsInput struct {
	KeyName []string `locationName:"KeyName" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeKeyPairsRequest

func (DescribeKeyPairsInput) GoString

func (s DescribeKeyPairsInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeKeyPairsResult

func (DescribeKeyPairsOutput) GoString

func (s DescribeKeyPairsOutput) GoString() string

GoString returns the string representation

func (DescribeKeyPairsOutput) SDKResponseMetadata

func (s DescribeKeyPairsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeKeyPairsOutput) String

func (s DescribeKeyPairsOutput) String() string

String returns the string representation

type DescribeKeyPairsRequest

type DescribeKeyPairsRequest struct {
	*aws.Request
	Input *DescribeKeyPairsInput
	Copy  func(*DescribeKeyPairsInput) DescribeKeyPairsRequest
}

DescribeKeyPairsRequest is a API request type for the DescribeKeyPairs API operation.

func (DescribeKeyPairsRequest) Send

Send marshals and sends the DescribeKeyPairs API request.

type DescribeLoadBalancersInput

type DescribeLoadBalancersInput struct {
	LoadBalancerNames []RequestLoadBalancerNamesStruct `locationName:"LoadBalancerNames" locationNameList:"member" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeLoadBalancersRequest

func (DescribeLoadBalancersInput) GoString

func (s DescribeLoadBalancersInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeLoadBalancersResult

func (DescribeLoadBalancersOutput) GoString

func (s DescribeLoadBalancersOutput) GoString() string

GoString returns the string representation

func (DescribeLoadBalancersOutput) SDKResponseMetadata

func (s DescribeLoadBalancersOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeLoadBalancersOutput) String

String returns the string representation

type DescribeLoadBalancersRequest

type DescribeLoadBalancersRequest struct {
	*aws.Request
	Input *DescribeLoadBalancersInput
	Copy  func(*DescribeLoadBalancersInput) DescribeLoadBalancersRequest
}

DescribeLoadBalancersRequest is a API request type for the DescribeLoadBalancers API operation.

func (DescribeLoadBalancersRequest) Send

Send marshals and sends the DescribeLoadBalancers API request.

type DescribeNetworkInterfacesInput

type DescribeNetworkInterfacesInput struct {
	Filter []RequestFilterStruct `locationName:"Filter" type:"list"`

	NetworkInterfaceId []string `locationName:"NetworkInterfaceId" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeNetworkInterfacesRequest

func (DescribeNetworkInterfacesInput) GoString

GoString returns the string representation

func (DescribeNetworkInterfacesInput) String

String returns the string representation

type DescribeNetworkInterfacesOutput

type DescribeNetworkInterfacesOutput struct {
	NetworkInterfaceSet []NetworkInterfaceSetItem `locationName:"networkInterfaceSet" locationNameList:"item" type:"list"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeNetworkInterfacesResult

func (DescribeNetworkInterfacesOutput) GoString

GoString returns the string representation

func (DescribeNetworkInterfacesOutput) SDKResponseMetadata

func (s DescribeNetworkInterfacesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeNetworkInterfacesOutput) String

String returns the string representation

type DescribeNetworkInterfacesRequest

type DescribeNetworkInterfacesRequest struct {
	*aws.Request
	Input *DescribeNetworkInterfacesInput
	Copy  func(*DescribeNetworkInterfacesInput) DescribeNetworkInterfacesRequest
}

DescribeNetworkInterfacesRequest is a API request type for the DescribeNetworkInterfaces API operation.

func (DescribeNetworkInterfacesRequest) Send

Send marshals and sends the DescribeNetworkInterfaces API request.

type DescribeRegionsInput

type DescribeRegionsInput struct {
	RegionName []string `locationName:"RegionName" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeRegionsRequest

func (DescribeRegionsInput) GoString

func (s DescribeRegionsInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeRegionsResult

func (DescribeRegionsOutput) GoString

func (s DescribeRegionsOutput) GoString() string

GoString returns the string representation

func (DescribeRegionsOutput) SDKResponseMetadata

func (s DescribeRegionsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeRegionsOutput) String

func (s DescribeRegionsOutput) String() string

String returns the string representation

type DescribeRegionsRequest

type DescribeRegionsRequest struct {
	*aws.Request
	Input *DescribeRegionsInput
	Copy  func(*DescribeRegionsInput) DescribeRegionsRequest
}

DescribeRegionsRequest is a API request type for the DescribeRegions API operation.

func (DescribeRegionsRequest) Send

Send marshals and sends the DescribeRegions API request.

type DescribeResourcesInput

type DescribeResourcesInput struct {
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeResourcesRequest

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeResourcesResult

func (DescribeResourcesOutput) GoString

func (s DescribeResourcesOutput) GoString() string

GoString returns the string representation

func (DescribeResourcesOutput) SDKResponseMetadata

func (s DescribeResourcesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeResourcesOutput) String

func (s DescribeResourcesOutput) String() string

String returns the string representation

type DescribeResourcesRequest

type DescribeResourcesRequest struct {
	*aws.Request
	Input *DescribeResourcesInput
	Copy  func(*DescribeResourcesInput) DescribeResourcesRequest
}

DescribeResourcesRequest is a API request type for the DescribeResources API operation.

func (DescribeResourcesRequest) Send

Send marshals and sends the DescribeResources API request.

type DescribeRouteTablesInput

type DescribeRouteTablesInput struct {
	Filter []RequestFilterStruct `locationName:"Filter" type:"list"`

	RouteTableId []string `locationName:"RouteTableId" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeRouteTablesRequest

func (DescribeRouteTablesInput) GoString

func (s DescribeRouteTablesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeRouteTablesResult

func (DescribeRouteTablesOutput) GoString

func (s DescribeRouteTablesOutput) GoString() string

GoString returns the string representation

func (DescribeRouteTablesOutput) SDKResponseMetadata

func (s DescribeRouteTablesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeRouteTablesOutput) String

func (s DescribeRouteTablesOutput) String() string

String returns the string representation

type DescribeRouteTablesRequest

type DescribeRouteTablesRequest struct {
	*aws.Request
	Input *DescribeRouteTablesInput
	Copy  func(*DescribeRouteTablesInput) DescribeRouteTablesRequest
}

DescribeRouteTablesRequest is a API request type for the DescribeRouteTables API operation.

func (DescribeRouteTablesRequest) Send

Send marshals and sends the DescribeRouteTables API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSecurityActivitiesRequest

func (DescribeSecurityActivitiesInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSecurityActivitiesResult

func (DescribeSecurityActivitiesOutput) GoString

GoString returns the string representation

func (DescribeSecurityActivitiesOutput) SDKResponseMetadata

func (s DescribeSecurityActivitiesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeSecurityActivitiesOutput) String

String returns the string representation

type DescribeSecurityActivitiesRequest

type DescribeSecurityActivitiesRequest struct {
	*aws.Request
	Input *DescribeSecurityActivitiesInput
	Copy  func(*DescribeSecurityActivitiesInput) DescribeSecurityActivitiesRequest
}

DescribeSecurityActivitiesRequest is a API request type for the DescribeSecurityActivities API operation.

func (DescribeSecurityActivitiesRequest) Send

Send marshals and sends the DescribeSecurityActivities API request.

type DescribeSecurityGroupOptionInput

type DescribeSecurityGroupOptionInput struct {
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSecurityGroupOptionRequest

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSecurityGroupOptionResult

func (DescribeSecurityGroupOptionOutput) GoString

GoString returns the string representation

func (DescribeSecurityGroupOptionOutput) SDKResponseMetadata

func (s DescribeSecurityGroupOptionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeSecurityGroupOptionOutput) String

String returns the string representation

type DescribeSecurityGroupOptionRequest

type DescribeSecurityGroupOptionRequest struct {
	*aws.Request
	Input *DescribeSecurityGroupOptionInput
	Copy  func(*DescribeSecurityGroupOptionInput) DescribeSecurityGroupOptionRequest
}

DescribeSecurityGroupOptionRequest is a API request type for the DescribeSecurityGroupOption API operation.

func (DescribeSecurityGroupOptionRequest) Send

Send marshals and sends the DescribeSecurityGroupOption API request.

type DescribeSecurityGroupsInput

type DescribeSecurityGroupsInput struct {
	Filter []RequestFilterStruct `locationName:"Filter" type:"list"`

	GroupName []string `locationName:"GroupName" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSecurityGroupsRequest

func (DescribeSecurityGroupsInput) GoString

func (s DescribeSecurityGroupsInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSecurityGroupsResult

func (DescribeSecurityGroupsOutput) GoString

func (s DescribeSecurityGroupsOutput) GoString() string

GoString returns the string representation

func (DescribeSecurityGroupsOutput) SDKResponseMetadata

func (s DescribeSecurityGroupsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeSecurityGroupsOutput) String

String returns the string representation

type DescribeSecurityGroupsRequest

type DescribeSecurityGroupsRequest struct {
	*aws.Request
	Input *DescribeSecurityGroupsInput
	Copy  func(*DescribeSecurityGroupsInput) DescribeSecurityGroupsRequest
}

DescribeSecurityGroupsRequest is a API request type for the DescribeSecurityGroups API operation.

func (DescribeSecurityGroupsRequest) Send

Send marshals and sends the DescribeSecurityGroups API request.

type DescribeServiceStatusInput

type DescribeServiceStatusInput struct {
	FromDate *string `locationName:"FromDate" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeServiceStatusRequest

func (DescribeServiceStatusInput) GoString

func (s DescribeServiceStatusInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeServiceStatusResult

func (DescribeServiceStatusOutput) GoString

func (s DescribeServiceStatusOutput) GoString() string

GoString returns the string representation

func (DescribeServiceStatusOutput) SDKResponseMetadata

func (s DescribeServiceStatusOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeServiceStatusOutput) String

String returns the string representation

type DescribeServiceStatusRequest

type DescribeServiceStatusRequest struct {
	*aws.Request
	Input *DescribeServiceStatusInput
	Copy  func(*DescribeServiceStatusInput) DescribeServiceStatusRequest
}

DescribeServiceStatusRequest is a API request type for the DescribeServiceStatus API operation.

func (DescribeServiceStatusRequest) Send

Send marshals and sends the DescribeServiceStatus API request.

type DescribeSslCertificateAttributeInput

type DescribeSslCertificateAttributeInput struct {
	Attribute *string `locationName:"Attribute" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSslCertificateAttributeRequest

func (DescribeSslCertificateAttributeInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSslCertificateAttributeResult

func (DescribeSslCertificateAttributeOutput) GoString

GoString returns the string representation

func (DescribeSslCertificateAttributeOutput) SDKResponseMetadata

func (s DescribeSslCertificateAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeSslCertificateAttributeOutput) String

String returns the string representation

type DescribeSslCertificateAttributeRequest

type DescribeSslCertificateAttributeRequest struct {
	*aws.Request
	Input *DescribeSslCertificateAttributeInput
	Copy  func(*DescribeSslCertificateAttributeInput) DescribeSslCertificateAttributeRequest
}

DescribeSslCertificateAttributeRequest is a API request type for the DescribeSslCertificateAttribute API operation.

func (DescribeSslCertificateAttributeRequest) Send

Send marshals and sends the DescribeSslCertificateAttribute API request.

type DescribeSslCertificatesInput

type DescribeSslCertificatesInput struct {
	Fqdn []string `locationName:"Fqdn" type:"list"`

	FqdnId []string `locationName:"FqdnId" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSslCertificatesRequest

func (DescribeSslCertificatesInput) GoString

func (s DescribeSslCertificatesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeSslCertificatesResult

func (DescribeSslCertificatesOutput) GoString

GoString returns the string representation

func (DescribeSslCertificatesOutput) SDKResponseMetadata

func (s DescribeSslCertificatesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeSslCertificatesOutput) String

String returns the string representation

type DescribeSslCertificatesRequest

type DescribeSslCertificatesRequest struct {
	*aws.Request
	Input *DescribeSslCertificatesInput
	Copy  func(*DescribeSslCertificatesInput) DescribeSslCertificatesRequest
}

DescribeSslCertificatesRequest is a API request type for the DescribeSslCertificates API operation.

func (DescribeSslCertificatesRequest) Send

Send marshals and sends the DescribeSslCertificates API request.

type DescribeUploadsInput

type DescribeUploadsInput struct {
	ConversionTaskId []string `locationName:"ConversionTaskId" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeUploadsRequest

func (DescribeUploadsInput) GoString

func (s DescribeUploadsInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeUploadsResult

func (DescribeUploadsOutput) GoString

func (s DescribeUploadsOutput) GoString() string

GoString returns the string representation

func (DescribeUploadsOutput) SDKResponseMetadata

func (s DescribeUploadsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeUploadsOutput) String

func (s DescribeUploadsOutput) String() string

String returns the string representation

type DescribeUploadsRequest

type DescribeUploadsRequest struct {
	*aws.Request
	Input *DescribeUploadsInput
	Copy  func(*DescribeUploadsInput) DescribeUploadsRequest
}

DescribeUploadsRequest is a API request type for the DescribeUploads API operation.

func (DescribeUploadsRequest) Send

Send marshals and sends the DescribeUploads API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeUsageRequest

func (DescribeUsageInput) GoString

func (s DescribeUsageInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeUsageResult

func (DescribeUsageOutput) GoString

func (s DescribeUsageOutput) GoString() string

GoString returns the string representation

func (DescribeUsageOutput) SDKResponseMetadata

func (s DescribeUsageOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeUsageOutput) String

func (s DescribeUsageOutput) String() string

String returns the string representation

type DescribeUsageRequest

type DescribeUsageRequest struct {
	*aws.Request
	Input *DescribeUsageInput
	Copy  func(*DescribeUsageInput) DescribeUsageRequest
}

DescribeUsageRequest is a API request type for the DescribeUsage API operation.

func (DescribeUsageRequest) Send

Send marshals and sends the DescribeUsage API request.

type DescribeUserActivitiesInput

type DescribeUserActivitiesInput struct {
	Range *RequestRangeStruct `locationName:"Range" type:"structure"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeUserActivitiesRequest

func (DescribeUserActivitiesInput) GoString

func (s DescribeUserActivitiesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeUserActivitiesResult

func (DescribeUserActivitiesOutput) GoString

func (s DescribeUserActivitiesOutput) GoString() string

GoString returns the string representation

func (DescribeUserActivitiesOutput) SDKResponseMetadata

func (s DescribeUserActivitiesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeUserActivitiesOutput) String

String returns the string representation

type DescribeUserActivitiesRequest

type DescribeUserActivitiesRequest struct {
	*aws.Request
	Input *DescribeUserActivitiesInput
	Copy  func(*DescribeUserActivitiesInput) DescribeUserActivitiesRequest
}

DescribeUserActivitiesRequest is a API request type for the DescribeUserActivities API operation.

func (DescribeUserActivitiesRequest) Send

Send marshals and sends the DescribeUserActivities API request.

type DescribeVolumesInput

type DescribeVolumesInput struct {
	VolumeId []string `locationName:"VolumeId" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeVolumesRequest

func (DescribeVolumesInput) GoString

func (s DescribeVolumesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeVolumesResult

func (DescribeVolumesOutput) GoString

func (s DescribeVolumesOutput) GoString() string

GoString returns the string representation

func (DescribeVolumesOutput) SDKResponseMetadata

func (s DescribeVolumesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeVolumesOutput) String

func (s DescribeVolumesOutput) String() string

String returns the string representation

type DescribeVolumesRequest

type DescribeVolumesRequest struct {
	*aws.Request
	Input *DescribeVolumesInput
	Copy  func(*DescribeVolumesInput) DescribeVolumesRequest
}

DescribeVolumesRequest is a API request type for the DescribeVolumes API operation.

func (DescribeVolumesRequest) Send

Send marshals and sends the DescribeVolumes API request.

type DescribeVpnConnectionsInput

type DescribeVpnConnectionsInput struct {
	Filter []RequestFilterStruct `locationName:"Filter" type:"list"`

	VpnConnectionId []string `locationName:"VpnConnectionId" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeVpnConnectionsRequest

func (DescribeVpnConnectionsInput) GoString

func (s DescribeVpnConnectionsInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeVpnConnectionsResult

func (DescribeVpnConnectionsOutput) GoString

func (s DescribeVpnConnectionsOutput) GoString() string

GoString returns the string representation

func (DescribeVpnConnectionsOutput) SDKResponseMetadata

func (s DescribeVpnConnectionsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeVpnConnectionsOutput) String

String returns the string representation

type DescribeVpnConnectionsRequest

type DescribeVpnConnectionsRequest struct {
	*aws.Request
	Input *DescribeVpnConnectionsInput
	Copy  func(*DescribeVpnConnectionsInput) DescribeVpnConnectionsRequest
}

DescribeVpnConnectionsRequest is a API request type for the DescribeVpnConnections API operation.

func (DescribeVpnConnectionsRequest) Send

Send marshals and sends the DescribeVpnConnections API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeVpnGatewaysRequest

func (DescribeVpnGatewaysInput) GoString

func (s DescribeVpnGatewaysInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescribeVpnGatewaysResult

func (DescribeVpnGatewaysOutput) GoString

func (s DescribeVpnGatewaysOutput) GoString() string

GoString returns the string representation

func (DescribeVpnGatewaysOutput) SDKResponseMetadata

func (s DescribeVpnGatewaysOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeVpnGatewaysOutput) String

func (s DescribeVpnGatewaysOutput) String() string

String returns the string representation

type DescribeVpnGatewaysRequest

type DescribeVpnGatewaysRequest struct {
	*aws.Request
	Input *DescribeVpnGatewaysInput
	Copy  func(*DescribeVpnGatewaysInput) DescribeVpnGatewaysRequest
}

DescribeVpnGatewaysRequest is a API request type for the DescribeVpnGateways API operation.

func (DescribeVpnGatewaysRequest) Send

Send marshals and sends the DescribeVpnGateways API request.

type DescriptionValue

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DescriptionValue

func (DescriptionValue) GoString

func (s DescriptionValue) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Destination

func (Destination) GoString

func (s Destination) GoString() string

GoString returns the string representation

func (Destination) String

func (s Destination) String() string

String returns the string representation

type DetachNetworkInterfaceInput

type DetachNetworkInterfaceInput struct {
	AttachmentId *string `locationName:"AttachmentId" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DetachNetworkInterfaceRequest

func (DetachNetworkInterfaceInput) GoString

func (s DetachNetworkInterfaceInput) GoString() string

GoString returns the string representation

func (DetachNetworkInterfaceInput) String

String returns the string representation

type DetachNetworkInterfaceOutput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DetachNetworkInterfaceResult

func (DetachNetworkInterfaceOutput) GoString

func (s DetachNetworkInterfaceOutput) GoString() string

GoString returns the string representation

func (DetachNetworkInterfaceOutput) SDKResponseMetadata

func (s DetachNetworkInterfaceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DetachNetworkInterfaceOutput) String

String returns the string representation

type DetachNetworkInterfaceRequest

type DetachNetworkInterfaceRequest struct {
	*aws.Request
	Input *DetachNetworkInterfaceInput
	Copy  func(*DetachNetworkInterfaceInput) DetachNetworkInterfaceRequest
}

DetachNetworkInterfaceRequest is a API request type for the DetachNetworkInterface API operation.

func (DetachNetworkInterfaceRequest) Send

Send marshals and sends the DetachNetworkInterface API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DetachVolumeRequest

func (DetachVolumeInput) GoString

func (s DetachVolumeInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DetachVolumeResult

func (DetachVolumeOutput) GoString

func (s DetachVolumeOutput) GoString() string

GoString returns the string representation

func (DetachVolumeOutput) SDKResponseMetadata

func (s DetachVolumeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DetachVolumeOutput) String

func (s DetachVolumeOutput) String() string

String returns the string representation

type DetachVolumeRequest

type DetachVolumeRequest struct {
	*aws.Request
	Input *DetachVolumeInput
	Copy  func(*DetachVolumeInput) DetachVolumeRequest
}

DetachVolumeRequest is a API request type for the DetachVolume API operation.

func (DetachVolumeRequest) Send

Send marshals and sends the DetachVolume API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Details

func (Details) GoString

func (s Details) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DhcpConfig

func (DhcpConfig) GoString

func (s DhcpConfig) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DhcpConfigsSetItem

func (DhcpConfigsSetItem) GoString

func (s DhcpConfigsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DhcpConfigurationSetItem

func (DhcpConfigurationSetItem) GoString

func (s DhcpConfigurationSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DhcpConfigurationSetTypeSetItem

func (DhcpConfigurationSetTypeSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DhcpIpAddressInformationSet

func (DhcpIpAddressInformationSet) GoString

func (s DhcpIpAddressInformationSet) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DhcpIpAddressSetItem

func (DhcpIpAddressSetItem) GoString

func (s DhcpIpAddressSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DhcpOptions

func (DhcpOptions) GoString

func (s DhcpOptions) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DhcpOptionsSet

func (DhcpOptionsSet) GoString

func (s DhcpOptionsSet) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DhcpStatusInformationSetItem

func (DhcpStatusInformationSetItem) GoString

func (s DhcpStatusInformationSetItem) GoString() string

GoString returns the string representation

func (DhcpStatusInformationSetItem) String

String returns the string representation

type DisableApiTermination

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DisableApiTermination

func (DisableApiTermination) GoString

func (s DisableApiTermination) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DisassociateAddressRequest

func (DisassociateAddressInput) GoString

func (s DisassociateAddressInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DisassociateAddressResult

func (DisassociateAddressOutput) GoString

func (s DisassociateAddressOutput) GoString() string

GoString returns the string representation

func (DisassociateAddressOutput) SDKResponseMetadata

func (s DisassociateAddressOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DisassociateAddressOutput) String

func (s DisassociateAddressOutput) String() string

String returns the string representation

type DisassociateAddressRequest

type DisassociateAddressRequest struct {
	*aws.Request
	Input *DisassociateAddressInput
	Copy  func(*DisassociateAddressInput) DisassociateAddressRequest
}

DisassociateAddressRequest is a API request type for the DisassociateAddress API operation.

func (DisassociateAddressRequest) Send

Send marshals and sends the DisassociateAddress API request.

type DisassociateRouteTableInput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DisassociateRouteTableRequest

func (DisassociateRouteTableInput) GoString

func (s DisassociateRouteTableInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DisassociateRouteTableResult

func (DisassociateRouteTableOutput) GoString

func (s DisassociateRouteTableOutput) GoString() string

GoString returns the string representation

func (DisassociateRouteTableOutput) SDKResponseMetadata

func (s DisassociateRouteTableOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DisassociateRouteTableOutput) String

String returns the string representation

type DisassociateRouteTableRequest

type DisassociateRouteTableRequest struct {
	*aws.Request
	Input *DisassociateRouteTableInput
	Copy  func(*DisassociateRouteTableInput) DisassociateRouteTableRequest
}

DisassociateRouteTableRequest is a API request type for the DisassociateRouteTable API operation.

func (DisassociateRouteTableRequest) Send

Send marshals and sends the DisassociateRouteTable API request.

type DissociateUsersInput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DissociateUsersRequest

func (DissociateUsersInput) GoString

func (s DissociateUsersInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DissociateUsersResult

func (DissociateUsersOutput) GoString

func (s DissociateUsersOutput) GoString() string

GoString returns the string representation

func (DissociateUsersOutput) SDKResponseMetadata

func (s DissociateUsersOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DissociateUsersOutput) String

func (s DissociateUsersOutput) String() string

String returns the string representation

type DissociateUsersRequest

type DissociateUsersRequest struct {
	*aws.Request
	Input *DissociateUsersInput
	Copy  func(*DissociateUsersInput) DissociateUsersRequest
}

DissociateUsersRequest is a API request type for the DissociateUsers API operation.

func (DissociateUsersRequest) Send

Send marshals and sends the DissociateUsers API request.

type DownloadSslCertificateInput

type DownloadSslCertificateInput struct {
	FileType *string `locationName:"FileType" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DownloadSslCertificateRequest

func (DownloadSslCertificateInput) GoString

func (s DownloadSslCertificateInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DownloadSslCertificateResult

func (DownloadSslCertificateOutput) GoString

func (s DownloadSslCertificateOutput) GoString() string

GoString returns the string representation

func (DownloadSslCertificateOutput) SDKResponseMetadata

func (s DownloadSslCertificateOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DownloadSslCertificateOutput) String

String returns the string representation

type DownloadSslCertificateRequest

type DownloadSslCertificateRequest struct {
	*aws.Request
	Input *DownloadSslCertificateInput
	Copy  func(*DownloadSslCertificateInput) DownloadSslCertificateRequest
}

DownloadSslCertificateRequest is a API request type for the DownloadSslCertificate API operation.

func (DownloadSslCertificateRequest) Send

Send marshals and sends the DownloadSslCertificate API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DynamicIpMeasuredRate

func (DynamicIpMeasuredRate) GoString

func (s DynamicIpMeasuredRate) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/DynamicIpMonthlyRate

func (DynamicIpMonthlyRate) GoString

func (s DynamicIpMonthlyRate) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ELBVersionInformation

func (ELBVersionInformation) GoString

func (s ELBVersionInformation) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Ebs

func (Ebs) GoString

func (s Ebs) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ElasticIpInfo

func (ElasticIpInfo) GoString

func (s ElasticIpInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ElasticIpItemSetItem

func (ElasticIpItemSetItem) GoString

func (s ElasticIpItemSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ElasticIpSetItem

func (ElasticIpSetItem) GoString

func (s ElasticIpSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ElasticLoadBalancerDescriptionsMemberItem

func (ElasticLoadBalancerDescriptionsMemberItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ElasticLoadBalancerInfo

func (ElasticLoadBalancerInfo) GoString

func (s ElasticLoadBalancerInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ElasticLoadBalancerListenerDescriptionsMemberItem

func (ElasticLoadBalancerListenerDescriptionsMemberItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ElasticLoadBalancingSetItem

func (ElasticLoadBalancingSetItem) GoString

func (s ElasticLoadBalancingSetItem) GoString() string

GoString returns the string representation

func (ElasticLoadBalancingSetItem) String

String returns the string representation

type EmailAddressSetItem

type EmailAddressSetItem struct {
	EmailAddress *string `locationName:"emailAddress" type:"string"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/EmailAddressSetItem

func (EmailAddressSetItem) GoString

func (s EmailAddressSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ExtraChargeInfo

func (ExtraChargeInfo) GoString

func (s ExtraChargeInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ExtraChargeMonthlyRateSetItem

func (ExtraChargeMonthlyRateSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Filter

func (Filter) GoString

func (s Filter) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/GroupIdValue

func (GroupIdValue) GoString

func (s GroupIdValue) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/GroupSetItem

func (GroupSetItem) GoString

func (s GroupSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/GroupsSetItem

func (GroupsSetItem) GoString

func (s GroupsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/HealthCheck

func (HealthCheck) GoString

func (s HealthCheck) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/IPAddressesMemberItem

func (IPAddressesMemberItem) GoString

func (s IPAddressesMemberItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Image

func (Image) GoString

func (s Image) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ImageInfo

func (ImageInfo) GoString

func (s ImageInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ImagesSetItem

func (ImagesSetItem) GoString

func (s ImagesSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ImportInstance

func (ImportInstance) GoString

func (s ImportInstance) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ImportInstanceDiskMeasuredRate

func (ImportInstanceDiskMeasuredRate) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ImportInstanceDiskMonthlyRate

func (ImportInstanceDiskMonthlyRate) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ImportInstanceRequest

func (ImportInstanceInput) GoString

func (s ImportInstanceInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ImportInstanceResult

func (ImportInstanceOutput) GoString

func (s ImportInstanceOutput) GoString() string

GoString returns the string representation

func (ImportInstanceOutput) SDKResponseMetadata

func (s ImportInstanceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ImportInstanceOutput) String

func (s ImportInstanceOutput) String() string

String returns the string representation

type ImportInstanceRequest

type ImportInstanceRequest struct {
	*aws.Request
	Input *ImportInstanceInput
	Copy  func(*ImportInstanceInput) ImportInstanceRequest
}

ImportInstanceRequest is a API request type for the ImportInstance API operation.

func (ImportInstanceRequest) Send

Send marshals and sends the ImportInstance API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ImportKeyPairRequest

func (ImportKeyPairInput) GoString

func (s ImportKeyPairInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ImportKeyPairResult

func (ImportKeyPairOutput) GoString

func (s ImportKeyPairOutput) GoString() string

GoString returns the string representation

func (ImportKeyPairOutput) SDKResponseMetadata

func (s ImportKeyPairOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ImportKeyPairOutput) String

func (s ImportKeyPairOutput) String() string

String returns the string representation

type ImportKeyPairRequest

type ImportKeyPairRequest struct {
	*aws.Request
	Input *ImportKeyPairInput
	Copy  func(*ImportKeyPairInput) ImportKeyPairRequest
}

ImportKeyPairRequest is a API request type for the ImportKeyPair API operation.

func (ImportKeyPairRequest) Send

Send marshals and sends the ImportKeyPair API request.

type InboundInterface

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InboundInterface

func (InboundInterface) GoString

func (s InboundInterface) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstanceCopy

func (InstanceCopy) GoString

func (s InstanceCopy) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstanceInfo

func (InstanceInfo) GoString

func (s InstanceInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstanceInitiatedShutdownBehavior

func (InstanceInitiatedShutdownBehavior) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstanceItemSetItem

func (InstanceItemSetItem) GoString

func (s InstanceItemSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstanceMonthlyRateSetItem

func (InstanceMonthlyRateSetItem) GoString

func (s InstanceMonthlyRateSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstanceSetItem

func (InstanceSetItem) GoString

func (s InstanceSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstanceState

func (InstanceState) GoString

func (s InstanceState) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstanceStatesMemberItem

func (InstanceStatesMemberItem) GoString

func (s InstanceStatesMemberItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstanceType

func (InstanceType) GoString

func (s InstanceType) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstanceUniqueIdsSetItem

func (InstanceUniqueIdsSetItem) GoString

func (s InstanceUniqueIdsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstancesMemberItem

func (InstancesMemberItem) GoString

func (s InstancesMemberItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstancesNetworkInterfaceSetItem

func (InstancesNetworkInterfaceSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InstancesSetItem

func (InstancesSetItem) GoString

func (s InstancesSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InternetVpnInfo

func (InternetVpnInfo) GoString

func (s InternetVpnInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InternetVpnInitial

func (InternetVpnInitial) GoString

func (s InternetVpnInitial) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/InternetVpnMonthlyRateSetItem

func (InternetVpnMonthlyRateSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/IpAddressPoolSetItem

func (IpAddressPoolSetItem) GoString

func (s IpAddressPoolSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/IpAddressPoolsSetItem

func (IpAddressPoolsSetItem) GoString

func (s IpAddressPoolsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/IpPermissionsSetItem

func (IpPermissionsSetItem) GoString

func (s IpPermissionsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/IpRangesSetItem

func (IpRangesSetItem) GoString

func (s IpRangesSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/IpType

func (IpType) GoString

func (s IpType) GoString() string

GoString returns the string representation

func (IpType) String

func (s IpType) String() string

String returns the string representation

type Ipv6AddressesSetItem

type Ipv6AddressesSetItem struct {
	Ipv6Address *string `locationName:"ipv6Address" type:"string"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Ipv6AddressesSetItem

func (Ipv6AddressesSetItem) GoString

func (s Ipv6AddressesSetItem) GoString() string

GoString returns the string representation

func (Ipv6AddressesSetItem) String

func (s Ipv6AddressesSetItem) 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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/KeepImageSetItem

func (KeepImageSetItem) GoString

func (s KeepImageSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Kernel

func (Kernel) GoString

func (s Kernel) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/KeyLength

func (KeyLength) GoString

func (s KeyLength) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/KeySetItem

func (KeySetItem) GoString

func (s KeySetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/LBCookieStickinessPoliciesMemberItem

func (LBCookieStickinessPoliciesMemberItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/LicenseInfo

func (LicenseInfo) GoString

func (s LicenseInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/LicenseMonthlyRateSetItem

func (LicenseMonthlyRateSetItem) GoString

func (s LicenseMonthlyRateSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ListenInterface

func (ListenInterface) GoString

func (s ListenInterface) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Listener

func (Listener) GoString

func (s Listener) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ListenerDescriptionsMemberItem

func (ListenerDescriptionsMemberItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ListenersMemberItem

func (ListenersMemberItem) GoString

func (s ListenersMemberItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/LoadBalancerDescriptionsMemberItem

func (LoadBalancerDescriptionsMemberItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/LoadBalancerInfo

func (LoadBalancerInfo) GoString

func (s LoadBalancerInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/LoadBalancingSetItem

func (LoadBalancingSetItem) GoString

func (s LoadBalancingSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/LoadbalancingSetItem

func (LoadbalancingSetItem) GoString

func (s LoadbalancingSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/LogSetItem

func (LogSetItem) GoString

func (s LogSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/MailSendInfo

func (MailSendInfo) GoString

func (s MailSendInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/MailSendInitial

func (MailSendInitial) GoString

func (s MailSendInitial) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/MailSendMeasuredRate

func (MailSendMeasuredRate) GoString

func (s MailSendMeasuredRate) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/MailSendMonthlyExceedRate

func (MailSendMonthlyExceedRate) GoString

func (s MailSendMonthlyExceedRate) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/MailSendMonthlyRate

func (MailSendMonthlyRate) GoString

func (s MailSendMonthlyRate) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/MessageSetItem

func (MessageSetItem) GoString

func (s MessageSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/MobileFilter

func (MobileFilter) GoString

func (s MobileFilter) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyImageAttributeRequest

func (ModifyImageAttributeInput) GoString

func (s ModifyImageAttributeInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyImageAttributeResult

func (ModifyImageAttributeOutput) GoString

func (s ModifyImageAttributeOutput) GoString() string

GoString returns the string representation

func (ModifyImageAttributeOutput) SDKResponseMetadata

func (s ModifyImageAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ModifyImageAttributeOutput) String

String returns the string representation

type ModifyImageAttributeRequest

type ModifyImageAttributeRequest struct {
	*aws.Request
	Input *ModifyImageAttributeInput
	Copy  func(*ModifyImageAttributeInput) ModifyImageAttributeRequest
}

ModifyImageAttributeRequest is a API request type for the ModifyImageAttribute API operation.

func (ModifyImageAttributeRequest) Send

Send marshals and sends the ModifyImageAttribute API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyInstanceAttributeRequest

func (ModifyInstanceAttributeInput) GoString

func (s ModifyInstanceAttributeInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyInstanceAttributeResult

func (ModifyInstanceAttributeOutput) GoString

GoString returns the string representation

func (ModifyInstanceAttributeOutput) SDKResponseMetadata

func (s ModifyInstanceAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ModifyInstanceAttributeOutput) String

String returns the string representation

type ModifyInstanceAttributeRequest

type ModifyInstanceAttributeRequest struct {
	*aws.Request
	Input *ModifyInstanceAttributeInput
	Copy  func(*ModifyInstanceAttributeInput) ModifyInstanceAttributeRequest
}

ModifyInstanceAttributeRequest is a API request type for the ModifyInstanceAttribute API operation.

func (ModifyInstanceAttributeRequest) Send

Send marshals and sends the ModifyInstanceAttribute API request.

type ModifyNetworkInterfaceAttributeInput

type ModifyNetworkInterfaceAttributeInput struct {
	Description *string `locationName:"Description" type:"string"`

	IpAddress *string `locationName:"IpAddress" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyNetworkInterfaceAttributeRequest

func (ModifyNetworkInterfaceAttributeInput) GoString

GoString returns the string representation

func (ModifyNetworkInterfaceAttributeInput) String

String returns the string representation

type ModifyNetworkInterfaceAttributeOutput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyNetworkInterfaceAttributeResult

func (ModifyNetworkInterfaceAttributeOutput) GoString

GoString returns the string representation

func (ModifyNetworkInterfaceAttributeOutput) SDKResponseMetadata

func (s ModifyNetworkInterfaceAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ModifyNetworkInterfaceAttributeOutput) String

String returns the string representation

type ModifyNetworkInterfaceAttributeRequest

type ModifyNetworkInterfaceAttributeRequest struct {
	*aws.Request
	Input *ModifyNetworkInterfaceAttributeInput
	Copy  func(*ModifyNetworkInterfaceAttributeInput) ModifyNetworkInterfaceAttributeRequest
}

ModifyNetworkInterfaceAttributeRequest is a API request type for the ModifyNetworkInterfaceAttribute API operation.

func (ModifyNetworkInterfaceAttributeRequest) Send

Send marshals and sends the ModifyNetworkInterfaceAttribute API request.

type ModifySslCertificateAttributeInput

type ModifySslCertificateAttributeInput struct {
	Description *RequestDescriptionStruct `locationName:"Description" type:"structure"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifySslCertificateAttributeRequest

func (ModifySslCertificateAttributeInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifySslCertificateAttributeResult

func (ModifySslCertificateAttributeOutput) GoString

GoString returns the string representation

func (ModifySslCertificateAttributeOutput) SDKResponseMetadata

func (s ModifySslCertificateAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ModifySslCertificateAttributeOutput) String

String returns the string representation

type ModifySslCertificateAttributeRequest

type ModifySslCertificateAttributeRequest struct {
	*aws.Request
	Input *ModifySslCertificateAttributeInput
	Copy  func(*ModifySslCertificateAttributeInput) ModifySslCertificateAttributeRequest
}

ModifySslCertificateAttributeRequest is a API request type for the ModifySslCertificateAttribute API operation.

func (ModifySslCertificateAttributeRequest) Send

Send marshals and sends the ModifySslCertificateAttribute API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyVolumeAttributeRequest

func (ModifyVolumeAttributeInput) GoString

func (s ModifyVolumeAttributeInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ModifyVolumeAttributeResult

func (ModifyVolumeAttributeOutput) GoString

func (s ModifyVolumeAttributeOutput) GoString() string

GoString returns the string representation

func (ModifyVolumeAttributeOutput) SDKResponseMetadata

func (s ModifyVolumeAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ModifyVolumeAttributeOutput) String

String returns the string representation

type ModifyVolumeAttributeRequest

type ModifyVolumeAttributeRequest struct {
	*aws.Request
	Input *ModifyVolumeAttributeInput
	Copy  func(*ModifyVolumeAttributeInput) ModifyVolumeAttributeRequest
}

ModifyVolumeAttributeRequest is a API request type for the ModifyVolumeAttribute API operation.

func (ModifyVolumeAttributeRequest) Send

Send marshals and sends the ModifyVolumeAttribute API request.

type Monitoring

type Monitoring struct {
	State *string `locationName:"state" type:"string"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Monitoring

func (Monitoring) GoString

func (s Monitoring) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Month

func (Month) GoString

func (s Month) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/MultiAccount

func (MultiAccount) GoString

func (s MultiAccount) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/MultiAccountInfo

func (MultiAccountInfo) GoString

func (s MultiAccountInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/MultiIpMonthlyRate

func (MultiIpMonthlyRate) GoString

func (s MultiIpMonthlyRate) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NatRule

func (NatRule) GoString

func (s NatRule) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NatRuleSetItem

func (NatRuleSetItem) GoString

func (s NatRuleSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NatTable

func (NatTable) GoString

func (s NatTable) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NatTableSetItem

func (NatTableSetItem) GoString

func (s NatTableSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NetworkFlowSetItem

func (NetworkFlowSetItem) GoString

func (s NetworkFlowSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NetworkInfo

func (NetworkInfo) GoString

func (s NetworkInfo) GoString() string

GoString returns the string representation

func (NetworkInfo) String

func (s NetworkInfo) String() string

String returns the string representation

type NetworkInterface

type NetworkInterface struct {
	Association *Association `locationName:"association" type:"structure"`

	Attachment *Attachment `locationName:"attachment" type:"structure"`

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

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

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

	InterfaceType *string `locationName:"interfaceType" type:"string"`

	Ipv6AddressesSet []Ipv6AddressesSetItem `locationName:"ipv6AddressesSet" locationNameList:"item" type:"list"`

	MacAddress *string `locationName:"macAddress" type:"string"`

	NetworkInterfaceId *string `locationName:"networkInterfaceId" 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"`

	PrivateIpAddressesSet []PrivateIpAddressesSetItem `locationName:"privateIpAddressesSet" locationNameList:"item" type:"list"`

	RequesterId *string `locationName:"requesterId" type:"string"`

	RequesterManaged *string `locationName:"requesterManaged" type:"string"`

	SourceDestCheck *string `locationName:"sourceDestCheck" type:"string"`

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

	SubnetId *string `locationName:"subnetId" type:"string"`

	TagSet []TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NetworkInterface

func (NetworkInterface) GoString

func (s NetworkInterface) GoString() string

GoString returns the string representation

func (NetworkInterface) String

func (s NetworkInterface) String() string

String returns the string representation

type NetworkInterfaceSetItem

type NetworkInterfaceSetItem struct {
	Association *Association `locationName:"association" type:"structure"`

	Attachment *Attachment `locationName:"attachment" type:"structure"`

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

	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"`

	InterfaceType *string `locationName:"interfaceType" type:"string"`

	IpAddress *string `locationName:"ipAddress" type:"string"`

	Ipv6AddressesSet []Ipv6AddressesSetItem `locationName:"ipv6AddressesSet" locationNameList:"item" type:"list"`

	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"`

	RequesterId *string `locationName:"requesterId" type:"string"`

	RequesterManaged *string `locationName:"requesterManaged" type:"string"`

	SourceDestCheck *string `locationName:"sourceDestCheck" type:"string"`

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

	SubnetId *string `locationName:"subnetId" type:"string"`

	TagSet []TagSetItem `locationName:"tagSet" locationNameList:"item" type:"list"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NetworkInterfaceSetItem

func (NetworkInterfaceSetItem) GoString

func (s NetworkInterfaceSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NetworkInterfacesMemberItem

func (NetworkInterfacesMemberItem) GoString

func (s NetworkInterfacesMemberItem) GoString() string

GoString returns the string representation

func (NetworkInterfacesMemberItem) String

String returns the string representation

type NextMonthAccountingType

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NextMonthAccountingType

func (NextMonthAccountingType) GoString

func (s NextMonthAccountingType) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyAssociateImageRequest

func (NiftyAssociateImageInput) GoString

func (s NiftyAssociateImageInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyAssociateImageResult

func (NiftyAssociateImageOutput) GoString

func (s NiftyAssociateImageOutput) GoString() string

GoString returns the string representation

func (NiftyAssociateImageOutput) SDKResponseMetadata

func (s NiftyAssociateImageOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyAssociateImageOutput) String

func (s NiftyAssociateImageOutput) String() string

String returns the string representation

type NiftyAssociateImageRequest

type NiftyAssociateImageRequest struct {
	*aws.Request
	Input *NiftyAssociateImageInput
	Copy  func(*NiftyAssociateImageInput) NiftyAssociateImageRequest
}

NiftyAssociateImageRequest is a API request type for the NiftyAssociateImage API operation.

func (NiftyAssociateImageRequest) Send

Send marshals and sends the NiftyAssociateImage API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyAssociateNatTableRequest

func (NiftyAssociateNatTableInput) GoString

func (s NiftyAssociateNatTableInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyAssociateNatTableResult

func (NiftyAssociateNatTableOutput) GoString

func (s NiftyAssociateNatTableOutput) GoString() string

GoString returns the string representation

func (NiftyAssociateNatTableOutput) SDKResponseMetadata

func (s NiftyAssociateNatTableOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyAssociateNatTableOutput) String

String returns the string representation

type NiftyAssociateNatTableRequest

type NiftyAssociateNatTableRequest struct {
	*aws.Request
	Input *NiftyAssociateNatTableInput
	Copy  func(*NiftyAssociateNatTableInput) NiftyAssociateNatTableRequest
}

NiftyAssociateNatTableRequest is a API request type for the NiftyAssociateNatTable API operation.

func (NiftyAssociateNatTableRequest) Send

Send marshals and sends the NiftyAssociateNatTable API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyAssociateRouteTableWithVpnGatewayRequest

func (NiftyAssociateRouteTableWithVpnGatewayInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyAssociateRouteTableWithVpnGatewayResult

func (NiftyAssociateRouteTableWithVpnGatewayOutput) GoString

GoString returns the string representation

func (NiftyAssociateRouteTableWithVpnGatewayOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyAssociateRouteTableWithVpnGatewayOutput) String

String returns the string representation

type NiftyAssociateRouteTableWithVpnGatewayRequest

NiftyAssociateRouteTableWithVpnGatewayRequest is a API request type for the NiftyAssociateRouteTableWithVpnGateway API operation.

func (NiftyAssociateRouteTableWithVpnGatewayRequest) Send

Send marshals and sends the NiftyAssociateRouteTableWithVpnGateway API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyConfigureElasticLoadBalancerHealthCheckRequest

func (NiftyConfigureElasticLoadBalancerHealthCheckInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyConfigureElasticLoadBalancerHealthCheckResult

func (NiftyConfigureElasticLoadBalancerHealthCheckOutput) GoString

GoString returns the string representation

func (NiftyConfigureElasticLoadBalancerHealthCheckOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyConfigureElasticLoadBalancerHealthCheckOutput) String

String returns the string representation

type NiftyConfigureElasticLoadBalancerHealthCheckRequest

NiftyConfigureElasticLoadBalancerHealthCheckRequest is a API request type for the NiftyConfigureElasticLoadBalancerHealthCheck API operation.

func (NiftyConfigureElasticLoadBalancerHealthCheckRequest) Send

Send marshals and sends the NiftyConfigureElasticLoadBalancerHealthCheck API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateAlarmRequest

func (NiftyCreateAlarmInput) GoString

func (s NiftyCreateAlarmInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateAlarmResult

func (NiftyCreateAlarmOutput) GoString

func (s NiftyCreateAlarmOutput) GoString() string

GoString returns the string representation

func (NiftyCreateAlarmOutput) SDKResponseMetadata

func (s NiftyCreateAlarmOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateAlarmOutput) String

func (s NiftyCreateAlarmOutput) String() string

String returns the string representation

type NiftyCreateAlarmRequest

type NiftyCreateAlarmRequest struct {
	*aws.Request
	Input *NiftyCreateAlarmInput
	Copy  func(*NiftyCreateAlarmInput) NiftyCreateAlarmRequest
}

NiftyCreateAlarmRequest is a API request type for the NiftyCreateAlarm API operation.

func (NiftyCreateAlarmRequest) Send

Send marshals and sends the NiftyCreateAlarm API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateAutoScalingGroupRequest

func (NiftyCreateAutoScalingGroupInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateAutoScalingGroupResult

func (NiftyCreateAutoScalingGroupOutput) GoString

GoString returns the string representation

func (NiftyCreateAutoScalingGroupOutput) SDKResponseMetadata

func (s NiftyCreateAutoScalingGroupOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateAutoScalingGroupOutput) String

String returns the string representation

type NiftyCreateAutoScalingGroupRequest

type NiftyCreateAutoScalingGroupRequest struct {
	*aws.Request
	Input *NiftyCreateAutoScalingGroupInput
	Copy  func(*NiftyCreateAutoScalingGroupInput) NiftyCreateAutoScalingGroupRequest
}

NiftyCreateAutoScalingGroupRequest is a API request type for the NiftyCreateAutoScalingGroup API operation.

func (NiftyCreateAutoScalingGroupRequest) Send

Send marshals and sends the NiftyCreateAutoScalingGroup API request.

type NiftyCreateDhcpConfigInput

type NiftyCreateDhcpConfigInput struct {
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateDhcpConfigRequest

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateDhcpConfigResult

func (NiftyCreateDhcpConfigOutput) GoString

func (s NiftyCreateDhcpConfigOutput) GoString() string

GoString returns the string representation

func (NiftyCreateDhcpConfigOutput) SDKResponseMetadata

func (s NiftyCreateDhcpConfigOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateDhcpConfigOutput) String

String returns the string representation

type NiftyCreateDhcpConfigRequest

type NiftyCreateDhcpConfigRequest struct {
	*aws.Request
	Input *NiftyCreateDhcpConfigInput
	Copy  func(*NiftyCreateDhcpConfigInput) NiftyCreateDhcpConfigRequest
}

NiftyCreateDhcpConfigRequest is a API request type for the NiftyCreateDhcpConfig API operation.

func (NiftyCreateDhcpConfigRequest) Send

Send marshals and sends the NiftyCreateDhcpConfig API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateDhcpIpAddressPoolRequest

func (NiftyCreateDhcpIpAddressPoolInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateDhcpIpAddressPoolResult

func (NiftyCreateDhcpIpAddressPoolOutput) GoString

GoString returns the string representation

func (NiftyCreateDhcpIpAddressPoolOutput) SDKResponseMetadata

func (s NiftyCreateDhcpIpAddressPoolOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateDhcpIpAddressPoolOutput) String

String returns the string representation

type NiftyCreateDhcpIpAddressPoolRequest

type NiftyCreateDhcpIpAddressPoolRequest struct {
	*aws.Request
	Input *NiftyCreateDhcpIpAddressPoolInput
	Copy  func(*NiftyCreateDhcpIpAddressPoolInput) NiftyCreateDhcpIpAddressPoolRequest
}

NiftyCreateDhcpIpAddressPoolRequest is a API request type for the NiftyCreateDhcpIpAddressPool API operation.

func (NiftyCreateDhcpIpAddressPoolRequest) Send

Send marshals and sends the NiftyCreateDhcpIpAddressPool API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateDhcpStaticMappingRequest

func (NiftyCreateDhcpStaticMappingInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateDhcpStaticMappingResult

func (NiftyCreateDhcpStaticMappingOutput) GoString

GoString returns the string representation

func (NiftyCreateDhcpStaticMappingOutput) SDKResponseMetadata

func (s NiftyCreateDhcpStaticMappingOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateDhcpStaticMappingOutput) String

String returns the string representation

type NiftyCreateDhcpStaticMappingRequest

type NiftyCreateDhcpStaticMappingRequest struct {
	*aws.Request
	Input *NiftyCreateDhcpStaticMappingInput
	Copy  func(*NiftyCreateDhcpStaticMappingInput) NiftyCreateDhcpStaticMappingRequest
}

NiftyCreateDhcpStaticMappingRequest is a API request type for the NiftyCreateDhcpStaticMapping API operation.

func (NiftyCreateDhcpStaticMappingRequest) Send

Send marshals and sends the NiftyCreateDhcpStaticMapping API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateElasticLoadBalancerRequest

func (NiftyCreateElasticLoadBalancerInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateElasticLoadBalancerResult

func (NiftyCreateElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (NiftyCreateElasticLoadBalancerOutput) SDKResponseMetadata

func (s NiftyCreateElasticLoadBalancerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateElasticLoadBalancerOutput) String

String returns the string representation

type NiftyCreateElasticLoadBalancerRequest

type NiftyCreateElasticLoadBalancerRequest struct {
	*aws.Request
	Input *NiftyCreateElasticLoadBalancerInput
	Copy  func(*NiftyCreateElasticLoadBalancerInput) NiftyCreateElasticLoadBalancerRequest
}

NiftyCreateElasticLoadBalancerRequest is a API request type for the NiftyCreateElasticLoadBalancer API operation.

func (NiftyCreateElasticLoadBalancerRequest) Send

Send marshals and sends the NiftyCreateElasticLoadBalancer API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateInstanceSnapshotRequest

func (NiftyCreateInstanceSnapshotInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateInstanceSnapshotResult

func (NiftyCreateInstanceSnapshotOutput) GoString

GoString returns the string representation

func (NiftyCreateInstanceSnapshotOutput) SDKResponseMetadata

func (s NiftyCreateInstanceSnapshotOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateInstanceSnapshotOutput) String

String returns the string representation

type NiftyCreateInstanceSnapshotRequest

type NiftyCreateInstanceSnapshotRequest struct {
	*aws.Request
	Input *NiftyCreateInstanceSnapshotInput
	Copy  func(*NiftyCreateInstanceSnapshotInput) NiftyCreateInstanceSnapshotRequest
}

NiftyCreateInstanceSnapshotRequest is a API request type for the NiftyCreateInstanceSnapshot API operation.

func (NiftyCreateInstanceSnapshotRequest) Send

Send marshals and sends the NiftyCreateInstanceSnapshot API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateNatRuleRequest

func (NiftyCreateNatRuleInput) GoString

func (s NiftyCreateNatRuleInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateNatRuleResult

func (NiftyCreateNatRuleOutput) GoString

func (s NiftyCreateNatRuleOutput) GoString() string

GoString returns the string representation

func (NiftyCreateNatRuleOutput) SDKResponseMetadata

func (s NiftyCreateNatRuleOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateNatRuleOutput) String

func (s NiftyCreateNatRuleOutput) String() string

String returns the string representation

type NiftyCreateNatRuleRequest

type NiftyCreateNatRuleRequest struct {
	*aws.Request
	Input *NiftyCreateNatRuleInput
	Copy  func(*NiftyCreateNatRuleInput) NiftyCreateNatRuleRequest
}

NiftyCreateNatRuleRequest is a API request type for the NiftyCreateNatRule API operation.

func (NiftyCreateNatRuleRequest) Send

Send marshals and sends the NiftyCreateNatRule API request.

type NiftyCreateNatTableInput

type NiftyCreateNatTableInput struct {
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateNatTableRequest

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateNatTableResult

func (NiftyCreateNatTableOutput) GoString

func (s NiftyCreateNatTableOutput) GoString() string

GoString returns the string representation

func (NiftyCreateNatTableOutput) SDKResponseMetadata

func (s NiftyCreateNatTableOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateNatTableOutput) String

func (s NiftyCreateNatTableOutput) String() string

String returns the string representation

type NiftyCreateNatTableRequest

type NiftyCreateNatTableRequest struct {
	*aws.Request
	Input *NiftyCreateNatTableInput
	Copy  func(*NiftyCreateNatTableInput) NiftyCreateNatTableRequest
}

NiftyCreateNatTableRequest is a API request type for the NiftyCreateNatTable API operation.

func (NiftyCreateNatTableRequest) Send

Send marshals and sends the NiftyCreateNatTable API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreatePrivateLanRequest

func (NiftyCreatePrivateLanInput) GoString

func (s NiftyCreatePrivateLanInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreatePrivateLanResult

func (NiftyCreatePrivateLanOutput) GoString

func (s NiftyCreatePrivateLanOutput) GoString() string

GoString returns the string representation

func (NiftyCreatePrivateLanOutput) SDKResponseMetadata

func (s NiftyCreatePrivateLanOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreatePrivateLanOutput) String

String returns the string representation

type NiftyCreatePrivateLanRequest

type NiftyCreatePrivateLanRequest struct {
	*aws.Request
	Input *NiftyCreatePrivateLanInput
	Copy  func(*NiftyCreatePrivateLanInput) NiftyCreatePrivateLanRequest
}

NiftyCreatePrivateLanRequest is a API request type for the NiftyCreatePrivateLan API operation.

func (NiftyCreatePrivateLanRequest) Send

Send marshals and sends the NiftyCreatePrivateLan API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateRouterRequest

func (NiftyCreateRouterInput) GoString

func (s NiftyCreateRouterInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateRouterResult

func (NiftyCreateRouterOutput) GoString

func (s NiftyCreateRouterOutput) GoString() string

GoString returns the string representation

func (NiftyCreateRouterOutput) SDKResponseMetadata

func (s NiftyCreateRouterOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateRouterOutput) String

func (s NiftyCreateRouterOutput) String() string

String returns the string representation

type NiftyCreateRouterRequest

type NiftyCreateRouterRequest struct {
	*aws.Request
	Input *NiftyCreateRouterInput
	Copy  func(*NiftyCreateRouterInput) NiftyCreateRouterRequest
}

NiftyCreateRouterRequest is a API request type for the NiftyCreateRouter API operation.

func (NiftyCreateRouterRequest) Send

Send marshals and sends the NiftyCreateRouter API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateSeparateInstanceRuleRequest

func (NiftyCreateSeparateInstanceRuleInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateSeparateInstanceRuleResult

func (NiftyCreateSeparateInstanceRuleOutput) GoString

GoString returns the string representation

func (NiftyCreateSeparateInstanceRuleOutput) SDKResponseMetadata

func (s NiftyCreateSeparateInstanceRuleOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateSeparateInstanceRuleOutput) String

String returns the string representation

type NiftyCreateSeparateInstanceRuleRequest

type NiftyCreateSeparateInstanceRuleRequest struct {
	*aws.Request
	Input *NiftyCreateSeparateInstanceRuleInput
	Copy  func(*NiftyCreateSeparateInstanceRuleInput) NiftyCreateSeparateInstanceRuleRequest
}

NiftyCreateSeparateInstanceRuleRequest is a API request type for the NiftyCreateSeparateInstanceRule API operation.

func (NiftyCreateSeparateInstanceRuleRequest) Send

Send marshals and sends the NiftyCreateSeparateInstanceRule API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateWebProxyRequest

func (NiftyCreateWebProxyInput) GoString

func (s NiftyCreateWebProxyInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyCreateWebProxyResult

func (NiftyCreateWebProxyOutput) GoString

func (s NiftyCreateWebProxyOutput) GoString() string

GoString returns the string representation

func (NiftyCreateWebProxyOutput) SDKResponseMetadata

func (s NiftyCreateWebProxyOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyCreateWebProxyOutput) String

func (s NiftyCreateWebProxyOutput) String() string

String returns the string representation

type NiftyCreateWebProxyRequest

type NiftyCreateWebProxyRequest struct {
	*aws.Request
	Input *NiftyCreateWebProxyInput
	Copy  func(*NiftyCreateWebProxyInput) NiftyCreateWebProxyRequest
}

NiftyCreateWebProxyRequest is a API request type for the NiftyCreateWebProxy API operation.

func (NiftyCreateWebProxyRequest) Send

Send marshals and sends the NiftyCreateWebProxy API request.

type NiftyDeleteAlarmInput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteAlarmRequest

func (NiftyDeleteAlarmInput) GoString

func (s NiftyDeleteAlarmInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteAlarmResult

func (NiftyDeleteAlarmOutput) GoString

func (s NiftyDeleteAlarmOutput) GoString() string

GoString returns the string representation

func (NiftyDeleteAlarmOutput) SDKResponseMetadata

func (s NiftyDeleteAlarmOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteAlarmOutput) String

func (s NiftyDeleteAlarmOutput) String() string

String returns the string representation

type NiftyDeleteAlarmRequest

type NiftyDeleteAlarmRequest struct {
	*aws.Request
	Input *NiftyDeleteAlarmInput
	Copy  func(*NiftyDeleteAlarmInput) NiftyDeleteAlarmRequest
}

NiftyDeleteAlarmRequest is a API request type for the NiftyDeleteAlarm API operation.

func (NiftyDeleteAlarmRequest) Send

Send marshals and sends the NiftyDeleteAlarm API request.

type NiftyDeleteAutoScalingGroupInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteAutoScalingGroupRequest

func (NiftyDeleteAutoScalingGroupInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteAutoScalingGroupResult

func (NiftyDeleteAutoScalingGroupOutput) GoString

GoString returns the string representation

func (NiftyDeleteAutoScalingGroupOutput) SDKResponseMetadata

func (s NiftyDeleteAutoScalingGroupOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteAutoScalingGroupOutput) String

String returns the string representation

type NiftyDeleteAutoScalingGroupRequest

type NiftyDeleteAutoScalingGroupRequest struct {
	*aws.Request
	Input *NiftyDeleteAutoScalingGroupInput
	Copy  func(*NiftyDeleteAutoScalingGroupInput) NiftyDeleteAutoScalingGroupRequest
}

NiftyDeleteAutoScalingGroupRequest is a API request type for the NiftyDeleteAutoScalingGroup API operation.

func (NiftyDeleteAutoScalingGroupRequest) Send

Send marshals and sends the NiftyDeleteAutoScalingGroup API request.

type NiftyDeleteDhcpConfigInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteDhcpConfigRequest

func (NiftyDeleteDhcpConfigInput) GoString

func (s NiftyDeleteDhcpConfigInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteDhcpConfigResult

func (NiftyDeleteDhcpConfigOutput) GoString

func (s NiftyDeleteDhcpConfigOutput) GoString() string

GoString returns the string representation

func (NiftyDeleteDhcpConfigOutput) SDKResponseMetadata

func (s NiftyDeleteDhcpConfigOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteDhcpConfigOutput) String

String returns the string representation

type NiftyDeleteDhcpConfigRequest

type NiftyDeleteDhcpConfigRequest struct {
	*aws.Request
	Input *NiftyDeleteDhcpConfigInput
	Copy  func(*NiftyDeleteDhcpConfigInput) NiftyDeleteDhcpConfigRequest
}

NiftyDeleteDhcpConfigRequest is a API request type for the NiftyDeleteDhcpConfig API operation.

func (NiftyDeleteDhcpConfigRequest) Send

Send marshals and sends the NiftyDeleteDhcpConfig API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteDhcpIpAddressPoolRequest

func (NiftyDeleteDhcpIpAddressPoolInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteDhcpIpAddressPoolResult

func (NiftyDeleteDhcpIpAddressPoolOutput) GoString

GoString returns the string representation

func (NiftyDeleteDhcpIpAddressPoolOutput) SDKResponseMetadata

func (s NiftyDeleteDhcpIpAddressPoolOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteDhcpIpAddressPoolOutput) String

String returns the string representation

type NiftyDeleteDhcpIpAddressPoolRequest

type NiftyDeleteDhcpIpAddressPoolRequest struct {
	*aws.Request
	Input *NiftyDeleteDhcpIpAddressPoolInput
	Copy  func(*NiftyDeleteDhcpIpAddressPoolInput) NiftyDeleteDhcpIpAddressPoolRequest
}

NiftyDeleteDhcpIpAddressPoolRequest is a API request type for the NiftyDeleteDhcpIpAddressPool API operation.

func (NiftyDeleteDhcpIpAddressPoolRequest) Send

Send marshals and sends the NiftyDeleteDhcpIpAddressPool API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteDhcpStaticMappingRequest

func (NiftyDeleteDhcpStaticMappingInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteDhcpStaticMappingResult

func (NiftyDeleteDhcpStaticMappingOutput) GoString

GoString returns the string representation

func (NiftyDeleteDhcpStaticMappingOutput) SDKResponseMetadata

func (s NiftyDeleteDhcpStaticMappingOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteDhcpStaticMappingOutput) String

String returns the string representation

type NiftyDeleteDhcpStaticMappingRequest

type NiftyDeleteDhcpStaticMappingRequest struct {
	*aws.Request
	Input *NiftyDeleteDhcpStaticMappingInput
	Copy  func(*NiftyDeleteDhcpStaticMappingInput) NiftyDeleteDhcpStaticMappingRequest
}

NiftyDeleteDhcpStaticMappingRequest is a API request type for the NiftyDeleteDhcpStaticMapping API operation.

func (NiftyDeleteDhcpStaticMappingRequest) Send

Send marshals and sends the NiftyDeleteDhcpStaticMapping API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteElasticLoadBalancerRequest

func (NiftyDeleteElasticLoadBalancerInput) GoString

GoString returns the string representation

func (NiftyDeleteElasticLoadBalancerInput) String

String returns the string representation

type NiftyDeleteElasticLoadBalancerOutput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteElasticLoadBalancerResult

func (NiftyDeleteElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (NiftyDeleteElasticLoadBalancerOutput) SDKResponseMetadata

func (s NiftyDeleteElasticLoadBalancerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteElasticLoadBalancerOutput) String

String returns the string representation

type NiftyDeleteElasticLoadBalancerRequest

type NiftyDeleteElasticLoadBalancerRequest struct {
	*aws.Request
	Input *NiftyDeleteElasticLoadBalancerInput
	Copy  func(*NiftyDeleteElasticLoadBalancerInput) NiftyDeleteElasticLoadBalancerRequest
}

NiftyDeleteElasticLoadBalancerRequest is a API request type for the NiftyDeleteElasticLoadBalancer API operation.

func (NiftyDeleteElasticLoadBalancerRequest) Send

Send marshals and sends the NiftyDeleteElasticLoadBalancer API request.

type NiftyDeleteInstanceSnapshotInput

type NiftyDeleteInstanceSnapshotInput struct {
	InstanceSnapshotId *string `locationName:"InstanceSnapshotId" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteInstanceSnapshotRequest

func (NiftyDeleteInstanceSnapshotInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteInstanceSnapshotResult

func (NiftyDeleteInstanceSnapshotOutput) GoString

GoString returns the string representation

func (NiftyDeleteInstanceSnapshotOutput) SDKResponseMetadata

func (s NiftyDeleteInstanceSnapshotOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteInstanceSnapshotOutput) String

String returns the string representation

type NiftyDeleteInstanceSnapshotRequest

type NiftyDeleteInstanceSnapshotRequest struct {
	*aws.Request
	Input *NiftyDeleteInstanceSnapshotInput
	Copy  func(*NiftyDeleteInstanceSnapshotInput) NiftyDeleteInstanceSnapshotRequest
}

NiftyDeleteInstanceSnapshotRequest is a API request type for the NiftyDeleteInstanceSnapshot API operation.

func (NiftyDeleteInstanceSnapshotRequest) Send

Send marshals and sends the NiftyDeleteInstanceSnapshot API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteNatRuleRequest

func (NiftyDeleteNatRuleInput) GoString

func (s NiftyDeleteNatRuleInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteNatRuleResult

func (NiftyDeleteNatRuleOutput) GoString

func (s NiftyDeleteNatRuleOutput) GoString() string

GoString returns the string representation

func (NiftyDeleteNatRuleOutput) SDKResponseMetadata

func (s NiftyDeleteNatRuleOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteNatRuleOutput) String

func (s NiftyDeleteNatRuleOutput) String() string

String returns the string representation

type NiftyDeleteNatRuleRequest

type NiftyDeleteNatRuleRequest struct {
	*aws.Request
	Input *NiftyDeleteNatRuleInput
	Copy  func(*NiftyDeleteNatRuleInput) NiftyDeleteNatRuleRequest
}

NiftyDeleteNatRuleRequest is a API request type for the NiftyDeleteNatRule API operation.

func (NiftyDeleteNatRuleRequest) Send

Send marshals and sends the NiftyDeleteNatRule API request.

type NiftyDeleteNatTableInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteNatTableRequest

func (NiftyDeleteNatTableInput) GoString

func (s NiftyDeleteNatTableInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteNatTableResult

func (NiftyDeleteNatTableOutput) GoString

func (s NiftyDeleteNatTableOutput) GoString() string

GoString returns the string representation

func (NiftyDeleteNatTableOutput) SDKResponseMetadata

func (s NiftyDeleteNatTableOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteNatTableOutput) String

func (s NiftyDeleteNatTableOutput) String() string

String returns the string representation

type NiftyDeleteNatTableRequest

type NiftyDeleteNatTableRequest struct {
	*aws.Request
	Input *NiftyDeleteNatTableInput
	Copy  func(*NiftyDeleteNatTableInput) NiftyDeleteNatTableRequest
}

NiftyDeleteNatTableRequest is a API request type for the NiftyDeleteNatTable API operation.

func (NiftyDeleteNatTableRequest) Send

Send marshals and sends the NiftyDeleteNatTable API request.

type NiftyDeletePrivateLanInput

type NiftyDeletePrivateLanInput struct {
	NetworkId *string `locationName:"NetworkId" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeletePrivateLanRequest

func (NiftyDeletePrivateLanInput) GoString

func (s NiftyDeletePrivateLanInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeletePrivateLanResult

func (NiftyDeletePrivateLanOutput) GoString

func (s NiftyDeletePrivateLanOutput) GoString() string

GoString returns the string representation

func (NiftyDeletePrivateLanOutput) SDKResponseMetadata

func (s NiftyDeletePrivateLanOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeletePrivateLanOutput) String

String returns the string representation

type NiftyDeletePrivateLanRequest

type NiftyDeletePrivateLanRequest struct {
	*aws.Request
	Input *NiftyDeletePrivateLanInput
	Copy  func(*NiftyDeletePrivateLanInput) NiftyDeletePrivateLanRequest
}

NiftyDeletePrivateLanRequest is a API request type for the NiftyDeletePrivateLan API operation.

func (NiftyDeletePrivateLanRequest) Send

Send marshals and sends the NiftyDeletePrivateLan API request.

type NiftyDeleteRouterInput

type NiftyDeleteRouterInput struct {
	RouterId *string `locationName:"RouterId" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteRouterRequest

func (NiftyDeleteRouterInput) GoString

func (s NiftyDeleteRouterInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteRouterResult

func (NiftyDeleteRouterOutput) GoString

func (s NiftyDeleteRouterOutput) GoString() string

GoString returns the string representation

func (NiftyDeleteRouterOutput) SDKResponseMetadata

func (s NiftyDeleteRouterOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteRouterOutput) String

func (s NiftyDeleteRouterOutput) String() string

String returns the string representation

type NiftyDeleteRouterRequest

type NiftyDeleteRouterRequest struct {
	*aws.Request
	Input *NiftyDeleteRouterInput
	Copy  func(*NiftyDeleteRouterInput) NiftyDeleteRouterRequest
}

NiftyDeleteRouterRequest is a API request type for the NiftyDeleteRouter API operation.

func (NiftyDeleteRouterRequest) Send

Send marshals and sends the NiftyDeleteRouter API request.

type NiftyDeleteSeparateInstanceRuleInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteSeparateInstanceRuleRequest

func (NiftyDeleteSeparateInstanceRuleInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteSeparateInstanceRuleResult

func (NiftyDeleteSeparateInstanceRuleOutput) GoString

GoString returns the string representation

func (NiftyDeleteSeparateInstanceRuleOutput) SDKResponseMetadata

func (s NiftyDeleteSeparateInstanceRuleOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteSeparateInstanceRuleOutput) String

String returns the string representation

type NiftyDeleteSeparateInstanceRuleRequest

type NiftyDeleteSeparateInstanceRuleRequest struct {
	*aws.Request
	Input *NiftyDeleteSeparateInstanceRuleInput
	Copy  func(*NiftyDeleteSeparateInstanceRuleInput) NiftyDeleteSeparateInstanceRuleRequest
}

NiftyDeleteSeparateInstanceRuleRequest is a API request type for the NiftyDeleteSeparateInstanceRule API operation.

func (NiftyDeleteSeparateInstanceRuleRequest) Send

Send marshals and sends the NiftyDeleteSeparateInstanceRule API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteWebProxyRequest

func (NiftyDeleteWebProxyInput) GoString

func (s NiftyDeleteWebProxyInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeleteWebProxyResult

func (NiftyDeleteWebProxyOutput) GoString

func (s NiftyDeleteWebProxyOutput) GoString() string

GoString returns the string representation

func (NiftyDeleteWebProxyOutput) SDKResponseMetadata

func (s NiftyDeleteWebProxyOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeleteWebProxyOutput) String

func (s NiftyDeleteWebProxyOutput) String() string

String returns the string representation

type NiftyDeleteWebProxyRequest

type NiftyDeleteWebProxyRequest struct {
	*aws.Request
	Input *NiftyDeleteWebProxyInput
	Copy  func(*NiftyDeleteWebProxyInput) NiftyDeleteWebProxyRequest
}

NiftyDeleteWebProxyRequest is a API request type for the NiftyDeleteWebProxy API operation.

func (NiftyDeleteWebProxyRequest) Send

Send marshals and sends the NiftyDeleteWebProxy API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterInstancesFromElasticLoadBalancerRequest

func (NiftyDeregisterInstancesFromElasticLoadBalancerInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterInstancesFromElasticLoadBalancerResult

func (NiftyDeregisterInstancesFromElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (NiftyDeregisterInstancesFromElasticLoadBalancerOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeregisterInstancesFromElasticLoadBalancerOutput) String

String returns the string representation

type NiftyDeregisterInstancesFromElasticLoadBalancerRequest

NiftyDeregisterInstancesFromElasticLoadBalancerRequest is a API request type for the NiftyDeregisterInstancesFromElasticLoadBalancer API operation.

func (NiftyDeregisterInstancesFromElasticLoadBalancerRequest) Send

Send marshals and sends the NiftyDeregisterInstancesFromElasticLoadBalancer API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterInstancesFromSeparateInstanceRuleRequest

func (NiftyDeregisterInstancesFromSeparateInstanceRuleInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterInstancesFromSeparateInstanceRuleResult

func (NiftyDeregisterInstancesFromSeparateInstanceRuleOutput) GoString

GoString returns the string representation

func (NiftyDeregisterInstancesFromSeparateInstanceRuleOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeregisterInstancesFromSeparateInstanceRuleOutput) String

String returns the string representation

type NiftyDeregisterInstancesFromSeparateInstanceRuleRequest

NiftyDeregisterInstancesFromSeparateInstanceRuleRequest is a API request type for the NiftyDeregisterInstancesFromSeparateInstanceRule API operation.

func (NiftyDeregisterInstancesFromSeparateInstanceRuleRequest) Send

Send marshals and sends the NiftyDeregisterInstancesFromSeparateInstanceRule API request.

type NiftyDeregisterRoutersFromSecurityGroupInput

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

	RouterSet []RequestRouterSetStruct `locationName:"RouterSet" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterRoutersFromSecurityGroupRequest

func (NiftyDeregisterRoutersFromSecurityGroupInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterRoutersFromSecurityGroupResult

func (NiftyDeregisterRoutersFromSecurityGroupOutput) GoString

GoString returns the string representation

func (NiftyDeregisterRoutersFromSecurityGroupOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeregisterRoutersFromSecurityGroupOutput) String

String returns the string representation

type NiftyDeregisterRoutersFromSecurityGroupRequest

NiftyDeregisterRoutersFromSecurityGroupRequest is a API request type for the NiftyDeregisterRoutersFromSecurityGroup API operation.

func (NiftyDeregisterRoutersFromSecurityGroupRequest) Send

Send marshals and sends the NiftyDeregisterRoutersFromSecurityGroup API request.

type NiftyDeregisterVpnGatewaysFromSecurityGroupInput

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

	RouterSet []RequestRouterSetStruct `locationName:"RouterSet" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterVpnGatewaysFromSecurityGroupRequest

func (NiftyDeregisterVpnGatewaysFromSecurityGroupInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDeregisterVpnGatewaysFromSecurityGroupResult

func (NiftyDeregisterVpnGatewaysFromSecurityGroupOutput) GoString

GoString returns the string representation

func (NiftyDeregisterVpnGatewaysFromSecurityGroupOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDeregisterVpnGatewaysFromSecurityGroupOutput) String

String returns the string representation

type NiftyDeregisterVpnGatewaysFromSecurityGroupRequest

NiftyDeregisterVpnGatewaysFromSecurityGroupRequest is a API request type for the NiftyDeregisterVpnGatewaysFromSecurityGroup API operation.

func (NiftyDeregisterVpnGatewaysFromSecurityGroupRequest) Send

Send marshals and sends the NiftyDeregisterVpnGatewaysFromSecurityGroup API request.

type NiftyDescribeAlarmHistoryInput

type NiftyDescribeAlarmHistoryInput struct {
	Rule []RequestRuleStruct `locationName:"Rule" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarmHistoryRequest

func (NiftyDescribeAlarmHistoryInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarmHistoryResult

func (NiftyDescribeAlarmHistoryOutput) GoString

GoString returns the string representation

func (NiftyDescribeAlarmHistoryOutput) SDKResponseMetadata

func (s NiftyDescribeAlarmHistoryOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeAlarmHistoryOutput) String

String returns the string representation

type NiftyDescribeAlarmHistoryRequest

type NiftyDescribeAlarmHistoryRequest struct {
	*aws.Request
	Input *NiftyDescribeAlarmHistoryInput
	Copy  func(*NiftyDescribeAlarmHistoryInput) NiftyDescribeAlarmHistoryRequest
}

NiftyDescribeAlarmHistoryRequest is a API request type for the NiftyDescribeAlarmHistory API operation.

func (NiftyDescribeAlarmHistoryRequest) Send

Send marshals and sends the NiftyDescribeAlarmHistory API request.

type NiftyDescribeAlarmRulesActivitiesInput

type NiftyDescribeAlarmRulesActivitiesInput struct {
	Rule []RequestRuleStruct `locationName:"Rule" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarmRulesActivitiesRequest

func (NiftyDescribeAlarmRulesActivitiesInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarmRulesActivitiesResult

func (NiftyDescribeAlarmRulesActivitiesOutput) GoString

GoString returns the string representation

func (NiftyDescribeAlarmRulesActivitiesOutput) SDKResponseMetadata

func (s NiftyDescribeAlarmRulesActivitiesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeAlarmRulesActivitiesOutput) String

String returns the string representation

type NiftyDescribeAlarmRulesActivitiesRequest

NiftyDescribeAlarmRulesActivitiesRequest is a API request type for the NiftyDescribeAlarmRulesActivities API operation.

func (NiftyDescribeAlarmRulesActivitiesRequest) Send

Send marshals and sends the NiftyDescribeAlarmRulesActivities API request.

type NiftyDescribeAlarmsInput

type NiftyDescribeAlarmsInput struct {
	Rule []RequestRuleStruct `locationName:"Rule" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarmsRequest

func (NiftyDescribeAlarmsInput) GoString

func (s NiftyDescribeAlarmsInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarmsResult

func (NiftyDescribeAlarmsOutput) GoString

func (s NiftyDescribeAlarmsOutput) GoString() string

GoString returns the string representation

func (NiftyDescribeAlarmsOutput) SDKResponseMetadata

func (s NiftyDescribeAlarmsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarmsPartitionsRequest

func (NiftyDescribeAlarmsPartitionsInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAlarmsPartitionsResult

func (NiftyDescribeAlarmsPartitionsOutput) GoString

GoString returns the string representation

func (NiftyDescribeAlarmsPartitionsOutput) SDKResponseMetadata

func (s NiftyDescribeAlarmsPartitionsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeAlarmsPartitionsOutput) String

String returns the string representation

type NiftyDescribeAlarmsPartitionsRequest

type NiftyDescribeAlarmsPartitionsRequest struct {
	*aws.Request
	Input *NiftyDescribeAlarmsPartitionsInput
	Copy  func(*NiftyDescribeAlarmsPartitionsInput) NiftyDescribeAlarmsPartitionsRequest
}

NiftyDescribeAlarmsPartitionsRequest is a API request type for the NiftyDescribeAlarmsPartitions API operation.

func (NiftyDescribeAlarmsPartitionsRequest) Send

Send marshals and sends the NiftyDescribeAlarmsPartitions API request.

type NiftyDescribeAlarmsRequest

type NiftyDescribeAlarmsRequest struct {
	*aws.Request
	Input *NiftyDescribeAlarmsInput
	Copy  func(*NiftyDescribeAlarmsInput) NiftyDescribeAlarmsRequest
}

NiftyDescribeAlarmsRequest is a API request type for the NiftyDescribeAlarms API operation.

func (NiftyDescribeAlarmsRequest) Send

Send marshals and sends the NiftyDescribeAlarms API request.

type NiftyDescribeAutoScalingGroupsInput

type NiftyDescribeAutoScalingGroupsInput struct {
	AutoScalingGroupName []string `locationName:"AutoScalingGroupName" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAutoScalingGroupsRequest

func (NiftyDescribeAutoScalingGroupsInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeAutoScalingGroupsResult

func (NiftyDescribeAutoScalingGroupsOutput) GoString

GoString returns the string representation

func (NiftyDescribeAutoScalingGroupsOutput) SDKResponseMetadata

func (s NiftyDescribeAutoScalingGroupsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeAutoScalingGroupsOutput) String

String returns the string representation

type NiftyDescribeAutoScalingGroupsRequest

type NiftyDescribeAutoScalingGroupsRequest struct {
	*aws.Request
	Input *NiftyDescribeAutoScalingGroupsInput
	Copy  func(*NiftyDescribeAutoScalingGroupsInput) NiftyDescribeAutoScalingGroupsRequest
}

NiftyDescribeAutoScalingGroupsRequest is a API request type for the NiftyDescribeAutoScalingGroups API operation.

func (NiftyDescribeAutoScalingGroupsRequest) Send

Send marshals and sends the NiftyDescribeAutoScalingGroups API request.

type NiftyDescribeCorporateInfoForCertificateInput

type NiftyDescribeCorporateInfoForCertificateInput struct {
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeCorporateInfoForCertificateRequest

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeCorporateInfoForCertificateResult

func (NiftyDescribeCorporateInfoForCertificateOutput) GoString

GoString returns the string representation

func (NiftyDescribeCorporateInfoForCertificateOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeCorporateInfoForCertificateOutput) String

String returns the string representation

type NiftyDescribeCorporateInfoForCertificateRequest

NiftyDescribeCorporateInfoForCertificateRequest is a API request type for the NiftyDescribeCorporateInfoForCertificate API operation.

func (NiftyDescribeCorporateInfoForCertificateRequest) Send

Send marshals and sends the NiftyDescribeCorporateInfoForCertificate API request.

type NiftyDescribeDhcpConfigsInput

type NiftyDescribeDhcpConfigsInput struct {
	DhcpConfigId *string `locationName:"DhcpConfigId" type:"string"`

	Filter []RequestFilterStruct `locationName:"Filter" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeDhcpConfigsRequest

func (NiftyDescribeDhcpConfigsInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeDhcpConfigsResult

func (NiftyDescribeDhcpConfigsOutput) GoString

GoString returns the string representation

func (NiftyDescribeDhcpConfigsOutput) SDKResponseMetadata

func (s NiftyDescribeDhcpConfigsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeDhcpConfigsOutput) String

String returns the string representation

type NiftyDescribeDhcpConfigsRequest

type NiftyDescribeDhcpConfigsRequest struct {
	*aws.Request
	Input *NiftyDescribeDhcpConfigsInput
	Copy  func(*NiftyDescribeDhcpConfigsInput) NiftyDescribeDhcpConfigsRequest
}

NiftyDescribeDhcpConfigsRequest is a API request type for the NiftyDescribeDhcpConfigs API operation.

func (NiftyDescribeDhcpConfigsRequest) Send

Send marshals and sends the NiftyDescribeDhcpConfigs API request.

type NiftyDescribeDhcpStatusInput

type NiftyDescribeDhcpStatusInput struct {
	RouterId *string `locationName:"RouterId" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeDhcpStatusRequest

func (NiftyDescribeDhcpStatusInput) GoString

func (s NiftyDescribeDhcpStatusInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeDhcpStatusResult

func (NiftyDescribeDhcpStatusOutput) GoString

GoString returns the string representation

func (NiftyDescribeDhcpStatusOutput) SDKResponseMetadata

func (s NiftyDescribeDhcpStatusOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeDhcpStatusOutput) String

String returns the string representation

type NiftyDescribeDhcpStatusRequest

type NiftyDescribeDhcpStatusRequest struct {
	*aws.Request
	Input *NiftyDescribeDhcpStatusInput
	Copy  func(*NiftyDescribeDhcpStatusInput) NiftyDescribeDhcpStatusRequest
}

NiftyDescribeDhcpStatusRequest is a API request type for the NiftyDescribeDhcpStatus API operation.

func (NiftyDescribeDhcpStatusRequest) Send

Send marshals and sends the NiftyDescribeDhcpStatus API request.

type NiftyDescribeElasticLoadBalancersInput

type NiftyDescribeElasticLoadBalancersInput struct {
	ElasticLoadBalancers *RequestElasticLoadBalancersStruct `locationName:"ElasticLoadBalancers" type:"structure"`

	Filter []RequestFilterStruct `locationName:"Filter" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeElasticLoadBalancersRequest

func (NiftyDescribeElasticLoadBalancersInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeElasticLoadBalancersResult

func (NiftyDescribeElasticLoadBalancersOutput) GoString

GoString returns the string representation

func (NiftyDescribeElasticLoadBalancersOutput) SDKResponseMetadata

func (s NiftyDescribeElasticLoadBalancersOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeElasticLoadBalancersOutput) String

String returns the string representation

type NiftyDescribeElasticLoadBalancersRequest

NiftyDescribeElasticLoadBalancersRequest is a API request type for the NiftyDescribeElasticLoadBalancers API operation.

func (NiftyDescribeElasticLoadBalancersRequest) Send

Send marshals and sends the NiftyDescribeElasticLoadBalancers API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeInstanceElasticLoadBalancerHealthRequest

func (NiftyDescribeInstanceElasticLoadBalancerHealthInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeInstanceElasticLoadBalancerHealthResult

func (NiftyDescribeInstanceElasticLoadBalancerHealthOutput) GoString

GoString returns the string representation

func (NiftyDescribeInstanceElasticLoadBalancerHealthOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeInstanceElasticLoadBalancerHealthOutput) String

String returns the string representation

type NiftyDescribeInstanceElasticLoadBalancerHealthRequest

NiftyDescribeInstanceElasticLoadBalancerHealthRequest is a API request type for the NiftyDescribeInstanceElasticLoadBalancerHealth API operation.

func (NiftyDescribeInstanceElasticLoadBalancerHealthRequest) Send

Send marshals and sends the NiftyDescribeInstanceElasticLoadBalancerHealth API request.

type NiftyDescribeInstanceSnapshotsInput

type NiftyDescribeInstanceSnapshotsInput struct {
	InstanceSnapshotId []string `locationName:"InstanceSnapshotId" type:"list"`

	SnapshotName []string `locationName:"SnapshotName" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeInstanceSnapshotsRequest

func (NiftyDescribeInstanceSnapshotsInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeInstanceSnapshotsResult

func (NiftyDescribeInstanceSnapshotsOutput) GoString

GoString returns the string representation

func (NiftyDescribeInstanceSnapshotsOutput) SDKResponseMetadata

func (s NiftyDescribeInstanceSnapshotsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeInstanceSnapshotsOutput) String

String returns the string representation

type NiftyDescribeInstanceSnapshotsRequest

type NiftyDescribeInstanceSnapshotsRequest struct {
	*aws.Request
	Input *NiftyDescribeInstanceSnapshotsInput
	Copy  func(*NiftyDescribeInstanceSnapshotsInput) NiftyDescribeInstanceSnapshotsRequest
}

NiftyDescribeInstanceSnapshotsRequest is a API request type for the NiftyDescribeInstanceSnapshots API operation.

func (NiftyDescribeInstanceSnapshotsRequest) Send

Send marshals and sends the NiftyDescribeInstanceSnapshots API request.

type NiftyDescribeNatTablesInput

type NiftyDescribeNatTablesInput struct {
	Filter []RequestFilterStruct `locationName:"Filter" type:"list"`

	NatTableId []string `locationName:"NatTableId" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeNatTablesRequest

func (NiftyDescribeNatTablesInput) GoString

func (s NiftyDescribeNatTablesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeNatTablesResult

func (NiftyDescribeNatTablesOutput) GoString

func (s NiftyDescribeNatTablesOutput) GoString() string

GoString returns the string representation

func (NiftyDescribeNatTablesOutput) SDKResponseMetadata

func (s NiftyDescribeNatTablesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeNatTablesOutput) String

String returns the string representation

type NiftyDescribeNatTablesRequest

type NiftyDescribeNatTablesRequest struct {
	*aws.Request
	Input *NiftyDescribeNatTablesInput
	Copy  func(*NiftyDescribeNatTablesInput) NiftyDescribeNatTablesRequest
}

NiftyDescribeNatTablesRequest is a API request type for the NiftyDescribeNatTables API operation.

func (NiftyDescribeNatTablesRequest) Send

Send marshals and sends the NiftyDescribeNatTables API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribePerformanceChartRequest

func (NiftyDescribePerformanceChartInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribePerformanceChartResult

func (NiftyDescribePerformanceChartOutput) GoString

GoString returns the string representation

func (NiftyDescribePerformanceChartOutput) SDKResponseMetadata

func (s NiftyDescribePerformanceChartOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribePerformanceChartOutput) String

String returns the string representation

type NiftyDescribePerformanceChartRequest

type NiftyDescribePerformanceChartRequest struct {
	*aws.Request
	Input *NiftyDescribePerformanceChartInput
	Copy  func(*NiftyDescribePerformanceChartInput) NiftyDescribePerformanceChartRequest
}

NiftyDescribePerformanceChartRequest is a API request type for the NiftyDescribePerformanceChart API operation.

func (NiftyDescribePerformanceChartRequest) Send

Send marshals and sends the NiftyDescribePerformanceChart API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribePrivateLansRequest

func (NiftyDescribePrivateLansInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribePrivateLansResult

func (NiftyDescribePrivateLansOutput) GoString

GoString returns the string representation

func (NiftyDescribePrivateLansOutput) SDKResponseMetadata

func (s NiftyDescribePrivateLansOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribePrivateLansOutput) String

String returns the string representation

type NiftyDescribePrivateLansRequest

type NiftyDescribePrivateLansRequest struct {
	*aws.Request
	Input *NiftyDescribePrivateLansInput
	Copy  func(*NiftyDescribePrivateLansInput) NiftyDescribePrivateLansRequest
}

NiftyDescribePrivateLansRequest is a API request type for the NiftyDescribePrivateLans API operation.

func (NiftyDescribePrivateLansRequest) Send

Send marshals and sends the NiftyDescribePrivateLans API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeRoutersRequest

func (NiftyDescribeRoutersInput) GoString

func (s NiftyDescribeRoutersInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeRoutersResult

func (NiftyDescribeRoutersOutput) GoString

func (s NiftyDescribeRoutersOutput) GoString() string

GoString returns the string representation

func (NiftyDescribeRoutersOutput) SDKResponseMetadata

func (s NiftyDescribeRoutersOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeRoutersOutput) String

String returns the string representation

type NiftyDescribeRoutersRequest

type NiftyDescribeRoutersRequest struct {
	*aws.Request
	Input *NiftyDescribeRoutersInput
	Copy  func(*NiftyDescribeRoutersInput) NiftyDescribeRoutersRequest
}

NiftyDescribeRoutersRequest is a API request type for the NiftyDescribeRouters API operation.

func (NiftyDescribeRoutersRequest) Send

Send marshals and sends the NiftyDescribeRouters API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeScalingActivitiesRequest

func (NiftyDescribeScalingActivitiesInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeScalingActivitiesResult

func (NiftyDescribeScalingActivitiesOutput) GoString

GoString returns the string representation

func (NiftyDescribeScalingActivitiesOutput) SDKResponseMetadata

func (s NiftyDescribeScalingActivitiesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeScalingActivitiesOutput) String

String returns the string representation

type NiftyDescribeScalingActivitiesRequest

type NiftyDescribeScalingActivitiesRequest struct {
	*aws.Request
	Input *NiftyDescribeScalingActivitiesInput
	Copy  func(*NiftyDescribeScalingActivitiesInput) NiftyDescribeScalingActivitiesRequest
}

NiftyDescribeScalingActivitiesRequest is a API request type for the NiftyDescribeScalingActivities API operation.

func (NiftyDescribeScalingActivitiesRequest) Send

Send marshals and sends the NiftyDescribeScalingActivities API request.

type NiftyDescribeSeparateInstanceRulesInput

type NiftyDescribeSeparateInstanceRulesInput struct {
	Filter []RequestFilterStruct `locationName:"Filter" type:"list"`

	SeparateInstanceRuleName []string `locationName:"SeparateInstanceRuleName" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeSeparateInstanceRulesRequest

func (NiftyDescribeSeparateInstanceRulesInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeSeparateInstanceRulesResult

func (NiftyDescribeSeparateInstanceRulesOutput) GoString

GoString returns the string representation

func (NiftyDescribeSeparateInstanceRulesOutput) SDKResponseMetadata

func (s NiftyDescribeSeparateInstanceRulesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeSeparateInstanceRulesOutput) String

String returns the string representation

type NiftyDescribeSeparateInstanceRulesRequest

NiftyDescribeSeparateInstanceRulesRequest is a API request type for the NiftyDescribeSeparateInstanceRules API operation.

func (NiftyDescribeSeparateInstanceRulesRequest) Send

Send marshals and sends the NiftyDescribeSeparateInstanceRules API request.

type NiftyDescribeVpnGatewayActivitiesInput

type NiftyDescribeVpnGatewayActivitiesInput struct {
	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeVpnGatewayActivitiesRequest

func (NiftyDescribeVpnGatewayActivitiesInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeVpnGatewayActivitiesResult

func (NiftyDescribeVpnGatewayActivitiesOutput) GoString

GoString returns the string representation

func (NiftyDescribeVpnGatewayActivitiesOutput) SDKResponseMetadata

func (s NiftyDescribeVpnGatewayActivitiesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeVpnGatewayActivitiesOutput) String

String returns the string representation

type NiftyDescribeVpnGatewayActivitiesRequest

NiftyDescribeVpnGatewayActivitiesRequest is a API request type for the NiftyDescribeVpnGatewayActivities API operation.

func (NiftyDescribeVpnGatewayActivitiesRequest) Send

Send marshals and sends the NiftyDescribeVpnGatewayActivities API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeWebProxiesRequest

func (NiftyDescribeWebProxiesInput) GoString

func (s NiftyDescribeWebProxiesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDescribeWebProxiesResult

func (NiftyDescribeWebProxiesOutput) GoString

GoString returns the string representation

func (NiftyDescribeWebProxiesOutput) SDKResponseMetadata

func (s NiftyDescribeWebProxiesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDescribeWebProxiesOutput) String

String returns the string representation

type NiftyDescribeWebProxiesRequest

type NiftyDescribeWebProxiesRequest struct {
	*aws.Request
	Input *NiftyDescribeWebProxiesInput
	Copy  func(*NiftyDescribeWebProxiesInput) NiftyDescribeWebProxiesRequest
}

NiftyDescribeWebProxiesRequest is a API request type for the NiftyDescribeWebProxies API operation.

func (NiftyDescribeWebProxiesRequest) Send

Send marshals and sends the NiftyDescribeWebProxies API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDisableDhcpRequest

func (NiftyDisableDhcpInput) GoString

func (s NiftyDisableDhcpInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDisableDhcpResult

func (NiftyDisableDhcpOutput) GoString

func (s NiftyDisableDhcpOutput) GoString() string

GoString returns the string representation

func (NiftyDisableDhcpOutput) SDKResponseMetadata

func (s NiftyDisableDhcpOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDisableDhcpOutput) String

func (s NiftyDisableDhcpOutput) String() string

String returns the string representation

type NiftyDisableDhcpRequest

type NiftyDisableDhcpRequest struct {
	*aws.Request
	Input *NiftyDisableDhcpInput
	Copy  func(*NiftyDisableDhcpInput) NiftyDisableDhcpRequest
}

NiftyDisableDhcpRequest is a API request type for the NiftyDisableDhcp API operation.

func (NiftyDisableDhcpRequest) Send

Send marshals and sends the NiftyDisableDhcp API request.

type NiftyDisassociateNatTableInput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDisassociateNatTableRequest

func (NiftyDisassociateNatTableInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDisassociateNatTableResult

func (NiftyDisassociateNatTableOutput) GoString

GoString returns the string representation

func (NiftyDisassociateNatTableOutput) SDKResponseMetadata

func (s NiftyDisassociateNatTableOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDisassociateNatTableOutput) String

String returns the string representation

type NiftyDisassociateNatTableRequest

type NiftyDisassociateNatTableRequest struct {
	*aws.Request
	Input *NiftyDisassociateNatTableInput
	Copy  func(*NiftyDisassociateNatTableInput) NiftyDisassociateNatTableRequest
}

NiftyDisassociateNatTableRequest is a API request type for the NiftyDisassociateNatTable API operation.

func (NiftyDisassociateNatTableRequest) Send

Send marshals and sends the NiftyDisassociateNatTable API request.

type NiftyDisassociateRouteTableFromVpnGatewayInput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDisassociateRouteTableFromVpnGatewayRequest

func (NiftyDisassociateRouteTableFromVpnGatewayInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDisassociateRouteTableFromVpnGatewayResult

func (NiftyDisassociateRouteTableFromVpnGatewayOutput) GoString

GoString returns the string representation

func (NiftyDisassociateRouteTableFromVpnGatewayOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyDisassociateRouteTableFromVpnGatewayOutput) String

String returns the string representation

type NiftyDisassociateRouteTableFromVpnGatewayRequest

NiftyDisassociateRouteTableFromVpnGatewayRequest is a API request type for the NiftyDisassociateRouteTableFromVpnGateway API operation.

func (NiftyDisassociateRouteTableFromVpnGatewayRequest) Send

Send marshals and sends the NiftyDisassociateRouteTableFromVpnGateway API request.

type NiftyDistributionIdsSetItem

type NiftyDistributionIdsSetItem struct {
	DistributionId *string `locationName:"distributionId" type:"string"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyDistributionIdsSetItem

func (NiftyDistributionIdsSetItem) GoString

func (s NiftyDistributionIdsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyElasticLoadBalancingSetItem

func (NiftyElasticLoadBalancingSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyEnableDhcpRequest

func (NiftyEnableDhcpInput) GoString

func (s NiftyEnableDhcpInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyEnableDhcpResult

func (NiftyEnableDhcpOutput) GoString

func (s NiftyEnableDhcpOutput) GoString() string

GoString returns the string representation

func (NiftyEnableDhcpOutput) SDKResponseMetadata

func (s NiftyEnableDhcpOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyEnableDhcpOutput) String

func (s NiftyEnableDhcpOutput) String() string

String returns the string representation

type NiftyEnableDhcpRequest

type NiftyEnableDhcpRequest struct {
	*aws.Request
	Input *NiftyEnableDhcpInput
	Copy  func(*NiftyEnableDhcpInput) NiftyEnableDhcpRequest
}

NiftyEnableDhcpRequest is a API request type for the NiftyEnableDhcp API operation.

func (NiftyEnableDhcpRequest) Send

Send marshals and sends the NiftyEnableDhcp API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyIpsecConfiguration

func (NiftyIpsecConfiguration) GoString

func (s NiftyIpsecConfiguration) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyAddressAttributeRequest

func (NiftyModifyAddressAttributeInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyAddressAttributeResult

func (NiftyModifyAddressAttributeOutput) GoString

GoString returns the string representation

func (NiftyModifyAddressAttributeOutput) SDKResponseMetadata

func (s NiftyModifyAddressAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyModifyAddressAttributeOutput) String

String returns the string representation

type NiftyModifyAddressAttributeRequest

type NiftyModifyAddressAttributeRequest struct {
	*aws.Request
	Input *NiftyModifyAddressAttributeInput
	Copy  func(*NiftyModifyAddressAttributeInput) NiftyModifyAddressAttributeRequest
}

NiftyModifyAddressAttributeRequest is a API request type for the NiftyModifyAddressAttribute API operation.

func (NiftyModifyAddressAttributeRequest) Send

Send marshals and sends the NiftyModifyAddressAttribute API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyCustomerGatewayAttributeRequest

func (NiftyModifyCustomerGatewayAttributeInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyCustomerGatewayAttributeResult

func (NiftyModifyCustomerGatewayAttributeOutput) GoString

GoString returns the string representation

func (NiftyModifyCustomerGatewayAttributeOutput) SDKResponseMetadata

func (s NiftyModifyCustomerGatewayAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyModifyCustomerGatewayAttributeOutput) String

String returns the string representation

type NiftyModifyCustomerGatewayAttributeRequest

NiftyModifyCustomerGatewayAttributeRequest is a API request type for the NiftyModifyCustomerGatewayAttribute API operation.

func (NiftyModifyCustomerGatewayAttributeRequest) Send

Send marshals and sends the NiftyModifyCustomerGatewayAttribute API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyElasticLoadBalancerAttributesRequest

func (NiftyModifyElasticLoadBalancerAttributesInput) GoString

GoString returns the string representation

func (NiftyModifyElasticLoadBalancerAttributesInput) String

String returns the string representation

type NiftyModifyElasticLoadBalancerAttributesOutput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyElasticLoadBalancerAttributesResult

func (NiftyModifyElasticLoadBalancerAttributesOutput) GoString

GoString returns the string representation

func (NiftyModifyElasticLoadBalancerAttributesOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyModifyElasticLoadBalancerAttributesOutput) String

String returns the string representation

type NiftyModifyElasticLoadBalancerAttributesRequest

NiftyModifyElasticLoadBalancerAttributesRequest is a API request type for the NiftyModifyElasticLoadBalancerAttributes API operation.

func (NiftyModifyElasticLoadBalancerAttributesRequest) Send

Send marshals and sends the NiftyModifyElasticLoadBalancerAttributes API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyInstanceSnapshotAttributeRequest

func (NiftyModifyInstanceSnapshotAttributeInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyInstanceSnapshotAttributeResult

func (NiftyModifyInstanceSnapshotAttributeOutput) GoString

GoString returns the string representation

func (NiftyModifyInstanceSnapshotAttributeOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyModifyInstanceSnapshotAttributeOutput) String

String returns the string representation

type NiftyModifyInstanceSnapshotAttributeRequest

NiftyModifyInstanceSnapshotAttributeRequest is a API request type for the NiftyModifyInstanceSnapshotAttribute API operation.

func (NiftyModifyInstanceSnapshotAttributeRequest) Send

Send marshals and sends the NiftyModifyInstanceSnapshotAttribute API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyKeyPairAttributeRequest

func (NiftyModifyKeyPairAttributeInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyKeyPairAttributeResult

func (NiftyModifyKeyPairAttributeOutput) GoString

GoString returns the string representation

func (NiftyModifyKeyPairAttributeOutput) SDKResponseMetadata

func (s NiftyModifyKeyPairAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyModifyKeyPairAttributeOutput) String

String returns the string representation

type NiftyModifyKeyPairAttributeRequest

type NiftyModifyKeyPairAttributeRequest struct {
	*aws.Request
	Input *NiftyModifyKeyPairAttributeInput
	Copy  func(*NiftyModifyKeyPairAttributeInput) NiftyModifyKeyPairAttributeRequest
}

NiftyModifyKeyPairAttributeRequest is a API request type for the NiftyModifyKeyPairAttribute API operation.

func (NiftyModifyKeyPairAttributeRequest) Send

Send marshals and sends the NiftyModifyKeyPairAttribute API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyPrivateLanAttributeRequest

func (NiftyModifyPrivateLanAttributeInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyPrivateLanAttributeResult

func (NiftyModifyPrivateLanAttributeOutput) GoString

GoString returns the string representation

func (NiftyModifyPrivateLanAttributeOutput) SDKResponseMetadata

func (s NiftyModifyPrivateLanAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyModifyPrivateLanAttributeOutput) String

String returns the string representation

type NiftyModifyPrivateLanAttributeRequest

type NiftyModifyPrivateLanAttributeRequest struct {
	*aws.Request
	Input *NiftyModifyPrivateLanAttributeInput
	Copy  func(*NiftyModifyPrivateLanAttributeInput) NiftyModifyPrivateLanAttributeRequest
}

NiftyModifyPrivateLanAttributeRequest is a API request type for the NiftyModifyPrivateLanAttribute API operation.

func (NiftyModifyPrivateLanAttributeRequest) Send

Send marshals and sends the NiftyModifyPrivateLanAttribute API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyRouterAttributeRequest

func (NiftyModifyRouterAttributeInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyRouterAttributeResult

func (NiftyModifyRouterAttributeOutput) GoString

GoString returns the string representation

func (NiftyModifyRouterAttributeOutput) SDKResponseMetadata

func (s NiftyModifyRouterAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyModifyRouterAttributeOutput) String

String returns the string representation

type NiftyModifyRouterAttributeRequest

type NiftyModifyRouterAttributeRequest struct {
	*aws.Request
	Input *NiftyModifyRouterAttributeInput
	Copy  func(*NiftyModifyRouterAttributeInput) NiftyModifyRouterAttributeRequest
}

NiftyModifyRouterAttributeRequest is a API request type for the NiftyModifyRouterAttribute API operation.

func (NiftyModifyRouterAttributeRequest) Send

Send marshals and sends the NiftyModifyRouterAttribute API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyVpnGatewayAttributeRequest

func (NiftyModifyVpnGatewayAttributeInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyVpnGatewayAttributeResult

func (NiftyModifyVpnGatewayAttributeOutput) GoString

GoString returns the string representation

func (NiftyModifyVpnGatewayAttributeOutput) SDKResponseMetadata

func (s NiftyModifyVpnGatewayAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyModifyVpnGatewayAttributeOutput) String

String returns the string representation

type NiftyModifyVpnGatewayAttributeRequest

type NiftyModifyVpnGatewayAttributeRequest struct {
	*aws.Request
	Input *NiftyModifyVpnGatewayAttributeInput
	Copy  func(*NiftyModifyVpnGatewayAttributeInput) NiftyModifyVpnGatewayAttributeRequest
}

NiftyModifyVpnGatewayAttributeRequest is a API request type for the NiftyModifyVpnGatewayAttribute API operation.

func (NiftyModifyVpnGatewayAttributeRequest) Send

Send marshals and sends the NiftyModifyVpnGatewayAttribute API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyWebProxyAttributeRequest

func (NiftyModifyWebProxyAttributeInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyModifyWebProxyAttributeResult

func (NiftyModifyWebProxyAttributeOutput) GoString

GoString returns the string representation

func (NiftyModifyWebProxyAttributeOutput) SDKResponseMetadata

func (s NiftyModifyWebProxyAttributeOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyModifyWebProxyAttributeOutput) String

String returns the string representation

type NiftyModifyWebProxyAttributeRequest

type NiftyModifyWebProxyAttributeRequest struct {
	*aws.Request
	Input *NiftyModifyWebProxyAttributeInput
	Copy  func(*NiftyModifyWebProxyAttributeInput) NiftyModifyWebProxyAttributeRequest
}

NiftyModifyWebProxyAttributeRequest is a API request type for the NiftyModifyWebProxyAttribute API operation.

func (NiftyModifyWebProxyAttributeRequest) Send

Send marshals and sends the NiftyModifyWebProxyAttribute API request.

type NiftyPrivateIpType

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyPrivateIpType

func (NiftyPrivateIpType) GoString

func (s NiftyPrivateIpType) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRebootRoutersRequest

func (NiftyRebootRoutersInput) GoString

func (s NiftyRebootRoutersInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRebootRoutersResult

func (NiftyRebootRoutersOutput) GoString

func (s NiftyRebootRoutersOutput) GoString() string

GoString returns the string representation

func (NiftyRebootRoutersOutput) SDKResponseMetadata

func (s NiftyRebootRoutersOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyRebootRoutersOutput) String

func (s NiftyRebootRoutersOutput) String() string

String returns the string representation

type NiftyRebootRoutersRequest

type NiftyRebootRoutersRequest struct {
	*aws.Request
	Input *NiftyRebootRoutersInput
	Copy  func(*NiftyRebootRoutersInput) NiftyRebootRoutersRequest
}

NiftyRebootRoutersRequest is a API request type for the NiftyRebootRouters API operation.

func (NiftyRebootRoutersRequest) Send

Send marshals and sends the NiftyRebootRouters API request.

type NiftyRebootVpnGatewaysInput

type NiftyRebootVpnGatewaysInput struct {
	VpnGateway []RequestVpnGatewayStruct `locationName:"VpnGateway" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRebootVpnGatewaysRequest

func (NiftyRebootVpnGatewaysInput) GoString

func (s NiftyRebootVpnGatewaysInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRebootVpnGatewaysResult

func (NiftyRebootVpnGatewaysOutput) GoString

func (s NiftyRebootVpnGatewaysOutput) GoString() string

GoString returns the string representation

func (NiftyRebootVpnGatewaysOutput) SDKResponseMetadata

func (s NiftyRebootVpnGatewaysOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyRebootVpnGatewaysOutput) String

String returns the string representation

type NiftyRebootVpnGatewaysRequest

type NiftyRebootVpnGatewaysRequest struct {
	*aws.Request
	Input *NiftyRebootVpnGatewaysInput
	Copy  func(*NiftyRebootVpnGatewaysInput) NiftyRebootVpnGatewaysRequest
}

NiftyRebootVpnGatewaysRequest is a API request type for the NiftyRebootVpnGateways API operation.

func (NiftyRebootVpnGatewaysRequest) Send

Send marshals and sends the NiftyRebootVpnGateways API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterInstancesWithElasticLoadBalancerRequest

func (NiftyRegisterInstancesWithElasticLoadBalancerInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterInstancesWithElasticLoadBalancerResult

func (NiftyRegisterInstancesWithElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (NiftyRegisterInstancesWithElasticLoadBalancerOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyRegisterInstancesWithElasticLoadBalancerOutput) String

String returns the string representation

type NiftyRegisterInstancesWithElasticLoadBalancerRequest

NiftyRegisterInstancesWithElasticLoadBalancerRequest is a API request type for the NiftyRegisterInstancesWithElasticLoadBalancer API operation.

func (NiftyRegisterInstancesWithElasticLoadBalancerRequest) Send

Send marshals and sends the NiftyRegisterInstancesWithElasticLoadBalancer API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterInstancesWithSeparateInstanceRuleRequest

func (NiftyRegisterInstancesWithSeparateInstanceRuleInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterInstancesWithSeparateInstanceRuleResult

func (NiftyRegisterInstancesWithSeparateInstanceRuleOutput) GoString

GoString returns the string representation

func (NiftyRegisterInstancesWithSeparateInstanceRuleOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyRegisterInstancesWithSeparateInstanceRuleOutput) String

String returns the string representation

type NiftyRegisterInstancesWithSeparateInstanceRuleRequest

NiftyRegisterInstancesWithSeparateInstanceRuleRequest is a API request type for the NiftyRegisterInstancesWithSeparateInstanceRule API operation.

func (NiftyRegisterInstancesWithSeparateInstanceRuleRequest) Send

Send marshals and sends the NiftyRegisterInstancesWithSeparateInstanceRule API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterPortWithElasticLoadBalancerRequest

func (NiftyRegisterPortWithElasticLoadBalancerInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterPortWithElasticLoadBalancerResult

func (NiftyRegisterPortWithElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (NiftyRegisterPortWithElasticLoadBalancerOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyRegisterPortWithElasticLoadBalancerOutput) String

String returns the string representation

type NiftyRegisterPortWithElasticLoadBalancerRequest

NiftyRegisterPortWithElasticLoadBalancerRequest is a API request type for the NiftyRegisterPortWithElasticLoadBalancer API operation.

func (NiftyRegisterPortWithElasticLoadBalancerRequest) Send

Send marshals and sends the NiftyRegisterPortWithElasticLoadBalancer API request.

type NiftyRegisterRoutersWithSecurityGroupInput

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

	RouterSet []RequestRouterSetStruct `locationName:"RouterSet" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterRoutersWithSecurityGroupRequest

func (NiftyRegisterRoutersWithSecurityGroupInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterRoutersWithSecurityGroupResult

func (NiftyRegisterRoutersWithSecurityGroupOutput) GoString

GoString returns the string representation

func (NiftyRegisterRoutersWithSecurityGroupOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyRegisterRoutersWithSecurityGroupOutput) String

String returns the string representation

type NiftyRegisterRoutersWithSecurityGroupRequest

NiftyRegisterRoutersWithSecurityGroupRequest is a API request type for the NiftyRegisterRoutersWithSecurityGroup API operation.

func (NiftyRegisterRoutersWithSecurityGroupRequest) Send

Send marshals and sends the NiftyRegisterRoutersWithSecurityGroup API request.

type NiftyRegisterVpnGatewaysWithSecurityGroupInput

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

	VpnGatewaySet []RequestVpnGatewaySetStruct `locationName:"VpnGatewaySet" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterVpnGatewaysWithSecurityGroupRequest

func (NiftyRegisterVpnGatewaysWithSecurityGroupInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRegisterVpnGatewaysWithSecurityGroupResult

func (NiftyRegisterVpnGatewaysWithSecurityGroupOutput) GoString

GoString returns the string representation

func (NiftyRegisterVpnGatewaysWithSecurityGroupOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyRegisterVpnGatewaysWithSecurityGroupOutput) String

String returns the string representation

type NiftyRegisterVpnGatewaysWithSecurityGroupRequest

NiftyRegisterVpnGatewaysWithSecurityGroupRequest is a API request type for the NiftyRegisterVpnGatewaysWithSecurityGroup API operation.

func (NiftyRegisterVpnGatewaysWithSecurityGroupRequest) Send

Send marshals and sends the NiftyRegisterVpnGatewaysWithSecurityGroup API request.

type NiftyReleaseRouterBackupStateInput

type NiftyReleaseRouterBackupStateInput struct {
	RouterId *string `locationName:"RouterId" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReleaseRouterBackupStateRequest

func (NiftyReleaseRouterBackupStateInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReleaseRouterBackupStateResult

func (NiftyReleaseRouterBackupStateOutput) GoString

GoString returns the string representation

func (NiftyReleaseRouterBackupStateOutput) SDKResponseMetadata

func (s NiftyReleaseRouterBackupStateOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyReleaseRouterBackupStateOutput) String

String returns the string representation

type NiftyReleaseRouterBackupStateRequest

type NiftyReleaseRouterBackupStateRequest struct {
	*aws.Request
	Input *NiftyReleaseRouterBackupStateInput
	Copy  func(*NiftyReleaseRouterBackupStateInput) NiftyReleaseRouterBackupStateRequest
}

NiftyReleaseRouterBackupStateRequest is a API request type for the NiftyReleaseRouterBackupState API operation.

func (NiftyReleaseRouterBackupStateRequest) Send

Send marshals and sends the NiftyReleaseRouterBackupState API request.

type NiftyReleaseVpnGatewayBackupStateInput

type NiftyReleaseVpnGatewayBackupStateInput struct {
	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReleaseVpnGatewayBackupStateRequest

func (NiftyReleaseVpnGatewayBackupStateInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReleaseVpnGatewayBackupStateResult

func (NiftyReleaseVpnGatewayBackupStateOutput) GoString

GoString returns the string representation

func (NiftyReleaseVpnGatewayBackupStateOutput) SDKResponseMetadata

func (s NiftyReleaseVpnGatewayBackupStateOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyReleaseVpnGatewayBackupStateOutput) String

String returns the string representation

type NiftyReleaseVpnGatewayBackupStateRequest

NiftyReleaseVpnGatewayBackupStateRequest is a API request type for the NiftyReleaseVpnGatewayBackupState API operation.

func (NiftyReleaseVpnGatewayBackupStateRequest) Send

Send marshals and sends the NiftyReleaseVpnGatewayBackupState API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceDhcpConfigRequest

func (NiftyReplaceDhcpConfigInput) GoString

func (s NiftyReplaceDhcpConfigInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceDhcpConfigResult

func (NiftyReplaceDhcpConfigOutput) GoString

func (s NiftyReplaceDhcpConfigOutput) GoString() string

GoString returns the string representation

func (NiftyReplaceDhcpConfigOutput) SDKResponseMetadata

func (s NiftyReplaceDhcpConfigOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyReplaceDhcpConfigOutput) String

String returns the string representation

type NiftyReplaceDhcpConfigRequest

type NiftyReplaceDhcpConfigRequest struct {
	*aws.Request
	Input *NiftyReplaceDhcpConfigInput
	Copy  func(*NiftyReplaceDhcpConfigInput) NiftyReplaceDhcpConfigRequest
}

NiftyReplaceDhcpConfigRequest is a API request type for the NiftyReplaceDhcpConfig API operation.

func (NiftyReplaceDhcpConfigRequest) Send

Send marshals and sends the NiftyReplaceDhcpConfig API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceDhcpOptionRequest

func (NiftyReplaceDhcpOptionInput) GoString

func (s NiftyReplaceDhcpOptionInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceDhcpOptionResult

func (NiftyReplaceDhcpOptionOutput) GoString

func (s NiftyReplaceDhcpOptionOutput) GoString() string

GoString returns the string representation

func (NiftyReplaceDhcpOptionOutput) SDKResponseMetadata

func (s NiftyReplaceDhcpOptionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyReplaceDhcpOptionOutput) String

String returns the string representation

type NiftyReplaceDhcpOptionRequest

type NiftyReplaceDhcpOptionRequest struct {
	*aws.Request
	Input *NiftyReplaceDhcpOptionInput
	Copy  func(*NiftyReplaceDhcpOptionInput) NiftyReplaceDhcpOptionRequest
}

NiftyReplaceDhcpOptionRequest is a API request type for the NiftyReplaceDhcpOption API operation.

func (NiftyReplaceDhcpOptionRequest) Send

Send marshals and sends the NiftyReplaceDhcpOption API request.

type NiftyReplaceElasticLoadBalancerLatestVersionInput

type NiftyReplaceElasticLoadBalancerLatestVersionInput struct {
	ElasticLoadBalancerId *string `locationName:"ElasticLoadBalancerId" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceElasticLoadBalancerLatestVersionRequest

func (NiftyReplaceElasticLoadBalancerLatestVersionInput) GoString

GoString returns the string representation

func (NiftyReplaceElasticLoadBalancerLatestVersionInput) String

String returns the string representation

type NiftyReplaceElasticLoadBalancerLatestVersionOutput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceElasticLoadBalancerLatestVersionResult

func (NiftyReplaceElasticLoadBalancerLatestVersionOutput) GoString

GoString returns the string representation

func (NiftyReplaceElasticLoadBalancerLatestVersionOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyReplaceElasticLoadBalancerLatestVersionOutput) String

String returns the string representation

type NiftyReplaceElasticLoadBalancerLatestVersionRequest

NiftyReplaceElasticLoadBalancerLatestVersionRequest is a API request type for the NiftyReplaceElasticLoadBalancerLatestVersion API operation.

func (NiftyReplaceElasticLoadBalancerLatestVersionRequest) Send

Send marshals and sends the NiftyReplaceElasticLoadBalancerLatestVersion API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceNatRuleRequest

func (NiftyReplaceNatRuleInput) GoString

func (s NiftyReplaceNatRuleInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceNatRuleResult

func (NiftyReplaceNatRuleOutput) GoString

func (s NiftyReplaceNatRuleOutput) GoString() string

GoString returns the string representation

func (NiftyReplaceNatRuleOutput) SDKResponseMetadata

func (s NiftyReplaceNatRuleOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyReplaceNatRuleOutput) String

func (s NiftyReplaceNatRuleOutput) String() string

String returns the string representation

type NiftyReplaceNatRuleRequest

type NiftyReplaceNatRuleRequest struct {
	*aws.Request
	Input *NiftyReplaceNatRuleInput
	Copy  func(*NiftyReplaceNatRuleInput) NiftyReplaceNatRuleRequest
}

NiftyReplaceNatRuleRequest is a API request type for the NiftyReplaceNatRule API operation.

func (NiftyReplaceNatRuleRequest) Send

Send marshals and sends the NiftyReplaceNatRule API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceNatTableAssociationRequest

func (NiftyReplaceNatTableAssociationInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceNatTableAssociationResult

func (NiftyReplaceNatTableAssociationOutput) GoString

GoString returns the string representation

func (NiftyReplaceNatTableAssociationOutput) SDKResponseMetadata

func (s NiftyReplaceNatTableAssociationOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyReplaceNatTableAssociationOutput) String

String returns the string representation

type NiftyReplaceNatTableAssociationRequest

type NiftyReplaceNatTableAssociationRequest struct {
	*aws.Request
	Input *NiftyReplaceNatTableAssociationInput
	Copy  func(*NiftyReplaceNatTableAssociationInput) NiftyReplaceNatTableAssociationRequest
}

NiftyReplaceNatTableAssociationRequest is a API request type for the NiftyReplaceNatTableAssociation API operation.

func (NiftyReplaceNatTableAssociationRequest) Send

Send marshals and sends the NiftyReplaceNatTableAssociation API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceRouteTableAssociationWithVpnGatewayRequest

func (NiftyReplaceRouteTableAssociationWithVpnGatewayInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceRouteTableAssociationWithVpnGatewayResult

func (NiftyReplaceRouteTableAssociationWithVpnGatewayOutput) GoString

GoString returns the string representation

func (NiftyReplaceRouteTableAssociationWithVpnGatewayOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyReplaceRouteTableAssociationWithVpnGatewayOutput) String

String returns the string representation

type NiftyReplaceRouteTableAssociationWithVpnGatewayRequest

NiftyReplaceRouteTableAssociationWithVpnGatewayRequest is a API request type for the NiftyReplaceRouteTableAssociationWithVpnGateway API operation.

func (NiftyReplaceRouteTableAssociationWithVpnGatewayRequest) Send

Send marshals and sends the NiftyReplaceRouteTableAssociationWithVpnGateway API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceRouterLatestVersionRequest

func (NiftyReplaceRouterLatestVersionInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceRouterLatestVersionResult

func (NiftyReplaceRouterLatestVersionOutput) GoString

GoString returns the string representation

func (NiftyReplaceRouterLatestVersionOutput) SDKResponseMetadata

func (s NiftyReplaceRouterLatestVersionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyReplaceRouterLatestVersionOutput) String

String returns the string representation

type NiftyReplaceRouterLatestVersionRequest

type NiftyReplaceRouterLatestVersionRequest struct {
	*aws.Request
	Input *NiftyReplaceRouterLatestVersionInput
	Copy  func(*NiftyReplaceRouterLatestVersionInput) NiftyReplaceRouterLatestVersionRequest
}

NiftyReplaceRouterLatestVersionRequest is a API request type for the NiftyReplaceRouterLatestVersion API operation.

func (NiftyReplaceRouterLatestVersionRequest) Send

Send marshals and sends the NiftyReplaceRouterLatestVersion API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceVpnGatewayLatestVersionRequest

func (NiftyReplaceVpnGatewayLatestVersionInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyReplaceVpnGatewayLatestVersionResult

func (NiftyReplaceVpnGatewayLatestVersionOutput) GoString

GoString returns the string representation

func (NiftyReplaceVpnGatewayLatestVersionOutput) SDKResponseMetadata

func (s NiftyReplaceVpnGatewayLatestVersionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyReplaceVpnGatewayLatestVersionOutput) String

String returns the string representation

type NiftyReplaceVpnGatewayLatestVersionRequest

NiftyReplaceVpnGatewayLatestVersionRequest is a API request type for the NiftyReplaceVpnGatewayLatestVersion API operation.

func (NiftyReplaceVpnGatewayLatestVersionRequest) Send

Send marshals and sends the NiftyReplaceVpnGatewayLatestVersion API request.

type NiftyRestoreInstanceSnapshotInput

type NiftyRestoreInstanceSnapshotInput struct {
	InstanceSnapshotId *string `locationName:"InstanceSnapshotId" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRestoreInstanceSnapshotRequest

func (NiftyRestoreInstanceSnapshotInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRestoreInstanceSnapshotResult

func (NiftyRestoreInstanceSnapshotOutput) GoString

GoString returns the string representation

func (NiftyRestoreInstanceSnapshotOutput) SDKResponseMetadata

func (s NiftyRestoreInstanceSnapshotOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyRestoreInstanceSnapshotOutput) String

String returns the string representation

type NiftyRestoreInstanceSnapshotRequest

type NiftyRestoreInstanceSnapshotRequest struct {
	*aws.Request
	Input *NiftyRestoreInstanceSnapshotInput
	Copy  func(*NiftyRestoreInstanceSnapshotInput) NiftyRestoreInstanceSnapshotRequest
}

NiftyRestoreInstanceSnapshotRequest is a API request type for the NiftyRestoreInstanceSnapshot API operation.

func (NiftyRestoreInstanceSnapshotRequest) Send

Send marshals and sends the NiftyRestoreInstanceSnapshot API request.

type NiftyRestoreRouterPreviousVersionInput

type NiftyRestoreRouterPreviousVersionInput struct {
	RouterId *string `locationName:"RouterId" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRestoreRouterPreviousVersionRequest

func (NiftyRestoreRouterPreviousVersionInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRestoreRouterPreviousVersionResult

func (NiftyRestoreRouterPreviousVersionOutput) GoString

GoString returns the string representation

func (NiftyRestoreRouterPreviousVersionOutput) SDKResponseMetadata

func (s NiftyRestoreRouterPreviousVersionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyRestoreRouterPreviousVersionOutput) String

String returns the string representation

type NiftyRestoreRouterPreviousVersionRequest

NiftyRestoreRouterPreviousVersionRequest is a API request type for the NiftyRestoreRouterPreviousVersion API operation.

func (NiftyRestoreRouterPreviousVersionRequest) Send

Send marshals and sends the NiftyRestoreRouterPreviousVersion API request.

type NiftyRestoreVpnGatewayPreviousVersionInput

type NiftyRestoreVpnGatewayPreviousVersionInput struct {
	NiftyVpnGatewayName *string `locationName:"NiftyVpnGatewayName" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRestoreVpnGatewayPreviousVersionRequest

func (NiftyRestoreVpnGatewayPreviousVersionInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRestoreVpnGatewayPreviousVersionResult

func (NiftyRestoreVpnGatewayPreviousVersionOutput) GoString

GoString returns the string representation

func (NiftyRestoreVpnGatewayPreviousVersionOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyRestoreVpnGatewayPreviousVersionOutput) String

String returns the string representation

type NiftyRestoreVpnGatewayPreviousVersionRequest

NiftyRestoreVpnGatewayPreviousVersionRequest is a API request type for the NiftyRestoreVpnGatewayPreviousVersion API operation.

func (NiftyRestoreVpnGatewayPreviousVersionRequest) Send

Send marshals and sends the NiftyRestoreVpnGatewayPreviousVersion API request.

type NiftyRetryImportInstanceInput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRetryImportInstanceRequest

func (NiftyRetryImportInstanceInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyRetryImportInstanceResult

func (NiftyRetryImportInstanceOutput) GoString

GoString returns the string representation

func (NiftyRetryImportInstanceOutput) SDKResponseMetadata

func (s NiftyRetryImportInstanceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyRetryImportInstanceOutput) String

String returns the string representation

type NiftyRetryImportInstanceRequest

type NiftyRetryImportInstanceRequest struct {
	*aws.Request
	Input *NiftyRetryImportInstanceInput
	Copy  func(*NiftyRetryImportInstanceInput) NiftyRetryImportInstanceRequest
}

NiftyRetryImportInstanceRequest is a API request type for the NiftyRetryImportInstance API operation.

func (NiftyRetryImportInstanceRequest) Send

Send marshals and sends the NiftyRetryImportInstance API request.

type NiftySnapshottingSetItem

type NiftySnapshottingSetItem struct {
	State *string `locationName:"state" type:"string"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftySnapshottingSetItem

func (NiftySnapshottingSetItem) GoString

func (s NiftySnapshottingSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyTunnel

func (NiftyTunnel) GoString

func (s NiftyTunnel) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateAlarmRequest

func (NiftyUpdateAlarmInput) GoString

func (s NiftyUpdateAlarmInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateAlarmResult

func (NiftyUpdateAlarmOutput) GoString

func (s NiftyUpdateAlarmOutput) GoString() string

GoString returns the string representation

func (NiftyUpdateAlarmOutput) SDKResponseMetadata

func (s NiftyUpdateAlarmOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyUpdateAlarmOutput) String

func (s NiftyUpdateAlarmOutput) String() string

String returns the string representation

type NiftyUpdateAlarmRequest

type NiftyUpdateAlarmRequest struct {
	*aws.Request
	Input *NiftyUpdateAlarmInput
	Copy  func(*NiftyUpdateAlarmInput) NiftyUpdateAlarmRequest
}

NiftyUpdateAlarmRequest is a API request type for the NiftyUpdateAlarm API operation.

func (NiftyUpdateAlarmRequest) Send

Send marshals and sends the NiftyUpdateAlarm API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateAutoScalingGroupRequest

func (NiftyUpdateAutoScalingGroupInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateAutoScalingGroupResult

func (NiftyUpdateAutoScalingGroupOutput) GoString

GoString returns the string representation

func (NiftyUpdateAutoScalingGroupOutput) SDKResponseMetadata

func (s NiftyUpdateAutoScalingGroupOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyUpdateAutoScalingGroupOutput) String

String returns the string representation

type NiftyUpdateAutoScalingGroupRequest

type NiftyUpdateAutoScalingGroupRequest struct {
	*aws.Request
	Input *NiftyUpdateAutoScalingGroupInput
	Copy  func(*NiftyUpdateAutoScalingGroupInput) NiftyUpdateAutoScalingGroupRequest
}

NiftyUpdateAutoScalingGroupRequest is a API request type for the NiftyUpdateAutoScalingGroup API operation.

func (NiftyUpdateAutoScalingGroupRequest) Send

Send marshals and sends the NiftyUpdateAutoScalingGroup API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateElasticLoadBalancerRequest

func (NiftyUpdateElasticLoadBalancerInput) GoString

GoString returns the string representation

func (NiftyUpdateElasticLoadBalancerInput) String

String returns the string representation

type NiftyUpdateElasticLoadBalancerOutput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateElasticLoadBalancerResult

func (NiftyUpdateElasticLoadBalancerOutput) GoString

GoString returns the string representation

func (NiftyUpdateElasticLoadBalancerOutput) SDKResponseMetadata

func (s NiftyUpdateElasticLoadBalancerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyUpdateElasticLoadBalancerOutput) String

String returns the string representation

type NiftyUpdateElasticLoadBalancerRequest

type NiftyUpdateElasticLoadBalancerRequest struct {
	*aws.Request
	Input *NiftyUpdateElasticLoadBalancerInput
	Copy  func(*NiftyUpdateElasticLoadBalancerInput) NiftyUpdateElasticLoadBalancerRequest
}

NiftyUpdateElasticLoadBalancerRequest is a API request type for the NiftyUpdateElasticLoadBalancer API operation.

func (NiftyUpdateElasticLoadBalancerRequest) Send

Send marshals and sends the NiftyUpdateElasticLoadBalancer API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateInstanceNetworkInterfacesRequest

func (NiftyUpdateInstanceNetworkInterfacesInput) GoString

GoString returns the string representation

func (NiftyUpdateInstanceNetworkInterfacesInput) String

String returns the string representation

type NiftyUpdateInstanceNetworkInterfacesOutput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateInstanceNetworkInterfacesResult

func (NiftyUpdateInstanceNetworkInterfacesOutput) GoString

GoString returns the string representation

func (NiftyUpdateInstanceNetworkInterfacesOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyUpdateInstanceNetworkInterfacesOutput) String

String returns the string representation

type NiftyUpdateInstanceNetworkInterfacesRequest

NiftyUpdateInstanceNetworkInterfacesRequest is a API request type for the NiftyUpdateInstanceNetworkInterfaces API operation.

func (NiftyUpdateInstanceNetworkInterfacesRequest) Send

Send marshals and sends the NiftyUpdateInstanceNetworkInterfaces API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateRouterNetworkInterfacesRequest

func (NiftyUpdateRouterNetworkInterfacesInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateRouterNetworkInterfacesResult

func (NiftyUpdateRouterNetworkInterfacesOutput) GoString

GoString returns the string representation

func (NiftyUpdateRouterNetworkInterfacesOutput) SDKResponseMetadata

func (s NiftyUpdateRouterNetworkInterfacesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyUpdateRouterNetworkInterfacesOutput) String

String returns the string representation

type NiftyUpdateRouterNetworkInterfacesRequest

NiftyUpdateRouterNetworkInterfacesRequest is a API request type for the NiftyUpdateRouterNetworkInterfaces API operation.

func (NiftyUpdateRouterNetworkInterfacesRequest) Send

Send marshals and sends the NiftyUpdateRouterNetworkInterfaces API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateSeparateInstanceRuleRequest

func (NiftyUpdateSeparateInstanceRuleInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateSeparateInstanceRuleResult

func (NiftyUpdateSeparateInstanceRuleOutput) GoString

GoString returns the string representation

func (NiftyUpdateSeparateInstanceRuleOutput) SDKResponseMetadata

func (s NiftyUpdateSeparateInstanceRuleOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyUpdateSeparateInstanceRuleOutput) String

String returns the string representation

type NiftyUpdateSeparateInstanceRuleRequest

type NiftyUpdateSeparateInstanceRuleRequest struct {
	*aws.Request
	Input *NiftyUpdateSeparateInstanceRuleInput
	Copy  func(*NiftyUpdateSeparateInstanceRuleInput) NiftyUpdateSeparateInstanceRuleRequest
}

NiftyUpdateSeparateInstanceRuleRequest is a API request type for the NiftyUpdateSeparateInstanceRule API operation.

func (NiftyUpdateSeparateInstanceRuleRequest) Send

Send marshals and sends the NiftyUpdateSeparateInstanceRule API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateVpnGatewayNetworkInterfacesRequest

func (NiftyUpdateVpnGatewayNetworkInterfacesInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/NiftyUpdateVpnGatewayNetworkInterfacesResult

func (NiftyUpdateVpnGatewayNetworkInterfacesOutput) GoString

GoString returns the string representation

func (NiftyUpdateVpnGatewayNetworkInterfacesOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (NiftyUpdateVpnGatewayNetworkInterfacesOutput) String

String returns the string representation

type NiftyUpdateVpnGatewayNetworkInterfacesRequest

NiftyUpdateVpnGatewayNetworkInterfacesRequest is a API request type for the NiftyUpdateVpnGatewayNetworkInterfaces API operation.

func (NiftyUpdateVpnGatewayNetworkInterfacesRequest) Send

Send marshals and sends the NiftyUpdateVpnGatewayNetworkInterfaces API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Option

func (Option) GoString

func (s Option) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/OptionCommonInfoSetItem

func (OptionCommonInfoSetItem) GoString

func (s OptionCommonInfoSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/OptionInfoSetItem

func (OptionInfoSetItem) GoString

func (s OptionInfoSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/OptionSetItem

func (OptionSetItem) GoString

func (s OptionSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Options

func (Options) GoString

func (s Options) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/OsMeasuredRateSetItem

func (OsMeasuredRateSetItem) GoString

func (s OsMeasuredRateSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/OsMonthlyRateSetItem

func (OsMonthlyRateSetItem) GoString

func (s OsMonthlyRateSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/OsOptionChargeInfo

func (OsOptionChargeInfo) GoString

func (s OsOptionChargeInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/OsOptionChargeMonthlyRateSetItem

func (OsOptionChargeMonthlyRateSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/OutboundInterface

func (OutboundInterface) GoString

func (s OutboundInterface) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PartitionsSetItem

func (PartitionsSetItem) GoString

func (s PartitionsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PatternAuthInfo

func (PatternAuthInfo) GoString

func (s PatternAuthInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PatternAuthSetItem

func (PatternAuthSetItem) GoString

func (s PatternAuthSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PerformanceChartSetItem

func (PerformanceChartSetItem) GoString

func (s PerformanceChartSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Period

func (Period) GoString

func (s Period) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Placement

func (Placement) GoString

func (s Placement) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Policies

func (Policies) GoString

func (s Policies) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PremiumSupportInfo

func (PremiumSupportInfo) GoString

func (s PremiumSupportInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PremiumSupportSetItem

func (PremiumSupportSetItem) GoString

func (s PremiumSupportSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PreviousState

func (PreviousState) GoString

func (s PreviousState) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PrivateIpAddressesSetItem

func (PrivateIpAddressesSetItem) GoString

func (s PrivateIpAddressesSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PrivateLan

func (PrivateLan) GoString

func (s PrivateLan) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PrivateLanInfo

func (PrivateLanInfo) GoString

func (s PrivateLanInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PrivateLanSetItem

func (PrivateLanSetItem) GoString

func (s PrivateLanSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PrivateNetworkInfo

func (PrivateNetworkInfo) GoString

func (s PrivateNetworkInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PrivateNetworkMeasuredRate

func (PrivateNetworkMeasuredRate) GoString

func (s PrivateNetworkMeasuredRate) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PrivateNetworkMonthlyRate

func (PrivateNetworkMonthlyRate) GoString

func (s PrivateNetworkMonthlyRate) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ProductCodesSetItem

func (ProductCodesSetItem) GoString

func (s ProductCodesSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/PropagatingVgwSetItem

func (PropagatingVgwSetItem) GoString

func (s PropagatingVgwSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Ramdisk

func (Ramdisk) GoString

func (s Ramdisk) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RebootInstancesRequest

func (RebootInstancesInput) GoString

func (s RebootInstancesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RebootInstancesResult

func (RebootInstancesOutput) GoString

func (s RebootInstancesOutput) GoString() string

GoString returns the string representation

func (RebootInstancesOutput) SDKResponseMetadata

func (s RebootInstancesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (RebootInstancesOutput) String

func (s RebootInstancesOutput) String() string

String returns the string representation

type RebootInstancesRequest

type RebootInstancesRequest struct {
	*aws.Request
	Input *RebootInstancesInput
	Copy  func(*RebootInstancesInput) RebootInstancesRequest
}

RebootInstancesRequest is a API request type for the RebootInstances API operation.

func (RebootInstancesRequest) Send

Send marshals and sends the RebootInstances API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegionInfoSetItem

func (RegionInfoSetItem) GoString

func (s RegionInfoSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterCorporateInfoForCertificateRequest

func (RegisterCorporateInfoForCertificateInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterCorporateInfoForCertificateResult

func (RegisterCorporateInfoForCertificateOutput) GoString

GoString returns the string representation

func (RegisterCorporateInfoForCertificateOutput) SDKResponseMetadata

func (s RegisterCorporateInfoForCertificateOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (RegisterCorporateInfoForCertificateOutput) String

String returns the string representation

type RegisterCorporateInfoForCertificateRequest

RegisterCorporateInfoForCertificateRequest is a API request type for the RegisterCorporateInfoForCertificate API operation.

func (RegisterCorporateInfoForCertificateRequest) Send

Send marshals and sends the RegisterCorporateInfoForCertificate API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterInstancesWithLoadBalancerRequest

func (RegisterInstancesWithLoadBalancerInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterInstancesWithLoadBalancerResult

func (RegisterInstancesWithLoadBalancerOutput) GoString

GoString returns the string representation

func (RegisterInstancesWithLoadBalancerOutput) SDKResponseMetadata

func (s RegisterInstancesWithLoadBalancerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (RegisterInstancesWithLoadBalancerOutput) String

String returns the string representation

type RegisterInstancesWithLoadBalancerRequest

RegisterInstancesWithLoadBalancerRequest is a API request type for the RegisterInstancesWithLoadBalancer API operation.

func (RegisterInstancesWithLoadBalancerRequest) Send

Send marshals and sends the RegisterInstancesWithLoadBalancer API request.

type RegisterInstancesWithSecurityGroupInput

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

	InstanceId []string `locationName:"InstanceId" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterInstancesWithSecurityGroupRequest

func (RegisterInstancesWithSecurityGroupInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterInstancesWithSecurityGroupResult

func (RegisterInstancesWithSecurityGroupOutput) GoString

GoString returns the string representation

func (RegisterInstancesWithSecurityGroupOutput) SDKResponseMetadata

func (s RegisterInstancesWithSecurityGroupOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (RegisterInstancesWithSecurityGroupOutput) String

String returns the string representation

type RegisterInstancesWithSecurityGroupRequest

RegisterInstancesWithSecurityGroupRequest is a API request type for the RegisterInstancesWithSecurityGroup API operation.

func (RegisterInstancesWithSecurityGroupRequest) Send

Send marshals and sends the RegisterInstancesWithSecurityGroup API request.

type RegisterPortWithLoadBalancerInput

type RegisterPortWithLoadBalancerInput struct {
	Listeners []RequestListenersStruct `locationName:"Listeners" locationNameList:"member" type:"list"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterPortWithLoadBalancerRequest

func (RegisterPortWithLoadBalancerInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RegisterPortWithLoadBalancerResult

func (RegisterPortWithLoadBalancerOutput) GoString

GoString returns the string representation

func (RegisterPortWithLoadBalancerOutput) SDKResponseMetadata

func (s RegisterPortWithLoadBalancerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (RegisterPortWithLoadBalancerOutput) String

String returns the string representation

type RegisterPortWithLoadBalancerRequest

type RegisterPortWithLoadBalancerRequest struct {
	*aws.Request
	Input *RegisterPortWithLoadBalancerInput
	Copy  func(*RegisterPortWithLoadBalancerInput) RegisterPortWithLoadBalancerRequest
}

RegisterPortWithLoadBalancerRequest is a API request type for the RegisterPortWithLoadBalancer API operation.

func (RegisterPortWithLoadBalancerRequest) Send

Send marshals and sends the RegisterPortWithLoadBalancer API request.

type ReleaseAddressInput

type ReleaseAddressInput struct {
	PrivateIpAddress *string `locationName:"PrivateIpAddress" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ReleaseAddressRequest

func (ReleaseAddressInput) GoString

func (s ReleaseAddressInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ReleaseAddressResult

func (ReleaseAddressOutput) GoString

func (s ReleaseAddressOutput) GoString() string

GoString returns the string representation

func (ReleaseAddressOutput) SDKResponseMetadata

func (s ReleaseAddressOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ReleaseAddressOutput) String

func (s ReleaseAddressOutput) String() string

String returns the string representation

type ReleaseAddressRequest

type ReleaseAddressRequest struct {
	*aws.Request
	Input *ReleaseAddressInput
	Copy  func(*ReleaseAddressInput) ReleaseAddressRequest
}

ReleaseAddressRequest is a API request type for the ReleaseAddress API operation.

func (ReleaseAddressRequest) Send

Send marshals and sends the ReleaseAddress API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ReplaceRouteRequest

func (ReplaceRouteInput) GoString

func (s ReplaceRouteInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ReplaceRouteResult

func (ReplaceRouteOutput) GoString

func (s ReplaceRouteOutput) GoString() string

GoString returns the string representation

func (ReplaceRouteOutput) SDKResponseMetadata

func (s ReplaceRouteOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ReplaceRouteOutput) String

func (s ReplaceRouteOutput) String() string

String returns the string representation

type ReplaceRouteRequest

type ReplaceRouteRequest struct {
	*aws.Request
	Input *ReplaceRouteInput
	Copy  func(*ReplaceRouteInput) ReplaceRouteRequest
}

ReplaceRouteRequest is a API request type for the ReplaceRoute API operation.

func (ReplaceRouteRequest) Send

Send marshals and sends the ReplaceRoute API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ReplaceRouteTableAssociationRequest

func (ReplaceRouteTableAssociationInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ReplaceRouteTableAssociationResult

func (ReplaceRouteTableAssociationOutput) GoString

GoString returns the string representation

func (ReplaceRouteTableAssociationOutput) SDKResponseMetadata

func (s ReplaceRouteTableAssociationOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ReplaceRouteTableAssociationOutput) String

String returns the string representation

type ReplaceRouteTableAssociationRequest

type ReplaceRouteTableAssociationRequest struct {
	*aws.Request
	Input *ReplaceRouteTableAssociationInput
	Copy  func(*ReplaceRouteTableAssociationInput) ReplaceRouteTableAssociationRequest
}

ReplaceRouteTableAssociationRequest is a API request type for the ReplaceRouteTableAssociation API operation.

func (ReplaceRouteTableAssociationRequest) Send

Send marshals and sends the ReplaceRouteTableAssociation API request.

type RequestAdditionalAttributesStruct

type RequestAdditionalAttributesStruct struct {
	Key *string `locationName:"Key" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestAdditionalAttributesStruct

func (RequestAdditionalAttributesStruct) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestBypassInterfaceStruct

func (RequestBypassInterfaceStruct) GoString

func (s RequestBypassInterfaceStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestCertInfoStruct

func (RequestCertInfoStruct) GoString

func (s RequestCertInfoStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestCopyInstanceStruct

func (RequestCopyInstanceStruct) GoString

func (s RequestCopyInstanceStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestDDayStruct

func (RequestDDayStruct) GoString

func (s RequestDDayStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestDayStruct

func (RequestDayStruct) GoString

func (s RequestDayStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestDescriptionStruct

func (RequestDescriptionStruct) GoString

func (s RequestDescriptionStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestDestinationStruct

func (RequestDestinationStruct) GoString

func (s RequestDestinationStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestDhcpConfigurationStruct

func (RequestDhcpConfigurationStruct) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestElasticLoadBalancersStruct

func (RequestElasticLoadBalancersStruct) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestFilterStruct

func (RequestFilterStruct) GoString

func (s RequestFilterStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestGroupsStruct

func (RequestGroupsStruct) GoString

func (s RequestGroupsStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestHealthCheckStruct

func (RequestHealthCheckStruct) GoString

func (s RequestHealthCheckStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestIPAddressesStruct

func (RequestIPAddressesStruct) GoString

func (s RequestIPAddressesStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestInboundInterfaceStruct

func (RequestInboundInterfaceStruct) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestInstancesStruct

func (RequestInstancesStruct) GoString

func (s RequestInstancesStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestIpPermissionsStruct

func (RequestIpPermissionsStruct) GoString

func (s RequestIpPermissionsStruct) GoString() string

GoString returns the string representation

func (RequestIpPermissionsStruct) String

String returns the string representation

type RequestIpRangesStruct

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestIpRangesStruct

func (RequestIpRangesStruct) GoString

func (s RequestIpRangesStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestLicenseStruct

func (RequestLicenseStruct) GoString

func (s RequestLicenseStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestListenInterfaceStruct

func (RequestListenInterfaceStruct) GoString

func (s RequestListenInterfaceStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestListenerStruct

func (RequestListenerStruct) GoString

func (s RequestListenerStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestListenerUpdateStruct

func (RequestListenerUpdateStruct) GoString

func (s RequestListenerUpdateStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestListenersStruct

func (RequestListenersStruct) GoString

func (s RequestListenersStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestLoadBalancerAttributesStruct

func (RequestLoadBalancerAttributesStruct) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestLoadBalancerNamesStruct

func (RequestLoadBalancerNamesStruct) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestLoadBalancersStruct

func (RequestLoadBalancersStruct) GoString

func (s RequestLoadBalancersStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestMonthStruct

func (RequestMonthStruct) GoString

func (s RequestMonthStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestNetworkInterfaceStruct

func (RequestNetworkInterfaceStruct) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestNiftyIPsecConfigurationStruct

func (RequestNiftyIPsecConfigurationStruct) GoString

GoString returns the string representation

func (RequestNiftyIPsecConfigurationStruct) String

String returns the string representation

type RequestNiftyIpsecConfigurationStruct

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestNiftyIpsecConfigurationStruct

func (RequestNiftyIpsecConfigurationStruct) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestNiftyNetworkStruct

func (RequestNiftyNetworkStruct) GoString

func (s RequestNiftyNetworkStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestNiftyTunnelStruct

func (RequestNiftyTunnelStruct) GoString

func (s RequestNiftyTunnelStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestOptionStruct

func (RequestOptionStruct) GoString

func (s RequestOptionStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestOutboundInterfaceStruct

func (RequestOutboundInterfaceStruct) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestPlacementStruct

func (RequestPlacementStruct) GoString

func (s RequestPlacementStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestRangeStruct

func (RequestRangeStruct) GoString

func (s RequestRangeStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestRouterSetStruct

func (RequestRouterSetStruct) GoString

func (s RequestRouterSetStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestRouterStruct

func (RequestRouterStruct) GoString

func (s RequestRouterStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestRuleStruct

func (RequestRuleStruct) GoString

func (s RequestRuleStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestScalingScheduleStruct

func (RequestScalingScheduleStruct) GoString

func (s RequestScalingScheduleStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestScalingTriggerStruct

func (RequestScalingTriggerStruct) GoString

func (s RequestScalingTriggerStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestSessionStickinessPolicyUpdateStruct

func (RequestSessionStickinessPolicyUpdateStruct) GoString

GoString returns the string representation

func (RequestSessionStickinessPolicyUpdateStruct) String

String returns the string representation

type RequestSessionStruct

type RequestSessionStruct struct {
	RequestStickinessPolicyStruct *RequestStickinessPolicyStruct `locationName:"StickinessPolicy" type:"structure"`
	// contains filtered or unexported fields
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestSessionStruct

func (RequestSessionStruct) GoString

func (s RequestSessionStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestSorryPageStruct

func (RequestSorryPageStruct) GoString

func (s RequestSorryPageStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestSorryPageUpdateStruct

func (RequestSorryPageUpdateStruct) GoString

func (s RequestSorryPageUpdateStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestSourceStruct

func (RequestSourceStruct) GoString

func (s RequestSourceStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestStickinessPolicyStruct

func (RequestStickinessPolicyStruct) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestTimeZoneStruct

func (RequestTimeZoneStruct) GoString

func (s RequestTimeZoneStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestTranslationStruct

func (RequestTranslationStruct) GoString

func (s RequestTranslationStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestUsersStruct

func (RequestUsersStruct) GoString

func (s RequestUsersStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestVpnGatewaySetStruct

func (RequestVpnGatewaySetStruct) GoString

func (s RequestVpnGatewaySetStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RequestVpnGatewayStruct

func (RequestVpnGatewayStruct) GoString

func (s RequestVpnGatewayStruct) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ReservationSetItem

func (ReservationSetItem) GoString

func (s ReservationSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ResourceInfo

func (ResourceInfo) GoString

func (s ResourceInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ResponseMetadata

func (ResponseMetadata) GoString

func (s ResponseMetadata) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RevokeSecurityGroupIngressRequest

func (RevokeSecurityGroupIngressInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RevokeSecurityGroupIngressResult

func (RevokeSecurityGroupIngressOutput) GoString

GoString returns the string representation

func (RevokeSecurityGroupIngressOutput) SDKResponseMetadata

func (s RevokeSecurityGroupIngressOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (RevokeSecurityGroupIngressOutput) String

String returns the string representation

type RevokeSecurityGroupIngressRequest

type RevokeSecurityGroupIngressRequest struct {
	*aws.Request
	Input *RevokeSecurityGroupIngressInput
	Copy  func(*RevokeSecurityGroupIngressInput) RevokeSecurityGroupIngressRequest
}

RevokeSecurityGroupIngressRequest is a API request type for the RevokeSecurityGroupIngress API operation.

func (RevokeSecurityGroupIngressRequest) Send

Send marshals and sends the RevokeSecurityGroupIngress API request.

type RootDeviceName

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RootDeviceName

func (RootDeviceName) GoString

func (s RootDeviceName) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RouteSetItem

func (RouteSetItem) GoString

func (s RouteSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RouteTable

func (RouteTable) GoString

func (s RouteTable) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RouteTableSetItem

func (RouteTableSetItem) GoString

func (s RouteTableSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Router

func (Router) GoString

func (s Router) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RouterInfo

func (RouterInfo) GoString

func (s RouterInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RouterItemSetItem

func (RouterItemSetItem) GoString

func (s RouterItemSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RouterMeasuredRateSetItem

func (RouterMeasuredRateSetItem) GoString

func (s RouterMeasuredRateSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RouterMonthlyRateSetItem

func (RouterMonthlyRateSetItem) GoString

func (s RouterMonthlyRateSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RouterNetworkInterfaceSetItem

func (RouterNetworkInterfaceSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RouterSetItem

func (RouterSetItem) GoString

func (s RouterSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Routes

func (Routes) GoString

func (s Routes) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RuleSetItem

func (RuleSetItem) GoString

func (s RuleSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RunInstancesRequest

func (RunInstancesInput) GoString

func (s RunInstancesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RunInstancesResult

func (RunInstancesOutput) GoString

func (s RunInstancesOutput) GoString() string

GoString returns the string representation

func (RunInstancesOutput) SDKResponseMetadata

func (s RunInstancesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (RunInstancesOutput) String

func (s RunInstancesOutput) String() string

String returns the string representation

type RunInstancesRequest

type RunInstancesRequest struct {
	*aws.Request
	Input *RunInstancesInput
	Copy  func(*RunInstancesInput) RunInstancesRequest
}

RunInstancesRequest is a API request type for the RunInstances API operation.

func (RunInstancesRequest) Send

Send marshals and sends the RunInstances API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RunningInstanceMeasuredRateSetItem

func (RunningInstanceMeasuredRateSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RunningScaleOutInstanceSetItem

func (RunningScaleOutInstanceSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/RunningScaleOutOsSetItem

func (RunningScaleOutOsSetItem) GoString

func (s RunningScaleOutOsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ScheduleSetItem

func (ScheduleSetItem) GoString

func (s ScheduleSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SecureNetInfo

func (SecureNetInfo) GoString

func (s SecureNetInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SecureNetMonthlyRate

func (SecureNetMonthlyRate) GoString

func (s SecureNetMonthlyRate) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SecurityGroupApplyTime

func (SecurityGroupApplyTime) GoString

func (s SecurityGroupApplyTime) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SecurityGroupInfo

func (SecurityGroupInfo) GoString

func (s SecurityGroupInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SecurityGroupInfoSetItem

func (SecurityGroupInfoSetItem) GoString

func (s SecurityGroupInfoSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SeparateInstanceRulesInfoSetItem

func (SeparateInstanceRulesInfoSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ServiceStatusSetItem

func (ServiceStatusSetItem) GoString

func (s ServiceStatusSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SessionStickinessPolicy

func (SessionStickinessPolicy) GoString

func (s SessionStickinessPolicy) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SetFilterForLoadBalancerRequest

func (SetFilterForLoadBalancerInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SetFilterForLoadBalancerResult

func (SetFilterForLoadBalancerOutput) GoString

GoString returns the string representation

func (SetFilterForLoadBalancerOutput) SDKResponseMetadata

func (s SetFilterForLoadBalancerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (SetFilterForLoadBalancerOutput) String

String returns the string representation

type SetFilterForLoadBalancerRequest

type SetFilterForLoadBalancerRequest struct {
	*aws.Request
	Input *SetFilterForLoadBalancerInput
	Copy  func(*SetFilterForLoadBalancerInput) SetFilterForLoadBalancerRequest
}

SetFilterForLoadBalancerRequest is a API request type for the SetFilterForLoadBalancer API operation.

func (SetFilterForLoadBalancerRequest) Send

Send marshals and sends the SetFilterForLoadBalancer API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Snapshot

func (Snapshot) GoString

func (s Snapshot) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SnapshotInfo

func (SnapshotInfo) GoString

func (s SnapshotInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SnapshotInfoSetItem

func (SnapshotInfoSetItem) GoString

func (s SnapshotInfoSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SorryPage

func (SorryPage) GoString

func (s SorryPage) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Source

func (Source) GoString

func (s Source) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/SslCertInfo

func (SslCertInfo) GoString

func (s SslCertInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StartInstancesRequest

func (StartInstancesInput) GoString

func (s StartInstancesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StartInstancesResult

func (StartInstancesOutput) GoString

func (s StartInstancesOutput) GoString() string

GoString returns the string representation

func (StartInstancesOutput) SDKResponseMetadata

func (s StartInstancesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (StartInstancesOutput) String

func (s StartInstancesOutput) String() string

String returns the string representation

type StartInstancesRequest

type StartInstancesRequest struct {
	*aws.Request
	Input *StartInstancesInput
	Copy  func(*StartInstancesInput) StartInstancesRequest
}

StartInstancesRequest is a API request type for the StartInstances API operation.

func (StartInstancesRequest) Send

Send marshals and sends the StartInstances API request.

type StateReason

type StateReason struct {
	Code *int64 `locationName:"code" type:"integer"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StateReason

func (StateReason) GoString

func (s StateReason) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StaticMappingsSetItem

func (StaticMappingsSetItem) GoString

func (s StaticMappingsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StopInstancesRequest

func (StopInstancesInput) GoString

func (s StopInstancesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StopInstancesResult

func (StopInstancesOutput) GoString

func (s StopInstancesOutput) GoString() string

GoString returns the string representation

func (StopInstancesOutput) SDKResponseMetadata

func (s StopInstancesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (StopInstancesOutput) String

func (s StopInstancesOutput) String() string

String returns the string representation

type StopInstancesRequest

type StopInstancesRequest struct {
	*aws.Request
	Input *StopInstancesInput
	Copy  func(*StopInstancesInput) StopInstancesRequest
}

StopInstancesRequest is a API request type for the StopInstances API operation.

func (StopInstancesRequest) Send

Send marshals and sends the StopInstances API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StoppedInstanceMeasuredRateSetItem

func (StoppedInstanceMeasuredRateSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StoppedScaleOutInstanceSetItem

func (StoppedScaleOutInstanceSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StoppedScaleOutOsSetItem

func (StoppedScaleOutOsSetItem) GoString

func (s StoppedScaleOutOsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StorageInfo

func (StorageInfo) GoString

func (s StorageInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StorageMeasuredRate

func (StorageMeasuredRate) GoString

func (s StorageMeasuredRate) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/StorageMonthlyRate

func (StorageMonthlyRate) GoString

func (s StorageMonthlyRate) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/TagSetItem

func (TagSetItem) GoString

func (s TagSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/TerminateInstancesRequest

func (TerminateInstancesInput) GoString

func (s TerminateInstancesInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/TerminateInstancesResult

func (TerminateInstancesOutput) GoString

func (s TerminateInstancesOutput) GoString() string

GoString returns the string representation

func (TerminateInstancesOutput) SDKResponseMetadata

func (s TerminateInstancesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (TerminateInstancesOutput) String

func (s TerminateInstancesOutput) String() string

String returns the string representation

type TerminateInstancesRequest

type TerminateInstancesRequest struct {
	*aws.Request
	Input *TerminateInstancesInput
	Copy  func(*TerminateInstancesInput) TerminateInstancesRequest
}

TerminateInstancesRequest is a API request type for the TerminateInstances API operation.

func (TerminateInstancesRequest) Send

Send marshals and sends the TerminateInstances API request.

type TimeZone

type TimeZone struct {
	EndingTimeZone *string `locationName:"endingTimeZone" type:"string"`

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/TimeZone

func (TimeZone) GoString

func (s TimeZone) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Translation

func (Translation) GoString

func (s Translation) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/TriggerSetItem

func (TriggerSetItem) GoString

func (s TriggerSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateLoadBalancerRequest

func (UpdateLoadBalancerInput) GoString

func (s UpdateLoadBalancerInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateLoadBalancerOptionRequest

func (UpdateLoadBalancerOptionInput) GoString

GoString returns the string representation

func (UpdateLoadBalancerOptionInput) String

String returns the string representation

type UpdateLoadBalancerOptionOutput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateLoadBalancerOptionResult

func (UpdateLoadBalancerOptionOutput) GoString

GoString returns the string representation

func (UpdateLoadBalancerOptionOutput) SDKResponseMetadata

func (s UpdateLoadBalancerOptionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (UpdateLoadBalancerOptionOutput) String

String returns the string representation

type UpdateLoadBalancerOptionRequest

type UpdateLoadBalancerOptionRequest struct {
	*aws.Request
	Input *UpdateLoadBalancerOptionInput
	Copy  func(*UpdateLoadBalancerOptionInput) UpdateLoadBalancerOptionRequest
}

UpdateLoadBalancerOptionRequest is a API request type for the UpdateLoadBalancerOption API operation.

func (UpdateLoadBalancerOptionRequest) Send

Send marshals and sends the UpdateLoadBalancerOption API request.

type UpdateLoadBalancerOutput

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateLoadBalancerResult

func (UpdateLoadBalancerOutput) GoString

func (s UpdateLoadBalancerOutput) GoString() string

GoString returns the string representation

func (UpdateLoadBalancerOutput) SDKResponseMetadata

func (s UpdateLoadBalancerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (UpdateLoadBalancerOutput) String

func (s UpdateLoadBalancerOutput) String() string

String returns the string representation

type UpdateLoadBalancerRequest

type UpdateLoadBalancerRequest struct {
	*aws.Request
	Input *UpdateLoadBalancerInput
	Copy  func(*UpdateLoadBalancerInput) UpdateLoadBalancerRequest
}

UpdateLoadBalancerRequest is a API request type for the UpdateLoadBalancer API operation.

func (UpdateLoadBalancerRequest) Send

Send marshals and sends the UpdateLoadBalancer API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateSecurityGroupRequest

func (UpdateSecurityGroupInput) GoString

func (s UpdateSecurityGroupInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateSecurityGroupOptionRequest

func (UpdateSecurityGroupOptionInput) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateSecurityGroupOptionResult

func (UpdateSecurityGroupOptionOutput) GoString

GoString returns the string representation

func (UpdateSecurityGroupOptionOutput) SDKResponseMetadata

func (s UpdateSecurityGroupOptionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (UpdateSecurityGroupOptionOutput) String

String returns the string representation

type UpdateSecurityGroupOptionRequest

type UpdateSecurityGroupOptionRequest struct {
	*aws.Request
	Input *UpdateSecurityGroupOptionInput
	Copy  func(*UpdateSecurityGroupOptionInput) UpdateSecurityGroupOptionRequest
}

UpdateSecurityGroupOptionRequest is a API request type for the UpdateSecurityGroupOption API operation.

func (UpdateSecurityGroupOptionRequest) Send

Send marshals and sends the UpdateSecurityGroupOption API request.

type UpdateSecurityGroupOutput

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

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UpdateSecurityGroupResult

func (UpdateSecurityGroupOutput) GoString

func (s UpdateSecurityGroupOutput) GoString() string

GoString returns the string representation

func (UpdateSecurityGroupOutput) SDKResponseMetadata

func (s UpdateSecurityGroupOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (UpdateSecurityGroupOutput) String

func (s UpdateSecurityGroupOutput) String() string

String returns the string representation

type UpdateSecurityGroupRequest

type UpdateSecurityGroupRequest struct {
	*aws.Request
	Input *UpdateSecurityGroupInput
	Copy  func(*UpdateSecurityGroupInput) UpdateSecurityGroupRequest
}

UpdateSecurityGroupRequest is a API request type for the UpdateSecurityGroup API operation.

func (UpdateSecurityGroupRequest) Send

Send marshals and sends the UpdateSecurityGroup API request.

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UploadSslCertificateRequest

func (UploadSslCertificateInput) GoString

func (s UploadSslCertificateInput) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UploadSslCertificateResult

func (UploadSslCertificateOutput) GoString

func (s UploadSslCertificateOutput) GoString() string

GoString returns the string representation

func (UploadSslCertificateOutput) SDKResponseMetadata

func (s UploadSslCertificateOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (UploadSslCertificateOutput) String

String returns the string representation

type UploadSslCertificateRequest

type UploadSslCertificateRequest struct {
	*aws.Request
	Input *UploadSslCertificateInput
	Copy  func(*UploadSslCertificateInput) UploadSslCertificateRequest
}

UploadSslCertificateRequest is a API request type for the UploadSslCertificate API operation.

func (UploadSslCertificateRequest) Send

Send marshals and sends the UploadSslCertificate API request.

type UploadState

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

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UploadState

func (UploadState) GoString

func (s UploadState) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UploadsSetItem

func (UploadsSetItem) GoString

func (s UploadsSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UserActivitiesSetItem

func (UserActivitiesSetItem) GoString

func (s UserActivitiesSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UserData

func (UserData) GoString

func (s UserData) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/UsersMemberItem

func (UsersMemberItem) GoString

func (s UsersMemberItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/ValueSetItem

func (ValueSetItem) GoString

func (s ValueSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VersionInformation

func (VersionInformation) GoString

func (s VersionInformation) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VgwTelemetrySetItem

func (VgwTelemetrySetItem) GoString

func (s VgwTelemetrySetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VipMeasuredRateSetItem

func (VipMeasuredRateSetItem) GoString

func (s VipMeasuredRateSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VipSetItem

func (VipSetItem) GoString

func (s VipSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/Volume

func (Volume) GoString

func (s Volume) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VolumeInfo

func (VolumeInfo) GoString

func (s VolumeInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VolumeMeasuredRateSetItem

func (VolumeMeasuredRateSetItem) GoString

func (s VolumeMeasuredRateSetItem) GoString() string

GoString returns the string representation

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:""`

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

	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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VolumeSetItem

func (VolumeSetItem) GoString

func (s VolumeSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VolumesSetItem

func (VolumesSetItem) GoString

func (s VolumesSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VpnConnectMeasuredRateSetItem

func (VpnConnectMeasuredRateSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VpnConnection

func (VpnConnection) GoString

func (s VpnConnection) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VpnConnectionSetItem

func (VpnConnectionSetItem) GoString

func (s VpnConnectionSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VpnGateway

func (VpnGateway) GoString

func (s VpnGateway) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VpnGatewayInfo

func (VpnGatewayInfo) GoString

func (s VpnGatewayInfo) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VpnGatewayItemSetItem

func (VpnGatewayItemSetItem) GoString

func (s VpnGatewayItemSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VpnGatewayMeasuredRateSetItem

func (VpnGatewayMeasuredRateSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VpnGatewayMonthlyRateSetItem

func (VpnGatewayMonthlyRateSetItem) GoString

func (s VpnGatewayMonthlyRateSetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VpnGatewayNetworkInterfaceSetItem

func (VpnGatewayNetworkInterfaceSetItem) GoString

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/VpnGatewaySetItem

func (VpnGatewaySetItem) GoString

func (s VpnGatewaySetItem) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/WebProxy

func (WebProxy) GoString

func (s WebProxy) GoString() string

GoString returns the string representation

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
}

Please also see https://pfs.nifcloud.com/api//goto/WebAPI/computing-2016-11-15/WebProxySetItem

func (WebProxySetItem) GoString

func (s WebProxySetItem) GoString() string

GoString returns the string representation

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