mlplatform

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package mlplatformiface provides an interface to enable mocking the ML_PLATFORM service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

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

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDevInstanceInput

type CreateDevInstanceInput struct {
	Credential *CredentialForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	FlavorId *string `type:"string" json:",omitempty"`

	Image *ImageForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	PrivateNetwork *PrivateNetworkForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	PublicNetwork *PublicNetworkForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	QueueId *string `type:"string" json:",omitempty"`

	SshPublicKey *string `type:"string" json:",omitempty"`

	Storages []*StorageForCreateDevInstanceInput `type:"list" json:",omitempty"`

	Volume *VolumeForCreateDevInstanceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDevInstanceInput) GoString

func (s CreateDevInstanceInput) GoString() string

GoString returns the string representation

func (*CreateDevInstanceInput) SetCredential

SetCredential sets the Credential field's value.

func (*CreateDevInstanceInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateDevInstanceInput) SetFlavorId

SetFlavorId sets the FlavorId field's value.

func (*CreateDevInstanceInput) SetImage

SetImage sets the Image field's value.

func (*CreateDevInstanceInput) SetName

SetName sets the Name field's value.

func (*CreateDevInstanceInput) SetPrivateNetwork

SetPrivateNetwork sets the PrivateNetwork field's value.

func (*CreateDevInstanceInput) SetPublicNetwork

SetPublicNetwork sets the PublicNetwork field's value.

func (*CreateDevInstanceInput) SetQueueId

SetQueueId sets the QueueId field's value.

func (*CreateDevInstanceInput) SetSshPublicKey

func (s *CreateDevInstanceInput) SetSshPublicKey(v string) *CreateDevInstanceInput

SetSshPublicKey sets the SshPublicKey field's value.

func (*CreateDevInstanceInput) SetStorages

SetStorages sets the Storages field's value.

func (*CreateDevInstanceInput) SetVolume

SetVolume sets the Volume field's value.

func (CreateDevInstanceInput) String

func (s CreateDevInstanceInput) String() string

String returns the string representation

type CreateDevInstanceOutput

type CreateDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDevInstanceOutput) GoString

func (s CreateDevInstanceOutput) GoString() string

GoString returns the string representation

func (*CreateDevInstanceOutput) SetId

SetId sets the Id field's value.

func (CreateDevInstanceOutput) String

func (s CreateDevInstanceOutput) String() string

String returns the string representation

type CredentialForCreateDevInstanceInput

type CredentialForCreateDevInstanceInput struct {
	AccessKeyId *string `type:"string" json:",omitempty"`

	SecretAccessKey *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*CredentialForCreateDevInstanceInput) SetAccessKeyId

SetAccessKeyId sets the AccessKeyId field's value.

func (*CredentialForCreateDevInstanceInput) SetSecretAccessKey

SetSecretAccessKey sets the SecretAccessKey field's value.

func (CredentialForCreateDevInstanceInput) String

String returns the string representation

type CredentialForUpdateDevInstanceInput

type CredentialForUpdateDevInstanceInput struct {
	AccessKeyId *string `type:"string" json:",omitempty"`

	SecretAccessKey *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*CredentialForUpdateDevInstanceInput) SetAccessKeyId

SetAccessKeyId sets the AccessKeyId field's value.

func (*CredentialForUpdateDevInstanceInput) SetSecretAccessKey

SetSecretAccessKey sets the SecretAccessKey field's value.

func (CredentialForUpdateDevInstanceInput) String

String returns the string representation

type DeleteDevInstanceInput

type DeleteDevInstanceInput struct {
	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteDevInstanceInput) GoString

func (s DeleteDevInstanceInput) GoString() string

GoString returns the string representation

func (*DeleteDevInstanceInput) SetId

SetId sets the Id field's value.

func (DeleteDevInstanceInput) String

func (s DeleteDevInstanceInput) String() string

String returns the string representation

type DeleteDevInstanceOutput

type DeleteDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteDevInstanceOutput) GoString

func (s DeleteDevInstanceOutput) GoString() string

GoString returns the string representation

func (*DeleteDevInstanceOutput) SetId

SetId sets the Id field's value.

func (DeleteDevInstanceOutput) String

func (s DeleteDevInstanceOutput) String() string

String returns the string representation

type GetDevInstanceInput

type GetDevInstanceInput struct {
	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetDevInstanceInput) GoString

func (s GetDevInstanceInput) GoString() string

GoString returns the string representation

func (*GetDevInstanceInput) SetId

SetId sets the Id field's value.

func (GetDevInstanceInput) String

func (s GetDevInstanceInput) String() string

String returns the string representation

type GetDevInstanceOutput

type GetDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	CreateTime *string `type:"string" json:",omitempty"`

	CreatorUserId *int32 `type:"int32" json:",omitempty"`

	DeployMode *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	EndpointUrl *string `type:"string" json:",omitempty"`

	ExpectedStopTime *string `type:"string" json:",omitempty"`

	FlavorId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Image *ImageForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	IsBuildingImage *bool `type:"boolean" json:",omitempty"`

	LaunchTime *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	PrivateNetwork *PrivateNetworkForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	PublicNetwork *PublicNetworkForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	QueueId *string `type:"string" json:",omitempty"`

	SshPublicKey *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`

	StateHint *string `type:"string" json:",omitempty"`

	StopTime *string `type:"string" json:",omitempty"`

	StoppedTime *string `type:"string" json:",omitempty"`

	Storages []*StorageForGetDevInstanceOutput `type:"list" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	UseBuildingImage *bool `type:"boolean" json:",omitempty"`

	Volume *VolumeForGetDevInstanceOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetDevInstanceOutput) GoString

func (s GetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*GetDevInstanceOutput) SetCreateTime

func (s *GetDevInstanceOutput) SetCreateTime(v string) *GetDevInstanceOutput

SetCreateTime sets the CreateTime field's value.

func (*GetDevInstanceOutput) SetCreatorUserId

func (s *GetDevInstanceOutput) SetCreatorUserId(v int32) *GetDevInstanceOutput

SetCreatorUserId sets the CreatorUserId field's value.

func (*GetDevInstanceOutput) SetDeployMode

func (s *GetDevInstanceOutput) SetDeployMode(v string) *GetDevInstanceOutput

SetDeployMode sets the DeployMode field's value.

func (*GetDevInstanceOutput) SetDescription

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

SetDescription sets the Description field's value.

func (*GetDevInstanceOutput) SetEndpointUrl

func (s *GetDevInstanceOutput) SetEndpointUrl(v string) *GetDevInstanceOutput

SetEndpointUrl sets the EndpointUrl field's value.

func (*GetDevInstanceOutput) SetExpectedStopTime

func (s *GetDevInstanceOutput) SetExpectedStopTime(v string) *GetDevInstanceOutput

SetExpectedStopTime sets the ExpectedStopTime field's value.

func (*GetDevInstanceOutput) SetFlavorId

SetFlavorId sets the FlavorId field's value.

func (*GetDevInstanceOutput) SetId

SetId sets the Id field's value.

func (*GetDevInstanceOutput) SetImage

SetImage sets the Image field's value.

func (*GetDevInstanceOutput) SetIsBuildingImage

func (s *GetDevInstanceOutput) SetIsBuildingImage(v bool) *GetDevInstanceOutput

SetIsBuildingImage sets the IsBuildingImage field's value.

