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
- type CreateDevInstanceInput
- func (s CreateDevInstanceInput) GoString() string
- func (s *CreateDevInstanceInput) SetCredential(v *CredentialForCreateDevInstanceInput) *CreateDevInstanceInput
- func (s *CreateDevInstanceInput) SetDescription(v string) *CreateDevInstanceInput
- func (s *CreateDevInstanceInput) SetFlavorId(v string) *CreateDevInstanceInput
- func (s *CreateDevInstanceInput) SetImage(v *ImageForCreateDevInstanceInput) *CreateDevInstanceInput
- func (s *CreateDevInstanceInput) SetName(v string) *CreateDevInstanceInput
- func (s *CreateDevInstanceInput) SetPrivateNetwork(v *PrivateNetworkForCreateDevInstanceInput) *CreateDevInstanceInput
- func (s *CreateDevInstanceInput) SetPublicNetwork(v *PublicNetworkForCreateDevInstanceInput) *CreateDevInstanceInput
- func (s *CreateDevInstanceInput) SetQueueId(v string) *CreateDevInstanceInput
- func (s *CreateDevInstanceInput) SetSshPublicKey(v string) *CreateDevInstanceInput
- func (s *CreateDevInstanceInput) SetStorages(v []*StorageForCreateDevInstanceInput) *CreateDevInstanceInput
- func (s *CreateDevInstanceInput) SetVolume(v *VolumeForCreateDevInstanceInput) *CreateDevInstanceInput
- func (s CreateDevInstanceInput) String() string
- type CreateDevInstanceOutput
- type CredentialForCreateDevInstanceInput
- func (s CredentialForCreateDevInstanceInput) GoString() string
- func (s *CredentialForCreateDevInstanceInput) SetAccessKeyId(v string) *CredentialForCreateDevInstanceInput
- func (s *CredentialForCreateDevInstanceInput) SetSecretAccessKey(v string) *CredentialForCreateDevInstanceInput
- func (s CredentialForCreateDevInstanceInput) String() string
- type CredentialForUpdateDevInstanceInput
- func (s CredentialForUpdateDevInstanceInput) GoString() string
- func (s *CredentialForUpdateDevInstanceInput) SetAccessKeyId(v string) *CredentialForUpdateDevInstanceInput
- func (s *CredentialForUpdateDevInstanceInput) SetSecretAccessKey(v string) *CredentialForUpdateDevInstanceInput
- func (s CredentialForUpdateDevInstanceInput) String() string
- type DeleteDevInstanceInput
- type DeleteDevInstanceOutput
- type GetDevInstanceInput
- type GetDevInstanceOutput
- func (s GetDevInstanceOutput) GoString() string
- func (s *GetDevInstanceOutput) SetCreateTime(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetCreatorUserId(v int32) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetDeployMode(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetDescription(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetEndpointUrl(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetExpectedStopTime(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetFlavorId(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetId(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetImage(v *ImageForGetDevInstanceOutput) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetIsBuildingImage(v bool) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetLaunchTime(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetName(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetPrivateNetwork(v *PrivateNetworkForGetDevInstanceOutput) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetPublicNetwork(v *PublicNetworkForGetDevInstanceOutput) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetQueueId(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetSshPublicKey(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetState(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetStateHint(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetStopTime(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetStoppedTime(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetStorages(v []*StorageForGetDevInstanceOutput) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetUpdateTime(v string) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetUseBuildingImage(v bool) *GetDevInstanceOutput
- func (s *GetDevInstanceOutput) SetVolume(v *VolumeForGetDevInstanceOutput) *GetDevInstanceOutput
- func (s GetDevInstanceOutput) String() string
- type GetPrivateNetworkConfigInput
- type GetPrivateNetworkConfigOutput
- func (s GetPrivateNetworkConfigOutput) GoString() string
- func (s *GetPrivateNetworkConfigOutput) SetNetwork(v *NetworkForGetPrivateNetworkConfigOutput) *GetPrivateNetworkConfigOutput
- func (s *GetPrivateNetworkConfigOutput) SetRoutes(v []*string) *GetPrivateNetworkConfigOutput
- func (s GetPrivateNetworkConfigOutput) String() string
- type ImageCredentialForCreateDevInstanceInput
- func (s ImageCredentialForCreateDevInstanceInput) GoString() string
- func (s *ImageCredentialForCreateDevInstanceInput) SetRegistryToken(v string) *ImageCredentialForCreateDevInstanceInput
- func (s *ImageCredentialForCreateDevInstanceInput) SetRegistryUsername(v string) *ImageCredentialForCreateDevInstanceInput
- func (s ImageCredentialForCreateDevInstanceInput) String() string
- type ImageCredentialForGetDevInstanceOutput
- func (s ImageCredentialForGetDevInstanceOutput) GoString() string
- func (s *ImageCredentialForGetDevInstanceOutput) SetRegistryToken(v string) *ImageCredentialForGetDevInstanceOutput
- func (s *ImageCredentialForGetDevInstanceOutput) SetRegistryUsername(v string) *ImageCredentialForGetDevInstanceOutput
- func (s ImageCredentialForGetDevInstanceOutput) String() string
- type ImageCredentialForListDevInstancesOutput
- func (s ImageCredentialForListDevInstancesOutput) GoString() string
- func (s *ImageCredentialForListDevInstancesOutput) SetRegistryToken(v string) *ImageCredentialForListDevInstancesOutput
- func (s *ImageCredentialForListDevInstancesOutput) SetRegistryUsername(v string) *ImageCredentialForListDevInstancesOutput
- func (s ImageCredentialForListDevInstancesOutput) String() string
- type ImageCredentialForUpdateDevInstanceInput
- func (s ImageCredentialForUpdateDevInstanceInput) GoString() string
- func (s *ImageCredentialForUpdateDevInstanceInput) SetRegistryToken(v string) *ImageCredentialForUpdateDevInstanceInput
- func (s *ImageCredentialForUpdateDevInstanceInput) SetRegistryUsername(v string) *ImageCredentialForUpdateDevInstanceInput
- func (s ImageCredentialForUpdateDevInstanceInput) String() string
- type ImageForCreateDevInstanceInput
- func (s ImageForCreateDevInstanceInput) GoString() string
- func (s *ImageForCreateDevInstanceInput) SetId(v string) *ImageForCreateDevInstanceInput
- func (s *ImageForCreateDevInstanceInput) SetImageCredential(v *ImageCredentialForCreateDevInstanceInput) *ImageForCreateDevInstanceInput
- func (s *ImageForCreateDevInstanceInput) SetType(v string) *ImageForCreateDevInstanceInput
- func (s *ImageForCreateDevInstanceInput) SetUrl(v string) *ImageForCreateDevInstanceInput
- func (s ImageForCreateDevInstanceInput) String() string
- type ImageForGetDevInstanceOutput
- func (s ImageForGetDevInstanceOutput) GoString() string
- func (s *ImageForGetDevInstanceOutput) SetId(v string) *ImageForGetDevInstanceOutput
- func (s *ImageForGetDevInstanceOutput) SetImageCredential(v *ImageCredentialForGetDevInstanceOutput) *ImageForGetDevInstanceOutput
- func (s *ImageForGetDevInstanceOutput) SetType(v string) *ImageForGetDevInstanceOutput
- func (s *ImageForGetDevInstanceOutput) SetUrl(v string) *ImageForGetDevInstanceOutput
- func (s ImageForGetDevInstanceOutput) String() string
- type ImageForListDevInstancesOutput
- func (s ImageForListDevInstancesOutput) GoString() string
- func (s *ImageForListDevInstancesOutput) SetId(v string) *ImageForListDevInstancesOutput
- func (s *ImageForListDevInstancesOutput) SetImageCredential(v *ImageCredentialForListDevInstancesOutput) *ImageForListDevInstancesOutput
- func (s *ImageForListDevInstancesOutput) SetType(v string) *ImageForListDevInstancesOutput
- func (s *ImageForListDevInstancesOutput) SetUrl(v string) *ImageForListDevInstancesOutput
- func (s ImageForListDevInstancesOutput) String() string
- type ImageForUpdateDevInstanceInput
- func (s ImageForUpdateDevInstanceInput) GoString() string
- func (s *ImageForUpdateDevInstanceInput) SetId(v string) *ImageForUpdateDevInstanceInput
- func (s *ImageForUpdateDevInstanceInput) SetImageCredential(v *ImageCredentialForUpdateDevInstanceInput) *ImageForUpdateDevInstanceInput
- func (s *ImageForUpdateDevInstanceInput) SetType(v string) *ImageForUpdateDevInstanceInput
- func (s *ImageForUpdateDevInstanceInput) SetUrl(v string) *ImageForUpdateDevInstanceInput
- func (s ImageForUpdateDevInstanceInput) String() string
- type ListDevInstancesInput
- func (s ListDevInstancesInput) GoString() string
- func (s *ListDevInstancesInput) SetCreateUserIds(v []*int32) *ListDevInstancesInput
- func (s *ListDevInstancesInput) SetIdContains(v string) *ListDevInstancesInput
- func (s *ListDevInstancesInput) SetIds(v []*string) *ListDevInstancesInput
- func (s *ListDevInstancesInput) SetLimit(v int32) *ListDevInstancesInput
- func (s *ListDevInstancesInput) SetNameContains(v string) *ListDevInstancesInput
- func (s *ListDevInstancesInput) SetOffset(v int32) *ListDevInstancesInput
- func (s *ListDevInstancesInput) SetQueueIds(v []*string) *ListDevInstancesInput
- func (s *ListDevInstancesInput) SetRelationship(v string) *ListDevInstancesInput
- func (s *ListDevInstancesInput) SetSortBy(v string) *ListDevInstancesInput
- func (s *ListDevInstancesInput) SetSortOrder(v string) *ListDevInstancesInput
- func (s *ListDevInstancesInput) SetStates(v []*string) *ListDevInstancesInput
- func (s ListDevInstancesInput) String() string
- type ListDevInstancesOutput
- type ListForListDevInstancesOutput
- func (s ListForListDevInstancesOutput) GoString() string
- func (s *ListForListDevInstancesOutput) SetCreateTime(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetCreatorUserId(v int32) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetDeployMode(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetDescription(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetEndpointUrl(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetExpectedStopTime(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetFlavorId(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetId(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetImage(v *ImageForListDevInstancesOutput) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetIsBuildingImage(v bool) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetLaunchTime(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetName(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetPrivateNetwork(v *PrivateNetworkForListDevInstancesOutput) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetPublicNetwork(v *PublicNetworkForListDevInstancesOutput) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetQueueId(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetSshPublicKey(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetState(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetStateHint(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetStopTime(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetStoppedTime(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetStorages(v []*StorageForListDevInstancesOutput) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetUpdateTime(v string) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetUseBuildingImage(v bool) *ListForListDevInstancesOutput
- func (s *ListForListDevInstancesOutput) SetVolume(v *VolumeForListDevInstancesOutput) *ListForListDevInstancesOutput
- func (s ListForListDevInstancesOutput) String() string
- type MLPLATFORM
- func (c *MLPLATFORM) CreateDevInstance(input *CreateDevInstanceInput) (*CreateDevInstanceOutput, error)
- func (c *MLPLATFORM) CreateDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *MLPLATFORM) CreateDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *MLPLATFORM) CreateDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *MLPLATFORM) CreateDevInstanceRequest(input *CreateDevInstanceInput) (req *request.Request, output *CreateDevInstanceOutput)
- func (c *MLPLATFORM) CreateDevInstanceWithContext(ctx volcengine.Context, input *CreateDevInstanceInput, opts ...request.Option) (*CreateDevInstanceOutput, error)
- func (c *MLPLATFORM) DeleteDevInstance(input *DeleteDevInstanceInput) (*DeleteDevInstanceOutput, error)
- func (c *MLPLATFORM) DeleteDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *MLPLATFORM) DeleteDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *MLPLATFORM) DeleteDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *MLPLATFORM) DeleteDevInstanceRequest(input *DeleteDevInstanceInput) (req *request.Request, output *DeleteDevInstanceOutput)
- func (c *MLPLATFORM) DeleteDevInstanceWithContext(ctx volcengine.Context, input *DeleteDevInstanceInput, opts ...request.Option) (*DeleteDevInstanceOutput, error)
- func (c *MLPLATFORM) GetDevInstance(input *GetDevInstanceInput) (*GetDevInstanceOutput, error)
- func (c *MLPLATFORM) GetDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *MLPLATFORM) GetDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *MLPLATFORM) GetDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *MLPLATFORM) GetDevInstanceRequest(input *GetDevInstanceInput) (req *request.Request, output *GetDevInstanceOutput)
- func (c *MLPLATFORM) GetDevInstanceWithContext(ctx volcengine.Context, input *GetDevInstanceInput, opts ...request.Option) (*GetDevInstanceOutput, error)
- func (c *MLPLATFORM) GetPrivateNetworkConfig(input *GetPrivateNetworkConfigInput) (*GetPrivateNetworkConfigOutput, error)
- func (c *MLPLATFORM) GetPrivateNetworkConfigCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *MLPLATFORM) GetPrivateNetworkConfigCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *MLPLATFORM) GetPrivateNetworkConfigCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *MLPLATFORM) GetPrivateNetworkConfigRequest(input *GetPrivateNetworkConfigInput) (req *request.Request, output *GetPrivateNetworkConfigOutput)
- func (c *MLPLATFORM) GetPrivateNetworkConfigWithContext(ctx volcengine.Context, input *GetPrivateNetworkConfigInput, ...) (*GetPrivateNetworkConfigOutput, error)
- func (c *MLPLATFORM) ListDevInstances(input *ListDevInstancesInput) (*ListDevInstancesOutput, error)
- func (c *MLPLATFORM) ListDevInstancesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *MLPLATFORM) ListDevInstancesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *MLPLATFORM) ListDevInstancesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *MLPLATFORM) ListDevInstancesRequest(input *ListDevInstancesInput) (req *request.Request, output *ListDevInstancesOutput)
- func (c *MLPLATFORM) ListDevInstancesWithContext(ctx volcengine.Context, input *ListDevInstancesInput, opts ...request.Option) (*ListDevInstancesOutput, error)
- func (c *MLPLATFORM) RebootDevInstance(input *RebootDevInstanceInput) (*RebootDevInstanceOutput, error)
- func (c *MLPLATFORM) RebootDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *MLPLATFORM) RebootDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *MLPLATFORM) RebootDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *MLPLATFORM) RebootDevInstanceRequest(input *RebootDevInstanceInput) (req *request.Request, output *RebootDevInstanceOutput)
- func (c *MLPLATFORM) RebootDevInstanceWithContext(ctx volcengine.Context, input *RebootDevInstanceInput, opts ...request.Option) (*RebootDevInstanceOutput, error)
- func (c *MLPLATFORM) StartDevInstance(input *StartDevInstanceInput) (*StartDevInstanceOutput, error)
- func (c *MLPLATFORM) StartDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *MLPLATFORM) StartDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *MLPLATFORM) StartDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *MLPLATFORM) StartDevInstanceRequest(input *StartDevInstanceInput) (req *request.Request, output *StartDevInstanceOutput)
- func (c *MLPLATFORM) StartDevInstanceWithContext(ctx volcengine.Context, input *StartDevInstanceInput, opts ...request.Option) (*StartDevInstanceOutput, error)
- func (c *MLPLATFORM) StopDevInstance(input *StopDevInstanceInput) (*StopDevInstanceOutput, error)
- func (c *MLPLATFORM) StopDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *MLPLATFORM) StopDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *MLPLATFORM) StopDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *MLPLATFORM) StopDevInstanceRequest(input *StopDevInstanceInput) (req *request.Request, output *StopDevInstanceOutput)
- func (c *MLPLATFORM) StopDevInstanceWithContext(ctx volcengine.Context, input *StopDevInstanceInput, opts ...request.Option) (*StopDevInstanceOutput, error)
- func (c *MLPLATFORM) UpdateDevInstance(input *UpdateDevInstanceInput) (*UpdateDevInstanceOutput, error)
- func (c *MLPLATFORM) UpdateDevInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *MLPLATFORM) UpdateDevInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *MLPLATFORM) UpdateDevInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *MLPLATFORM) UpdateDevInstanceRequest(input *UpdateDevInstanceInput) (req *request.Request, output *UpdateDevInstanceOutput)
- func (c *MLPLATFORM) UpdateDevInstanceWithContext(ctx volcengine.Context, input *UpdateDevInstanceInput, opts ...request.Option) (*UpdateDevInstanceOutput, error)
- type MLPLATFORMAPI
- type NetworkForGetPrivateNetworkConfigOutput
- func (s NetworkForGetPrivateNetworkConfigOutput) GoString() string
- func (s *NetworkForGetPrivateNetworkConfigOutput) SetSecurityGroups(v []*SecurityGroupForGetPrivateNetworkConfigOutput) *NetworkForGetPrivateNetworkConfigOutput
- func (s *NetworkForGetPrivateNetworkConfigOutput) SetSubnets(v []*SubnetForGetPrivateNetworkConfigOutput) *NetworkForGetPrivateNetworkConfigOutput
- func (s *NetworkForGetPrivateNetworkConfigOutput) SetVpc(v *VpcForGetPrivateNetworkConfigOutput) *NetworkForGetPrivateNetworkConfigOutput
- func (s NetworkForGetPrivateNetworkConfigOutput) String() string
- type PrivateNetworkForCreateDevInstanceInput
- func (s PrivateNetworkForCreateDevInstanceInput) GoString() string
- func (s *PrivateNetworkForCreateDevInstanceInput) SetIpAddress(v string) *PrivateNetworkForCreateDevInstanceInput
- func (s *PrivateNetworkForCreateDevInstanceInput) SetSecurityGroupIds(v []*string) *PrivateNetworkForCreateDevInstanceInput
- func (s *PrivateNetworkForCreateDevInstanceInput) SetSsh(v bool) *PrivateNetworkForCreateDevInstanceInput
- func (s *PrivateNetworkForCreateDevInstanceInput) SetSubnetId(v string) *PrivateNetworkForCreateDevInstanceInput
- func (s *PrivateNetworkForCreateDevInstanceInput) SetVpcId(v string) *PrivateNetworkForCreateDevInstanceInput
- func (s PrivateNetworkForCreateDevInstanceInput) String() string
- type PrivateNetworkForGetDevInstanceOutput
- func (s PrivateNetworkForGetDevInstanceOutput) GoString() string
- func (s *PrivateNetworkForGetDevInstanceOutput) SetIpAddress(v string) *PrivateNetworkForGetDevInstanceOutput
- func (s *PrivateNetworkForGetDevInstanceOutput) SetSecurityGroupIds(v []*string) *PrivateNetworkForGetDevInstanceOutput
- func (s *PrivateNetworkForGetDevInstanceOutput) SetSshPort(v int32) *PrivateNetworkForGetDevInstanceOutput
- func (s *PrivateNetworkForGetDevInstanceOutput) SetSubnetId(v string) *PrivateNetworkForGetDevInstanceOutput
- func (s *PrivateNetworkForGetDevInstanceOutput) SetVpcId(v string) *PrivateNetworkForGetDevInstanceOutput
- func (s PrivateNetworkForGetDevInstanceOutput) String() string
- type PrivateNetworkForListDevInstancesOutput
- func (s PrivateNetworkForListDevInstancesOutput) GoString() string
- func (s *PrivateNetworkForListDevInstancesOutput) SetIpAddress(v string) *PrivateNetworkForListDevInstancesOutput
- func (s *PrivateNetworkForListDevInstancesOutput) SetSecurityGroupIds(v []*string) *PrivateNetworkForListDevInstancesOutput
- func (s *PrivateNetworkForListDevInstancesOutput) SetSshPort(v int32) *PrivateNetworkForListDevInstancesOutput
- func (s *PrivateNetworkForListDevInstancesOutput) SetSubnetId(v string) *PrivateNetworkForListDevInstancesOutput
- func (s *PrivateNetworkForListDevInstancesOutput) SetVpcId(v string) *PrivateNetworkForListDevInstancesOutput
- func (s PrivateNetworkForListDevInstancesOutput) String() string
- type PrivateNetworkForUpdateDevInstanceInput
- type PublicNetworkForCreateDevInstanceInput
- type PublicNetworkForGetDevInstanceOutput
- func (s PublicNetworkForGetDevInstanceOutput) GoString() string
- func (s *PublicNetworkForGetDevInstanceOutput) SetIpAddress(v string) *PublicNetworkForGetDevInstanceOutput
- func (s *PublicNetworkForGetDevInstanceOutput) SetSshPort(v int32) *PublicNetworkForGetDevInstanceOutput
- func (s PublicNetworkForGetDevInstanceOutput) String() string
- type PublicNetworkForListDevInstancesOutput
- func (s PublicNetworkForListDevInstancesOutput) GoString() string
- func (s *PublicNetworkForListDevInstancesOutput) SetIpAddress(v string) *PublicNetworkForListDevInstancesOutput
- func (s *PublicNetworkForListDevInstancesOutput) SetSshPort(v int32) *PublicNetworkForListDevInstancesOutput
- func (s PublicNetworkForListDevInstancesOutput) String() string
- type PublicNetworkForUpdateDevInstanceInput
- type RebootDevInstanceInput
- type RebootDevInstanceOutput
- type SecurityGroupForGetPrivateNetworkConfigOutput
- func (s SecurityGroupForGetPrivateNetworkConfigOutput) GoString() string
- func (s *SecurityGroupForGetPrivateNetworkConfigOutput) SetSecurityGroupId(v string) *SecurityGroupForGetPrivateNetworkConfigOutput
- func (s *SecurityGroupForGetPrivateNetworkConfigOutput) SetSecurityGroupName(v string) *SecurityGroupForGetPrivateNetworkConfigOutput
- func (s SecurityGroupForGetPrivateNetworkConfigOutput) String() string
- type StartDevInstanceInput
- type StartDevInstanceOutput
- type StopDevInstanceInput
- type StopDevInstanceOutput
- type StorageForCreateDevInstanceInput
- func (s StorageForCreateDevInstanceInput) GoString() string
- func (s *StorageForCreateDevInstanceInput) SetAnnotationId(v string) *StorageForCreateDevInstanceInput
- func (s *StorageForCreateDevInstanceInput) SetBucket(v string) *StorageForCreateDevInstanceInput
- func (s *StorageForCreateDevInstanceInput) SetDatasetId(v string) *StorageForCreateDevInstanceInput
- func (s *StorageForCreateDevInstanceInput) SetFsName(v string) *StorageForCreateDevInstanceInput
- func (s *StorageForCreateDevInstanceInput) SetMountPath(v string) *StorageForCreateDevInstanceInput
- func (s *StorageForCreateDevInstanceInput) SetNasAddr(v string) *StorageForCreateDevInstanceInput
- func (s *StorageForCreateDevInstanceInput) SetNasId(v string) *StorageForCreateDevInstanceInput
- func (s *StorageForCreateDevInstanceInput) SetNasName(v string) *StorageForCreateDevInstanceInput
- func (s *StorageForCreateDevInstanceInput) SetPrefix(v string) *StorageForCreateDevInstanceInput
- func (s *StorageForCreateDevInstanceInput) SetSubPath(v string) *StorageForCreateDevInstanceInput
- func (s *StorageForCreateDevInstanceInput) SetType(v string) *StorageForCreateDevInstanceInput
- func (s *StorageForCreateDevInstanceInput) SetVepfsId(v string) *StorageForCreateDevInstanceInput
- func (s StorageForCreateDevInstanceInput) String() string
- type StorageForGetDevInstanceOutput
- func (s StorageForGetDevInstanceOutput) GoString() string
- func (s *StorageForGetDevInstanceOutput) SetAnnotationId(v string) *StorageForGetDevInstanceOutput
- func (s *StorageForGetDevInstanceOutput) SetBucket(v string) *StorageForGetDevInstanceOutput
- func (s *StorageForGetDevInstanceOutput) SetDatasetId(v string) *StorageForGetDevInstanceOutput
- func (s *StorageForGetDevInstanceOutput) SetFsName(v string) *StorageForGetDevInstanceOutput
- func (s *StorageForGetDevInstanceOutput) SetMountPath(v string) *StorageForGetDevInstanceOutput
- func (s *StorageForGetDevInstanceOutput) SetNasAddr(v string) *StorageForGetDevInstanceOutput
- func (s *StorageForGetDevInstanceOutput) SetNasId(v string) *StorageForGetDevInstanceOutput
- func (s *StorageForGetDevInstanceOutput) SetNasName(v string) *StorageForGetDevInstanceOutput
- func (s *StorageForGetDevInstanceOutput) SetPrefix(v string) *StorageForGetDevInstanceOutput
- func (s *StorageForGetDevInstanceOutput) SetSubPath(v string) *StorageForGetDevInstanceOutput
- func (s *StorageForGetDevInstanceOutput) SetType(v string) *StorageForGetDevInstanceOutput
- func (s *StorageForGetDevInstanceOutput) SetVepfsId(v string) *StorageForGetDevInstanceOutput
- func (s StorageForGetDevInstanceOutput) String() string
- type StorageForListDevInstancesOutput
- func (s StorageForListDevInstancesOutput) GoString() string
- func (s *StorageForListDevInstancesOutput) SetAnnotationId(v string) *StorageForListDevInstancesOutput
- func (s *StorageForListDevInstancesOutput) SetBucket(v string) *StorageForListDevInstancesOutput
- func (s *StorageForListDevInstancesOutput) SetDatasetId(v string) *StorageForListDevInstancesOutput
- func (s *StorageForListDevInstancesOutput) SetFsName(v string) *StorageForListDevInstancesOutput
- func (s *StorageForListDevInstancesOutput) SetMountPath(v string) *StorageForListDevInstancesOutput
- func (s *StorageForListDevInstancesOutput) SetNasAddr(v string) *StorageForListDevInstancesOutput
- func (s *StorageForListDevInstancesOutput) SetNasId(v string) *StorageForListDevInstancesOutput
- func (s *StorageForListDevInstancesOutput) SetNasName(v string) *StorageForListDevInstancesOutput
- func (s *StorageForListDevInstancesOutput) SetPrefix(v string) *StorageForListDevInstancesOutput
- func (s *StorageForListDevInstancesOutput) SetSubPath(v string) *StorageForListDevInstancesOutput
- func (s *StorageForListDevInstancesOutput) SetType(v string) *StorageForListDevInstancesOutput
- func (s *StorageForListDevInstancesOutput) SetVepfsId(v string) *StorageForListDevInstancesOutput
- func (s StorageForListDevInstancesOutput) String() string
- type StorageForUpdateDevInstanceInput
- func (s StorageForUpdateDevInstanceInput) GoString() string
- func (s *StorageForUpdateDevInstanceInput) SetAnnotationId(v string) *StorageForUpdateDevInstanceInput
- func (s *StorageForUpdateDevInstanceInput) SetBucket(v string) *StorageForUpdateDevInstanceInput
- func (s *StorageForUpdateDevInstanceInput) SetDatasetId(v string) *StorageForUpdateDevInstanceInput
- func (s *StorageForUpdateDevInstanceInput) SetFsName(v string) *StorageForUpdateDevInstanceInput
- func (s *StorageForUpdateDevInstanceInput) SetMountPath(v string) *StorageForUpdateDevInstanceInput
- func (s *StorageForUpdateDevInstanceInput) SetNasAddr(v string) *StorageForUpdateDevInstanceInput
- func (s *StorageForUpdateDevInstanceInput) SetNasId(v string) *StorageForUpdateDevInstanceInput
- func (s *StorageForUpdateDevInstanceInput) SetNasName(v string) *StorageForUpdateDevInstanceInput
- func (s *StorageForUpdateDevInstanceInput) SetPrefix(v string) *StorageForUpdateDevInstanceInput
- func (s *StorageForUpdateDevInstanceInput) SetSubPath(v string) *StorageForUpdateDevInstanceInput
- func (s *StorageForUpdateDevInstanceInput) SetType(v string) *StorageForUpdateDevInstanceInput
- func (s *StorageForUpdateDevInstanceInput) SetVepfsId(v string) *StorageForUpdateDevInstanceInput
- func (s StorageForUpdateDevInstanceInput) String() string
- type SubnetForGetPrivateNetworkConfigOutput
- func (s SubnetForGetPrivateNetworkConfigOutput) GoString() string
- func (s *SubnetForGetPrivateNetworkConfigOutput) SetAvailableIpv4Count(v int32) *SubnetForGetPrivateNetworkConfigOutput
- func (s *SubnetForGetPrivateNetworkConfigOutput) SetCidrBlock(v string) *SubnetForGetPrivateNetworkConfigOutput
- func (s *SubnetForGetPrivateNetworkConfigOutput) SetSubnetId(v string) *SubnetForGetPrivateNetworkConfigOutput
- func (s *SubnetForGetPrivateNetworkConfigOutput) SetSubnetName(v string) *SubnetForGetPrivateNetworkConfigOutput
- func (s *SubnetForGetPrivateNetworkConfigOutput) SetTotalIpv4Count(v int32) *SubnetForGetPrivateNetworkConfigOutput
- func (s *SubnetForGetPrivateNetworkConfigOutput) SetZoneId(v string) *SubnetForGetPrivateNetworkConfigOutput
- func (s SubnetForGetPrivateNetworkConfigOutput) String() string
- type UpdateDevInstanceInput
- func (s UpdateDevInstanceInput) GoString() string
- func (s *UpdateDevInstanceInput) SetCredential(v *CredentialForUpdateDevInstanceInput) *UpdateDevInstanceInput
- func (s *UpdateDevInstanceInput) SetDescription(v string) *UpdateDevInstanceInput
- func (s *UpdateDevInstanceInput) SetFlavorId(v string) *UpdateDevInstanceInput
- func (s *UpdateDevInstanceInput) SetId(v string) *UpdateDevInstanceInput
- func (s *UpdateDevInstanceInput) SetImage(v *ImageForUpdateDevInstanceInput) *UpdateDevInstanceInput
- func (s *UpdateDevInstanceInput) SetName(v string) *UpdateDevInstanceInput
- func (s *UpdateDevInstanceInput) SetNewVolumeSize(v int32) *UpdateDevInstanceInput
- func (s *UpdateDevInstanceInput) SetPrivateNetwork(v *PrivateNetworkForUpdateDevInstanceInput) *UpdateDevInstanceInput
- func (s *UpdateDevInstanceInput) SetPublicNetwork(v *PublicNetworkForUpdateDevInstanceInput) *UpdateDevInstanceInput
- func (s *UpdateDevInstanceInput) SetQueueId(v string) *UpdateDevInstanceInput
- func (s *UpdateDevInstanceInput) SetSshPublicKey(v string) *UpdateDevInstanceInput
- func (s *UpdateDevInstanceInput) SetStorages(v []*StorageForUpdateDevInstanceInput) *UpdateDevInstanceInput
- func (s UpdateDevInstanceInput) String() string
- type UpdateDevInstanceOutput
- type VolumeForCreateDevInstanceInput
- func (s VolumeForCreateDevInstanceInput) GoString() string
- func (s *VolumeForCreateDevInstanceInput) SetSize(v int32) *VolumeForCreateDevInstanceInput
- func (s *VolumeForCreateDevInstanceInput) SetType(v string) *VolumeForCreateDevInstanceInput
- func (s VolumeForCreateDevInstanceInput) String() string
- type VolumeForGetDevInstanceOutput
- func (s VolumeForGetDevInstanceOutput) GoString() string
- func (s *VolumeForGetDevInstanceOutput) SetId(v string) *VolumeForGetDevInstanceOutput
- func (s *VolumeForGetDevInstanceOutput) SetSize(v int32) *VolumeForGetDevInstanceOutput
- func (s *VolumeForGetDevInstanceOutput) SetState(v string) *VolumeForGetDevInstanceOutput
- func (s *VolumeForGetDevInstanceOutput) SetStateHint(v string) *VolumeForGetDevInstanceOutput
- func (s *VolumeForGetDevInstanceOutput) SetType(v string) *VolumeForGetDevInstanceOutput
- func (s VolumeForGetDevInstanceOutput) String() string
- type VolumeForListDevInstancesOutput
- func (s VolumeForListDevInstancesOutput) GoString() string
- func (s *VolumeForListDevInstancesOutput) SetId(v string) *VolumeForListDevInstancesOutput
- func (s *VolumeForListDevInstancesOutput) SetSize(v int32) *VolumeForListDevInstancesOutput
- func (s *VolumeForListDevInstancesOutput) SetState(v string) *VolumeForListDevInstancesOutput
- func (s *VolumeForListDevInstancesOutput) SetStateHint(v string) *VolumeForListDevInstancesOutput
- func (s *VolumeForListDevInstancesOutput) SetType(v string) *VolumeForListDevInstancesOutput
- func (s VolumeForListDevInstancesOutput) String() string
- type VpcForGetPrivateNetworkConfigOutput
- func (s VpcForGetPrivateNetworkConfigOutput) GoString() string
- func (s *VpcForGetPrivateNetworkConfigOutput) SetCidrBlock(v string) *VpcForGetPrivateNetworkConfigOutput
- func (s *VpcForGetPrivateNetworkConfigOutput) SetVpcId(v string) *VpcForGetPrivateNetworkConfigOutput
- func (s *VpcForGetPrivateNetworkConfigOutput) SetVpcName(v string) *VpcForGetPrivateNetworkConfigOutput
- func (s VpcForGetPrivateNetworkConfigOutput) String() string
Constants ¶
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 ¶
func (s *CreateDevInstanceInput) SetCredential(v *CredentialForCreateDevInstanceInput) *CreateDevInstanceInput
SetCredential sets the Credential field's value.
func (*CreateDevInstanceInput) SetDescription ¶
func (s *CreateDevInstanceInput) SetDescription(v string) *CreateDevInstanceInput
SetDescription sets the Description field's value.
func (*CreateDevInstanceInput) SetFlavorId ¶
func (s *CreateDevInstanceInput) SetFlavorId(v string) *CreateDevInstanceInput
SetFlavorId sets the FlavorId field's value.
func (*CreateDevInstanceInput) SetImage ¶
func (s *CreateDevInstanceInput) SetImage(v *ImageForCreateDevInstanceInput) *CreateDevInstanceInput
SetImage sets the Image field's value.
func (*CreateDevInstanceInput) SetName ¶
func (s *CreateDevInstanceInput) SetName(v string) *CreateDevInstanceInput
SetName sets the Name field's value.
func (*CreateDevInstanceInput) SetPrivateNetwork ¶
func (s *CreateDevInstanceInput) SetPrivateNetwork(v *PrivateNetworkForCreateDevInstanceInput) *CreateDevInstanceInput
SetPrivateNetwork sets the PrivateNetwork field's value.
func (*CreateDevInstanceInput) SetPublicNetwork ¶
func (s *CreateDevInstanceInput) SetPublicNetwork(v *PublicNetworkForCreateDevInstanceInput) *CreateDevInstanceInput
SetPublicNetwork sets the PublicNetwork field's value.
func (*CreateDevInstanceInput) SetQueueId ¶
func (s *CreateDevInstanceInput) SetQueueId(v string) *CreateDevInstanceInput
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 ¶
func (s *CreateDevInstanceInput) SetStorages(v []*StorageForCreateDevInstanceInput) *CreateDevInstanceInput
SetStorages sets the Storages field's value.
func (*CreateDevInstanceInput) SetVolume ¶
func (s *CreateDevInstanceInput) SetVolume(v *VolumeForCreateDevInstanceInput) *CreateDevInstanceInput
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 ¶
func (s *CreateDevInstanceOutput) SetId(v string) *CreateDevInstanceOutput
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 ¶
func (s CredentialForCreateDevInstanceInput) GoString() string
GoString returns the string representation
func (*CredentialForCreateDevInstanceInput) SetAccessKeyId ¶
func (s *CredentialForCreateDevInstanceInput) SetAccessKeyId(v string) *CredentialForCreateDevInstanceInput
SetAccessKeyId sets the AccessKeyId field's value.
func (*CredentialForCreateDevInstanceInput) SetSecretAccessKey ¶
func (s *CredentialForCreateDevInstanceInput) SetSecretAccessKey(v string) *CredentialForCreateDevInstanceInput
SetSecretAccessKey sets the SecretAccessKey field's value.
func (CredentialForCreateDevInstanceInput) String ¶
func (s CredentialForCreateDevInstanceInput) String() 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 ¶
func (s CredentialForUpdateDevInstanceInput) GoString() string
GoString returns the string representation
func (*CredentialForUpdateDevInstanceInput) SetAccessKeyId ¶
func (s *CredentialForUpdateDevInstanceInput) SetAccessKeyId(v string) *CredentialForUpdateDevInstanceInput
SetAccessKeyId sets the AccessKeyId field's value.
func (*CredentialForUpdateDevInstanceInput) SetSecretAccessKey ¶
func (s *CredentialForUpdateDevInstanceInput) SetSecretAccessKey(v string) *CredentialForUpdateDevInstanceInput
SetSecretAccessKey sets the SecretAccessKey field's value.
func (CredentialForUpdateDevInstanceInput) String ¶
func (s CredentialForUpdateDevInstanceInput) String() 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 ¶
func (s *DeleteDevInstanceInput) SetId(v string) *DeleteDevInstanceInput
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 ¶
func (s *DeleteDevInstanceOutput) SetId(v string) *DeleteDevInstanceOutput
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 ¶
func (s *GetDevInstanceInput) SetId(v string) *GetDevInstanceInput
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 ¶
func (s *GetDevInstanceOutput) SetFlavorId(v string) *GetDevInstanceOutput
SetFlavorId sets the FlavorId field's value.
func (*GetDevInstanceOutput) SetId ¶
func (s *GetDevInstanceOutput) SetId(v string) *GetDevInstanceOutput
SetId sets the Id field's value.
func (*GetDevInstanceOutput) SetImage ¶
func (s *GetDevInstanceOutput) SetImage(v *ImageForGetDevInstanceOutput) *GetDevInstanceOutput
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 ¶
func (s *GetDevInstanceOutput) SetName(v string) *GetDevInstanceOutput
SetName sets the Name field's value.
func (*GetDevInstanceOutput) SetPrivateNetwork ¶
func (s *GetDevInstanceOutput) SetPrivateNetwork(v *PrivateNetworkForGetDevInstanceOutput) *GetDevInstanceOutput
SetPrivateNetwork sets the PrivateNetwork field's value.
func (*GetDevInstanceOutput) SetPublicNetwork ¶
func (s *GetDevInstanceOutput) SetPublicNetwork(v *PublicNetworkForGetDevInstanceOutput) *GetDevInstanceOutput
SetPublicNetwork sets the PublicNetwork field's value.
func (*GetDevInstanceOutput) SetQueueId ¶
func (s *GetDevInstanceOutput) SetQueueId(v string) *GetDevInstanceOutput
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 ¶
func (s *GetDevInstanceOutput) SetState(v string) *GetDevInstanceOutput
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 ¶
func (s *GetDevInstanceOutput) SetStopTime(v string) *GetDevInstanceOutput
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 ¶
func (s *GetDevInstanceOutput) SetStorages(v []*StorageForGetDevInstanceOutput) *GetDevInstanceOutput
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 ¶
func (s *GetDevInstanceOutput) SetVolume(v *VolumeForGetDevInstanceOutput) *GetDevInstanceOutput
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 ¶
func (s *GetPrivateNetworkConfigInput) SetZoneId(v string) *GetPrivateNetworkConfigInput
SetZoneId sets the ZoneId field's value.
func (GetPrivateNetworkConfigInput) String ¶
func (s GetPrivateNetworkConfigInput) String() 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 ¶
func (s GetPrivateNetworkConfigOutput) GoString() string
GoString returns the string representation
func (*GetPrivateNetworkConfigOutput) SetNetwork ¶
func (s *GetPrivateNetworkConfigOutput) SetNetwork(v *NetworkForGetPrivateNetworkConfigOutput) *GetPrivateNetworkConfigOutput
SetNetwork sets the Network field's value.
func (*GetPrivateNetworkConfigOutput) SetRoutes ¶
func (s *GetPrivateNetworkConfigOutput) SetRoutes(v []*string) *GetPrivateNetworkConfigOutput
SetRoutes sets the Routes field's value.
func (GetPrivateNetworkConfigOutput) String ¶
func (s GetPrivateNetworkConfigOutput) String() 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 ¶
func (s ImageCredentialForCreateDevInstanceInput) GoString() string
GoString returns the string representation
func (*ImageCredentialForCreateDevInstanceInput) SetRegistryToken ¶
func (s *ImageCredentialForCreateDevInstanceInput) SetRegistryToken(v string) *ImageCredentialForCreateDevInstanceInput
SetRegistryToken sets the RegistryToken field's value.
func (*ImageCredentialForCreateDevInstanceInput) SetRegistryUsername ¶
func (s *ImageCredentialForCreateDevInstanceInput) SetRegistryUsername(v string) *ImageCredentialForCreateDevInstanceInput
SetRegistryUsername sets the RegistryUsername field's value.
func (ImageCredentialForCreateDevInstanceInput) String ¶
func (s ImageCredentialForCreateDevInstanceInput) String() 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 ¶
func (s ImageCredentialForGetDevInstanceOutput) GoString() string
GoString returns the string representation
func (*ImageCredentialForGetDevInstanceOutput) SetRegistryToken ¶
func (s *ImageCredentialForGetDevInstanceOutput) SetRegistryToken(v string) *ImageCredentialForGetDevInstanceOutput
SetRegistryToken sets the RegistryToken field's value.
func (*ImageCredentialForGetDevInstanceOutput) SetRegistryUsername ¶
func (s *ImageCredentialForGetDevInstanceOutput) SetRegistryUsername(v string) *ImageCredentialForGetDevInstanceOutput
SetRegistryUsername sets the RegistryUsername field's value.
func (ImageCredentialForGetDevInstanceOutput) String ¶
func (s ImageCredentialForGetDevInstanceOutput) String() 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 ¶
func (s ImageCredentialForListDevInstancesOutput) GoString() string
GoString returns the string representation
func (*ImageCredentialForListDevInstancesOutput) SetRegistryToken ¶
func (s *ImageCredentialForListDevInstancesOutput) SetRegistryToken(v string) *ImageCredentialForListDevInstancesOutput
SetRegistryToken sets the RegistryToken field's value.
func (*ImageCredentialForListDevInstancesOutput) SetRegistryUsername ¶
func (s *ImageCredentialForListDevInstancesOutput) SetRegistryUsername(v string) *ImageCredentialForListDevInstancesOutput
SetRegistryUsername sets the RegistryUsername field's value.
func (ImageCredentialForListDevInstancesOutput) String ¶
func (s ImageCredentialForListDevInstancesOutput) String() 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 ¶
func (s ImageCredentialForUpdateDevInstanceInput) GoString() string
GoString returns the string representation
func (*ImageCredentialForUpdateDevInstanceInput) SetRegistryToken ¶
func (s *ImageCredentialForUpdateDevInstanceInput) SetRegistryToken(v string) *ImageCredentialForUpdateDevInstanceInput
SetRegistryToken sets the RegistryToken field's value.
func (*ImageCredentialForUpdateDevInstanceInput) SetRegistryUsername ¶
func (s *ImageCredentialForUpdateDevInstanceInput) SetRegistryUsername(v string) *ImageCredentialForUpdateDevInstanceInput
SetRegistryUsername sets the RegistryUsername field's value.
func (ImageCredentialForUpdateDevInstanceInput) String ¶
func (s ImageCredentialForUpdateDevInstanceInput) String() 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 ¶
func (s ImageForCreateDevInstanceInput) GoString() string
GoString returns the string representation
func (*ImageForCreateDevInstanceInput) SetId ¶
func (s *ImageForCreateDevInstanceInput) SetId(v string) *ImageForCreateDevInstanceInput
SetId sets the Id field's value.
func (*ImageForCreateDevInstanceInput) SetImageCredential ¶
func (s *ImageForCreateDevInstanceInput) SetImageCredential(v *ImageCredentialForCreateDevInstanceInput) *ImageForCreateDevInstanceInput
SetImageCredential sets the ImageCredential field's value.
func (*ImageForCreateDevInstanceInput) SetType ¶
func (s *ImageForCreateDevInstanceInput) SetType(v string) *ImageForCreateDevInstanceInput
SetType sets the Type field's value.
func (*ImageForCreateDevInstanceInput) SetUrl ¶
func (s *ImageForCreateDevInstanceInput) SetUrl(v string) *ImageForCreateDevInstanceInput
SetUrl sets the Url field's value.
func (ImageForCreateDevInstanceInput) String ¶
func (s ImageForCreateDevInstanceInput) String() 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 ¶
func (s *ImageForGetDevInstanceOutput) SetId(v string) *ImageForGetDevInstanceOutput
SetId sets the Id field's value.
func (*ImageForGetDevInstanceOutput) SetImageCredential ¶
func (s *ImageForGetDevInstanceOutput) SetImageCredential(v *ImageCredentialForGetDevInstanceOutput) *ImageForGetDevInstanceOutput
SetImageCredential sets the ImageCredential field's value.
func (*ImageForGetDevInstanceOutput) SetType ¶
func (s *ImageForGetDevInstanceOutput) SetType(v string) *ImageForGetDevInstanceOutput
SetType sets the Type field's value.
func (*ImageForGetDevInstanceOutput) SetUrl ¶
func (s *ImageForGetDevInstanceOutput) SetUrl(v string) *ImageForGetDevInstanceOutput
SetUrl sets the Url field's value.
func (ImageForGetDevInstanceOutput) String ¶
func (s ImageForGetDevInstanceOutput) String() 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 ¶
func (s ImageForListDevInstancesOutput) GoString() string
GoString returns the string representation
func (*ImageForListDevInstancesOutput) SetId ¶
func (s *ImageForListDevInstancesOutput) SetId(v string) *ImageForListDevInstancesOutput
SetId sets the Id field's value.
func (*ImageForListDevInstancesOutput) SetImageCredential ¶
func (s *ImageForListDevInstancesOutput) SetImageCredential(v *ImageCredentialForListDevInstancesOutput) *ImageForListDevInstancesOutput
SetImageCredential sets the ImageCredential field's value.
func (*ImageForListDevInstancesOutput) SetType ¶
func (s *ImageForListDevInstancesOutput) SetType(v string) *ImageForListDevInstancesOutput
SetType sets the Type field's value.
func (*ImageForListDevInstancesOutput) SetUrl ¶
func (s *ImageForListDevInstancesOutput) SetUrl(v string) *ImageForListDevInstancesOutput
SetUrl sets the Url field's value.
func (ImageForListDevInstancesOutput) String ¶
func (s ImageForListDevInstancesOutput) String() 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 ¶
func (s ImageForUpdateDevInstanceInput) GoString() string
GoString returns the string representation
func (*ImageForUpdateDevInstanceInput) SetId ¶
func (s *ImageForUpdateDevInstanceInput) SetId(v string) *ImageForUpdateDevInstanceInput
SetId sets the Id field's value.
func (*ImageForUpdateDevInstanceInput) SetImageCredential ¶
func (s *ImageForUpdateDevInstanceInput) SetImageCredential(v *ImageCredentialForUpdateDevInstanceInput) *ImageForUpdateDevInstanceInput
SetImageCredential sets the ImageCredential field's value.
func (*ImageForUpdateDevInstanceInput) SetType ¶
func (s *ImageForUpdateDevInstanceInput) SetType(v string) *ImageForUpdateDevInstanceInput
SetType sets the Type field's value.
func (*ImageForUpdateDevInstanceInput) SetUrl ¶
func (s *ImageForUpdateDevInstanceInput) SetUrl(v string) *ImageForUpdateDevInstanceInput
SetUrl sets the Url field's value.
func (ImageForUpdateDevInstanceInput) String ¶
func (s ImageForUpdateDevInstanceInput) String() 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 ¶
func (s *ListDevInstancesInput) SetIds(v []*string) *ListDevInstancesInput
SetIds sets the Ids field's value.
func (*ListDevInstancesInput) SetLimit ¶
func (s *ListDevInstancesInput) SetLimit(v int32) *ListDevInstancesInput
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 ¶
func (s *ListDevInstancesInput) SetOffset(v int32) *ListDevInstancesInput
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 ¶
func (s *ListDevInstancesInput) SetSortBy(v string) *ListDevInstancesInput
SetSortBy sets the SortBy field's value.
func (*ListDevInstancesInput) SetSortOrder ¶
func (s *ListDevInstancesInput) SetSortOrder(v string) *ListDevInstancesInput
SetSortOrder sets the SortOrder field's value.
func (*ListDevInstancesInput) SetStates ¶
func (s *ListDevInstancesInput) SetStates(v []*string) *ListDevInstancesInput
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 ¶
func (s *ListDevInstancesOutput) SetList(v []*ListForListDevInstancesOutput) *ListDevInstancesOutput
SetList sets the List field's value.
func (*ListDevInstancesOutput) SetTotal ¶
func (s *ListDevInstancesOutput) SetTotal(v int32) *ListDevInstancesOutput
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 ¶
func (s ListForListDevInstancesOutput) GoString() string
GoString returns the string representation
func (*ListForListDevInstancesOutput) SetCreateTime ¶
func (s *ListForListDevInstancesOutput) SetCreateTime(v string) *ListForListDevInstancesOutput
SetCreateTime sets the CreateTime field's value.
func (*ListForListDevInstancesOutput) SetCreatorUserId ¶
func (s *ListForListDevInstancesOutput) SetCreatorUserId(v int32) *ListForListDevInstancesOutput
SetCreatorUserId sets the CreatorUserId field's value.
func (*ListForListDevInstancesOutput) SetDeployMode ¶
func (s *ListForListDevInstancesOutput) SetDeployMode(v string) *ListForListDevInstancesOutput
SetDeployMode sets the DeployMode field's value.
func (*ListForListDevInstancesOutput) SetDescription ¶
func (s *ListForListDevInstancesOutput) SetDescription(v string) *ListForListDevInstancesOutput
SetDescription sets the Description field's value.
func (*ListForListDevInstancesOutput) SetEndpointUrl ¶
func (s *ListForListDevInstancesOutput) SetEndpointUrl(v string) *ListForListDevInstancesOutput
SetEndpointUrl sets the EndpointUrl field's value.
func (*ListForListDevInstancesOutput) SetExpectedStopTime ¶
func (s *ListForListDevInstancesOutput) SetExpectedStopTime(v string) *ListForListDevInstancesOutput
SetExpectedStopTime sets the ExpectedStopTime field's value.
func (*ListForListDevInstancesOutput) SetFlavorId ¶
func (s *ListForListDevInstancesOutput) SetFlavorId(v string) *ListForListDevInstancesOutput
SetFlavorId sets the FlavorId field's value.
func (*ListForListDevInstancesOutput) SetId ¶
func (s *ListForListDevInstancesOutput) SetId(v string) *ListForListDevInstancesOutput
SetId sets the Id field's value.
func (*ListForListDevInstancesOutput) SetImage ¶
func (s *ListForListDevInstancesOutput) SetImage(v *ImageForListDevInstancesOutput) *ListForListDevInstancesOutput
SetImage sets the Image field's value.
func (*ListForListDevInstancesOutput) SetIsBuildingImage ¶
func (s *ListForListDevInstancesOutput) SetIsBuildingImage(v bool) *ListForListDevInstancesOutput
SetIsBuildingImage sets the IsBuildingImage field's value.
func (*ListForListDevInstancesOutput) SetLaunchTime ¶
func (s *ListForListDevInstancesOutput) SetLaunchTime(v string) *ListForListDevInstancesOutput
SetLaunchTime sets the LaunchTime field's value.
func (*ListForListDevInstancesOutput) SetName ¶
func (s *ListForListDevInstancesOutput) SetName(v string) *ListForListDevInstancesOutput
SetName sets the Name field's value.
func (*ListForListDevInstancesOutput) SetPrivateNetwork ¶
func (s *ListForListDevInstancesOutput) SetPrivateNetwork(v *PrivateNetworkForListDevInstancesOutput) *ListForListDevInstancesOutput
SetPrivateNetwork sets the PrivateNetwork field's value.
func (*ListForListDevInstancesOutput) SetPublicNetwork ¶
func (s *ListForListDevInstancesOutput) SetPublicNetwork(v *PublicNetworkForListDevInstancesOutput) *ListForListDevInstancesOutput
SetPublicNetwork sets the PublicNetwork field's value.
func (*ListForListDevInstancesOutput) SetQueueId ¶
func (s *ListForListDevInstancesOutput) SetQueueId(v string) *ListForListDevInstancesOutput
SetQueueId sets the QueueId field's value.
func (*ListForListDevInstancesOutput) SetSshPublicKey ¶
func (s *ListForListDevInstancesOutput) SetSshPublicKey(v string) *ListForListDevInstancesOutput
SetSshPublicKey sets the SshPublicKey field's value.
func (*ListForListDevInstancesOutput) SetState ¶
func (s *ListForListDevInstancesOutput) SetState(v string) *ListForListDevInstancesOutput
SetState sets the State field's value.
func (*ListForListDevInstancesOutput) SetStateHint ¶
func (s *ListForListDevInstancesOutput) SetStateHint(v string) *ListForListDevInstancesOutput
SetStateHint sets the StateHint field's value.
func (*ListForListDevInstancesOutput) SetStopTime ¶
func (s *ListForListDevInstancesOutput) SetStopTime(v string) *ListForListDevInstancesOutput
SetStopTime sets the StopTime field's value.
func (*ListForListDevInstancesOutput) SetStoppedTime ¶
func (s *ListForListDevInstancesOutput) SetStoppedTime(v string) *ListForListDevInstancesOutput
SetStoppedTime sets the StoppedTime field's value.
func (*ListForListDevInstancesOutput) SetStorages ¶
func (s *ListForListDevInstancesOutput) SetStorages(v []*StorageForListDevInstancesOutput) *ListForListDevInstancesOutput
SetStorages sets the Storages field's value.
func (*ListForListDevInstancesOutput) SetUpdateTime ¶
func (s *ListForListDevInstancesOutput) SetUpdateTime(v string) *ListForListDevInstancesOutput
SetUpdateTime sets the UpdateTime field's value.
func (*ListForListDevInstancesOutput) SetUseBuildingImage ¶
func (s *ListForListDevInstancesOutput) SetUseBuildingImage(v bool) *ListForListDevInstancesOutput
SetUseBuildingImage sets the UseBuildingImage field's value.
func (*ListForListDevInstancesOutput) SetVolume ¶
func (s *ListForListDevInstancesOutput) SetVolume(v *VolumeForListDevInstancesOutput) *ListForListDevInstancesOutput
SetVolume sets the Volume field's value.
func (ListForListDevInstancesOutput) String ¶
func (s ListForListDevInstancesOutput) String() string
String returns the string representation
type MLPLATFORM ¶
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 ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *MLPLATFORM
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 ¶
func (s NetworkForGetPrivateNetworkConfigOutput) GoString() string
GoString returns the string representation
func (*NetworkForGetPrivateNetworkConfigOutput) SetSecurityGroups ¶
func (s *NetworkForGetPrivateNetworkConfigOutput) SetSecurityGroups(v []*SecurityGroupForGetPrivateNetworkConfigOutput) *NetworkForGetPrivateNetworkConfigOutput
SetSecurityGroups sets the SecurityGroups field's value.
func (*NetworkForGetPrivateNetworkConfigOutput) SetSubnets ¶
func (s *NetworkForGetPrivateNetworkConfigOutput) SetSubnets(v []*SubnetForGetPrivateNetworkConfigOutput) *NetworkForGetPrivateNetworkConfigOutput
SetSubnets sets the Subnets field's value.
func (*NetworkForGetPrivateNetworkConfigOutput) SetVpc ¶
func (s *NetworkForGetPrivateNetworkConfigOutput) SetVpc(v *VpcForGetPrivateNetworkConfigOutput) *NetworkForGetPrivateNetworkConfigOutput
SetVpc sets the Vpc field's value.
func (NetworkForGetPrivateNetworkConfigOutput) String ¶
func (s NetworkForGetPrivateNetworkConfigOutput) String() 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 ¶
func (s PrivateNetworkForCreateDevInstanceInput) GoString() string
GoString returns the string representation
func (*PrivateNetworkForCreateDevInstanceInput) SetIpAddress ¶
func (s *PrivateNetworkForCreateDevInstanceInput) SetIpAddress(v string) *PrivateNetworkForCreateDevInstanceInput
SetIpAddress sets the IpAddress field's value.
func (*PrivateNetworkForCreateDevInstanceInput) SetSecurityGroupIds ¶
func (s *PrivateNetworkForCreateDevInstanceInput) SetSecurityGroupIds(v []*string) *PrivateNetworkForCreateDevInstanceInput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*PrivateNetworkForCreateDevInstanceInput) SetSsh ¶
func (s *PrivateNetworkForCreateDevInstanceInput) SetSsh(v bool) *PrivateNetworkForCreateDevInstanceInput
SetSsh sets the Ssh field's value.
func (*PrivateNetworkForCreateDevInstanceInput) SetSubnetId ¶
func (s *PrivateNetworkForCreateDevInstanceInput) SetSubnetId(v string) *PrivateNetworkForCreateDevInstanceInput
SetSubnetId sets the SubnetId field's value.
func (*PrivateNetworkForCreateDevInstanceInput) SetVpcId ¶
func (s *PrivateNetworkForCreateDevInstanceInput) SetVpcId(v string) *PrivateNetworkForCreateDevInstanceInput
SetVpcId sets the VpcId field's value.
func (PrivateNetworkForCreateDevInstanceInput) String ¶
func (s PrivateNetworkForCreateDevInstanceInput) String() 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 ¶
func (s PrivateNetworkForGetDevInstanceOutput) GoString() string
GoString returns the string representation
func (*PrivateNetworkForGetDevInstanceOutput) SetIpAddress ¶
func (s *PrivateNetworkForGetDevInstanceOutput) SetIpAddress(v string) *PrivateNetworkForGetDevInstanceOutput
SetIpAddress sets the IpAddress field's value.
func (*PrivateNetworkForGetDevInstanceOutput) SetSecurityGroupIds ¶
func (s *PrivateNetworkForGetDevInstanceOutput) SetSecurityGroupIds(v []*string) *PrivateNetworkForGetDevInstanceOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*PrivateNetworkForGetDevInstanceOutput) SetSshPort ¶
func (s *PrivateNetworkForGetDevInstanceOutput) SetSshPort(v int32) *PrivateNetworkForGetDevInstanceOutput
SetSshPort sets the SshPort field's value.
func (*PrivateNetworkForGetDevInstanceOutput) SetSubnetId ¶
func (s *PrivateNetworkForGetDevInstanceOutput) SetSubnetId(v string) *PrivateNetworkForGetDevInstanceOutput
SetSubnetId sets the SubnetId field's value.
func (*PrivateNetworkForGetDevInstanceOutput) SetVpcId ¶
func (s *PrivateNetworkForGetDevInstanceOutput) SetVpcId(v string) *PrivateNetworkForGetDevInstanceOutput
SetVpcId sets the VpcId field's value.
func (PrivateNetworkForGetDevInstanceOutput) String ¶
func (s PrivateNetworkForGetDevInstanceOutput) String() 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 ¶
func (s PrivateNetworkForListDevInstancesOutput) GoString() string
GoString returns the string representation
func (*PrivateNetworkForListDevInstancesOutput) SetIpAddress ¶
func (s *PrivateNetworkForListDevInstancesOutput) SetIpAddress(v string) *PrivateNetworkForListDevInstancesOutput
SetIpAddress sets the IpAddress field's value.
func (*PrivateNetworkForListDevInstancesOutput) SetSecurityGroupIds ¶
func (s *PrivateNetworkForListDevInstancesOutput) SetSecurityGroupIds(v []*string) *PrivateNetworkForListDevInstancesOutput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*PrivateNetworkForListDevInstancesOutput) SetSshPort ¶
func (s *PrivateNetworkForListDevInstancesOutput) SetSshPort(v int32) *PrivateNetworkForListDevInstancesOutput
SetSshPort sets the SshPort field's value.
func (*PrivateNetworkForListDevInstancesOutput) SetSubnetId ¶
func (s *PrivateNetworkForListDevInstancesOutput) SetSubnetId(v string) *PrivateNetworkForListDevInstancesOutput
SetSubnetId sets the SubnetId field's value.
func (*PrivateNetworkForListDevInstancesOutput) SetVpcId ¶
func (s *PrivateNetworkForListDevInstancesOutput) SetVpcId(v string) *PrivateNetworkForListDevInstancesOutput
SetVpcId sets the VpcId field's value.
func (PrivateNetworkForListDevInstancesOutput) String ¶
func (s PrivateNetworkForListDevInstancesOutput) String() 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 ¶
func (s PrivateNetworkForUpdateDevInstanceInput) GoString() string
GoString returns the string representation
func (*PrivateNetworkForUpdateDevInstanceInput) SetSsh ¶
func (s *PrivateNetworkForUpdateDevInstanceInput) SetSsh(v bool) *PrivateNetworkForUpdateDevInstanceInput
SetSsh sets the Ssh field's value.
func (PrivateNetworkForUpdateDevInstanceInput) String ¶
func (s PrivateNetworkForUpdateDevInstanceInput) String() 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 ¶
func (s PublicNetworkForCreateDevInstanceInput) GoString() string
GoString returns the string representation
func (*PublicNetworkForCreateDevInstanceInput) SetSsh ¶
func (s *PublicNetworkForCreateDevInstanceInput) SetSsh(v bool) *PublicNetworkForCreateDevInstanceInput
SetSsh sets the Ssh field's value.
func (PublicNetworkForCreateDevInstanceInput) String ¶
func (s PublicNetworkForCreateDevInstanceInput) String() 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 ¶
func (s PublicNetworkForGetDevInstanceOutput) GoString() string
GoString returns the string representation
func (*PublicNetworkForGetDevInstanceOutput) SetIpAddress ¶
func (s *PublicNetworkForGetDevInstanceOutput) SetIpAddress(v string) *PublicNetworkForGetDevInstanceOutput
SetIpAddress sets the IpAddress field's value.
func (*PublicNetworkForGetDevInstanceOutput) SetSshPort ¶
func (s *PublicNetworkForGetDevInstanceOutput) SetSshPort(v int32) *PublicNetworkForGetDevInstanceOutput
SetSshPort sets the SshPort field's value.
func (PublicNetworkForGetDevInstanceOutput) String ¶
func (s PublicNetworkForGetDevInstanceOutput) String() 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 ¶
func (s PublicNetworkForListDevInstancesOutput) GoString() string
GoString returns the string representation
func (*PublicNetworkForListDevInstancesOutput) SetIpAddress ¶
func (s *PublicNetworkForListDevInstancesOutput) SetIpAddress(v string) *PublicNetworkForListDevInstancesOutput
SetIpAddress sets the IpAddress field's value.
func (*PublicNetworkForListDevInstancesOutput) SetSshPort ¶
func (s *PublicNetworkForListDevInstancesOutput) SetSshPort(v int32) *PublicNetworkForListDevInstancesOutput
SetSshPort sets the SshPort field's value.
func (PublicNetworkForListDevInstancesOutput) String ¶
func (s PublicNetworkForListDevInstancesOutput) String() 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 ¶
func (s PublicNetworkForUpdateDevInstanceInput) GoString() string
GoString returns the string representation
func (*PublicNetworkForUpdateDevInstanceInput) SetSsh ¶
func (s *PublicNetworkForUpdateDevInstanceInput) SetSsh(v bool) *PublicNetworkForUpdateDevInstanceInput
SetSsh sets the Ssh field's value.
func (PublicNetworkForUpdateDevInstanceInput) String ¶
func (s PublicNetworkForUpdateDevInstanceInput) String() 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 ¶
func (s *RebootDevInstanceInput) SetId(v string) *RebootDevInstanceInput
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 ¶
func (s *RebootDevInstanceOutput) SetId(v string) *RebootDevInstanceOutput
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 ¶
func (s SecurityGroupForGetPrivateNetworkConfigOutput) GoString() string
GoString returns the string representation
func (*SecurityGroupForGetPrivateNetworkConfigOutput) SetSecurityGroupId ¶
func (s *SecurityGroupForGetPrivateNetworkConfigOutput) SetSecurityGroupId(v string) *SecurityGroupForGetPrivateNetworkConfigOutput
SetSecurityGroupId sets the SecurityGroupId field's value.
func (*SecurityGroupForGetPrivateNetworkConfigOutput) SetSecurityGroupName ¶
func (s *SecurityGroupForGetPrivateNetworkConfigOutput) SetSecurityGroupName(v string) *SecurityGroupForGetPrivateNetworkConfigOutput
SetSecurityGroupName sets the SecurityGroupName field's value.
func (SecurityGroupForGetPrivateNetworkConfigOutput) String ¶
func (s SecurityGroupForGetPrivateNetworkConfigOutput) String() 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 ¶
func (s *StartDevInstanceInput) SetId(v string) *StartDevInstanceInput
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 ¶
func (s *StartDevInstanceOutput) SetId(v string) *StartDevInstanceOutput
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 ¶
func (s *StopDevInstanceInput) SetId(v string) *StopDevInstanceInput
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 ¶
func (s *StopDevInstanceOutput) SetId(v string) *StopDevInstanceOutput
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 ¶
func (s StorageForCreateDevInstanceInput) GoString() string
GoString returns the string representation
func (*StorageForCreateDevInstanceInput) SetAnnotationId ¶
func (s *StorageForCreateDevInstanceInput) SetAnnotationId(v string) *StorageForCreateDevInstanceInput
SetAnnotationId sets the AnnotationId field's value.
func (*StorageForCreateDevInstanceInput) SetBucket ¶
func (s *StorageForCreateDevInstanceInput) SetBucket(v string) *StorageForCreateDevInstanceInput
SetBucket sets the Bucket field's value.
func (*StorageForCreateDevInstanceInput) SetDatasetId ¶
func (s *StorageForCreateDevInstanceInput) SetDatasetId(v string) *StorageForCreateDevInstanceInput
SetDatasetId sets the DatasetId field's value.
func (*StorageForCreateDevInstanceInput) SetFsName ¶
func (s *StorageForCreateDevInstanceInput) SetFsName(v string) *StorageForCreateDevInstanceInput
SetFsName sets the FsName field's value.
func (*StorageForCreateDevInstanceInput) SetMountPath ¶
func (s *StorageForCreateDevInstanceInput) SetMountPath(v string) *StorageForCreateDevInstanceInput
SetMountPath sets the MountPath field's value.
func (*StorageForCreateDevInstanceInput) SetNasAddr ¶
func (s *StorageForCreateDevInstanceInput) SetNasAddr(v string) *StorageForCreateDevInstanceInput
SetNasAddr sets the NasAddr field's value.
func (*StorageForCreateDevInstanceInput) SetNasId ¶
func (s *StorageForCreateDevInstanceInput) SetNasId(v string) *StorageForCreateDevInstanceInput
SetNasId sets the NasId field's value.
func (*StorageForCreateDevInstanceInput) SetNasName ¶
func (s *StorageForCreateDevInstanceInput) SetNasName(v string) *StorageForCreateDevInstanceInput
SetNasName sets the NasName field's value.
func (*StorageForCreateDevInstanceInput) SetPrefix ¶
func (s *StorageForCreateDevInstanceInput) SetPrefix(v string) *StorageForCreateDevInstanceInput
SetPrefix sets the Prefix field's value.
func (*StorageForCreateDevInstanceInput) SetSubPath ¶
func (s *StorageForCreateDevInstanceInput) SetSubPath(v string) *StorageForCreateDevInstanceInput
SetSubPath sets the SubPath field's value.
func (*StorageForCreateDevInstanceInput) SetType ¶
func (s *StorageForCreateDevInstanceInput) SetType(v string) *StorageForCreateDevInstanceInput
SetType sets the Type field's value.
func (*StorageForCreateDevInstanceInput) SetVepfsId ¶
func (s *StorageForCreateDevInstanceInput) SetVepfsId(v string) *StorageForCreateDevInstanceInput
SetVepfsId sets the VepfsId field's value.
func (StorageForCreateDevInstanceInput) String ¶
func (s StorageForCreateDevInstanceInput) String() 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 ¶
func (s StorageForGetDevInstanceOutput) GoString() string
GoString returns the string representation
func (*StorageForGetDevInstanceOutput) SetAnnotationId ¶
func (s *StorageForGetDevInstanceOutput) SetAnnotationId(v string) *StorageForGetDevInstanceOutput
SetAnnotationId sets the AnnotationId field's value.
func (*StorageForGetDevInstanceOutput) SetBucket ¶
func (s *StorageForGetDevInstanceOutput) SetBucket(v string) *StorageForGetDevInstanceOutput
SetBucket sets the Bucket field's value.
func (*StorageForGetDevInstanceOutput) SetDatasetId ¶
func (s *StorageForGetDevInstanceOutput) SetDatasetId(v string) *StorageForGetDevInstanceOutput
SetDatasetId sets the DatasetId field's value.
func (*StorageForGetDevInstanceOutput) SetFsName ¶
func (s *StorageForGetDevInstanceOutput) SetFsName(v string) *StorageForGetDevInstanceOutput
SetFsName sets the FsName field's value.
func (*StorageForGetDevInstanceOutput) SetMountPath ¶
func (s *StorageForGetDevInstanceOutput) SetMountPath(v string) *StorageForGetDevInstanceOutput
SetMountPath sets the MountPath field's value.
func (*StorageForGetDevInstanceOutput) SetNasAddr ¶
func (s *StorageForGetDevInstanceOutput) SetNasAddr(v string) *StorageForGetDevInstanceOutput
SetNasAddr sets the NasAddr field's value.
func (*StorageForGetDevInstanceOutput) SetNasId ¶
func (s *StorageForGetDevInstanceOutput) SetNasId(v string) *StorageForGetDevInstanceOutput
SetNasId sets the NasId field's value.
func (*StorageForGetDevInstanceOutput) SetNasName ¶
func (s *StorageForGetDevInstanceOutput) SetNasName(v string) *StorageForGetDevInstanceOutput
SetNasName sets the NasName field's value.
func (*StorageForGetDevInstanceOutput) SetPrefix ¶
func (s *StorageForGetDevInstanceOutput) SetPrefix(v string) *StorageForGetDevInstanceOutput
SetPrefix sets the Prefix field's value.
func (*StorageForGetDevInstanceOutput) SetSubPath ¶
func (s *StorageForGetDevInstanceOutput) SetSubPath(v string) *StorageForGetDevInstanceOutput
SetSubPath sets the SubPath field's value.
func (*StorageForGetDevInstanceOutput) SetType ¶
func (s *StorageForGetDevInstanceOutput) SetType(v string) *StorageForGetDevInstanceOutput
SetType sets the Type field's value.
func (*StorageForGetDevInstanceOutput) SetVepfsId ¶
func (s *StorageForGetDevInstanceOutput) SetVepfsId(v string) *StorageForGetDevInstanceOutput
SetVepfsId sets the VepfsId field's value.
func (StorageForGetDevInstanceOutput) String ¶
func (s StorageForGetDevInstanceOutput) String() 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 ¶
func (s StorageForListDevInstancesOutput) GoString() string
GoString returns the string representation
func (*StorageForListDevInstancesOutput) SetAnnotationId ¶
func (s *StorageForListDevInstancesOutput) SetAnnotationId(v string) *StorageForListDevInstancesOutput
SetAnnotationId sets the AnnotationId field's value.
func (*StorageForListDevInstancesOutput) SetBucket ¶
func (s *StorageForListDevInstancesOutput) SetBucket(v string) *StorageForListDevInstancesOutput
SetBucket sets the Bucket field's value.
func (*StorageForListDevInstancesOutput) SetDatasetId ¶
func (s *StorageForListDevInstancesOutput) SetDatasetId(v string) *StorageForListDevInstancesOutput
SetDatasetId sets the DatasetId field's value.
func (*StorageForListDevInstancesOutput) SetFsName ¶
func (s *StorageForListDevInstancesOutput) SetFsName(v string) *StorageForListDevInstancesOutput
SetFsName sets the FsName field's value.
func (*StorageForListDevInstancesOutput) SetMountPath ¶
func (s *StorageForListDevInstancesOutput) SetMountPath(v string) *StorageForListDevInstancesOutput
SetMountPath sets the MountPath field's value.
func (*StorageForListDevInstancesOutput) SetNasAddr ¶
func (s *StorageForListDevInstancesOutput) SetNasAddr(v string) *StorageForListDevInstancesOutput
SetNasAddr sets the NasAddr field's value.
func (*StorageForListDevInstancesOutput) SetNasId ¶
func (s *StorageForListDevInstancesOutput) SetNasId(v string) *StorageForListDevInstancesOutput
SetNasId sets the NasId field's value.
func (*StorageForListDevInstancesOutput) SetNasName ¶
func (s *StorageForListDevInstancesOutput) SetNasName(v string) *StorageForListDevInstancesOutput
SetNasName sets the NasName field's value.
func (*StorageForListDevInstancesOutput) SetPrefix ¶
func (s *StorageForListDevInstancesOutput) SetPrefix(v string) *StorageForListDevInstancesOutput
SetPrefix sets the Prefix field's value.
func (*StorageForListDevInstancesOutput) SetSubPath ¶
func (s *StorageForListDevInstancesOutput) SetSubPath(v string) *StorageForListDevInstancesOutput
SetSubPath sets the SubPath field's value.
func (*StorageForListDevInstancesOutput) SetType ¶
func (s *StorageForListDevInstancesOutput) SetType(v string) *StorageForListDevInstancesOutput
SetType sets the Type field's value.
func (*StorageForListDevInstancesOutput) SetVepfsId ¶
func (s *StorageForListDevInstancesOutput) SetVepfsId(v string) *StorageForListDevInstancesOutput
SetVepfsId sets the VepfsId field's value.
func (StorageForListDevInstancesOutput) String ¶
func (s StorageForListDevInstancesOutput) String() 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 ¶
func (s StorageForUpdateDevInstanceInput) GoString() string
GoString returns the string representation
func (*StorageForUpdateDevInstanceInput) SetAnnotationId ¶
func (s *StorageForUpdateDevInstanceInput) SetAnnotationId(v string) *StorageForUpdateDevInstanceInput
SetAnnotationId sets the AnnotationId field's value.
func (*StorageForUpdateDevInstanceInput) SetBucket ¶
func (s *StorageForUpdateDevInstanceInput) SetBucket(v string) *StorageForUpdateDevInstanceInput
SetBucket sets the Bucket field's value.
func (*StorageForUpdateDevInstanceInput) SetDatasetId ¶
func (s *StorageForUpdateDevInstanceInput) SetDatasetId(v string) *StorageForUpdateDevInstanceInput
SetDatasetId sets the DatasetId field's value.
func (*StorageForUpdateDevInstanceInput) SetFsName ¶
func (s *StorageForUpdateDevInstanceInput) SetFsName(v string) *StorageForUpdateDevInstanceInput
SetFsName sets the FsName field's value.
func (*StorageForUpdateDevInstanceInput) SetMountPath ¶
func (s *StorageForUpdateDevInstanceInput) SetMountPath(v string) *StorageForUpdateDevInstanceInput
SetMountPath sets the MountPath field's value.
func (*StorageForUpdateDevInstanceInput) SetNasAddr ¶
func (s *StorageForUpdateDevInstanceInput) SetNasAddr(v string) *StorageForUpdateDevInstanceInput
SetNasAddr sets the NasAddr field's value.
func (*StorageForUpdateDevInstanceInput) SetNasId ¶
func (s *StorageForUpdateDevInstanceInput) SetNasId(v string) *StorageForUpdateDevInstanceInput
SetNasId sets the NasId field's value.
func (*StorageForUpdateDevInstanceInput) SetNasName ¶
func (s *StorageForUpdateDevInstanceInput) SetNasName(v string) *StorageForUpdateDevInstanceInput
SetNasName sets the NasName field's value.
func (*StorageForUpdateDevInstanceInput) SetPrefix ¶
func (s *StorageForUpdateDevInstanceInput) SetPrefix(v string) *StorageForUpdateDevInstanceInput
SetPrefix sets the Prefix field's value.
func (*StorageForUpdateDevInstanceInput) SetSubPath ¶
func (s *StorageForUpdateDevInstanceInput) SetSubPath(v string) *StorageForUpdateDevInstanceInput
SetSubPath sets the SubPath field's value.
func (*StorageForUpdateDevInstanceInput) SetType ¶
func (s *StorageForUpdateDevInstanceInput) SetType(v string) *StorageForUpdateDevInstanceInput
SetType sets the Type field's value.
func (*StorageForUpdateDevInstanceInput) SetVepfsId ¶
func (s *StorageForUpdateDevInstanceInput) SetVepfsId(v string) *StorageForUpdateDevInstanceInput
SetVepfsId sets the VepfsId field's value.
func (StorageForUpdateDevInstanceInput) String ¶
func (s StorageForUpdateDevInstanceInput) String() 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 ¶
func (s SubnetForGetPrivateNetworkConfigOutput) GoString() string
GoString returns the string representation
func (*SubnetForGetPrivateNetworkConfigOutput) SetAvailableIpv4Count ¶
func (s *SubnetForGetPrivateNetworkConfigOutput) SetAvailableIpv4Count(v int32) *SubnetForGetPrivateNetworkConfigOutput
SetAvailableIpv4Count sets the AvailableIpv4Count field's value.
func (*SubnetForGetPrivateNetworkConfigOutput) SetCidrBlock ¶
func (s *SubnetForGetPrivateNetworkConfigOutput) SetCidrBlock(v string) *SubnetForGetPrivateNetworkConfigOutput
SetCidrBlock sets the CidrBlock field's value.
func (*SubnetForGetPrivateNetworkConfigOutput) SetSubnetId ¶
func (s *SubnetForGetPrivateNetworkConfigOutput) SetSubnetId(v string) *SubnetForGetPrivateNetworkConfigOutput
SetSubnetId sets the SubnetId field's value.
func (*SubnetForGetPrivateNetworkConfigOutput) SetSubnetName ¶
func (s *SubnetForGetPrivateNetworkConfigOutput) SetSubnetName(v string) *SubnetForGetPrivateNetworkConfigOutput
SetSubnetName sets the SubnetName field's value.
func (*SubnetForGetPrivateNetworkConfigOutput) SetTotalIpv4Count ¶
func (s *SubnetForGetPrivateNetworkConfigOutput) SetTotalIpv4Count(v int32) *SubnetForGetPrivateNetworkConfigOutput
SetTotalIpv4Count sets the TotalIpv4Count field's value.
func (*SubnetForGetPrivateNetworkConfigOutput) SetZoneId ¶
func (s *SubnetForGetPrivateNetworkConfigOutput) SetZoneId(v string) *SubnetForGetPrivateNetworkConfigOutput
SetZoneId sets the ZoneId field's value.
func (SubnetForGetPrivateNetworkConfigOutput) String ¶
func (s SubnetForGetPrivateNetworkConfigOutput) String() 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 ¶
func (s *UpdateDevInstanceInput) SetCredential(v *CredentialForUpdateDevInstanceInput) *UpdateDevInstanceInput
SetCredential sets the Credential field's value.
func (*UpdateDevInstanceInput) SetDescription ¶
func (s *UpdateDevInstanceInput) SetDescription(v string) *UpdateDevInstanceInput
SetDescription sets the Description field's value.
func (*UpdateDevInstanceInput) SetFlavorId ¶
func (s *UpdateDevInstanceInput) SetFlavorId(v string) *UpdateDevInstanceInput
SetFlavorId sets the FlavorId field's value.
func (*UpdateDevInstanceInput) SetId ¶
func (s *UpdateDevInstanceInput) SetId(v string) *UpdateDevInstanceInput
SetId sets the Id field's value.
func (*UpdateDevInstanceInput) SetImage ¶
func (s *UpdateDevInstanceInput) SetImage(v *ImageForUpdateDevInstanceInput) *UpdateDevInstanceInput
SetImage sets the Image field's value.
func (*UpdateDevInstanceInput) SetName ¶
func (s *UpdateDevInstanceInput) SetName(v string) *UpdateDevInstanceInput
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 ¶
func (s *UpdateDevInstanceInput) SetPrivateNetwork(v *PrivateNetworkForUpdateDevInstanceInput) *UpdateDevInstanceInput
SetPrivateNetwork sets the PrivateNetwork field's value.
func (*UpdateDevInstanceInput) SetPublicNetwork ¶
func (s *UpdateDevInstanceInput) SetPublicNetwork(v *PublicNetworkForUpdateDevInstanceInput) *UpdateDevInstanceInput
SetPublicNetwork sets the PublicNetwork field's value.
func (*UpdateDevInstanceInput) SetQueueId ¶
func (s *UpdateDevInstanceInput) SetQueueId(v string) *UpdateDevInstanceInput
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 ¶
func (s *UpdateDevInstanceInput) SetStorages(v []*StorageForUpdateDevInstanceInput) *UpdateDevInstanceInput
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 ¶
func (s *UpdateDevInstanceOutput) SetId(v string) *UpdateDevInstanceOutput
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 ¶
func (s VolumeForCreateDevInstanceInput) GoString() string
GoString returns the string representation
func (*VolumeForCreateDevInstanceInput) SetSize ¶
func (s *VolumeForCreateDevInstanceInput) SetSize(v int32) *VolumeForCreateDevInstanceInput
SetSize sets the Size field's value.
func (*VolumeForCreateDevInstanceInput) SetType ¶
func (s *VolumeForCreateDevInstanceInput) SetType(v string) *VolumeForCreateDevInstanceInput
SetType sets the Type field's value.
func (VolumeForCreateDevInstanceInput) String ¶
func (s VolumeForCreateDevInstanceInput) String() 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 ¶
func (s VolumeForGetDevInstanceOutput) GoString() string
GoString returns the string representation
func (*VolumeForGetDevInstanceOutput) SetId ¶
func (s *VolumeForGetDevInstanceOutput) SetId(v string) *VolumeForGetDevInstanceOutput
SetId sets the Id field's value.
func (*VolumeForGetDevInstanceOutput) SetSize ¶
func (s *VolumeForGetDevInstanceOutput) SetSize(v int32) *VolumeForGetDevInstanceOutput
SetSize sets the Size field's value.
func (*VolumeForGetDevInstanceOutput) SetState ¶
func (s *VolumeForGetDevInstanceOutput) SetState(v string) *VolumeForGetDevInstanceOutput
SetState sets the State field's value.
func (*VolumeForGetDevInstanceOutput) SetStateHint ¶
func (s *VolumeForGetDevInstanceOutput) SetStateHint(v string) *VolumeForGetDevInstanceOutput
SetStateHint sets the StateHint field's value.
func (*VolumeForGetDevInstanceOutput) SetType ¶
func (s *VolumeForGetDevInstanceOutput) SetType(v string) *VolumeForGetDevInstanceOutput
SetType sets the Type field's value.
func (VolumeForGetDevInstanceOutput) String ¶
func (s VolumeForGetDevInstanceOutput) String() 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 ¶
func (s VolumeForListDevInstancesOutput) GoString() string
GoString returns the string representation
func (*VolumeForListDevInstancesOutput) SetId ¶
func (s *VolumeForListDevInstancesOutput) SetId(v string) *VolumeForListDevInstancesOutput
SetId sets the Id field's value.
func (*VolumeForListDevInstancesOutput) SetSize ¶
func (s *VolumeForListDevInstancesOutput) SetSize(v int32) *VolumeForListDevInstancesOutput
SetSize sets the Size field's value.
func (*VolumeForListDevInstancesOutput) SetState ¶
func (s *VolumeForListDevInstancesOutput) SetState(v string) *VolumeForListDevInstancesOutput
SetState sets the State field's value.
func (*VolumeForListDevInstancesOutput) SetStateHint ¶
func (s *VolumeForListDevInstancesOutput) SetStateHint(v string) *VolumeForListDevInstancesOutput
SetStateHint sets the StateHint field's value.
func (*VolumeForListDevInstancesOutput) SetType ¶
func (s *VolumeForListDevInstancesOutput) SetType(v string) *VolumeForListDevInstancesOutput
SetType sets the Type field's value.
func (VolumeForListDevInstancesOutput) String ¶
func (s VolumeForListDevInstancesOutput) String() 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 ¶
func (s VpcForGetPrivateNetworkConfigOutput) GoString() string
GoString returns the string representation
func (*VpcForGetPrivateNetworkConfigOutput) SetCidrBlock ¶
func (s *VpcForGetPrivateNetworkConfigOutput) SetCidrBlock(v string) *VpcForGetPrivateNetworkConfigOutput
SetCidrBlock sets the CidrBlock field's value.
func (*VpcForGetPrivateNetworkConfigOutput) SetVpcId ¶
func (s *VpcForGetPrivateNetworkConfigOutput) SetVpcId(v string) *VpcForGetPrivateNetworkConfigOutput
SetVpcId sets the VpcId field's value.
func (*VpcForGetPrivateNetworkConfigOutput) SetVpcName ¶
func (s *VpcForGetPrivateNetworkConfigOutput) SetVpcName(v string) *VpcForGetPrivateNetworkConfigOutput
SetVpcName sets the VpcName field's value.
func (VpcForGetPrivateNetworkConfigOutput) String ¶
func (s VpcForGetPrivateNetworkConfigOutput) String() string
String returns the string representation