Documentation ¶
Index ¶
- Variables
- type Bandwidth
- type CAVOrg
- type CAVVdc
- func (v *CAVVdc) GetVDC(vdcName string) (*VDC, error)
- func (v *CAVVdc) GetVDCGroup(vdcGroupName string) (*VDCGroup, error)
- func (v *CAVVdc) GetVDCOrVDCGroup(vdcOrVDCGroupName string) (VDCOrVDCGroup, error)
- func (v *CAVVdc) List() (*infrapi.VDCs, error)
- func (v *CAVVdc) New(object *infrapi.CAVVirtualDataCenter) (*VDC, error)
- type ClassService
- type EdgeGateway
- func (v *EdgeGateway) GetAllowedBandwidthValues(t0VrfName string) (allowedValues []int, err error)
- func (v *EdgeGateway) GetByID(edgeGatewayID string) (response *EdgeGw, err error)
- func (v *EdgeGateway) GetByName(edgeGatewayName string) (response *EdgeGw, err error)
- func (v *EdgeGateway) List() (response *EdgeGateways, err error)
- func (v *EdgeGateway) New(vdcName, tier0VrfName string) (job *commoncloudavenue.JobStatus, err error)
- func (v *EdgeGateway) NewFromVDCGroup(vdcGroupName, tier0VrfName string) (job *commoncloudavenue.JobStatus, err error)
- type EdgeGateways
- type EdgeGw
- func (e *EdgeGw) Delete() (job *commoncloudavenue.JobStatus, err error)
- func (e *EdgeGw) GetBandwidth() Bandwidth
- func (e *EdgeGw) GetDescription() string
- func (e *EdgeGw) GetID() string
- func (e *EdgeGw) GetName() string
- func (e *EdgeGw) GetOwnerName() string
- func (e *EdgeGw) GetOwnerType() OwnerType
- func (e *EdgeGw) GetT0() string
- func (e *EdgeGw) GetTier0VrfID() string
- func (e *EdgeGw) ListNetworksType() (response *NetworkTypes, err error)
- func (e *EdgeGw) UpdateBandwidth(rateLimit int) (job *commoncloudavenue.JobStatus, err error)
- type Get
- func (q *Get) EdgeGW(edgeGWName string) (*types.QueryResultEdgeGatewayRecordType, error)
- func (q *Get) VAPP(vappName string) (*types.QueryResultVAppRecordType, error)
- func (q *Get) VDC(vdcName string) (*types.QueryResultOrgVdcRecordType, error)
- func (q *Get) VM(vmName, vAppName string) (*types.QueryResultVMRecordType, error)
- type IP
- type IPs
- type List
- type NetworkType
- type NetworkTypes
- type OSEError
- type OSEErrorStatus
- type OwnerType
- type PublicIP
- func (v *PublicIP) GetIP(publicIP string) (response *IP, err error)
- func (v *PublicIP) GetIPByJob(job *commoncloudavenue.JobStatus) (response *IP, err error)
- func (v *PublicIP) GetIPs() (response *IPs, err error)
- func (v *PublicIP) GetIPsByEdgeGateway(edgeGatewayName string) (response *IPs, err error)
- func (v *PublicIP) New(edgeGatewayName string) (job *commoncloudavenue.JobStatus, err error)
- type Query
- type S3Client
- type S3Credential
- func (c *S3Credential) Delete() (err error)
- func (c *S3Credential) GetAccessKey() string
- func (c *S3Credential) GetAllowedBuckets() []string
- func (c *S3Credential) GetAppName() string
- func (c *S3Credential) GetCreatedDate() time.Time
- func (c *S3Credential) GetLastAccessDate() time.Time
- func (c *S3Credential) GetOwner() string
- func (c *S3Credential) GetOwnerID() string
- func (c *S3Credential) GetSecretKey() string
- func (c *S3Credential) GetStorageTenantID() string
- func (c *S3Credential) GetStorageUserID() string
- func (c *S3Credential) GetTenantID() string
- func (c *S3Credential) GetType() string
- func (c *S3Credential) GetUsedK8SClusters() []string
- func (c *S3Credential) IsActive() bool
- func (c *S3Credential) IsImmutable() bool
- func (c *S3Credential) IsProviderOwner() bool
- type S3Credentials
- type S3User
- func (s *S3User) GetAvailableBytes() int
- func (s *S3User) GetBucketCount() int
- func (s *S3User) GetCanonicalID() (resp string, err error)
- func (s *S3User) GetCredential(accessKey string) (resp *S3Credential, err error)
- func (s *S3User) GetCredentials() (resp *S3Credentials, err error)
- func (s *S3User) GetCurrentRegion() string
- func (s *S3User) GetExistedOnStorage() bool
- func (s *S3User) GetFullName() string
- func (s *S3User) GetID() string
- func (s *S3User) GetName() string
- func (s *S3User) GetObjectCount() int
- func (s *S3User) GetPolicyArns() []string
- func (s *S3User) GetRole() string
- func (s *S3User) GetSiteID() string
- func (s *S3User) GetSiteName() string
- func (s *S3User) GetSiteRestEndpoint() string
- func (s *S3User) GetSourceTenant() string
- func (s *S3User) GetSubordinateRoles() []string
- func (s *S3User) GetTotalBytes() int
- func (s *S3User) GetUsageScope() string
- func (s *S3User) GetUsedBytes() int
- func (s *S3User) IsActive() bool
- func (s *S3User) IsPoseAsUser() bool
- func (s *S3User) IsRemote() bool
- func (s *S3User) NewCredential() (resp *S3Credential, err error)
- type S3Users
- type SyncBucketResponse
- type T0
- type T0Service
- type T0Services
- type T0s
- type Tier0
- type TypeOfNetwork
- type V1
- type VCDA
- type VDC
- func (v *VDC) AddStorageProfile(storageProfile infrapi.StorageProfile)
- func (v *VDC) Delete() (job *commoncloudavenue.JobStatus, err error)
- func (v *VDC) GetBillingModel() infrapi.BillingModel
- func (v *VDC) GetCPUAllocated() int
- func (v *VDC) GetDescription() string
- func (v *VDC) GetDisponibilityClass() infrapi.DisponibilityClass
- func (v *VDC) GetID() string
- func (v *VDC) GetMemoryAllocated() int
- func (v *VDC) GetName() string
- func (v *VDC) GetServiceClass() infrapi.ServiceClass
- func (v *VDC) GetStorageBillingModel() infrapi.BillingModel
- func (v *VDC) GetStorageProfiles() []infrapi.StorageProfile
- func (v *VDC) GetVCPUInMhz() int
- func (v *VDC) IsValid(isUpdate bool) error
- func (v *VDC) RemoveStorageProfile(storageProfileName infrapi.StorageProfile)
- func (v *VDC) Set(vdc *infrapi.CAVVirtualDataCenter)
- func (v *VDC) SetCPUAllocated(cpuAllocated int)
- func (v *VDC) SetDescription(description string)
- func (v *VDC) SetMemoryAllocated(memoryAllocated int)
- func (v *VDC) SetName(name string) error
- func (v *VDC) SetStorageProfiles(storageProfiles []infrapi.StorageProfile)
- func (v *VDC) SetVCPUInMhz(vcpuInMhz int)
- func (v *VDC) Update() (err error)
- func (v *VDC) Vmware() *govcd.Vdc
- type VDCAIP
- type VDCAIps
- type VDCGroup
- type VDCOrVDCGroup
Constants ¶
This section is empty.
Variables ¶
var ( ErrEmptyVDCNameProvided = fmt.Errorf("empty VDC name provided") ErrRetrievingOrg = fmt.Errorf("error retrieving org") ErrRetrievingOrgAdmin = fmt.Errorf("error retrieving org admin") ErrRetrievingVDC = fmt.Errorf("error retrieving VDC") ErrRetrievingVDCOrVDCGroup = fmt.Errorf("error retrieving VDC or VDC Group") )
! Errors
Functions ¶
This section is empty.
Types ¶
type CAVVdc ¶ added in v0.6.0
type CAVVdc struct{}
func (*CAVVdc) GetVDC ¶ added in v0.6.0
Get retrieves the VDC (Virtual Data Center) by its name. It returns a pointer to the VDC and an error if any. The function performs concurrent requests to retrieve the VDC from both the VMware and the infrapi. It uses goroutines and channels to handle the concurrent requests and waits for all goroutines to finish using a WaitGroup. The function returns the VDC that was successfully retrieved from either the VMware or the infrapi.
func (*CAVVdc) GetVDCGroup ¶ added in v0.6.0
GetVDCGroup retrieves the VDC Group by its name. It returns a pointer to the VDC Group and an error if any.
func (*CAVVdc) GetVDCOrVDCGroup ¶ added in v0.6.0
func (v *CAVVdc) GetVDCOrVDCGroup(vdcOrVDCGroupName string) (VDCOrVDCGroup, error)
GetVDCOrVDCGroup returns the VDC or VDC Group by its name. It returns a pointer to the VDC or VDC Group and an error if any.
type ClassService ¶
type ClassService string
const ( // ClassServiceVRFStandard - VRF Standard ClassServiceVRFStandard ClassService = "VRF_STANDARD" // ClassServiceVRFPremium - VRF Premium ClassServiceVRFPremium ClassService = "VRF_PREMIUM" )
func (ClassService) IsVRFPremium ¶
func (c ClassService) IsVRFPremium() bool
IsVRFPremium - Returns true if the ClassService is VRFPremium
func (ClassService) IsVRFStandard ¶
func (c ClassService) IsVRFStandard() bool
IsVRFStandard - Returns true if the ClassService is VRFStandard
type EdgeGateway ¶
type EdgeGateway struct{}
func (*EdgeGateway) GetAllowedBandwidthValues ¶
func (v *EdgeGateway) GetAllowedBandwidthValues(t0VrfName string) (allowedValues []int, err error)
GetAllowedBandwidthValues - Returns the allowed rate limit value
func (*EdgeGateway) GetByID ¶
func (v *EdgeGateway) GetByID(edgeGatewayID string) (response *EdgeGw, err error)
GetByID - Returns the edge gateway ID ID format is UUID
func (*EdgeGateway) GetByName ¶
func (v *EdgeGateway) GetByName(edgeGatewayName string) (response *EdgeGw, err error)
Get - Returns the edge gateway
func (*EdgeGateway) List ¶
func (v *EdgeGateway) List() (response *EdgeGateways, err error)
List - Returns the list of edge gateways
func (*EdgeGateway) New ¶
func (v *EdgeGateway) New(vdcName, tier0VrfName string) (job *commoncloudavenue.JobStatus, err error)
New - Creates a new edge gateway
func (*EdgeGateway) NewFromVDCGroup ¶
func (v *EdgeGateway) NewFromVDCGroup(vdcGroupName, tier0VrfName string) (job *commoncloudavenue.JobStatus, err error)
NewFromVDCGroup - Creates a new edge gateway from a VDC Group
type EdgeGateways ¶
type EdgeGateways []EdgeGw
func (*EdgeGateways) GetBandwidthCapacityRemaining ¶
func (e *EdgeGateways) GetBandwidthCapacityRemaining(t0VrfName string) (response int, err error)
GetBandwidthCapacityRemaining - Returns the bandwidth capacity remaining in Mbps
type EdgeGw ¶
type EdgeGw struct { Tier0VrfName string `json:"tier0VrfId"` EdgeID string `json:"edgeId"` EdgeName string `json:"edgeName"` OwnerType OwnerType `json:"ownerType"` OwnerName string `json:"ownerName"` Description string `json:"description"` Bandwidth Bandwidth `json:"rateLimit"` }
func (*EdgeGw) Delete ¶
func (e *EdgeGw) Delete() (job *commoncloudavenue.JobStatus, err error)
Delete - Deletes the edge gateway
func (*EdgeGw) GetBandwidth ¶
GetBandwidth - Returns the rate limit
func (*EdgeGw) GetDescription ¶
GetDescription - Returns the Description
func (*EdgeGw) GetOwnerName ¶
GetOwnerName - Returns the OwnerName
func (*EdgeGw) GetOwnerType ¶
GetOwnerType - Returns the OwnerType
func (*EdgeGw) GetTier0VrfID ¶
GetTier0VrfID - Returns the Tier0VrfID
func (*EdgeGw) ListNetworksType ¶
func (e *EdgeGw) ListNetworksType() (response *NetworkTypes, err error)
ListNetworksType - Returns the list of networks by type configured on the edge gateway
func (*EdgeGw) UpdateBandwidth ¶
func (e *EdgeGw) UpdateBandwidth(rateLimit int) (job *commoncloudavenue.JobStatus, err error)
UpdateBandwidth - Updates the bandwidth
type Get ¶ added in v0.7.0
type Get struct{}
type IP ¶
type IP struct { UplinkIP string `json:"uplinkIp"` TranslatedIP string `json:"translatedIp"` EdgeGatewayName string `json:"edgeGatewayName"` }
type List ¶ added in v0.7.0
type List struct{}
type NetworkType ¶
type NetworkType struct { Type TypeOfNetwork `json:"networkType"` PrefixLength int `json:"prefixLength"` StartAddress string `json:"startAddress"` }
func (NetworkType) GetEndAddress ¶
func (n NetworkType) GetEndAddress() string
GetEndAddress - Returns the EndAddress
func (NetworkType) GetPrefixLength ¶
func (n NetworkType) GetPrefixLength() int
GetPrefixLength - Returns the PrefixLength
func (NetworkType) GetStartAddress ¶
func (n NetworkType) GetStartAddress() string
GetStartAddress - Returns the StartAddress
func (NetworkType) IsServiceZone ¶
func (n NetworkType) IsServiceZone() bool
IsServiceZone - Returns true if the network type is ServiceZone
type NetworkTypes ¶
type NetworkTypes []NetworkType
type OSEError ¶ added in v0.5.1
type OSEError struct { Status OSEErrorStatus `json:"status"` Code string `json:"code"` Message string `json:"message"` }
func (*OSEError) GetMessage ¶ added in v0.5.1
func (*OSEError) GetStatus ¶ added in v0.5.1
func (e *OSEError) GetStatus() OSEErrorStatus
func (*OSEError) IsNotFountError ¶ added in v0.5.1
IsNotFountError returns true if the error is a 404 error
type OSEErrorStatus ¶ added in v0.5.1
type OSEErrorStatus int
type OwnerType ¶
type OwnerType string
const (
OwnerVDC OwnerType = "vdc"
)
func (OwnerType) IsVDCGROUP ¶
IsVDCGROUP - Returns true if the owner type is VDCGROUP
type PublicIP ¶
type PublicIP struct{}
func (*PublicIP) GetIPByJob ¶ added in v0.7.1
func (v *PublicIP) GetIPByJob(job *commoncloudavenue.JobStatus) (response *IP, err error)
GetIPByJob - Returns the public IP by job
func (*PublicIP) GetIPsByEdgeGateway ¶
GetIPsByEdgeGateway - Returns the list of public IPs by edge gateway
type S3Client ¶ added in v0.4.0
func (S3Client) SyncBucket ¶ added in v0.4.1
SyncBucket - Syncs a bucket
type S3Credential ¶ added in v0.4.0
type S3Credential struct { TenantID string `json:"tenantId"` StorageTenantID string `json:"storageTenantId"` Owner string `json:"owner"` OwnerID string `json:"ownerId"` StorageUserID string `json:"storageUserId"` Type string `json:"type"` Immutable bool `json:"immutable"` AccessKey string `json:"accessKey"` SecretKey string `json:"secretKey"` Active bool `json:"active"` CreatedDate time.Time `json:"createdDate"` LastAccessDate time.Time `json:"lastAccessDate"` AppName string `json:"appName"` AllowedBuckets []string `json:"allowedBuckets"` UsedK8SClusters []string `json:"usedK8sClusters"` ProviderOwner bool `json:"providerOwner"` }
func (*S3Credential) Delete ¶ added in v0.4.0
func (c *S3Credential) Delete() (err error)
DeleteCredential - Delete a credential
func (*S3Credential) GetAccessKey ¶ added in v0.4.0
func (c *S3Credential) GetAccessKey() string
func (*S3Credential) GetAllowedBuckets ¶ added in v0.4.0
func (c *S3Credential) GetAllowedBuckets() []string
func (*S3Credential) GetAppName ¶ added in v0.4.0
func (c *S3Credential) GetAppName() string
func (*S3Credential) GetCreatedDate ¶ added in v0.4.0
func (c *S3Credential) GetCreatedDate() time.Time
func (*S3Credential) GetLastAccessDate ¶ added in v0.4.0
func (c *S3Credential) GetLastAccessDate() time.Time
func (*S3Credential) GetOwner ¶ added in v0.4.0
func (c *S3Credential) GetOwner() string
func (*S3Credential) GetOwnerID ¶ added in v0.4.0
func (c *S3Credential) GetOwnerID() string
func (*S3Credential) GetSecretKey ¶ added in v0.4.0
func (c *S3Credential) GetSecretKey() string
func (*S3Credential) GetStorageTenantID ¶ added in v0.4.0
func (c *S3Credential) GetStorageTenantID() string
func (*S3Credential) GetStorageUserID ¶ added in v0.4.0
func (c *S3Credential) GetStorageUserID() string
func (*S3Credential) GetTenantID ¶ added in v0.4.0
func (c *S3Credential) GetTenantID() string
func (*S3Credential) GetType ¶ added in v0.4.0
func (c *S3Credential) GetType() string
func (*S3Credential) GetUsedK8SClusters ¶ added in v0.4.0
func (c *S3Credential) GetUsedK8SClusters() []string
func (*S3Credential) IsActive ¶ added in v0.4.0
func (c *S3Credential) IsActive() bool
func (*S3Credential) IsImmutable ¶ added in v0.4.0
func (c *S3Credential) IsImmutable() bool
func (*S3Credential) IsProviderOwner ¶ added in v0.4.0
func (c *S3Credential) IsProviderOwner() bool
type S3Credentials ¶ added in v0.4.0
type S3Credentials []S3Credential
type S3User ¶ added in v0.4.0
type S3User struct { Name string `json:"name"` ID string `json:"id"` FullName string `json:"fullName"` Role string `json:"role"` SubordinateRoles []string `json:"subordinateRoles"` Active bool `json:"active"` CurrentRegion string `json:"currentRegion"` Site struct { ID string `json:"id"` Name string `json:"name"` RestEndpoint string `json:"restEndpoint"` } `json:"site"` Usage struct { Scope string `json:"scope"` TotalBytes int `json:"totalBytes"` UsedBytes int `json:"usedBytes"` AvailableBytes int `json:"availableBytes"` ObjectCount int `json:"objectCount"` BucketCount int `json:"bucketCount"` } `json:"usage"` ExistedOnStorage bool `json:"existedOnStorage"` CanoncialID string `json:"storageCanonicalId"` PolicyArns []string `json:"policyArns"` Remote bool `json:"remote"` PoseAsUser bool `json:"poseAsUser"` SourceTenant string `json:"sourceTenant"` }
func (*S3User) GetAvailableBytes ¶ added in v0.4.0
func (*S3User) GetBucketCount ¶ added in v0.4.0
func (*S3User) GetCanonicalID ¶ added in v0.4.0
GetCanonicalID - Get a S3 user canonical ID by username
func (*S3User) GetCredential ¶ added in v0.4.0
func (s *S3User) GetCredential(accessKey string) (resp *S3Credential, err error)
GetCredential - Get a credential by access key
func (*S3User) GetCredentials ¶ added in v0.4.0
func (s *S3User) GetCredentials() (resp *S3Credentials, err error)
GetCredentials - Get a list of credentials
func (*S3User) GetCurrentRegion ¶ added in v0.4.0
func (*S3User) GetExistedOnStorage ¶ added in v0.4.0
func (*S3User) GetFullName ¶ added in v0.4.0
func (*S3User) GetObjectCount ¶ added in v0.4.0
func (*S3User) GetPolicyArns ¶ added in v0.4.0
func (*S3User) GetSiteName ¶ added in v0.4.0
func (*S3User) GetSiteRestEndpoint ¶ added in v0.4.0
func (*S3User) GetSourceTenant ¶ added in v0.4.0
func (*S3User) GetSubordinateRoles ¶ added in v0.4.0
func (*S3User) GetTotalBytes ¶ added in v0.4.0
func (*S3User) GetUsageScope ¶ added in v0.4.0
func (*S3User) GetUsedBytes ¶ added in v0.4.0
func (*S3User) IsPoseAsUser ¶ added in v0.4.0
func (*S3User) NewCredential ¶ added in v0.4.0
func (s *S3User) NewCredential() (resp *S3Credential, err error)
NewCredential - Create a new credential
type SyncBucketResponse ¶ added in v0.4.1
type SyncBucketResponse struct { ID string `json:"id"` VcdID string `json:"vcdId"` VcdAssociationID string `json:"vcdAssociationId"` Description string `json:"description"` Status string `json:"status"` ResourceType string `json:"resourceType"` ResourceKey string `json:"resourceKey"` Progress int `json:"progress"` Tenant string `json:"tenant"` Owner string `json:"owner"` StartDate time.Time `json:"startDate"` EndDate time.Time `json:"endDate"` Reason string `json:"reason"` Metadata struct { AdditionalProp1 string `json:"additionalProp1"` AdditionalProp2 string `json:"additionalProp2"` AdditionalProp3 string `json:"additionalProp3"` } `json:"metadata"` }
type T0 ¶
type T0 struct { Tier0Vrf string `json:"tier0_vrf"` Tier0Provider string `json:"tier0_provider"` Tier0ClassService string `json:"tier0_class_service"` ClassService ClassService `json:"class_service"` Services T0Services `json:"services"` }
func (*T0) GetBandwidthCapacity ¶
GetBandwidthCapacity - Returns the Bandwidth Capacity of the T0 in Mbps
func (*T0) GetClassService ¶
func (t *T0) GetClassService() ClassService
GetClassService - Returns the ClassService
func (*T0) GetTier0ClassService ¶
GetTier0ClassService - Returns the Tier0ClassService
func (*T0) GetTier0Provider ¶
GetTier0Provider - Returns the Tier0Provider
type T0Service ¶
func (*T0Service) GetService ¶
GetService - Returns the Service
type T0Services ¶
type T0Services []T0Service
type TypeOfNetwork ¶
type TypeOfNetwork string
const (
NetworkTypeServiceZone TypeOfNetwork = "sv"
)
type V1 ¶
type VCDA ¶
type VCDA struct{}
func (*VCDA) RegisterIP ¶ added in v0.5.0
RegisterIP - Registers a new IP to the list
type VDC ¶
type VDC struct {
// contains filtered or unexported fields
}
func (*VDC) AddStorageProfile ¶ added in v0.6.0
func (v *VDC) AddStorageProfile(storageProfile infrapi.StorageProfile)
AddStorageProfile add a storage profile to the VDC.
func (*VDC) Delete ¶ added in v0.6.0
func (v *VDC) Delete() (job *commoncloudavenue.JobStatus, err error)
Delete deletes the VDC.
func (*VDC) GetBillingModel ¶ added in v0.6.0
func (v *VDC) GetBillingModel() infrapi.BillingModel
GetBillingModel returns the billing model of the VDC.
func (*VDC) GetCPUAllocated ¶ added in v0.6.0
GetCPUAllocated returns the CPU allocated of the VDC.
func (*VDC) GetDescription ¶ added in v0.6.0
GetDescription returns the description of the VDC.
func (*VDC) GetDisponibilityClass ¶ added in v0.6.0
func (v *VDC) GetDisponibilityClass() infrapi.DisponibilityClass
GetDisponibilityClass returns the disponibility class of the VDC.
func (*VDC) GetMemoryAllocated ¶ added in v0.6.0
GetMemoryAllocated returns the memory allocated of the VDC.
func (*VDC) GetServiceClass ¶ added in v0.6.0
func (v *VDC) GetServiceClass() infrapi.ServiceClass
GetServiceClass returns the service class of the VDC.
func (*VDC) GetStorageBillingModel ¶ added in v0.6.0
func (v *VDC) GetStorageBillingModel() infrapi.BillingModel
GetStorageBillingModel returns the storage billing model of the VDC.
func (*VDC) GetStorageProfiles ¶ added in v0.6.0
func (v *VDC) GetStorageProfiles() []infrapi.StorageProfile
GetStorageProfiles returns the storage profiles of the VDC.
func (*VDC) GetVCPUInMhz ¶ added in v0.6.0
GetVCPUInMhz returns the VCPU in MHz of the VDC.
func (*VDC) RemoveStorageProfile ¶ added in v0.6.0
func (v *VDC) RemoveStorageProfile(storageProfileName infrapi.StorageProfile)
RemoveStorageProfile remove a storage profile from the VDC.
func (*VDC) Set ¶ added in v0.6.0
func (v *VDC) Set(vdc *infrapi.CAVVirtualDataCenter)
Set set the VDC.
func (*VDC) SetCPUAllocated ¶ added in v0.6.0
SetCPUAllocated set the CPU allocated of the VDC.
func (*VDC) SetDescription ¶ added in v0.6.0
SetDescription set the description of the VDC.
func (*VDC) SetMemoryAllocated ¶ added in v0.6.0
SetMemoryAllocated set the memory allocated of the VDC.
func (*VDC) SetName ¶ added in v0.6.0
SetName set the name of the VDC. Name respects the following regex: ^[a-zA-Z0-9-_]{1,64}$
func (*VDC) SetStorageProfiles ¶ added in v0.6.0
func (v *VDC) SetStorageProfiles(storageProfiles []infrapi.StorageProfile)
SetStorageProfiles set the storage profiles of the VDC.
func (*VDC) SetVCPUInMhz ¶ added in v0.6.0
SetVCPUInMhz set the VCPU in MHz of the VDC.
type VDCAIps ¶
type VDCAIps []string
func (*VDCAIps) DeleteAllIPs ¶
DeleteAllIPs - Deletes all IPs from the list
func (*VDCAIps) IsIPExists ¶
IsIPExists - Returns true if the IP exists
type VDCGroup ¶ added in v0.6.0
type VDCGroup struct {
// contains filtered or unexported fields
}
func (*VDCGroup) GetDescription ¶ added in v0.6.0
GetDescription returns the description of the VDC Group.