func (*GetDevInstanceOutput) SetLaunchTime

func (s *GetDevInstanceOutput) SetLaunchTime(v string) *GetDevInstanceOutput

SetLaunchTime sets the LaunchTime field's value.

func (*GetDevInstanceOutput) SetName

SetName sets the Name field's value.

func (*GetDevInstanceOutput) SetPrivateNetwork

SetPrivateNetwork sets the PrivateNetwork field's value.

func (*GetDevInstanceOutput) SetPublicNetwork

SetPublicNetwork sets the PublicNetwork field's value.

func (*GetDevInstanceOutput) SetQueueId

SetQueueId sets the QueueId field's value.

func (*GetDevInstanceOutput) SetSshPublicKey

func (s *GetDevInstanceOutput) SetSshPublicKey(v string) *GetDevInstanceOutput

SetSshPublicKey sets the SshPublicKey field's value.

func (*GetDevInstanceOutput) SetState

SetState sets the State field's value.

func (*GetDevInstanceOutput) SetStateHint

func (s *GetDevInstanceOutput) SetStateHint(v string) *GetDevInstanceOutput

SetStateHint sets the StateHint field's value.

func (*GetDevInstanceOutput) SetStopTime

SetStopTime sets the StopTime field's value.

func (*GetDevInstanceOutput) SetStoppedTime

func (s *GetDevInstanceOutput) SetStoppedTime(v string) *GetDevInstanceOutput

SetStoppedTime sets the StoppedTime field's value.

func (*GetDevInstanceOutput) SetStorages

SetStorages sets the Storages field's value.

func (*GetDevInstanceOutput) SetUpdateTime

func (s *GetDevInstanceOutput) SetUpdateTime(v string) *GetDevInstanceOutput

SetUpdateTime sets the UpdateTime field's value.

func (*GetDevInstanceOutput) SetUseBuildingImage

func (s *GetDevInstanceOutput) SetUseBuildingImage(v bool) *GetDevInstanceOutput

SetUseBuildingImage sets the UseBuildingImage field's value.

func (*GetDevInstanceOutput) SetVolume

SetVolume sets the Volume field's value.

func (GetDevInstanceOutput) String

func (s GetDevInstanceOutput) String() string

String returns the string representation

type GetPrivateNetworkConfigInput

type GetPrivateNetworkConfigInput struct {
	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetPrivateNetworkConfigInput) GoString

func (s GetPrivateNetworkConfigInput) GoString() string

GoString returns the string representation

func (*GetPrivateNetworkConfigInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (GetPrivateNetworkConfigInput) String

String returns the string representation

type GetPrivateNetworkConfigOutput

type GetPrivateNetworkConfigOutput struct {
	Metadata *response.ResponseMetadata

	Network *NetworkForGetPrivateNetworkConfigOutput `type:"structure" json:",omitempty"`

	Routes []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetPrivateNetworkConfigOutput) GoString

GoString returns the string representation

func (*GetPrivateNetworkConfigOutput) SetNetwork

SetNetwork sets the Network field's value.

func (*GetPrivateNetworkConfigOutput) SetRoutes

SetRoutes sets the Routes field's value.

func (GetPrivateNetworkConfigOutput) String

String returns the string representation

type ImageCredentialForCreateDevInstanceInput

type ImageCredentialForCreateDevInstanceInput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageCredentialForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*ImageCredentialForCreateDevInstanceInput) SetRegistryToken

SetRegistryToken sets the RegistryToken field's value.

func (*ImageCredentialForCreateDevInstanceInput) SetRegistryUsername

SetRegistryUsername sets the RegistryUsername field's value.

func (ImageCredentialForCreateDevInstanceInput) String

String returns the string representation

type ImageCredentialForGetDevInstanceOutput

type ImageCredentialForGetDevInstanceOutput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageCredentialForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*ImageCredentialForGetDevInstanceOutput) SetRegistryToken

SetRegistryToken sets the RegistryToken field's value.

func (*ImageCredentialForGetDevInstanceOutput) SetRegistryUsername

SetRegistryUsername sets the RegistryUsername field's value.

func (ImageCredentialForGetDevInstanceOutput) String

String returns the string representation

type ImageCredentialForListDevInstancesOutput

type ImageCredentialForListDevInstancesOutput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageCredentialForListDevInstancesOutput) GoString

GoString returns the string representation

func (*ImageCredentialForListDevInstancesOutput) SetRegistryToken

SetRegistryToken sets the RegistryToken field's value.

func (*ImageCredentialForListDevInstancesOutput) SetRegistryUsername

SetRegistryUsername sets the RegistryUsername field's value.

func (ImageCredentialForListDevInstancesOutput) String

String returns the string representation

type ImageCredentialForUpdateDevInstanceInput

type ImageCredentialForUpdateDevInstanceInput struct {
	RegistryToken *string `type:"string" json:",omitempty"`

	RegistryUsername *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageCredentialForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*ImageCredentialForUpdateDevInstanceInput) SetRegistryToken

SetRegistryToken sets the RegistryToken field's value.

func (*ImageCredentialForUpdateDevInstanceInput) SetRegistryUsername

SetRegistryUsername sets the RegistryUsername field's value.

func (ImageCredentialForUpdateDevInstanceInput) String

String returns the string representation

type ImageForCreateDevInstanceInput

type ImageForCreateDevInstanceInput struct {
	Id *string `type:"string" json:",omitempty"`

	ImageCredential *ImageCredentialForCreateDevInstanceInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*ImageForCreateDevInstanceInput) SetId

SetId sets the Id field's value.

func (*ImageForCreateDevInstanceInput) SetImageCredential

SetImageCredential sets the ImageCredential field's value.

func (*ImageForCreateDevInstanceInput) SetType

SetType sets the Type field's value.

func (*ImageForCreateDevInstanceInput) SetUrl

SetUrl sets the Url field's value.

func (ImageForCreateDevInstanceInput) String

String returns the string representation

type ImageForGetDevInstanceOutput

type ImageForGetDevInstanceOutput struct {
	Id *string `type:"string" json:",omitempty"`

	ImageCredential *ImageCredentialForGetDevInstanceOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForGetDevInstanceOutput) GoString

func (s ImageForGetDevInstanceOutput) GoString() string

GoString returns the string representation

func (*ImageForGetDevInstanceOutput) SetId

SetId sets the Id field's value.

func (*ImageForGetDevInstanceOutput) SetImageCredential

SetImageCredential sets the ImageCredential field's value.

func (*ImageForGetDevInstanceOutput) SetType

SetType sets the Type field's value.

func (*ImageForGetDevInstanceOutput) SetUrl

SetUrl sets the Url field's value.

func (ImageForGetDevInstanceOutput) String

String returns the string representation

type ImageForListDevInstancesOutput

type ImageForListDevInstancesOutput struct {
	Id *string `type:"string" json:",omitempty"`

	ImageCredential *ImageCredentialForListDevInstancesOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForListDevInstancesOutput) GoString

GoString returns the string representation

func (*ImageForListDevInstancesOutput) SetId

SetId sets the Id field's value.

func (*ImageForListDevInstancesOutput) SetImageCredential

SetImageCredential sets the ImageCredential field's value.

func (*ImageForListDevInstancesOutput) SetType

SetType sets the Type field's value.

func (*ImageForListDevInstancesOutput) SetUrl

SetUrl sets the Url field's value.

func (ImageForListDevInstancesOutput) String

String returns the string representation

type ImageForUpdateDevInstanceInput

type ImageForUpdateDevInstanceInput struct {
	Id *string `type:"string" json:",omitempty"`

	ImageCredential *ImageCredentialForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*ImageForUpdateDevInstanceInput) SetId

SetId sets the Id field's value.

func (*ImageForUpdateDevInstanceInput) SetImageCredential

SetImageCredential sets the ImageCredential field's value.

func (*ImageForUpdateDevInstanceInput) SetType

SetType sets the Type field's value.

func (*ImageForUpdateDevInstanceInput) SetUrl

SetUrl sets the Url field's value.

func (ImageForUpdateDevInstanceInput) String

String returns the string representation

type ListDevInstancesInput

type ListDevInstancesInput struct {
	CreateUserIds []*int32 `type:"list" json:",omitempty"`

	IdContains *string `type:"string" json:",omitempty"`

	Ids []*string `type:"list" json:",omitempty"`

	Limit *int32 `type:"int32" json:",omitempty"`

	NameContains *string `type:"string" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	QueueIds []*string `type:"list" json:",omitempty"`

	Relationship *string `type:"string" json:",omitempty"`

	SortBy *string `type:"string" json:",omitempty"`

	SortOrder *string `type:"string" json:",omitempty"`

	States []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListDevInstancesInput) GoString

func (s ListDevInstancesInput) GoString() string

GoString returns the string representation

func (*ListDevInstancesInput) SetCreateUserIds

func (s *ListDevInstancesInput) SetCreateUserIds(v []*int32) *ListDevInstancesInput

SetCreateUserIds sets the CreateUserIds field's value.

func (*ListDevInstancesInput) SetIdContains

func (s *ListDevInstancesInput) SetIdContains(v string) *ListDevInstancesInput

SetIdContains sets the IdContains field's value.

func (*ListDevInstancesInput) SetIds

SetIds sets the Ids field's value.

func (*ListDevInstancesInput) SetLimit

SetLimit sets the Limit field's value.

func (*ListDevInstancesInput) SetNameContains

func (s *ListDevInstancesInput) SetNameContains(v string) *ListDevInstancesInput

SetNameContains sets the NameContains field's value.

func (*ListDevInstancesInput) SetOffset

SetOffset sets the Offset field's value.

func (*ListDevInstancesInput) SetQueueIds

func (s *ListDevInstancesInput) SetQueueIds(v []*string) *ListDevInstancesInput

SetQueueIds sets the QueueIds field's value.

func (*ListDevInstancesInput) SetRelationship

func (s *ListDevInstancesInput) SetRelationship(v string) *ListDevInstancesInput

SetRelationship sets the Relationship field's value.

func (*ListDevInstancesInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListDevInstancesInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*ListDevInstancesInput) SetStates

SetStates sets the States field's value.

func (ListDevInstancesInput) String

func (s ListDevInstancesInput) String() string

String returns the string representation

type ListDevInstancesOutput

type ListDevInstancesOutput struct {
	Metadata *response.ResponseMetadata

	List []*ListForListDevInstancesOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListDevInstancesOutput) GoString

func (s ListDevInstancesOutput) GoString() string

GoString returns the string representation

func (*ListDevInstancesOutput) SetList

SetList sets the List field's value.

func (*ListDevInstancesOutput) SetTotal

SetTotal sets the Total field's value.

func (ListDevInstancesOutput) String

func (s ListDevInstancesOutput) String() string

String returns the string representation

type ListForListDevInstancesOutput

type ListForListDevInstancesOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CreatorUserId *int32 `type:"int32" json:",omitempty"`

	DeployMode *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	EndpointUrl *string `type:"string" json:",omitempty"`

	ExpectedStopTime *string `type:"string" json:",omitempty"`

	FlavorId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Image *ImageForListDevInstancesOutput `type:"structure" json:",omitempty"`

	IsBuildingImage *bool `type:"boolean" json:",omitempty"`

	LaunchTime *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	PrivateNetwork *PrivateNetworkForListDevInstancesOutput `type:"structure" json:",omitempty"`

	PublicNetwork *PublicNetworkForListDevInstancesOutput `type:"structure" json:",omitempty"`

	QueueId *string `type:"string" json:",omitempty"`

	SshPublicKey *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`

	StateHint *string `type:"string" json:",omitempty"`

	StopTime *string `type:"string" json:",omitempty"`

	StoppedTime *string `type:"string" json:",omitempty"`

	Storages []*StorageForListDevInstancesOutput `type:"list" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	UseBuildingImage *bool `type:"boolean" json:",omitempty"`

	Volume *VolumeForListDevInstancesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListForListDevInstancesOutput) GoString

GoString returns the string representation

func (*ListForListDevInstancesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ListForListDevInstancesOutput) SetCreatorUserId

SetCreatorUserId sets the CreatorUserId field's value.

func (*ListForListDevInstancesOutput) SetDeployMode

SetDeployMode sets the DeployMode field's value.

func (*ListForListDevInstancesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ListForListDevInstancesOutput) SetEndpointUrl

SetEndpointUrl sets the EndpointUrl field's value.

func (*ListForListDevInstancesOutput) SetExpectedStopTime

SetExpectedStopTime sets the ExpectedStopTime field's value.

func (*ListForListDevInstancesOutput) SetFlavorId

SetFlavorId sets the FlavorId field's value.

func (*ListForListDevInstancesOutput) SetId

SetId sets the Id field's value.

func (*ListForListDevInstancesOutput) SetImage

SetImage sets the Image field's value.

func (*ListForListDevInstancesOutput) SetIsBuildingImage

SetIsBuildingImage sets the IsBuildingImage field's value.

func (*ListForListDevInstancesOutput) SetLaunchTime

SetLaunchTime sets the LaunchTime field's value.

func (*ListForListDevInstancesOutput) SetName

SetName sets the Name field's value.

func (*ListForListDevInstancesOutput) SetPrivateNetwork

SetPrivateNetwork sets the PrivateNetwork field's value.

func (*ListForListDevInstancesOutput) SetPublicNetwork

SetPublicNetwork sets the PublicNetwork field's value.

func (*ListForListDevInstancesOutput) SetQueueId

SetQueueId sets the QueueId field's value.

func (*ListForListDevInstancesOutput) SetSshPublicKey

SetSshPublicKey sets the SshPublicKey field's value.

func (*ListForListDevInstancesOutput) SetState

SetState sets the State field's value.

func (*ListForListDevInstancesOutput) SetStateHint

SetStateHint sets the StateHint field's value.

func (*ListForListDevInstancesOutput) SetStopTime

SetStopTime sets the StopTime field's value.

func (*ListForListDevInstancesOutput) SetStoppedTime

SetStoppedTime sets the StoppedTime field's value.

func (*ListForListDevInstancesOutput) SetStorages

SetStorages sets the Storages field's value.

func (*ListForListDevInstancesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*ListForListDevInstancesOutput) SetUseBuildingImage

SetUseBuildingImage sets the UseBuildingImage field's value.

func (*ListForListDevInstancesOutput) SetVolume

SetVolume sets the Volume field's value.

func (ListForListDevInstancesOutput) String

String returns the string representation

type MLPLATFORM

type MLPLATFORM struct {
	*client.Client
}

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

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

func New

New create int can support ssl or region locate set

func (*MLPLATFORM) CreateDevInstance

func (c *MLPLATFORM) CreateDevInstance(input *CreateDevInstanceInput) (*CreateDevInstanceOutput, error)

CreateDevInstance API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation CreateDevInstance for usage and error information.

func (*MLPLATFORM) CreateDevInstanceCommon

func (c *MLPLATFORM) CreateDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDevInstanceCommon API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation CreateDevInstanceCommon for usage and error information.

func (*MLPLATFORM) CreateDevInstanceCommonRequest

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

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

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

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

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

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

func (*MLPLATFORM) CreateDevInstanceCommonWithContext

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

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

See CreateDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) CreateDevInstanceRequest

func (c *MLPLATFORM) CreateDevInstanceRequest(input *CreateDevInstanceInput) (req *request.Request, output *CreateDevInstanceOutput)

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

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

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

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

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

func (*MLPLATFORM) CreateDevInstanceWithContext

func (c *MLPLATFORM) CreateDevInstanceWithContext(ctx volcengine.Context, input *CreateDevInstanceInput, opts ...request.Option) (*CreateDevInstanceOutput, error)

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

See CreateDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) DeleteDevInstance

func (c *MLPLATFORM) DeleteDevInstance(input *DeleteDevInstanceInput) (*DeleteDevInstanceOutput, error)

DeleteDevInstance API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation DeleteDevInstance for usage and error information.

func (*MLPLATFORM) DeleteDevInstanceCommon

func (c *MLPLATFORM) DeleteDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDevInstanceCommon API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation DeleteDevInstanceCommon for usage and error information.

func (*MLPLATFORM) DeleteDevInstanceCommonRequest

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

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

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

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

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

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

func (*MLPLATFORM) DeleteDevInstanceCommonWithContext

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

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

See DeleteDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) DeleteDevInstanceRequest

func (c *MLPLATFORM) DeleteDevInstanceRequest(input *DeleteDevInstanceInput) (req *request.Request, output *DeleteDevInstanceOutput)

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

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

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

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

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

func (*MLPLATFORM) DeleteDevInstanceWithContext

func (c *MLPLATFORM) DeleteDevInstanceWithContext(ctx volcengine.Context, input *DeleteDevInstanceInput, opts ...request.Option) (*DeleteDevInstanceOutput, error)

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

See DeleteDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) GetDevInstance

func (c *MLPLATFORM) GetDevInstance(input *GetDevInstanceInput) (*GetDevInstanceOutput, error)

GetDevInstance API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation GetDevInstance for usage and error information.

func (*MLPLATFORM) GetDevInstanceCommon

func (c *MLPLATFORM) GetDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetDevInstanceCommon API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation GetDevInstanceCommon for usage and error information.

func (*MLPLATFORM) GetDevInstanceCommonRequest

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

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

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

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

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

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

func (*MLPLATFORM) GetDevInstanceCommonWithContext

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

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

See GetDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) GetDevInstanceRequest

func (c *MLPLATFORM) GetDevInstanceRequest(input *GetDevInstanceInput) (req *request.Request, output *GetDevInstanceOutput)

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

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

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

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

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

func (*MLPLATFORM) GetDevInstanceWithContext

func (c *MLPLATFORM) GetDevInstanceWithContext(ctx volcengine.Context, input *GetDevInstanceInput, opts ...request.Option) (*GetDevInstanceOutput, error)

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

See GetDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) GetPrivateNetworkConfig

func (c *MLPLATFORM) GetPrivateNetworkConfig(input *GetPrivateNetworkConfigInput) (*GetPrivateNetworkConfigOutput, error)

GetPrivateNetworkConfig API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation GetPrivateNetworkConfig for usage and error information.

func (*MLPLATFORM) GetPrivateNetworkConfigCommon

func (c *MLPLATFORM) GetPrivateNetworkConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetPrivateNetworkConfigCommon API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation GetPrivateNetworkConfigCommon for usage and error information.

func (*MLPLATFORM) GetPrivateNetworkConfigCommonRequest

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

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

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

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

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

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

func (*MLPLATFORM) GetPrivateNetworkConfigCommonWithContext

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

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

See GetPrivateNetworkConfigCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) GetPrivateNetworkConfigRequest

func (c *MLPLATFORM) GetPrivateNetworkConfigRequest(input *GetPrivateNetworkConfigInput) (req *request.Request, output *GetPrivateNetworkConfigOutput)

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

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

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

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

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

func (*MLPLATFORM) GetPrivateNetworkConfigWithContext

func (c *MLPLATFORM) GetPrivateNetworkConfigWithContext(ctx volcengine.Context, input *GetPrivateNetworkConfigInput, opts ...request.Option) (*GetPrivateNetworkConfigOutput, error)

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

See GetPrivateNetworkConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) ListDevInstances

func (c *MLPLATFORM) ListDevInstances(input *ListDevInstancesInput) (*ListDevInstancesOutput, error)

ListDevInstances API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation ListDevInstances for usage and error information.

func (*MLPLATFORM) ListDevInstancesCommon

func (c *MLPLATFORM) ListDevInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListDevInstancesCommon API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation ListDevInstancesCommon for usage and error information.

func (*MLPLATFORM) ListDevInstancesCommonRequest

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

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

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

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

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

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

func (*MLPLATFORM) ListDevInstancesCommonWithContext

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

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

See ListDevInstancesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) ListDevInstancesRequest

func (c *MLPLATFORM) ListDevInstancesRequest(input *ListDevInstancesInput) (req *request.Request, output *ListDevInstancesOutput)

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

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

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

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

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

func (*MLPLATFORM) ListDevInstancesWithContext

func (c *MLPLATFORM) ListDevInstancesWithContext(ctx volcengine.Context, input *ListDevInstancesInput, opts ...request.Option) (*ListDevInstancesOutput, error)

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

See ListDevInstances for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) RebootDevInstance

func (c *MLPLATFORM) RebootDevInstance(input *RebootDevInstanceInput) (*RebootDevInstanceOutput, error)

RebootDevInstance API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation RebootDevInstance for usage and error information.

func (*MLPLATFORM) RebootDevInstanceCommon

func (c *MLPLATFORM) RebootDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RebootDevInstanceCommon API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation RebootDevInstanceCommon for usage and error information.

func (*MLPLATFORM) RebootDevInstanceCommonRequest

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

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

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

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

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

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

func (*MLPLATFORM) RebootDevInstanceCommonWithContext

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

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

See RebootDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) RebootDevInstanceRequest

func (c *MLPLATFORM) RebootDevInstanceRequest(input *RebootDevInstanceInput) (req *request.Request, output *RebootDevInstanceOutput)

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

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

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

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

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

func (*MLPLATFORM) RebootDevInstanceWithContext

func (c *MLPLATFORM) RebootDevInstanceWithContext(ctx volcengine.Context, input *RebootDevInstanceInput, opts ...request.Option) (*RebootDevInstanceOutput, error)

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

See RebootDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) StartDevInstance

func (c *MLPLATFORM) StartDevInstance(input *StartDevInstanceInput) (*StartDevInstanceOutput, error)

StartDevInstance API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation StartDevInstance for usage and error information.

func (*MLPLATFORM) StartDevInstanceCommon

func (c *MLPLATFORM) StartDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StartDevInstanceCommon API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation StartDevInstanceCommon for usage and error information.

func (*MLPLATFORM) StartDevInstanceCommonRequest

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

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

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

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

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

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

func (*MLPLATFORM) StartDevInstanceCommonWithContext

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

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

See StartDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) StartDevInstanceRequest

func (c *MLPLATFORM) StartDevInstanceRequest(input *StartDevInstanceInput) (req *request.Request, output *StartDevInstanceOutput)

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

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

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

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

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

func (*MLPLATFORM) StartDevInstanceWithContext

func (c *MLPLATFORM) StartDevInstanceWithContext(ctx volcengine.Context, input *StartDevInstanceInput, opts ...request.Option) (*StartDevInstanceOutput, error)

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

See StartDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) StopDevInstance

func (c *MLPLATFORM) StopDevInstance(input *StopDevInstanceInput) (*StopDevInstanceOutput, error)

StopDevInstance API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation StopDevInstance for usage and error information.

func (*MLPLATFORM) StopDevInstanceCommon

func (c *MLPLATFORM) StopDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopDevInstanceCommon API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation StopDevInstanceCommon for usage and error information.

func (*MLPLATFORM) StopDevInstanceCommonRequest

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

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

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

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

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

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

func (*MLPLATFORM) StopDevInstanceCommonWithContext

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

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

See StopDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) StopDevInstanceRequest

func (c *MLPLATFORM) StopDevInstanceRequest(input *StopDevInstanceInput) (req *request.Request, output *StopDevInstanceOutput)

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

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

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

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

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

func (*MLPLATFORM) StopDevInstanceWithContext

func (c *MLPLATFORM) StopDevInstanceWithContext(ctx volcengine.Context, input *StopDevInstanceInput, opts ...request.Option) (*StopDevInstanceOutput, error)

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

See StopDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) UpdateDevInstance

func (c *MLPLATFORM) UpdateDevInstance(input *UpdateDevInstanceInput) (*UpdateDevInstanceOutput, error)

UpdateDevInstance API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation UpdateDevInstance for usage and error information.

func (*MLPLATFORM) UpdateDevInstanceCommon

func (c *MLPLATFORM) UpdateDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateDevInstanceCommon API operation for ML_PLATFORM.

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

See the VOLCENGINE API reference guide for ML_PLATFORM's API operation UpdateDevInstanceCommon for usage and error information.

func (*MLPLATFORM) UpdateDevInstanceCommonRequest

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

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

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

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

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

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

func (*MLPLATFORM) UpdateDevInstanceCommonWithContext

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

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

See UpdateDevInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MLPLATFORM) UpdateDevInstanceRequest

func (c *MLPLATFORM) UpdateDevInstanceRequest(input *UpdateDevInstanceInput) (req *request.Request, output *UpdateDevInstanceOutput)

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

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

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

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

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

func (*MLPLATFORM) UpdateDevInstanceWithContext

func (c *MLPLATFORM) UpdateDevInstanceWithContext(ctx volcengine.Context, input *UpdateDevInstanceInput, opts ...request.Option) (*UpdateDevInstanceOutput, error)

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

See UpdateDevInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type MLPLATFORMAPI

type MLPLATFORMAPI interface {
	CreateDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDevInstance(*CreateDevInstanceInput) (*CreateDevInstanceOutput, error)
	CreateDevInstanceWithContext(volcengine.Context, *CreateDevInstanceInput, ...request.Option) (*CreateDevInstanceOutput, error)
	CreateDevInstanceRequest(*CreateDevInstanceInput) (*request.Request, *CreateDevInstanceOutput)

	DeleteDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDevInstance(*DeleteDevInstanceInput) (*DeleteDevInstanceOutput, error)
	DeleteDevInstanceWithContext(volcengine.Context, *DeleteDevInstanceInput, ...request.Option) (*DeleteDevInstanceOutput, error)
	DeleteDevInstanceRequest(*DeleteDevInstanceInput) (*request.Request, *DeleteDevInstanceOutput)

	GetDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetDevInstance(*GetDevInstanceInput) (*GetDevInstanceOutput, error)
	GetDevInstanceWithContext(volcengine.Context, *GetDevInstanceInput, ...request.Option) (*GetDevInstanceOutput, error)
	GetDevInstanceRequest(*GetDevInstanceInput) (*request.Request, *GetDevInstanceOutput)

	GetPrivateNetworkConfigCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetPrivateNetworkConfigCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetPrivateNetworkConfigCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetPrivateNetworkConfig(*GetPrivateNetworkConfigInput) (*GetPrivateNetworkConfigOutput, error)
	GetPrivateNetworkConfigWithContext(volcengine.Context, *GetPrivateNetworkConfigInput, ...request.Option) (*GetPrivateNetworkConfigOutput, error)
	GetPrivateNetworkConfigRequest(*GetPrivateNetworkConfigInput) (*request.Request, *GetPrivateNetworkConfigOutput)

	ListDevInstancesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListDevInstancesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListDevInstancesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListDevInstances(*ListDevInstancesInput) (*ListDevInstancesOutput, error)
	ListDevInstancesWithContext(volcengine.Context, *ListDevInstancesInput, ...request.Option) (*ListDevInstancesOutput, error)
	ListDevInstancesRequest(*ListDevInstancesInput) (*request.Request, *ListDevInstancesOutput)

	RebootDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RebootDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RebootDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RebootDevInstance(*RebootDevInstanceInput) (*RebootDevInstanceOutput, error)
	RebootDevInstanceWithContext(volcengine.Context, *RebootDevInstanceInput, ...request.Option) (*RebootDevInstanceOutput, error)
	RebootDevInstanceRequest(*RebootDevInstanceInput) (*request.Request, *RebootDevInstanceOutput)

	StartDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartDevInstance(*StartDevInstanceInput) (*StartDevInstanceOutput, error)
	StartDevInstanceWithContext(volcengine.Context, *StartDevInstanceInput, ...request.Option) (*StartDevInstanceOutput, error)
	StartDevInstanceRequest(*StartDevInstanceInput) (*request.Request, *StartDevInstanceOutput)

	StopDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopDevInstance(*StopDevInstanceInput) (*StopDevInstanceOutput, error)
	StopDevInstanceWithContext(volcengine.Context, *StopDevInstanceInput, ...request.Option) (*StopDevInstanceOutput, error)
	StopDevInstanceRequest(*StopDevInstanceInput) (*request.Request, *StopDevInstanceOutput)

	UpdateDevInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateDevInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateDevInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateDevInstance(*UpdateDevInstanceInput) (*UpdateDevInstanceOutput, error)
	UpdateDevInstanceWithContext(volcengine.Context, *UpdateDevInstanceInput, ...request.Option) (*UpdateDevInstanceOutput, error)
	UpdateDevInstanceRequest(*UpdateDevInstanceInput) (*request.Request, *UpdateDevInstanceOutput)
}

MLPLATFORMAPI provides an interface to enable mocking the mlplatform.MLPLATFORM service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// ML_PLATFORM.
func myFunc(svc MLPLATFORMAPI) bool {
    // Make svc.CreateDevInstance request
}

func main() {
    sess := session.New()
    svc := mlplatform.New(sess)

    myFunc(svc)
}

type NetworkForGetPrivateNetworkConfigOutput

type NetworkForGetPrivateNetworkConfigOutput struct {
	SecurityGroups []*SecurityGroupForGetPrivateNetworkConfigOutput `type:"list" json:",omitempty"`

	Subnets []*SubnetForGetPrivateNetworkConfigOutput `type:"list" json:",omitempty"`

	Vpc *VpcForGetPrivateNetworkConfigOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NetworkForGetPrivateNetworkConfigOutput) GoString

GoString returns the string representation

func (*NetworkForGetPrivateNetworkConfigOutput) SetSecurityGroups

SetSecurityGroups sets the SecurityGroups field's value.

func (*NetworkForGetPrivateNetworkConfigOutput) SetSubnets

SetSubnets sets the Subnets field's value.

func (*NetworkForGetPrivateNetworkConfigOutput) SetVpc

SetVpc sets the Vpc field's value.

func (NetworkForGetPrivateNetworkConfigOutput) String

String returns the string representation

type PrivateNetworkForCreateDevInstanceInput

type PrivateNetworkForCreateDevInstanceInput struct {
	IpAddress *string `type:"string" json:",omitempty"`

	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	Ssh *bool `type:"boolean" json:",omitempty"`

	SubnetId *string `type:"string" json:",omitempty"`

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

func (PrivateNetworkForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*PrivateNetworkForCreateDevInstanceInput) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*PrivateNetworkForCreateDevInstanceInput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*PrivateNetworkForCreateDevInstanceInput) SetSsh

SetSsh sets the Ssh field's value.

func (*PrivateNetworkForCreateDevInstanceInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*PrivateNetworkForCreateDevInstanceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (PrivateNetworkForCreateDevInstanceInput) String

String returns the string representation

type PrivateNetworkForGetDevInstanceOutput

type PrivateNetworkForGetDevInstanceOutput struct {
	IpAddress *string `type:"string" json:",omitempty"`

	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SshPort *int32 `type:"int32" json:",omitempty"`

	SubnetId *string `type:"string" json:",omitempty"`

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

func (PrivateNetworkForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*PrivateNetworkForGetDevInstanceOutput) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*PrivateNetworkForGetDevInstanceOutput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*PrivateNetworkForGetDevInstanceOutput) SetSshPort

SetSshPort sets the SshPort field's value.

func (*PrivateNetworkForGetDevInstanceOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*PrivateNetworkForGetDevInstanceOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (PrivateNetworkForGetDevInstanceOutput) String

String returns the string representation

type PrivateNetworkForListDevInstancesOutput

type PrivateNetworkForListDevInstancesOutput struct {
	IpAddress *string `type:"string" json:",omitempty"`

	SecurityGroupIds []*string `type:"list" json:",omitempty"`

	SshPort *int32 `type:"int32" json:",omitempty"`

	SubnetId *string `type:"string" json:",omitempty"`

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

func (PrivateNetworkForListDevInstancesOutput) GoString

GoString returns the string representation

func (*PrivateNetworkForListDevInstancesOutput) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*PrivateNetworkForListDevInstancesOutput) SetSecurityGroupIds

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*PrivateNetworkForListDevInstancesOutput) SetSshPort

SetSshPort sets the SshPort field's value.

func (*PrivateNetworkForListDevInstancesOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*PrivateNetworkForListDevInstancesOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (PrivateNetworkForListDevInstancesOutput) String

String returns the string representation

type PrivateNetworkForUpdateDevInstanceInput

type PrivateNetworkForUpdateDevInstanceInput struct {
	Ssh *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PrivateNetworkForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*PrivateNetworkForUpdateDevInstanceInput) SetSsh

SetSsh sets the Ssh field's value.

func (PrivateNetworkForUpdateDevInstanceInput) String

String returns the string representation

type PublicNetworkForCreateDevInstanceInput

type PublicNetworkForCreateDevInstanceInput struct {
	Ssh *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PublicNetworkForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*PublicNetworkForCreateDevInstanceInput) SetSsh

SetSsh sets the Ssh field's value.

func (PublicNetworkForCreateDevInstanceInput) String

String returns the string representation

type PublicNetworkForGetDevInstanceOutput

type PublicNetworkForGetDevInstanceOutput struct {
	IpAddress *string `type:"string" json:",omitempty"`

	SshPort *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PublicNetworkForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*PublicNetworkForGetDevInstanceOutput) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*PublicNetworkForGetDevInstanceOutput) SetSshPort

SetSshPort sets the SshPort field's value.

func (PublicNetworkForGetDevInstanceOutput) String

String returns the string representation

type PublicNetworkForListDevInstancesOutput

type PublicNetworkForListDevInstancesOutput struct {
	IpAddress *string `type:"string" json:",omitempty"`

	SshPort *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PublicNetworkForListDevInstancesOutput) GoString

GoString returns the string representation

func (*PublicNetworkForListDevInstancesOutput) SetIpAddress

SetIpAddress sets the IpAddress field's value.

func (*PublicNetworkForListDevInstancesOutput) SetSshPort

SetSshPort sets the SshPort field's value.

func (PublicNetworkForListDevInstancesOutput) String

String returns the string representation

type PublicNetworkForUpdateDevInstanceInput

type PublicNetworkForUpdateDevInstanceInput struct {
	Ssh *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PublicNetworkForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*PublicNetworkForUpdateDevInstanceInput) SetSsh

SetSsh sets the Ssh field's value.

func (PublicNetworkForUpdateDevInstanceInput) String

String returns the string representation

type RebootDevInstanceInput

type RebootDevInstanceInput struct {
	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RebootDevInstanceInput) GoString

func (s RebootDevInstanceInput) GoString() string

GoString returns the string representation

func (*RebootDevInstanceInput) SetId

SetId sets the Id field's value.

func (RebootDevInstanceInput) String

func (s RebootDevInstanceInput) String() string

String returns the string representation

type RebootDevInstanceOutput

type RebootDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RebootDevInstanceOutput) GoString

func (s RebootDevInstanceOutput) GoString() string

GoString returns the string representation

func (*RebootDevInstanceOutput) SetId

SetId sets the Id field's value.

func (RebootDevInstanceOutput) String

func (s RebootDevInstanceOutput) String() string

String returns the string representation

type SecurityGroupForGetPrivateNetworkConfigOutput

type SecurityGroupForGetPrivateNetworkConfigOutput struct {
	SecurityGroupId *string `type:"string" json:",omitempty"`

	SecurityGroupName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SecurityGroupForGetPrivateNetworkConfigOutput) GoString

GoString returns the string representation

func (*SecurityGroupForGetPrivateNetworkConfigOutput) SetSecurityGroupId

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*SecurityGroupForGetPrivateNetworkConfigOutput) SetSecurityGroupName

SetSecurityGroupName sets the SecurityGroupName field's value.

func (SecurityGroupForGetPrivateNetworkConfigOutput) String

String returns the string representation

type StartDevInstanceInput

type StartDevInstanceInput struct {
	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StartDevInstanceInput) GoString

func (s StartDevInstanceInput) GoString() string

GoString returns the string representation

func (*StartDevInstanceInput) SetId

SetId sets the Id field's value.

func (StartDevInstanceInput) String

func (s StartDevInstanceInput) String() string

String returns the string representation

type StartDevInstanceOutput

type StartDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StartDevInstanceOutput) GoString

func (s StartDevInstanceOutput) GoString() string

GoString returns the string representation

func (*StartDevInstanceOutput) SetId

SetId sets the Id field's value.

func (StartDevInstanceOutput) String

func (s StartDevInstanceOutput) String() string

String returns the string representation

type StopDevInstanceInput

type StopDevInstanceInput struct {
	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StopDevInstanceInput) GoString

func (s StopDevInstanceInput) GoString() string

GoString returns the string representation

func (*StopDevInstanceInput) SetId

SetId sets the Id field's value.

func (StopDevInstanceInput) String

func (s StopDevInstanceInput) String() string

String returns the string representation

type StopDevInstanceOutput

type StopDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StopDevInstanceOutput) GoString

func (s StopDevInstanceOutput) GoString() string

GoString returns the string representation

func (*StopDevInstanceOutput) SetId

SetId sets the Id field's value.

func (StopDevInstanceOutput) String

func (s StopDevInstanceOutput) String() string

String returns the string representation

type StorageForCreateDevInstanceInput

type StorageForCreateDevInstanceInput struct {
	AnnotationId *string `type:"string" json:",omitempty"`

	Bucket *string `type:"string" json:",omitempty"`

	DatasetId *string `type:"string" json:",omitempty"`

	FsName *string `type:"string" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	NasAddr *string `type:"string" json:",omitempty"`

	NasId *string `type:"string" json:",omitempty"`

	NasName *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	VepfsId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*StorageForCreateDevInstanceInput) SetAnnotationId

SetAnnotationId sets the AnnotationId field's value.

func (*StorageForCreateDevInstanceInput) SetBucket

SetBucket sets the Bucket field's value.

func (*StorageForCreateDevInstanceInput) SetDatasetId

SetDatasetId sets the DatasetId field's value.

func (*StorageForCreateDevInstanceInput) SetFsName

SetFsName sets the FsName field's value.

func (*StorageForCreateDevInstanceInput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForCreateDevInstanceInput) SetNasAddr

SetNasAddr sets the NasAddr field's value.

func (*StorageForCreateDevInstanceInput) SetNasId

SetNasId sets the NasId field's value.

func (*StorageForCreateDevInstanceInput) SetNasName

SetNasName sets the NasName field's value.

func (*StorageForCreateDevInstanceInput) SetPrefix

SetPrefix sets the Prefix field's value.

func (*StorageForCreateDevInstanceInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (*StorageForCreateDevInstanceInput) SetType

SetType sets the Type field's value.

func (*StorageForCreateDevInstanceInput) SetVepfsId

SetVepfsId sets the VepfsId field's value.

func (StorageForCreateDevInstanceInput) String

String returns the string representation

type StorageForGetDevInstanceOutput

type StorageForGetDevInstanceOutput struct {
	AnnotationId *string `type:"string" json:",omitempty"`

	Bucket *string `type:"string" json:",omitempty"`

	DatasetId *string `type:"string" json:",omitempty"`

	FsName *string `type:"string" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	NasAddr *string `type:"string" json:",omitempty"`

	NasId *string `type:"string" json:",omitempty"`

	NasName *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	VepfsId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*StorageForGetDevInstanceOutput) SetAnnotationId

SetAnnotationId sets the AnnotationId field's value.

func (*StorageForGetDevInstanceOutput) SetBucket

SetBucket sets the Bucket field's value.

func (*StorageForGetDevInstanceOutput) SetDatasetId

SetDatasetId sets the DatasetId field's value.

func (*StorageForGetDevInstanceOutput) SetFsName

SetFsName sets the FsName field's value.

func (*StorageForGetDevInstanceOutput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForGetDevInstanceOutput) SetNasAddr

SetNasAddr sets the NasAddr field's value.

func (*StorageForGetDevInstanceOutput) SetNasId

SetNasId sets the NasId field's value.

func (*StorageForGetDevInstanceOutput) SetNasName

SetNasName sets the NasName field's value.

func (*StorageForGetDevInstanceOutput) SetPrefix

SetPrefix sets the Prefix field's value.

func (*StorageForGetDevInstanceOutput) SetSubPath

SetSubPath sets the SubPath field's value.

func (*StorageForGetDevInstanceOutput) SetType

SetType sets the Type field's value.

func (*StorageForGetDevInstanceOutput) SetVepfsId

SetVepfsId sets the VepfsId field's value.

func (StorageForGetDevInstanceOutput) String

String returns the string representation

type StorageForListDevInstancesOutput

type StorageForListDevInstancesOutput struct {
	AnnotationId *string `type:"string" json:",omitempty"`

	Bucket *string `type:"string" json:",omitempty"`

	DatasetId *string `type:"string" json:",omitempty"`

	FsName *string `type:"string" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	NasAddr *string `type:"string" json:",omitempty"`

	NasId *string `type:"string" json:",omitempty"`

	NasName *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	VepfsId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForListDevInstancesOutput) GoString

GoString returns the string representation

func (*StorageForListDevInstancesOutput) SetAnnotationId

SetAnnotationId sets the AnnotationId field's value.

func (*StorageForListDevInstancesOutput) SetBucket

SetBucket sets the Bucket field's value.

func (*StorageForListDevInstancesOutput) SetDatasetId

SetDatasetId sets the DatasetId field's value.

func (*StorageForListDevInstancesOutput) SetFsName

SetFsName sets the FsName field's value.

func (*StorageForListDevInstancesOutput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForListDevInstancesOutput) SetNasAddr

SetNasAddr sets the NasAddr field's value.

func (*StorageForListDevInstancesOutput) SetNasId

SetNasId sets the NasId field's value.

func (*StorageForListDevInstancesOutput) SetNasName

SetNasName sets the NasName field's value.

func (*StorageForListDevInstancesOutput) SetPrefix

SetPrefix sets the Prefix field's value.

func (*StorageForListDevInstancesOutput) SetSubPath

SetSubPath sets the SubPath field's value.

func (*StorageForListDevInstancesOutput) SetType

SetType sets the Type field's value.

func (*StorageForListDevInstancesOutput) SetVepfsId

SetVepfsId sets the VepfsId field's value.

func (StorageForListDevInstancesOutput) String

String returns the string representation

type StorageForUpdateDevInstanceInput

type StorageForUpdateDevInstanceInput struct {
	AnnotationId *string `type:"string" json:",omitempty"`

	Bucket *string `type:"string" json:",omitempty"`

	DatasetId *string `type:"string" json:",omitempty"`

	FsName *string `type:"string" json:",omitempty"`

	MountPath *string `type:"string" json:",omitempty"`

	NasAddr *string `type:"string" json:",omitempty"`

	NasId *string `type:"string" json:",omitempty"`

	NasName *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`

	SubPath *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	VepfsId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForUpdateDevInstanceInput) GoString

GoString returns the string representation

func (*StorageForUpdateDevInstanceInput) SetAnnotationId

SetAnnotationId sets the AnnotationId field's value.

func (*StorageForUpdateDevInstanceInput) SetBucket

SetBucket sets the Bucket field's value.

func (*StorageForUpdateDevInstanceInput) SetDatasetId

SetDatasetId sets the DatasetId field's value.

func (*StorageForUpdateDevInstanceInput) SetFsName

SetFsName sets the FsName field's value.

func (*StorageForUpdateDevInstanceInput) SetMountPath

SetMountPath sets the MountPath field's value.

func (*StorageForUpdateDevInstanceInput) SetNasAddr

SetNasAddr sets the NasAddr field's value.

func (*StorageForUpdateDevInstanceInput) SetNasId

SetNasId sets the NasId field's value.

func (*StorageForUpdateDevInstanceInput) SetNasName

SetNasName sets the NasName field's value.

func (*StorageForUpdateDevInstanceInput) SetPrefix

SetPrefix sets the Prefix field's value.

func (*StorageForUpdateDevInstanceInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (*StorageForUpdateDevInstanceInput) SetType

SetType sets the Type field's value.

func (*StorageForUpdateDevInstanceInput) SetVepfsId

SetVepfsId sets the VepfsId field's value.

func (StorageForUpdateDevInstanceInput) String

String returns the string representation

type SubnetForGetPrivateNetworkConfigOutput

type SubnetForGetPrivateNetworkConfigOutput struct {
	AvailableIpv4Count *int32 `type:"int32" json:",omitempty"`

	CidrBlock *string `type:"string" json:",omitempty"`

	SubnetId *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`

	TotalIpv4Count *int32 `type:"int32" json:",omitempty"`

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

func (SubnetForGetPrivateNetworkConfigOutput) GoString

GoString returns the string representation

func (*SubnetForGetPrivateNetworkConfigOutput) SetAvailableIpv4Count

SetAvailableIpv4Count sets the AvailableIpv4Count field's value.

func (*SubnetForGetPrivateNetworkConfigOutput) SetCidrBlock

SetCidrBlock sets the CidrBlock field's value.

func (*SubnetForGetPrivateNetworkConfigOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*SubnetForGetPrivateNetworkConfigOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (*SubnetForGetPrivateNetworkConfigOutput) SetTotalIpv4Count

SetTotalIpv4Count sets the TotalIpv4Count field's value.

func (*SubnetForGetPrivateNetworkConfigOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (SubnetForGetPrivateNetworkConfigOutput) String

String returns the string representation

type UpdateDevInstanceInput

type UpdateDevInstanceInput struct {
	Credential *CredentialForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	FlavorId *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Image *ImageForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	NewVolumeSize *int32 `type:"int32" json:",omitempty"`

	PrivateNetwork *PrivateNetworkForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	PublicNetwork *PublicNetworkForUpdateDevInstanceInput `type:"structure" json:",omitempty"`

	QueueId *string `type:"string" json:",omitempty"`

	SshPublicKey *string `type:"string" json:",omitempty"`

	Storages []*StorageForUpdateDevInstanceInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateDevInstanceInput) GoString

func (s UpdateDevInstanceInput) GoString() string

GoString returns the string representation

func (*UpdateDevInstanceInput) SetCredential

SetCredential sets the Credential field's value.

func (*UpdateDevInstanceInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdateDevInstanceInput) SetFlavorId

SetFlavorId sets the FlavorId field's value.

func (*UpdateDevInstanceInput) SetId

SetId sets the Id field's value.

func (*UpdateDevInstanceInput) SetImage

SetImage sets the Image field's value.

func (*UpdateDevInstanceInput) SetName

SetName sets the Name field's value.

func (*UpdateDevInstanceInput) SetNewVolumeSize

func (s *UpdateDevInstanceInput) SetNewVolumeSize(v int32) *UpdateDevInstanceInput

SetNewVolumeSize sets the NewVolumeSize field's value.

func (*UpdateDevInstanceInput) SetPrivateNetwork

SetPrivateNetwork sets the PrivateNetwork field's value.

func (*UpdateDevInstanceInput) SetPublicNetwork

SetPublicNetwork sets the PublicNetwork field's value.

func (*UpdateDevInstanceInput) SetQueueId

SetQueueId sets the QueueId field's value.

func (*UpdateDevInstanceInput) SetSshPublicKey

func (s *UpdateDevInstanceInput) SetSshPublicKey(v string) *UpdateDevInstanceInput

SetSshPublicKey sets the SshPublicKey field's value.

func (*UpdateDevInstanceInput) SetStorages

SetStorages sets the Storages field's value.

func (UpdateDevInstanceInput) String

func (s UpdateDevInstanceInput) String() string

String returns the string representation

type UpdateDevInstanceOutput

type UpdateDevInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateDevInstanceOutput) GoString

func (s UpdateDevInstanceOutput) GoString() string

GoString returns the string representation

func (*UpdateDevInstanceOutput) SetId

SetId sets the Id field's value.

func (UpdateDevInstanceOutput) String

func (s UpdateDevInstanceOutput) String() string

String returns the string representation

type VolumeForCreateDevInstanceInput

type VolumeForCreateDevInstanceInput struct {
	Size *int32 `type:"int32" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeForCreateDevInstanceInput) GoString

GoString returns the string representation

func (*VolumeForCreateDevInstanceInput) SetSize

SetSize sets the Size field's value.

func (*VolumeForCreateDevInstanceInput) SetType

SetType sets the Type field's value.

func (VolumeForCreateDevInstanceInput) String

String returns the string representation

type VolumeForGetDevInstanceOutput

type VolumeForGetDevInstanceOutput struct {
	Id *string `type:"string" json:",omitempty"`

	Size *int32 `type:"int32" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`

	StateHint *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeForGetDevInstanceOutput) GoString

GoString returns the string representation

func (*VolumeForGetDevInstanceOutput) SetId

SetId sets the Id field's value.

func (*VolumeForGetDevInstanceOutput) SetSize

SetSize sets the Size field's value.

func (*VolumeForGetDevInstanceOutput) SetState

SetState sets the State field's value.

func (*VolumeForGetDevInstanceOutput) SetStateHint

SetStateHint sets the StateHint field's value.

func (*VolumeForGetDevInstanceOutput) SetType

SetType sets the Type field's value.

func (VolumeForGetDevInstanceOutput) String

String returns the string representation

type VolumeForListDevInstancesOutput

type VolumeForListDevInstancesOutput struct {
	Id *string `type:"string" json:",omitempty"`

	Size *int32 `type:"int32" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`

	StateHint *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VolumeForListDevInstancesOutput) GoString

GoString returns the string representation

func (*VolumeForListDevInstancesOutput) SetId

SetId sets the Id field's value.

func (*VolumeForListDevInstancesOutput) SetSize

SetSize sets the Size field's value.

func (*VolumeForListDevInstancesOutput) SetState

SetState sets the State field's value.

func (*VolumeForListDevInstancesOutput) SetStateHint

SetStateHint sets the StateHint field's value.

func (*VolumeForListDevInstancesOutput) SetType

SetType sets the Type field's value.

func (VolumeForListDevInstancesOutput) String

String returns the string representation

type VpcForGetPrivateNetworkConfigOutput

type VpcForGetPrivateNetworkConfigOutput struct {
	CidrBlock *string `type:"string" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`

	VpcName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VpcForGetPrivateNetworkConfigOutput) GoString

GoString returns the string representation

func (*VpcForGetPrivateNetworkConfigOutput) SetCidrBlock

SetCidrBlock sets the CidrBlock field's value.

func (*VpcForGetPrivateNetworkConfigOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*VpcForGetPrivateNetworkConfigOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (VpcForGetPrivateNetworkConfigOutput) String

String returns the string representation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL