Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type Agent
- func (o *Agent) GetCreatedBy() string
- func (o *Agent) GetCreatedByOk() (*string, bool)
- func (o *Agent) GetCreatedOn() time.Time
- func (o *Agent) GetCreatedOnOk() (*time.Time, bool)
- func (o *Agent) GetFlavour() string
- func (o *Agent) GetFlavourOk() (*string, bool)
- func (o *Agent) GetId() string
- func (o *Agent) GetIdOk() (*string, bool)
- func (o *Agent) GetModifiedBy() string
- func (o *Agent) GetModifiedByOk() (*string, bool)
- func (o *Agent) GetModifiedOn() time.Time
- func (o *Agent) GetModifiedOnOk() (*time.Time, bool)
- func (o *Agent) GetName() string
- func (o *Agent) GetNameOk() (*string, bool)
- func (o *Agent) GetProject() string
- func (o *Agent) GetProjectOk() (*string, bool)
- func (o *Agent) GetState() string
- func (o *Agent) GetStateOk() (*string, bool)
- func (o *Agent) GetTag() []Tag
- func (o *Agent) GetTagOk() ([]Tag, bool)
- func (o *Agent) GetType() string
- func (o *Agent) GetTypeOk() (*string, bool)
- func (o *Agent) GetUri() string
- func (o *Agent) GetUriOk() (*string, bool)
- func (o *Agent) HasCreatedBy() bool
- func (o *Agent) HasCreatedOn() bool
- func (o *Agent) HasFlavour() bool
- func (o *Agent) HasModifiedBy() bool
- func (o *Agent) HasModifiedOn() bool
- func (o *Agent) HasProject() bool
- func (o *Agent) HasState() bool
- func (o *Agent) HasTag() bool
- func (o *Agent) HasType() bool
- func (o *Agent) HasUri() bool
- func (o Agent) MarshalJSON() ([]byte, error)
- func (o *Agent) SetCreatedBy(v string)
- func (o *Agent) SetCreatedOn(v time.Time)
- func (o *Agent) SetFlavour(v string)
- func (o *Agent) SetId(v string)
- func (o *Agent) SetModifiedBy(v string)
- func (o *Agent) SetModifiedOn(v time.Time)
- func (o *Agent) SetName(v string)
- func (o *Agent) SetProject(v string)
- func (o *Agent) SetState(v string)
- func (o *Agent) SetTag(v []Tag)
- func (o *Agent) SetType(v string)
- func (o *Agent) SetUri(v string)
- type AgentCredential
- func (o *AgentCredential) GetCreatedBy() string
- func (o *AgentCredential) GetCreatedByOk() (*string, bool)
- func (o *AgentCredential) GetCreatedOn() time.Time
- func (o *AgentCredential) GetCreatedOnOk() (*time.Time, bool)
- func (o *AgentCredential) GetFingerprint() string
- func (o *AgentCredential) GetFingerprintOk() (*string, bool)
- func (o *AgentCredential) GetId() string
- func (o *AgentCredential) GetIdOk() (*string, bool)
- func (o *AgentCredential) GetName() string
- func (o *AgentCredential) GetNameOk() (*string, bool)
- func (o *AgentCredential) GetToken() string
- func (o *AgentCredential) GetTokenOk() (*string, bool)
- func (o *AgentCredential) GetType() string
- func (o *AgentCredential) GetTypeOk() (*string, bool)
- func (o *AgentCredential) GetValue() string
- func (o *AgentCredential) GetValueOk() (*string, bool)
- func (o *AgentCredential) HasCreatedBy() bool
- func (o *AgentCredential) HasCreatedOn() bool
- func (o *AgentCredential) HasFingerprint() bool
- func (o *AgentCredential) HasId() bool
- func (o *AgentCredential) HasToken() bool
- func (o AgentCredential) MarshalJSON() ([]byte, error)
- func (o *AgentCredential) SetCreatedBy(v string)
- func (o *AgentCredential) SetCreatedOn(v time.Time)
- func (o *AgentCredential) SetFingerprint(v string)
- func (o *AgentCredential) SetId(v string)
- func (o *AgentCredential) SetName(v string)
- func (o *AgentCredential) SetToken(v string)
- func (o *AgentCredential) SetType(v string)
- func (o *AgentCredential) SetValue(v string)
- type ApiBillingProjectServiceGetRequest
- type ApiBillingProjectServiceListRequest
- func (r ApiBillingProjectServiceListRequest) Execute() ([]Service, *http.Response, error)
- func (r ApiBillingProjectServiceListRequest) Kind(kind string) ApiBillingProjectServiceListRequest
- func (r ApiBillingProjectServiceListRequest) Name(name string) ApiBillingProjectServiceListRequest
- func (r ApiBillingProjectServiceListRequest) Type_(type_ string) ApiBillingProjectServiceListRequest
- type ApiComputeProjectReplicaCreateRequest
- func (r ApiComputeProjectReplicaCreateRequest) ComputeProjectReplicaCreate(computeProjectReplicaCreate ComputeProjectReplicaCreate) ApiComputeProjectReplicaCreateRequest
- func (r ApiComputeProjectReplicaCreateRequest) Execute() (*Replica, *http.Response, error)
- func (r ApiComputeProjectReplicaCreateRequest) XDryRun(xDryRun string) ApiComputeProjectReplicaCreateRequest
- func (r ApiComputeProjectReplicaCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectReplicaCreateRequest
- type ApiComputeProjectReplicaDeleteRequest
- type ApiComputeProjectReplicaDiskListRequest
- type ApiComputeProjectReplicaEventGetRequest
- type ApiComputeProjectReplicaEventListRequest
- func (r ApiComputeProjectReplicaEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiComputeProjectReplicaEventListRequest) Limit(limit float32) ApiComputeProjectReplicaEventListRequest
- func (r ApiComputeProjectReplicaEventListRequest) Skip(skip float32) ApiComputeProjectReplicaEventListRequest
- type ApiComputeProjectReplicaGetRequest
- type ApiComputeProjectReplicaListRequest
- type ApiComputeProjectReplicaServiceGetRequest
- type ApiComputeProjectReplicaServiceListRequest
- type ApiComputeProjectReplicaTagCreateRequest
- type ApiComputeProjectReplicaTagDeleteRequest
- type ApiComputeProjectReplicaTagGetRequest
- type ApiComputeProjectReplicaTagListRequest
- type ApiComputeProjectReplicaTagPutRequest
- type ApiComputeProjectVmConnectGetRequest
- type ApiComputeProjectVmConnectListRequest
- type ApiComputeProjectVmConnectOpenRequest
- type ApiComputeProjectVmCreateRequest
- func (r ApiComputeProjectVmCreateRequest) ComputeProjectVmCreate(computeProjectVmCreate ComputeProjectVmCreate) ApiComputeProjectVmCreateRequest
- func (r ApiComputeProjectVmCreateRequest) Execute() (*Vm, *http.Response, error)
- func (r ApiComputeProjectVmCreateRequest) XDryRun(xDryRun string) ApiComputeProjectVmCreateRequest
- func (r ApiComputeProjectVmCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmCreateRequest
- type ApiComputeProjectVmDeleteRequest
- type ApiComputeProjectVmDiskCreateRequest
- type ApiComputeProjectVmDiskListRequest
- type ApiComputeProjectVmEventGetRequest
- type ApiComputeProjectVmEventListRequest
- type ApiComputeProjectVmFlavourRequest
- func (r ApiComputeProjectVmFlavourRequest) ComputeProjectVmFlavour(computeProjectVmFlavour ComputeProjectVmFlavour) ApiComputeProjectVmFlavourRequest
- func (r ApiComputeProjectVmFlavourRequest) Execute() (*Vm, *http.Response, error)
- func (r ApiComputeProjectVmFlavourRequest) XDryRun(xDryRun string) ApiComputeProjectVmFlavourRequest
- func (r ApiComputeProjectVmFlavourRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmFlavourRequest
- type ApiComputeProjectVmGetRequest
- type ApiComputeProjectVmIsoCreateRequest
- type ApiComputeProjectVmIsoListRequest
- type ApiComputeProjectVmListRequest
- func (r ApiComputeProjectVmListRequest) Execute() ([]Vm, *http.Response, error)
- func (r ApiComputeProjectVmListRequest) Name(name string) ApiComputeProjectVmListRequest
- func (r ApiComputeProjectVmListRequest) TagKey(tagKey string) ApiComputeProjectVmListRequest
- func (r ApiComputeProjectVmListRequest) TagValue(tagValue string) ApiComputeProjectVmListRequest
- type ApiComputeProjectVmMetricGetRequest
- type ApiComputeProjectVmMetricListRequest
- type ApiComputeProjectVmMetricSeriesListRequest
- func (r ApiComputeProjectVmMetricSeriesListRequest) Aligner(aligner string) ApiComputeProjectVmMetricSeriesListRequest
- func (r ApiComputeProjectVmMetricSeriesListRequest) Execute() ([]Point, *http.Response, error)
- func (r ApiComputeProjectVmMetricSeriesListRequest) Interval(interval string) ApiComputeProjectVmMetricSeriesListRequest
- func (r ApiComputeProjectVmMetricSeriesListRequest) Timespan(timespan string) ApiComputeProjectVmMetricSeriesListRequest
- type ApiComputeProjectVmPasswordResetRequest
- func (r ApiComputeProjectVmPasswordResetRequest) ComputeProjectVmPasswordReset(computeProjectVmPasswordReset ComputeProjectVmPasswordReset) ApiComputeProjectVmPasswordResetRequest
- func (r ApiComputeProjectVmPasswordResetRequest) Execute() (*Vm, *http.Response, error)
- func (r ApiComputeProjectVmPasswordResetRequest) XDryRun(xDryRun string) ApiComputeProjectVmPasswordResetRequest
- func (r ApiComputeProjectVmPasswordResetRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmPasswordResetRequest
- type ApiComputeProjectVmRestartRequest
- type ApiComputeProjectVmSerialportRequest
- func (r ApiComputeProjectVmSerialportRequest) ComputeProjectVmSerialport(computeProjectVmSerialport ComputeProjectVmSerialport) ApiComputeProjectVmSerialportRequest
- func (r ApiComputeProjectVmSerialportRequest) Execute() (**os.File, *http.Response, error)
- func (r ApiComputeProjectVmSerialportRequest) XDryRun(xDryRun string) ApiComputeProjectVmSerialportRequest
- func (r ApiComputeProjectVmSerialportRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmSerialportRequest
- type ApiComputeProjectVmServiceGetRequest
- type ApiComputeProjectVmServiceListRequest
- type ApiComputeProjectVmStartRequest
- type ApiComputeProjectVmStopRequest
- type ApiComputeProjectVmTagCreateRequest
- type ApiComputeProjectVmTagDeleteRequest
- type ApiComputeProjectVmTagGetRequest
- type ApiComputeProjectVmTagListRequest
- type ApiComputeProjectVmTagPutRequest
- type ApiComputeProjectVmTurnoffRequest
- type ApiComputeProjectVmUpdateRequest
- type ApiContainerProjectRegistryCreateRequest
- func (r ApiContainerProjectRegistryCreateRequest) ContainerProjectRegistryCreate(containerProjectRegistryCreate ContainerProjectRegistryCreate) ApiContainerProjectRegistryCreateRequest
- func (r ApiContainerProjectRegistryCreateRequest) Execute() (*Registry, *http.Response, error)
- func (r ApiContainerProjectRegistryCreateRequest) XDryRun(xDryRun string) ApiContainerProjectRegistryCreateRequest
- func (r ApiContainerProjectRegistryCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiContainerProjectRegistryCreateRequest
- type ApiContainerProjectRegistryCredentialCreateRequest
- type ApiContainerProjectRegistryCredentialDeleteRequest
- type ApiContainerProjectRegistryCredentialGetRequest
- type ApiContainerProjectRegistryCredentialListRequest
- type ApiContainerProjectRegistryCredentialPatchRequest
- type ApiContainerProjectRegistryDeleteRequest
- type ApiContainerProjectRegistryDomainCreateRequest
- type ApiContainerProjectRegistryDomainDeleteRequest
- type ApiContainerProjectRegistryDomainGetRequest
- type ApiContainerProjectRegistryDomainListRequest
- type ApiContainerProjectRegistryEventGetRequest
- type ApiContainerProjectRegistryEventListRequest
- func (r ApiContainerProjectRegistryEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiContainerProjectRegistryEventListRequest) Limit(limit float32) ApiContainerProjectRegistryEventListRequest
- func (r ApiContainerProjectRegistryEventListRequest) Skip(skip float32) ApiContainerProjectRegistryEventListRequest
- type ApiContainerProjectRegistryGetRequest
- type ApiContainerProjectRegistryListRequest
- func (r ApiContainerProjectRegistryListRequest) Execute() ([]Registry, *http.Response, error)
- func (r ApiContainerProjectRegistryListRequest) Name(name string) ApiContainerProjectRegistryListRequest
- func (r ApiContainerProjectRegistryListRequest) TagKey(tagKey string) ApiContainerProjectRegistryListRequest
- func (r ApiContainerProjectRegistryListRequest) TagValue(tagValue string) ApiContainerProjectRegistryListRequest
- type ApiContainerProjectRegistryRepositoryGetRequest
- type ApiContainerProjectRegistryRepositoryImageDeleteRequest
- type ApiContainerProjectRegistryRepositoryImageGetRequest
- type ApiContainerProjectRegistryRepositoryImageListRequest
- type ApiContainerProjectRegistryRepositoryListRequest
- type ApiContainerProjectRegistryServiceGetRequest
- type ApiContainerProjectRegistryServiceListRequest
- type ApiContainerProjectRegistryStartRequest
- func (r ApiContainerProjectRegistryStartRequest) Execute() (*Registry, *http.Response, error)
- func (r ApiContainerProjectRegistryStartRequest) XDryRun(xDryRun string) ApiContainerProjectRegistryStartRequest
- func (r ApiContainerProjectRegistryStartRequest) XIdempotencyKey(xIdempotencyKey string) ApiContainerProjectRegistryStartRequest
- type ApiContainerProjectRegistryStopRequest
- func (r ApiContainerProjectRegistryStopRequest) Execute() (*Registry, *http.Response, error)
- func (r ApiContainerProjectRegistryStopRequest) XDryRun(xDryRun string) ApiContainerProjectRegistryStopRequest
- func (r ApiContainerProjectRegistryStopRequest) XIdempotencyKey(xIdempotencyKey string) ApiContainerProjectRegistryStopRequest
- type ApiContainerProjectRegistryTagCreateRequest
- type ApiContainerProjectRegistryTagDeleteRequest
- type ApiContainerProjectRegistryTagGetRequest
- type ApiContainerProjectRegistryTagListRequest
- type ApiContainerProjectRegistryTagPutRequest
- type ApiContainerProjectRegistryTransferRequest
- func (r ApiContainerProjectRegistryTransferRequest) ContainerProjectRegistryTransfer(containerProjectRegistryTransfer ContainerProjectRegistryTransfer) ApiContainerProjectRegistryTransferRequest
- func (r ApiContainerProjectRegistryTransferRequest) Execute() (*Registry, *http.Response, error)
- func (r ApiContainerProjectRegistryTransferRequest) XDryRun(xDryRun string) ApiContainerProjectRegistryTransferRequest
- func (r ApiContainerProjectRegistryTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiContainerProjectRegistryTransferRequest
- type ApiContainerProjectRegistryUpdateRequest
- type ApiDnsProjectZoneCreateRequest
- func (r ApiDnsProjectZoneCreateRequest) DnsProjectZoneCreate(dnsProjectZoneCreate DnsProjectZoneCreate) ApiDnsProjectZoneCreateRequest
- func (r ApiDnsProjectZoneCreateRequest) Execute() (*Zone, *http.Response, error)
- func (r ApiDnsProjectZoneCreateRequest) XDryRun(xDryRun string) ApiDnsProjectZoneCreateRequest
- func (r ApiDnsProjectZoneCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiDnsProjectZoneCreateRequest
- type ApiDnsProjectZoneDeleteRequest
- type ApiDnsProjectZoneEventGetRequest
- type ApiDnsProjectZoneEventListRequest
- type ApiDnsProjectZoneGetRequest
- type ApiDnsProjectZoneListRequest
- func (r ApiDnsProjectZoneListRequest) Execute() ([]Zone, *http.Response, error)
- func (r ApiDnsProjectZoneListRequest) Name(name string) ApiDnsProjectZoneListRequest
- func (r ApiDnsProjectZoneListRequest) TagKey(tagKey string) ApiDnsProjectZoneListRequest
- func (r ApiDnsProjectZoneListRequest) TagValue(tagValue string) ApiDnsProjectZoneListRequest
- type ApiDnsProjectZoneRecordsetCreateRequest
- type ApiDnsProjectZoneRecordsetDeleteRequest
- type ApiDnsProjectZoneRecordsetGetRequest
- type ApiDnsProjectZoneRecordsetListRequest
- type ApiDnsProjectZoneRecordsetPatchRequest
- type ApiDnsProjectZoneRecordsetRecordCreateRequest
- type ApiDnsProjectZoneRecordsetRecordDeleteRequest
- type ApiDnsProjectZoneRecordsetRecordGetRequest
- type ApiDnsProjectZoneRecordsetRecordListRequest
- type ApiDnsProjectZoneRecordsetRecordPutRequest
- type ApiDnsProjectZoneServiceGetRequest
- type ApiDnsProjectZoneServiceListRequest
- type ApiDnsProjectZoneTagCreateRequest
- type ApiDnsProjectZoneTagDeleteRequest
- type ApiDnsProjectZoneTagGetRequest
- type ApiDnsProjectZoneTagListRequest
- type ApiDnsProjectZoneTagPutRequest
- type ApiDnsProjectZoneUpdateRequest
- type ApiIamOrganisationBillingListRequest
- func (r ApiIamOrganisationBillingListRequest) End(end time.Time) ApiIamOrganisationBillingListRequest
- func (r ApiIamOrganisationBillingListRequest) Execute() ([]Billing, *http.Response, error)
- func (r ApiIamOrganisationBillingListRequest) ResourceType(resourceType string) ApiIamOrganisationBillingListRequest
- func (r ApiIamOrganisationBillingListRequest) Start(start time.Time) ApiIamOrganisationBillingListRequest
- type ApiIamOrganisationCreateRequest
- func (r ApiIamOrganisationCreateRequest) Execute() (*Organisation, *http.Response, error)
- func (r ApiIamOrganisationCreateRequest) IamOrganisationCreate(iamOrganisationCreate IamOrganisationCreate) ApiIamOrganisationCreateRequest
- func (r ApiIamOrganisationCreateRequest) XDryRun(xDryRun string) ApiIamOrganisationCreateRequest
- func (r ApiIamOrganisationCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamOrganisationCreateRequest
- type ApiIamOrganisationDeleteRequest
- type ApiIamOrganisationEventGetRequest
- type ApiIamOrganisationEventListRequest
- type ApiIamOrganisationGetRequest
- type ApiIamOrganisationInvitationAcceptRequest
- type ApiIamOrganisationInvitationDeleteRequest
- type ApiIamOrganisationInvitationGetRequest
- type ApiIamOrganisationInvitationListRequest
- type ApiIamOrganisationInvoiceDownloadRequest
- type ApiIamOrganisationInvoiceGetRequest
- type ApiIamOrganisationInvoiceListRequest
- type ApiIamOrganisationListRequest
- func (r ApiIamOrganisationListRequest) Active(active bool) ApiIamOrganisationListRequest
- func (r ApiIamOrganisationListRequest) BillingCompany(billingCompany string) ApiIamOrganisationListRequest
- func (r ApiIamOrganisationListRequest) Execute() ([]Organisation, *http.Response, error)
- func (r ApiIamOrganisationListRequest) Limit(limit float32) ApiIamOrganisationListRequest
- func (r ApiIamOrganisationListRequest) Name(name string) ApiIamOrganisationListRequest
- type ApiIamOrganisationOwnershipCreateRequest
- type ApiIamOrganisationOwnershipDeleteRequest
- type ApiIamOrganisationOwnershipGetRequest
- type ApiIamOrganisationOwnershipListRequest
- type ApiIamOrganisationPaymentAllocateRequest
- type ApiIamOrganisationPaymentGetRequest
- type ApiIamOrganisationPaymentListRequest
- type ApiIamOrganisationPolicyActorCreateRequest
- type ApiIamOrganisationPolicyActorDeleteRequest
- type ApiIamOrganisationPolicyActorGetRequest
- type ApiIamOrganisationPolicyActorListRequest
- type ApiIamOrganisationPolicyCreateRequest
- func (r ApiIamOrganisationPolicyCreateRequest) Execute() (*Policy, *http.Response, error)
- func (r ApiIamOrganisationPolicyCreateRequest) IamProjectPolicyCreate(iamProjectPolicyCreate IamProjectPolicyCreate) ApiIamOrganisationPolicyCreateRequest
- func (r ApiIamOrganisationPolicyCreateRequest) XDryRun(xDryRun string) ApiIamOrganisationPolicyCreateRequest
- func (r ApiIamOrganisationPolicyCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamOrganisationPolicyCreateRequest
- type ApiIamOrganisationPolicyDeleteRequest
- type ApiIamOrganisationPolicyEventGetRequest
- type ApiIamOrganisationPolicyEventListRequest
- func (r ApiIamOrganisationPolicyEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiIamOrganisationPolicyEventListRequest) Limit(limit float32) ApiIamOrganisationPolicyEventListRequest
- func (r ApiIamOrganisationPolicyEventListRequest) Skip(skip float32) ApiIamOrganisationPolicyEventListRequest
- type ApiIamOrganisationPolicyGetRequest
- type ApiIamOrganisationPolicyListRequest
- func (r ApiIamOrganisationPolicyListRequest) Execute() ([]Policy, *http.Response, error)
- func (r ApiIamOrganisationPolicyListRequest) Name(name string) ApiIamOrganisationPolicyListRequest
- func (r ApiIamOrganisationPolicyListRequest) Resource(resource string) ApiIamOrganisationPolicyListRequest
- func (r ApiIamOrganisationPolicyListRequest) TagKey(tagKey string) ApiIamOrganisationPolicyListRequest
- func (r ApiIamOrganisationPolicyListRequest) TagValue(tagValue string) ApiIamOrganisationPolicyListRequest
- type ApiIamOrganisationPolicyServiceGetRequest
- type ApiIamOrganisationPolicyServiceListRequest
- type ApiIamOrganisationPolicyTagCreateRequest
- type ApiIamOrganisationPolicyTagDeleteRequest
- type ApiIamOrganisationPolicyTagGetRequest
- type ApiIamOrganisationPolicyTagListRequest
- type ApiIamOrganisationPolicyTagPutRequest
- type ApiIamOrganisationPolicyUpdateRequest
- type ApiIamOrganisationProformaCreateRequest
- type ApiIamOrganisationProformaDownloadRequest
- type ApiIamOrganisationProformaGetRequest
- type ApiIamOrganisationProformaListRequest
- type ApiIamOrganisationRoleCreateRequest
- func (r ApiIamOrganisationRoleCreateRequest) Execute() (*Role, *http.Response, error)
- func (r ApiIamOrganisationRoleCreateRequest) IamProjectRoleCreate(iamProjectRoleCreate IamProjectRoleCreate) ApiIamOrganisationRoleCreateRequest
- func (r ApiIamOrganisationRoleCreateRequest) XDryRun(xDryRun string) ApiIamOrganisationRoleCreateRequest
- func (r ApiIamOrganisationRoleCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamOrganisationRoleCreateRequest
- type ApiIamOrganisationRoleDeleteRequest
- type ApiIamOrganisationRoleEventGetRequest
- type ApiIamOrganisationRoleEventListRequest
- func (r ApiIamOrganisationRoleEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiIamOrganisationRoleEventListRequest) Limit(limit float32) ApiIamOrganisationRoleEventListRequest
- func (r ApiIamOrganisationRoleEventListRequest) Skip(skip float32) ApiIamOrganisationRoleEventListRequest
- type ApiIamOrganisationRoleGetRequest
- type ApiIamOrganisationRoleListRequest
- func (r ApiIamOrganisationRoleListRequest) Execute() ([]Role, *http.Response, error)
- func (r ApiIamOrganisationRoleListRequest) Name(name string) ApiIamOrganisationRoleListRequest
- func (r ApiIamOrganisationRoleListRequest) TagKey(tagKey string) ApiIamOrganisationRoleListRequest
- func (r ApiIamOrganisationRoleListRequest) TagValue(tagValue string) ApiIamOrganisationRoleListRequest
- type ApiIamOrganisationRolePermissionCreateRequest
- type ApiIamOrganisationRolePermissionDeleteRequest
- type ApiIamOrganisationRolePermissionGetRequest
- type ApiIamOrganisationRolePermissionListRequest
- type ApiIamOrganisationRolePermissionPutRequest
- type ApiIamOrganisationRoleServiceGetRequest
- type ApiIamOrganisationRoleServiceListRequest
- type ApiIamOrganisationRoleTagCreateRequest
- type ApiIamOrganisationRoleTagDeleteRequest
- type ApiIamOrganisationRoleTagGetRequest
- type ApiIamOrganisationRoleTagListRequest
- type ApiIamOrganisationRoleTagPutRequest
- type ApiIamOrganisationRoleUpdateRequest
- type ApiIamOrganisationServiceGetRequest
- type ApiIamOrganisationServiceListRequest
- type ApiIamOrganisationTransferAcceptRequest
- type ApiIamOrganisationTransferGetRequest
- type ApiIamOrganisationTransferListRequest
- type ApiIamOrganisationUpdateRequest
- type ApiIamProjectApplicationCreateRequest
- func (r ApiIamProjectApplicationCreateRequest) Execute() (*Application, *http.Response, error)
- func (r ApiIamProjectApplicationCreateRequest) IamProjectApplicationCreate(iamProjectApplicationCreate IamProjectApplicationCreate) ApiIamProjectApplicationCreateRequest
- func (r ApiIamProjectApplicationCreateRequest) XDryRun(xDryRun string) ApiIamProjectApplicationCreateRequest
- func (r ApiIamProjectApplicationCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectApplicationCreateRequest
- type ApiIamProjectApplicationCredentialCreateRequest
- type ApiIamProjectApplicationCredentialDeleteRequest
- type ApiIamProjectApplicationCredentialGetRequest
- type ApiIamProjectApplicationCredentialListRequest
- type ApiIamProjectApplicationCredentialPatchRequest
- func (r ApiIamProjectApplicationCredentialPatchRequest) Execute() (*ApplicationCredential, *http.Response, error)
- func (r ApiIamProjectApplicationCredentialPatchRequest) IamProjectApplicationCredentialPatch(iamProjectApplicationCredentialPatch IamProjectApplicationCredentialPatch) ApiIamProjectApplicationCredentialPatchRequest
- type ApiIamProjectApplicationDeleteRequest
- type ApiIamProjectApplicationEventGetRequest
- type ApiIamProjectApplicationEventListRequest
- func (r ApiIamProjectApplicationEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiIamProjectApplicationEventListRequest) Limit(limit float32) ApiIamProjectApplicationEventListRequest
- func (r ApiIamProjectApplicationEventListRequest) Skip(skip float32) ApiIamProjectApplicationEventListRequest
- type ApiIamProjectApplicationGetRequest
- type ApiIamProjectApplicationListRequest
- func (r ApiIamProjectApplicationListRequest) Execute() ([]Application, *http.Response, error)
- func (r ApiIamProjectApplicationListRequest) Name(name string) ApiIamProjectApplicationListRequest
- func (r ApiIamProjectApplicationListRequest) TagKey(tagKey string) ApiIamProjectApplicationListRequest
- func (r ApiIamProjectApplicationListRequest) TagValue(tagValue string) ApiIamProjectApplicationListRequest
- type ApiIamProjectApplicationRedirectCreateRequest
- type ApiIamProjectApplicationRedirectDeleteRequest
- type ApiIamProjectApplicationRedirectGetRequest
- type ApiIamProjectApplicationRedirectListRequest
- type ApiIamProjectApplicationRedirectPatchRequest
- func (r ApiIamProjectApplicationRedirectPatchRequest) Execute() (*IamRedirect, *http.Response, error)
- func (r ApiIamProjectApplicationRedirectPatchRequest) IamProjectApplicationRedirectPatch(iamProjectApplicationRedirectPatch IamProjectApplicationRedirectPatch) ApiIamProjectApplicationRedirectPatchRequest
- type ApiIamProjectApplicationServiceGetRequest
- type ApiIamProjectApplicationServiceListRequest
- type ApiIamProjectApplicationTagCreateRequest
- type ApiIamProjectApplicationTagDeleteRequest
- type ApiIamProjectApplicationTagGetRequest
- type ApiIamProjectApplicationTagListRequest
- type ApiIamProjectApplicationTagPutRequest
- type ApiIamProjectApplicationUpdateRequest
- type ApiIamProjectBillingListRequest
- func (r ApiIamProjectBillingListRequest) End(end time.Time) ApiIamProjectBillingListRequest
- func (r ApiIamProjectBillingListRequest) Execute() ([]Billing, *http.Response, error)
- func (r ApiIamProjectBillingListRequest) ResourceType(resourceType string) ApiIamProjectBillingListRequest
- func (r ApiIamProjectBillingListRequest) Start(start time.Time) ApiIamProjectBillingListRequest
- type ApiIamProjectCostGetRequest
- type ApiIamProjectCostListRequest
- type ApiIamProjectCostSeriesListRequest
- type ApiIamProjectCreateRequest
- func (r ApiIamProjectCreateRequest) Execute() (*Project, *http.Response, error)
- func (r ApiIamProjectCreateRequest) IamProjectCreate(iamProjectCreate IamProjectCreate) ApiIamProjectCreateRequest
- func (r ApiIamProjectCreateRequest) XDryRun(xDryRun string) ApiIamProjectCreateRequest
- func (r ApiIamProjectCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectCreateRequest
- type ApiIamProjectCredentialStoreCreateRequest
- type ApiIamProjectCredentialStoreDeleteRequest
- type ApiIamProjectCredentialStoreGetRequest
- type ApiIamProjectCredentialStoreListRequest
- type ApiIamProjectCredentialStorePatchRequest
- type ApiIamProjectDeleteRequest
- type ApiIamProjectEventGetRequest
- type ApiIamProjectEventListRequest
- type ApiIamProjectGetRequest
- type ApiIamProjectGroupActorCreateRequest
- type ApiIamProjectGroupActorDeleteRequest
- type ApiIamProjectGroupActorGetRequest
- type ApiIamProjectGroupActorListRequest
- type ApiIamProjectGroupCreateRequest
- func (r ApiIamProjectGroupCreateRequest) Execute() (*Group, *http.Response, error)
- func (r ApiIamProjectGroupCreateRequest) IamProjectGroupCreate(iamProjectGroupCreate IamProjectGroupCreate) ApiIamProjectGroupCreateRequest
- func (r ApiIamProjectGroupCreateRequest) XDryRun(xDryRun string) ApiIamProjectGroupCreateRequest
- func (r ApiIamProjectGroupCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectGroupCreateRequest
- type ApiIamProjectGroupDeleteRequest
- type ApiIamProjectGroupEventGetRequest
- type ApiIamProjectGroupEventListRequest
- type ApiIamProjectGroupGetRequest
- type ApiIamProjectGroupListRequest
- func (r ApiIamProjectGroupListRequest) Execute() ([]Group, *http.Response, error)
- func (r ApiIamProjectGroupListRequest) Name(name string) ApiIamProjectGroupListRequest
- func (r ApiIamProjectGroupListRequest) TagKey(tagKey string) ApiIamProjectGroupListRequest
- func (r ApiIamProjectGroupListRequest) TagValue(tagValue string) ApiIamProjectGroupListRequest
- type ApiIamProjectGroupServiceGetRequest
- type ApiIamProjectGroupServiceListRequest
- type ApiIamProjectGroupTagCreateRequest
- type ApiIamProjectGroupTagDeleteRequest
- type ApiIamProjectGroupTagGetRequest
- type ApiIamProjectGroupTagListRequest
- type ApiIamProjectGroupTagPutRequest
- type ApiIamProjectGroupUpdateRequest
- type ApiIamProjectInvitationAcceptRequest
- type ApiIamProjectInvitationDeleteRequest
- type ApiIamProjectInvitationGetRequest
- type ApiIamProjectInvitationListRequest
- type ApiIamProjectInvoiceListRequest
- type ApiIamProjectListRequest
- func (r ApiIamProjectListRequest) Active(active bool) ApiIamProjectListRequest
- func (r ApiIamProjectListRequest) Execute() ([]Project, *http.Response, error)
- func (r ApiIamProjectListRequest) Lean(lean bool) ApiIamProjectListRequest
- func (r ApiIamProjectListRequest) Limit(limit float32) ApiIamProjectListRequest
- func (r ApiIamProjectListRequest) Name(name string) ApiIamProjectListRequest
- func (r ApiIamProjectListRequest) Organisation(organisation string) ApiIamProjectListRequest
- func (r ApiIamProjectListRequest) TagKey(tagKey string) ApiIamProjectListRequest
- func (r ApiIamProjectListRequest) TagValue(tagValue string) ApiIamProjectListRequest
- type ApiIamProjectOwnershipCreateRequest
- type ApiIamProjectOwnershipDeleteRequest
- type ApiIamProjectOwnershipGetRequest
- type ApiIamProjectOwnershipListRequest
- type ApiIamProjectPaymentListRequest
- type ApiIamProjectPolicyActorCreateRequest
- type ApiIamProjectPolicyActorDeleteRequest
- type ApiIamProjectPolicyActorGetRequest
- type ApiIamProjectPolicyActorListRequest
- type ApiIamProjectPolicyCreateRequest
- func (r ApiIamProjectPolicyCreateRequest) Execute() (*Policy, *http.Response, error)
- func (r ApiIamProjectPolicyCreateRequest) IamProjectPolicyCreate(iamProjectPolicyCreate IamProjectPolicyCreate) ApiIamProjectPolicyCreateRequest
- func (r ApiIamProjectPolicyCreateRequest) XDryRun(xDryRun string) ApiIamProjectPolicyCreateRequest
- func (r ApiIamProjectPolicyCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectPolicyCreateRequest
- type ApiIamProjectPolicyDeleteRequest
- type ApiIamProjectPolicyEventGetRequest
- type ApiIamProjectPolicyEventListRequest
- type ApiIamProjectPolicyGetRequest
- type ApiIamProjectPolicyListRequest
- func (r ApiIamProjectPolicyListRequest) Execute() ([]Policy, *http.Response, error)
- func (r ApiIamProjectPolicyListRequest) Name(name string) ApiIamProjectPolicyListRequest
- func (r ApiIamProjectPolicyListRequest) Resource(resource string) ApiIamProjectPolicyListRequest
- func (r ApiIamProjectPolicyListRequest) TagKey(tagKey string) ApiIamProjectPolicyListRequest
- func (r ApiIamProjectPolicyListRequest) TagValue(tagValue string) ApiIamProjectPolicyListRequest
- type ApiIamProjectPolicyServiceGetRequest
- type ApiIamProjectPolicyServiceListRequest
- type ApiIamProjectPolicyTagCreateRequest
- type ApiIamProjectPolicyTagDeleteRequest
- type ApiIamProjectPolicyTagGetRequest
- type ApiIamProjectPolicyTagListRequest
- type ApiIamProjectPolicyTagPutRequest
- type ApiIamProjectPolicyUpdateRequest
- type ApiIamProjectProformaListRequest
- type ApiIamProjectQuotaGetRequest
- type ApiIamProjectQuotaLimitPatchRequest
- type ApiIamProjectQuotaListRequest
- type ApiIamProjectRoleCreateRequest
- func (r ApiIamProjectRoleCreateRequest) Execute() (*Role, *http.Response, error)
- func (r ApiIamProjectRoleCreateRequest) IamProjectRoleCreate(iamProjectRoleCreate IamProjectRoleCreate) ApiIamProjectRoleCreateRequest
- func (r ApiIamProjectRoleCreateRequest) XDryRun(xDryRun string) ApiIamProjectRoleCreateRequest
- func (r ApiIamProjectRoleCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectRoleCreateRequest
- type ApiIamProjectRoleDeleteRequest
- type ApiIamProjectRoleEventGetRequest
- type ApiIamProjectRoleEventListRequest
- type ApiIamProjectRoleGetRequest
- type ApiIamProjectRoleListRequest
- func (r ApiIamProjectRoleListRequest) Execute() ([]Role, *http.Response, error)
- func (r ApiIamProjectRoleListRequest) Name(name string) ApiIamProjectRoleListRequest
- func (r ApiIamProjectRoleListRequest) TagKey(tagKey string) ApiIamProjectRoleListRequest
- func (r ApiIamProjectRoleListRequest) TagValue(tagValue string) ApiIamProjectRoleListRequest
- type ApiIamProjectRolePermissionCreateRequest
- type ApiIamProjectRolePermissionDeleteRequest
- type ApiIamProjectRolePermissionGetRequest
- type ApiIamProjectRolePermissionListRequest
- type ApiIamProjectRolePermissionPutRequest
- type ApiIamProjectRoleServiceGetRequest
- type ApiIamProjectRoleServiceListRequest
- type ApiIamProjectRoleTagCreateRequest
- type ApiIamProjectRoleTagDeleteRequest
- type ApiIamProjectRoleTagGetRequest
- type ApiIamProjectRoleTagListRequest
- type ApiIamProjectRoleTagPutRequest
- type ApiIamProjectRoleUpdateRequest
- type ApiIamProjectSaCreateRequest
- func (r ApiIamProjectSaCreateRequest) Execute() (*Sa, *http.Response, error)
- func (r ApiIamProjectSaCreateRequest) IamProjectSaCreate(iamProjectSaCreate IamProjectSaCreate) ApiIamProjectSaCreateRequest
- func (r ApiIamProjectSaCreateRequest) XDryRun(xDryRun string) ApiIamProjectSaCreateRequest
- func (r ApiIamProjectSaCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectSaCreateRequest
- type ApiIamProjectSaCredentialCreateRequest
- type ApiIamProjectSaCredentialDeleteRequest
- type ApiIamProjectSaCredentialGetRequest
- type ApiIamProjectSaCredentialListRequest
- type ApiIamProjectSaCredentialPatchRequest
- type ApiIamProjectSaDeleteRequest
- type ApiIamProjectSaEventGetRequest
- type ApiIamProjectSaEventListRequest
- type ApiIamProjectSaGetRequest
- type ApiIamProjectSaListRequest
- func (r ApiIamProjectSaListRequest) Execute() ([]Sa, *http.Response, error)
- func (r ApiIamProjectSaListRequest) Name(name string) ApiIamProjectSaListRequest
- func (r ApiIamProjectSaListRequest) TagKey(tagKey string) ApiIamProjectSaListRequest
- func (r ApiIamProjectSaListRequest) TagValue(tagValue string) ApiIamProjectSaListRequest
- type ApiIamProjectSaServiceGetRequest
- type ApiIamProjectSaServiceListRequest
- type ApiIamProjectSaTagCreateRequest
- type ApiIamProjectSaTagDeleteRequest
- type ApiIamProjectSaTagGetRequest
- type ApiIamProjectSaTagListRequest
- type ApiIamProjectSaTagPutRequest
- type ApiIamProjectSaUpdateRequest
- type ApiIamProjectServiceGetRequest
- type ApiIamProjectServiceListRequest
- type ApiIamProjectTagCreateRequest
- type ApiIamProjectTagDeleteRequest
- type ApiIamProjectTagGetRequest
- type ApiIamProjectTagListRequest
- type ApiIamProjectTagPutRequest
- type ApiIamProjectThresholdCreateRequest
- type ApiIamProjectThresholdDeleteRequest
- type ApiIamProjectThresholdGetRequest
- type ApiIamProjectThresholdListRequest
- type ApiIamProjectTransferRequest
- func (r ApiIamProjectTransferRequest) Execute() (*Project, *http.Response, error)
- func (r ApiIamProjectTransferRequest) IamProjectTransfer(iamProjectTransfer IamProjectTransfer) ApiIamProjectTransferRequest
- func (r ApiIamProjectTransferRequest) XDryRun(xDryRun string) ApiIamProjectTransferRequest
- func (r ApiIamProjectTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectTransferRequest
- type ApiIamProjectUpdateRequest
- type ApiIamProjectUsageGetRequest
- type ApiIamProjectUsageListRequest
- type ApiIamProjectUsageSeriesListRequest
- type ApiIamUserAuthorizationCodeRequest
- type ApiIamUserAuthorizationCreateRequest
- type ApiIamUserAuthorizationDeleteRequest
- type ApiIamUserAuthorizationGetRequest
- type ApiIamUserAuthorizationListRequest
- type ApiIamUserCredentialAuthtokenDeleteRequest
- type ApiIamUserCredentialAuthtokenGetRequest
- type ApiIamUserCredentialAuthtokenListRequest
- type ApiIamUserCredentialCreateRequest
- type ApiIamUserCredentialDeleteRequest
- type ApiIamUserCredentialGetRequest
- type ApiIamUserCredentialListRequest
- type ApiIamUserCredentialPatchRequest
- type ApiIamUserDeleteRequest
- type ApiIamUserGetRequest
- type ApiIamUserServiceGetRequest
- type ApiIamUserServiceListRequest
- type ApiIamUserUpdateRequest
- type ApiInsightProjectJournalCreateRequest
- func (r ApiInsightProjectJournalCreateRequest) Execute() (*Journal, *http.Response, error)
- func (r ApiInsightProjectJournalCreateRequest) InsightProjectJournalCreate(insightProjectJournalCreate InsightProjectJournalCreate) ApiInsightProjectJournalCreateRequest
- func (r ApiInsightProjectJournalCreateRequest) XDryRun(xDryRun string) ApiInsightProjectJournalCreateRequest
- func (r ApiInsightProjectJournalCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiInsightProjectJournalCreateRequest
- type ApiInsightProjectJournalCredentialCreateRequest
- type ApiInsightProjectJournalCredentialDeleteRequest
- type ApiInsightProjectJournalCredentialGetRequest
- type ApiInsightProjectJournalCredentialListRequest
- type ApiInsightProjectJournalCredentialPatchRequest
- func (r ApiInsightProjectJournalCredentialPatchRequest) Execute() (*JournalCredential, *http.Response, error)
- func (r ApiInsightProjectJournalCredentialPatchRequest) InsightProjectJournalCredentialPatch(insightProjectJournalCredentialPatch InsightProjectJournalCredentialPatch) ApiInsightProjectJournalCredentialPatchRequest
- type ApiInsightProjectJournalDeleteRequest
- type ApiInsightProjectJournalEventGetRequest
- type ApiInsightProjectJournalEventListRequest
- func (r ApiInsightProjectJournalEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiInsightProjectJournalEventListRequest) Limit(limit float32) ApiInsightProjectJournalEventListRequest
- func (r ApiInsightProjectJournalEventListRequest) Skip(skip float32) ApiInsightProjectJournalEventListRequest
- type ApiInsightProjectJournalGetRequest
- type ApiInsightProjectJournalListRequest
- func (r ApiInsightProjectJournalListRequest) Execute() ([]Journal, *http.Response, error)
- func (r ApiInsightProjectJournalListRequest) Name(name string) ApiInsightProjectJournalListRequest
- func (r ApiInsightProjectJournalListRequest) TagKey(tagKey string) ApiInsightProjectJournalListRequest
- func (r ApiInsightProjectJournalListRequest) TagValue(tagValue string) ApiInsightProjectJournalListRequest
- type ApiInsightProjectJournalLogGetRequest
- func (r ApiInsightProjectJournalLogGetRequest) Execute() (*InlineResponseDefault, *http.Response, error)
- func (r ApiInsightProjectJournalLogGetRequest) Follow(follow bool) ApiInsightProjectJournalLogGetRequest
- func (r ApiInsightProjectJournalLogGetRequest) Since(since time.Time) ApiInsightProjectJournalLogGetRequest
- func (r ApiInsightProjectJournalLogGetRequest) Tag(tag []Tag) ApiInsightProjectJournalLogGetRequest
- func (r ApiInsightProjectJournalLogGetRequest) Tail(tail float32) ApiInsightProjectJournalLogGetRequest
- func (r ApiInsightProjectJournalLogGetRequest) Until(until time.Time) ApiInsightProjectJournalLogGetRequest
- type ApiInsightProjectJournalServiceGetRequest
- type ApiInsightProjectJournalServiceListRequest
- type ApiInsightProjectJournalTagCreateRequest
- type ApiInsightProjectJournalTagDeleteRequest
- type ApiInsightProjectJournalTagGetRequest
- type ApiInsightProjectJournalTagListRequest
- type ApiInsightProjectJournalTagPutRequest
- type ApiInsightProjectJournalTransferRequest
- func (r ApiInsightProjectJournalTransferRequest) Execute() (*Journal, *http.Response, error)
- func (r ApiInsightProjectJournalTransferRequest) InsightProjectJournalTransfer(insightProjectJournalTransfer InsightProjectJournalTransfer) ApiInsightProjectJournalTransferRequest
- func (r ApiInsightProjectJournalTransferRequest) XDryRun(xDryRun string) ApiInsightProjectJournalTransferRequest
- func (r ApiInsightProjectJournalTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiInsightProjectJournalTransferRequest
- type ApiInsightProjectJournalUpdateRequest
- type ApiNetworkingProjectFirewallCreateRequest
- func (r ApiNetworkingProjectFirewallCreateRequest) Execute() (*Firewall, *http.Response, error)
- func (r ApiNetworkingProjectFirewallCreateRequest) NetworkingProjectFirewallCreate(networkingProjectFirewallCreate NetworkingProjectFirewallCreate) ApiNetworkingProjectFirewallCreateRequest
- func (r ApiNetworkingProjectFirewallCreateRequest) XDryRun(xDryRun string) ApiNetworkingProjectFirewallCreateRequest
- func (r ApiNetworkingProjectFirewallCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectFirewallCreateRequest
- type ApiNetworkingProjectFirewallDeleteRequest
- type ApiNetworkingProjectFirewallEgressCreateRequest
- type ApiNetworkingProjectFirewallEgressDeleteRequest
- type ApiNetworkingProjectFirewallEgressGetRequest
- type ApiNetworkingProjectFirewallEgressListRequest
- type ApiNetworkingProjectFirewallEgressPutRequest
- type ApiNetworkingProjectFirewallEventGetRequest
- type ApiNetworkingProjectFirewallEventListRequest
- func (r ApiNetworkingProjectFirewallEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiNetworkingProjectFirewallEventListRequest) Limit(limit float32) ApiNetworkingProjectFirewallEventListRequest
- func (r ApiNetworkingProjectFirewallEventListRequest) Skip(skip float32) ApiNetworkingProjectFirewallEventListRequest
- type ApiNetworkingProjectFirewallGetRequest
- type ApiNetworkingProjectFirewallIngressCreateRequest
- type ApiNetworkingProjectFirewallIngressDeleteRequest
- type ApiNetworkingProjectFirewallIngressGetRequest
- type ApiNetworkingProjectFirewallIngressListRequest
- type ApiNetworkingProjectFirewallIngressPutRequest
- type ApiNetworkingProjectFirewallListRequest
- func (r ApiNetworkingProjectFirewallListRequest) Execute() ([]Firewall, *http.Response, error)
- func (r ApiNetworkingProjectFirewallListRequest) Name(name string) ApiNetworkingProjectFirewallListRequest
- func (r ApiNetworkingProjectFirewallListRequest) TagKey(tagKey string) ApiNetworkingProjectFirewallListRequest
- func (r ApiNetworkingProjectFirewallListRequest) TagValue(tagValue string) ApiNetworkingProjectFirewallListRequest
- type ApiNetworkingProjectFirewallServiceGetRequest
- type ApiNetworkingProjectFirewallServiceListRequest
- type ApiNetworkingProjectFirewallTagCreateRequest
- type ApiNetworkingProjectFirewallTagDeleteRequest
- type ApiNetworkingProjectFirewallTagGetRequest
- type ApiNetworkingProjectFirewallTagListRequest
- type ApiNetworkingProjectFirewallTagPutRequest
- type ApiNetworkingProjectFirewallTransferRequest
- func (r ApiNetworkingProjectFirewallTransferRequest) Execute() (*Firewall, *http.Response, error)
- func (r ApiNetworkingProjectFirewallTransferRequest) NetworkingProjectFirewallTransfer(networkingProjectFirewallTransfer NetworkingProjectFirewallTransfer) ApiNetworkingProjectFirewallTransferRequest
- func (r ApiNetworkingProjectFirewallTransferRequest) XDryRun(xDryRun string) ApiNetworkingProjectFirewallTransferRequest
- func (r ApiNetworkingProjectFirewallTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectFirewallTransferRequest
- type ApiNetworkingProjectFirewallUpdateRequest
- type ApiNetworkingProjectIpAssociateRequest
- func (r ApiNetworkingProjectIpAssociateRequest) Execute() (*Ip, *http.Response, error)
- func (r ApiNetworkingProjectIpAssociateRequest) NetworkingProjectIpAssociate(networkingProjectIpAssociate NetworkingProjectIpAssociate) ApiNetworkingProjectIpAssociateRequest
- func (r ApiNetworkingProjectIpAssociateRequest) XDryRun(xDryRun string) ApiNetworkingProjectIpAssociateRequest
- func (r ApiNetworkingProjectIpAssociateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectIpAssociateRequest
- type ApiNetworkingProjectIpCreateRequest
- func (r ApiNetworkingProjectIpCreateRequest) Execute() (*Ip, *http.Response, error)
- func (r ApiNetworkingProjectIpCreateRequest) NetworkingProjectIpCreate(networkingProjectIpCreate NetworkingProjectIpCreate) ApiNetworkingProjectIpCreateRequest
- func (r ApiNetworkingProjectIpCreateRequest) XDryRun(xDryRun string) ApiNetworkingProjectIpCreateRequest
- func (r ApiNetworkingProjectIpCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectIpCreateRequest
- type ApiNetworkingProjectIpDeleteRequest
- type ApiNetworkingProjectIpDisassociateRequest
- func (r ApiNetworkingProjectIpDisassociateRequest) Execute() (*Ip, *http.Response, error)
- func (r ApiNetworkingProjectIpDisassociateRequest) XDryRun(xDryRun string) ApiNetworkingProjectIpDisassociateRequest
- func (r ApiNetworkingProjectIpDisassociateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectIpDisassociateRequest
- type ApiNetworkingProjectIpEventGetRequest
- type ApiNetworkingProjectIpEventListRequest
- func (r ApiNetworkingProjectIpEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiNetworkingProjectIpEventListRequest) Limit(limit float32) ApiNetworkingProjectIpEventListRequest
- func (r ApiNetworkingProjectIpEventListRequest) Skip(skip float32) ApiNetworkingProjectIpEventListRequest
- type ApiNetworkingProjectIpGetRequest
- type ApiNetworkingProjectIpListRequest
- func (r ApiNetworkingProjectIpListRequest) AssociatedNetadp(associatedNetadp string) ApiNetworkingProjectIpListRequest
- func (r ApiNetworkingProjectIpListRequest) Execute() ([]Ip, *http.Response, error)
- func (r ApiNetworkingProjectIpListRequest) Network(network string) ApiNetworkingProjectIpListRequest
- func (r ApiNetworkingProjectIpListRequest) TagKey(tagKey string) ApiNetworkingProjectIpListRequest
- func (r ApiNetworkingProjectIpListRequest) TagValue(tagValue string) ApiNetworkingProjectIpListRequest
- type ApiNetworkingProjectIpPersistRequest
- func (r ApiNetworkingProjectIpPersistRequest) Execute() (*Ip, *http.Response, error)
- func (r ApiNetworkingProjectIpPersistRequest) XDryRun(xDryRun string) ApiNetworkingProjectIpPersistRequest
- func (r ApiNetworkingProjectIpPersistRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectIpPersistRequest
- type ApiNetworkingProjectIpServiceGetRequest
- type ApiNetworkingProjectIpServiceListRequest
- type ApiNetworkingProjectIpTagCreateRequest
- type ApiNetworkingProjectIpTagDeleteRequest
- type ApiNetworkingProjectIpTagGetRequest
- type ApiNetworkingProjectIpTagListRequest
- type ApiNetworkingProjectIpTagPutRequest
- type ApiNetworkingProjectIpTransferRequest
- func (r ApiNetworkingProjectIpTransferRequest) Execute() (*Ip, *http.Response, error)
- func (r ApiNetworkingProjectIpTransferRequest) NetworkingProjectIpTransfer(networkingProjectIpTransfer NetworkingProjectIpTransfer) ApiNetworkingProjectIpTransferRequest
- func (r ApiNetworkingProjectIpTransferRequest) XDryRun(xDryRun string) ApiNetworkingProjectIpTransferRequest
- func (r ApiNetworkingProjectIpTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectIpTransferRequest
- type ApiNetworkingProjectIpUpdateRequest
- type ApiNetworkingProjectNetadpCreateRequest
- func (r ApiNetworkingProjectNetadpCreateRequest) Execute() (*Netadp, *http.Response, error)
- func (r ApiNetworkingProjectNetadpCreateRequest) NetworkingProjectNetadpCreate(networkingProjectNetadpCreate NetworkingProjectNetadpCreate) ApiNetworkingProjectNetadpCreateRequest
- func (r ApiNetworkingProjectNetadpCreateRequest) XDryRun(xDryRun string) ApiNetworkingProjectNetadpCreateRequest
- func (r ApiNetworkingProjectNetadpCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectNetadpCreateRequest
- type ApiNetworkingProjectNetadpDeleteRequest
- type ApiNetworkingProjectNetadpEventGetRequest
- type ApiNetworkingProjectNetadpEventListRequest
- func (r ApiNetworkingProjectNetadpEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiNetworkingProjectNetadpEventListRequest) Limit(limit float32) ApiNetworkingProjectNetadpEventListRequest
- func (r ApiNetworkingProjectNetadpEventListRequest) Skip(skip float32) ApiNetworkingProjectNetadpEventListRequest
- type ApiNetworkingProjectNetadpGetRequest
- type ApiNetworkingProjectNetadpListRequest
- func (r ApiNetworkingProjectNetadpListRequest) AssignedId(assignedId string) ApiNetworkingProjectNetadpListRequest
- func (r ApiNetworkingProjectNetadpListRequest) AssignedResource(assignedResource string) ApiNetworkingProjectNetadpListRequest
- func (r ApiNetworkingProjectNetadpListRequest) Execute() ([]Netadp, *http.Response, error)
- func (r ApiNetworkingProjectNetadpListRequest) Network(network string) ApiNetworkingProjectNetadpListRequest
- func (r ApiNetworkingProjectNetadpListRequest) TagKey(tagKey string) ApiNetworkingProjectNetadpListRequest
- func (r ApiNetworkingProjectNetadpListRequest) TagValue(tagValue string) ApiNetworkingProjectNetadpListRequest
- type ApiNetworkingProjectNetadpMetricGetRequest
- type ApiNetworkingProjectNetadpMetricListRequest
- type ApiNetworkingProjectNetadpMetricSeriesListRequest
- func (r ApiNetworkingProjectNetadpMetricSeriesListRequest) Aligner(aligner string) ApiNetworkingProjectNetadpMetricSeriesListRequest
- func (r ApiNetworkingProjectNetadpMetricSeriesListRequest) Execute() ([]Point, *http.Response, error)
- func (r ApiNetworkingProjectNetadpMetricSeriesListRequest) Interval(interval string) ApiNetworkingProjectNetadpMetricSeriesListRequest
- func (r ApiNetworkingProjectNetadpMetricSeriesListRequest) Timespan(timespan string) ApiNetworkingProjectNetadpMetricSeriesListRequest
- type ApiNetworkingProjectNetadpServiceGetRequest
- type ApiNetworkingProjectNetadpServiceListRequest
- type ApiNetworkingProjectNetadpTagCreateRequest
- type ApiNetworkingProjectNetadpTagDeleteRequest
- type ApiNetworkingProjectNetadpTagGetRequest
- type ApiNetworkingProjectNetadpTagListRequest
- type ApiNetworkingProjectNetadpTagPutRequest
- type ApiNetworkingProjectNetadpUpdateRequest
- type ApiNetworkingProjectNetgwAttachRequest
- func (r ApiNetworkingProjectNetgwAttachRequest) Execute() (*Netgw, *http.Response, error)
- func (r ApiNetworkingProjectNetgwAttachRequest) NetworkingProjectNetgwAttach(networkingProjectNetgwAttach NetworkingProjectNetgwAttach) ApiNetworkingProjectNetgwAttachRequest
- func (r ApiNetworkingProjectNetgwAttachRequest) XDryRun(xDryRun string) ApiNetworkingProjectNetgwAttachRequest
- func (r ApiNetworkingProjectNetgwAttachRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectNetgwAttachRequest
- type ApiNetworkingProjectNetgwCreateRequest
- func (r ApiNetworkingProjectNetgwCreateRequest) Execute() (*Netgw, *http.Response, error)
- func (r ApiNetworkingProjectNetgwCreateRequest) NetworkingProjectNetgwCreate(networkingProjectNetgwCreate NetworkingProjectNetgwCreate) ApiNetworkingProjectNetgwCreateRequest
- func (r ApiNetworkingProjectNetgwCreateRequest) XDryRun(xDryRun string) ApiNetworkingProjectNetgwCreateRequest
- func (r ApiNetworkingProjectNetgwCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectNetgwCreateRequest
- type ApiNetworkingProjectNetgwDeleteRequest
- type ApiNetworkingProjectNetgwDetachRequest
- func (r ApiNetworkingProjectNetgwDetachRequest) Execute() (*Netgw, *http.Response, error)
- func (r ApiNetworkingProjectNetgwDetachRequest) XDryRun(xDryRun string) ApiNetworkingProjectNetgwDetachRequest
- func (r ApiNetworkingProjectNetgwDetachRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectNetgwDetachRequest
- type ApiNetworkingProjectNetgwEventGetRequest
- type ApiNetworkingProjectNetgwEventListRequest
- func (r ApiNetworkingProjectNetgwEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiNetworkingProjectNetgwEventListRequest) Limit(limit float32) ApiNetworkingProjectNetgwEventListRequest
- func (r ApiNetworkingProjectNetgwEventListRequest) Skip(skip float32) ApiNetworkingProjectNetgwEventListRequest
- type ApiNetworkingProjectNetgwGetRequest
- type ApiNetworkingProjectNetgwListRequest
- func (r ApiNetworkingProjectNetgwListRequest) Execute() ([]Netgw, *http.Response, error)
- func (r ApiNetworkingProjectNetgwListRequest) Name(name string) ApiNetworkingProjectNetgwListRequest
- func (r ApiNetworkingProjectNetgwListRequest) TagKey(tagKey string) ApiNetworkingProjectNetgwListRequest
- func (r ApiNetworkingProjectNetgwListRequest) TagValue(tagValue string) ApiNetworkingProjectNetgwListRequest
- type ApiNetworkingProjectNetgwServiceGetRequest
- type ApiNetworkingProjectNetgwServiceListRequest
- type ApiNetworkingProjectNetgwTagCreateRequest
- type ApiNetworkingProjectNetgwTagDeleteRequest
- type ApiNetworkingProjectNetgwTagGetRequest
- type ApiNetworkingProjectNetgwTagListRequest
- type ApiNetworkingProjectNetgwTagPutRequest
- type ApiNetworkingProjectNetgwUpdateRequest
- type ApiNetworkingProjectNetworkCreateRequest
- func (r ApiNetworkingProjectNetworkCreateRequest) Execute() (*Network, *http.Response, error)
- func (r ApiNetworkingProjectNetworkCreateRequest) NetworkingProjectNetworkCreate(networkingProjectNetworkCreate NetworkingProjectNetworkCreate) ApiNetworkingProjectNetworkCreateRequest
- func (r ApiNetworkingProjectNetworkCreateRequest) XDryRun(xDryRun string) ApiNetworkingProjectNetworkCreateRequest
- func (r ApiNetworkingProjectNetworkCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectNetworkCreateRequest
- type ApiNetworkingProjectNetworkDeleteRequest
- type ApiNetworkingProjectNetworkEventGetRequest
- type ApiNetworkingProjectNetworkEventListRequest
- func (r ApiNetworkingProjectNetworkEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiNetworkingProjectNetworkEventListRequest) Limit(limit float32) ApiNetworkingProjectNetworkEventListRequest
- func (r ApiNetworkingProjectNetworkEventListRequest) Skip(skip float32) ApiNetworkingProjectNetworkEventListRequest
- type ApiNetworkingProjectNetworkGetRequest
- type ApiNetworkingProjectNetworkListRequest
- func (r ApiNetworkingProjectNetworkListRequest) Execute() ([]Network, *http.Response, error)
- func (r ApiNetworkingProjectNetworkListRequest) Name(name string) ApiNetworkingProjectNetworkListRequest
- func (r ApiNetworkingProjectNetworkListRequest) TagKey(tagKey string) ApiNetworkingProjectNetworkListRequest
- func (r ApiNetworkingProjectNetworkListRequest) TagValue(tagValue string) ApiNetworkingProjectNetworkListRequest
- type ApiNetworkingProjectNetworkServiceGetRequest
- type ApiNetworkingProjectNetworkServiceListRequest
- type ApiNetworkingProjectNetworkTagCreateRequest
- type ApiNetworkingProjectNetworkTagDeleteRequest
- type ApiNetworkingProjectNetworkTagGetRequest
- type ApiNetworkingProjectNetworkTagListRequest
- type ApiNetworkingProjectNetworkTagPutRequest
- type ApiNetworkingProjectNetworkUpdateRequest
- type ApiProviderProjectAgentCreateRequest
- func (r ApiProviderProjectAgentCreateRequest) Execute() (*Agent, *http.Response, error)
- func (r ApiProviderProjectAgentCreateRequest) ProviderProjectAgentCreate(providerProjectAgentCreate ProviderProjectAgentCreate) ApiProviderProjectAgentCreateRequest
- func (r ApiProviderProjectAgentCreateRequest) XDryRun(xDryRun string) ApiProviderProjectAgentCreateRequest
- func (r ApiProviderProjectAgentCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiProviderProjectAgentCreateRequest
- type ApiProviderProjectAgentCredentialCreateRequest
- type ApiProviderProjectAgentCredentialDeleteRequest
- type ApiProviderProjectAgentCredentialGetRequest
- type ApiProviderProjectAgentCredentialListRequest
- type ApiProviderProjectAgentCredentialPatchRequest
- func (r ApiProviderProjectAgentCredentialPatchRequest) Execute() (*AgentCredential, *http.Response, error)
- func (r ApiProviderProjectAgentCredentialPatchRequest) ProviderProjectAgentCredentialPatch(providerProjectAgentCredentialPatch ProviderProjectAgentCredentialPatch) ApiProviderProjectAgentCredentialPatchRequest
- type ApiProviderProjectAgentDeleteRequest
- type ApiProviderProjectAgentEnabledServiceCreateRequest
- type ApiProviderProjectAgentEnabledServiceDeleteRequest
- type ApiProviderProjectAgentEnabledServiceGetRequest
- type ApiProviderProjectAgentEnabledServiceListRequest
- type ApiProviderProjectAgentEventGetRequest
- type ApiProviderProjectAgentEventListRequest
- func (r ApiProviderProjectAgentEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiProviderProjectAgentEventListRequest) Limit(limit float32) ApiProviderProjectAgentEventListRequest
- func (r ApiProviderProjectAgentEventListRequest) Skip(skip float32) ApiProviderProjectAgentEventListRequest
- type ApiProviderProjectAgentGetRequest
- type ApiProviderProjectAgentInspectRequest
- func (r ApiProviderProjectAgentInspectRequest) Execute() (map[string]interface{}, *http.Response, error)
- func (r ApiProviderProjectAgentInspectRequest) XDryRun(xDryRun string) ApiProviderProjectAgentInspectRequest
- func (r ApiProviderProjectAgentInspectRequest) XIdempotencyKey(xIdempotencyKey string) ApiProviderProjectAgentInspectRequest
- type ApiProviderProjectAgentListRequest
- func (r ApiProviderProjectAgentListRequest) EnabledServices(enabledServices string) ApiProviderProjectAgentListRequest
- func (r ApiProviderProjectAgentListRequest) Execute() ([]Agent, *http.Response, error)
- func (r ApiProviderProjectAgentListRequest) Name(name string) ApiProviderProjectAgentListRequest
- func (r ApiProviderProjectAgentListRequest) TagKey(tagKey string) ApiProviderProjectAgentListRequest
- func (r ApiProviderProjectAgentListRequest) TagValue(tagValue string) ApiProviderProjectAgentListRequest
- type ApiProviderProjectAgentResourceEventListRequest
- func (r ApiProviderProjectAgentResourceEventListRequest) Execute() ([]ProviderAgentResourceEvent, *http.Response, error)
- func (r ApiProviderProjectAgentResourceEventListRequest) Limit(limit float32) ApiProviderProjectAgentResourceEventListRequest
- func (r ApiProviderProjectAgentResourceEventListRequest) Skip(skip float32) ApiProviderProjectAgentResourceEventListRequest
- type ApiProviderProjectAgentResourceGetRequest
- type ApiProviderProjectAgentResourceInspectRequest
- type ApiProviderProjectAgentResourceListRequest
- type ApiProviderProjectAgentResourceRecreateRequest
- type ApiProviderProjectAgentServiceGetRequest
- type ApiProviderProjectAgentServiceListRequest
- type ApiProviderProjectAgentStartRequest
- func (r ApiProviderProjectAgentStartRequest) Execute() (*Agent, *http.Response, error)
- func (r ApiProviderProjectAgentStartRequest) XDryRun(xDryRun string) ApiProviderProjectAgentStartRequest
- func (r ApiProviderProjectAgentStartRequest) XIdempotencyKey(xIdempotencyKey string) ApiProviderProjectAgentStartRequest
- type ApiProviderProjectAgentSuspendRequest
- func (r ApiProviderProjectAgentSuspendRequest) Execute() (*Agent, *http.Response, error)
- func (r ApiProviderProjectAgentSuspendRequest) XDryRun(xDryRun string) ApiProviderProjectAgentSuspendRequest
- func (r ApiProviderProjectAgentSuspendRequest) XIdempotencyKey(xIdempotencyKey string) ApiProviderProjectAgentSuspendRequest
- type ApiProviderProjectAgentTagCreateRequest
- type ApiProviderProjectAgentTagDeleteRequest
- type ApiProviderProjectAgentTagGetRequest
- type ApiProviderProjectAgentTagListRequest
- type ApiProviderProjectAgentTagPutRequest
- type ApiProviderProjectAgentTransferRequest
- func (r ApiProviderProjectAgentTransferRequest) Execute() (*Agent, *http.Response, error)
- func (r ApiProviderProjectAgentTransferRequest) ProviderProjectAgentTransfer(providerProjectAgentTransfer ProviderProjectAgentTransfer) ApiProviderProjectAgentTransferRequest
- func (r ApiProviderProjectAgentTransferRequest) XDryRun(xDryRun string) ApiProviderProjectAgentTransferRequest
- func (r ApiProviderProjectAgentTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiProviderProjectAgentTransferRequest
- type ApiProviderProjectAgentUpdateRequest
- type ApiSearchResourceListRequest
- type ApiStorageProjectBucketGetRequest
- type ApiStorageProjectBucketListRequest
- type ApiStorageProjectBucketObjectDeleteRequest
- type ApiStorageProjectBucketObjectDownloadRequest
- type ApiStorageProjectBucketObjectGetRequest
- type ApiStorageProjectBucketObjectListRequest
- type ApiStorageProjectBucketUploadRequest
- func (r ApiStorageProjectBucketUploadRequest) Execute() (*Bucket, *http.Response, error)
- func (r ApiStorageProjectBucketUploadRequest) StorageProjectBucketUpload(storageProjectBucketUpload StorageProjectBucketUpload) ApiStorageProjectBucketUploadRequest
- func (r ApiStorageProjectBucketUploadRequest) XDryRun(xDryRun string) ApiStorageProjectBucketUploadRequest
- func (r ApiStorageProjectBucketUploadRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectBucketUploadRequest
- type ApiStorageProjectDiskCreateRequest
- func (r ApiStorageProjectDiskCreateRequest) Execute() (*Disk, *http.Response, error)
- func (r ApiStorageProjectDiskCreateRequest) StorageProjectDiskCreate(storageProjectDiskCreate StorageProjectDiskCreate) ApiStorageProjectDiskCreateRequest
- func (r ApiStorageProjectDiskCreateRequest) XDryRun(xDryRun string) ApiStorageProjectDiskCreateRequest
- func (r ApiStorageProjectDiskCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectDiskCreateRequest
- type ApiStorageProjectDiskDeleteRequest
- type ApiStorageProjectDiskDetachRequest
- func (r ApiStorageProjectDiskDetachRequest) Execute() (*Disk, *http.Response, error)
- func (r ApiStorageProjectDiskDetachRequest) XDryRun(xDryRun string) ApiStorageProjectDiskDetachRequest
- func (r ApiStorageProjectDiskDetachRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectDiskDetachRequest
- type ApiStorageProjectDiskDownloadRequest
- func (r ApiStorageProjectDiskDownloadRequest) Execute() (*http.Response, error)
- func (r ApiStorageProjectDiskDownloadRequest) XDryRun(xDryRun string) ApiStorageProjectDiskDownloadRequest
- func (r ApiStorageProjectDiskDownloadRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectDiskDownloadRequest
- type ApiStorageProjectDiskEventGetRequest
- type ApiStorageProjectDiskEventListRequest
- type ApiStorageProjectDiskGetRequest
- type ApiStorageProjectDiskListRequest
- func (r ApiStorageProjectDiskListRequest) Execute() ([]Disk, *http.Response, error)
- func (r ApiStorageProjectDiskListRequest) Image(image string) ApiStorageProjectDiskListRequest
- func (r ApiStorageProjectDiskListRequest) Name(name string) ApiStorageProjectDiskListRequest
- func (r ApiStorageProjectDiskListRequest) TagKey(tagKey string) ApiStorageProjectDiskListRequest
- func (r ApiStorageProjectDiskListRequest) TagValue(tagValue string) ApiStorageProjectDiskListRequest
- func (r ApiStorageProjectDiskListRequest) Vm(vm string) ApiStorageProjectDiskListRequest
- type ApiStorageProjectDiskMetricGetRequest
- type ApiStorageProjectDiskMetricListRequest
- type ApiStorageProjectDiskMetricSeriesListRequest
- func (r ApiStorageProjectDiskMetricSeriesListRequest) Aligner(aligner string) ApiStorageProjectDiskMetricSeriesListRequest
- func (r ApiStorageProjectDiskMetricSeriesListRequest) Execute() ([]Point, *http.Response, error)
- func (r ApiStorageProjectDiskMetricSeriesListRequest) Interval(interval string) ApiStorageProjectDiskMetricSeriesListRequest
- func (r ApiStorageProjectDiskMetricSeriesListRequest) Timespan(timespan string) ApiStorageProjectDiskMetricSeriesListRequest
- type ApiStorageProjectDiskResizeRequest
- func (r ApiStorageProjectDiskResizeRequest) Execute() (*Disk, *http.Response, error)
- func (r ApiStorageProjectDiskResizeRequest) StorageProjectDiskResize(storageProjectDiskResize StorageProjectDiskResize) ApiStorageProjectDiskResizeRequest
- func (r ApiStorageProjectDiskResizeRequest) XDryRun(xDryRun string) ApiStorageProjectDiskResizeRequest
- func (r ApiStorageProjectDiskResizeRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectDiskResizeRequest
- type ApiStorageProjectDiskServiceGetRequest
- type ApiStorageProjectDiskServiceListRequest
- type ApiStorageProjectDiskTagCreateRequest
- type ApiStorageProjectDiskTagDeleteRequest
- type ApiStorageProjectDiskTagGetRequest
- type ApiStorageProjectDiskTagListRequest
- type ApiStorageProjectDiskTagPutRequest
- type ApiStorageProjectDiskTransferRequest
- func (r ApiStorageProjectDiskTransferRequest) Execute() (*Disk, *http.Response, error)
- func (r ApiStorageProjectDiskTransferRequest) StorageProjectDiskTransfer(storageProjectDiskTransfer StorageProjectDiskTransfer) ApiStorageProjectDiskTransferRequest
- func (r ApiStorageProjectDiskTransferRequest) XDryRun(xDryRun string) ApiStorageProjectDiskTransferRequest
- func (r ApiStorageProjectDiskTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectDiskTransferRequest
- type ApiStorageProjectDiskUpdateRequest
- type ApiStorageProjectImageCreateRequest
- func (r ApiStorageProjectImageCreateRequest) Execute() (*Image, *http.Response, error)
- func (r ApiStorageProjectImageCreateRequest) StorageProjectImageCreate(storageProjectImageCreate StorageProjectImageCreate) ApiStorageProjectImageCreateRequest
- func (r ApiStorageProjectImageCreateRequest) XDryRun(xDryRun string) ApiStorageProjectImageCreateRequest
- func (r ApiStorageProjectImageCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectImageCreateRequest
- type ApiStorageProjectImageDeleteRequest
- type ApiStorageProjectImageEventGetRequest
- type ApiStorageProjectImageEventListRequest
- func (r ApiStorageProjectImageEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiStorageProjectImageEventListRequest) Limit(limit float32) ApiStorageProjectImageEventListRequest
- func (r ApiStorageProjectImageEventListRequest) Skip(skip float32) ApiStorageProjectImageEventListRequest
- type ApiStorageProjectImageGetRequest
- type ApiStorageProjectImageListRequest
- func (r ApiStorageProjectImageListRequest) Execute() ([]Image, *http.Response, error)
- func (r ApiStorageProjectImageListRequest) Name(name string) ApiStorageProjectImageListRequest
- func (r ApiStorageProjectImageListRequest) TagKey(tagKey string) ApiStorageProjectImageListRequest
- func (r ApiStorageProjectImageListRequest) TagValue(tagValue string) ApiStorageProjectImageListRequest
- type ApiStorageProjectImageServiceGetRequest
- type ApiStorageProjectImageServiceListRequest
- type ApiStorageProjectImageTagCreateRequest
- type ApiStorageProjectImageTagDeleteRequest
- type ApiStorageProjectImageTagGetRequest
- type ApiStorageProjectImageTagListRequest
- type ApiStorageProjectImageTagPutRequest
- type ApiStorageProjectImageTransferRequest
- func (r ApiStorageProjectImageTransferRequest) Execute() (*Image, *http.Response, error)
- func (r ApiStorageProjectImageTransferRequest) StorageProjectImageTransfer(storageProjectImageTransfer StorageProjectImageTransfer) ApiStorageProjectImageTransferRequest
- func (r ApiStorageProjectImageTransferRequest) XDryRun(xDryRun string) ApiStorageProjectImageTransferRequest
- func (r ApiStorageProjectImageTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectImageTransferRequest
- type ApiStorageProjectImageUpdateRequest
- type ApiStorageProjectIsoCreateRequest
- func (r ApiStorageProjectIsoCreateRequest) Execute() (*Iso, *http.Response, error)
- func (r ApiStorageProjectIsoCreateRequest) StorageProjectIsoCreate(storageProjectIsoCreate StorageProjectIsoCreate) ApiStorageProjectIsoCreateRequest
- func (r ApiStorageProjectIsoCreateRequest) XDryRun(xDryRun string) ApiStorageProjectIsoCreateRequest
- func (r ApiStorageProjectIsoCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectIsoCreateRequest
- type ApiStorageProjectIsoDeleteRequest
- type ApiStorageProjectIsoDetachRequest
- func (r ApiStorageProjectIsoDetachRequest) Execute() (*Iso, *http.Response, error)
- func (r ApiStorageProjectIsoDetachRequest) StorageProjectIsoDetach(storageProjectIsoDetach StorageProjectIsoDetach) ApiStorageProjectIsoDetachRequest
- func (r ApiStorageProjectIsoDetachRequest) XDryRun(xDryRun string) ApiStorageProjectIsoDetachRequest
- func (r ApiStorageProjectIsoDetachRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectIsoDetachRequest
- type ApiStorageProjectIsoEventGetRequest
- type ApiStorageProjectIsoEventListRequest
- type ApiStorageProjectIsoGetRequest
- type ApiStorageProjectIsoListRequest
- func (r ApiStorageProjectIsoListRequest) Execute() ([]Iso, *http.Response, error)
- func (r ApiStorageProjectIsoListRequest) Name(name string) ApiStorageProjectIsoListRequest
- func (r ApiStorageProjectIsoListRequest) TagKey(tagKey string) ApiStorageProjectIsoListRequest
- func (r ApiStorageProjectIsoListRequest) TagValue(tagValue string) ApiStorageProjectIsoListRequest
- type ApiStorageProjectIsoServiceGetRequest
- type ApiStorageProjectIsoServiceListRequest
- type ApiStorageProjectIsoTagCreateRequest
- type ApiStorageProjectIsoTagDeleteRequest
- type ApiStorageProjectIsoTagGetRequest
- type ApiStorageProjectIsoTagListRequest
- type ApiStorageProjectIsoTagPutRequest
- type ApiStorageProjectIsoTransferRequest
- func (r ApiStorageProjectIsoTransferRequest) Execute() (*Iso, *http.Response, error)
- func (r ApiStorageProjectIsoTransferRequest) StorageProjectIsoTransfer(storageProjectIsoTransfer StorageProjectIsoTransfer) ApiStorageProjectIsoTransferRequest
- func (r ApiStorageProjectIsoTransferRequest) XDryRun(xDryRun string) ApiStorageProjectIsoTransferRequest
- func (r ApiStorageProjectIsoTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectIsoTransferRequest
- type ApiStorageProjectIsoUpdateRequest
- type ApiStorageProjectVaultConnectGetRequest
- type ApiStorageProjectVaultConnectListRequest
- type ApiStorageProjectVaultCreateRequest
- func (r ApiStorageProjectVaultCreateRequest) Execute() (*Vault, *http.Response, error)
- func (r ApiStorageProjectVaultCreateRequest) StorageProjectVaultCreate(storageProjectVaultCreate StorageProjectVaultCreate) ApiStorageProjectVaultCreateRequest
- func (r ApiStorageProjectVaultCreateRequest) XDryRun(xDryRun string) ApiStorageProjectVaultCreateRequest
- func (r ApiStorageProjectVaultCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectVaultCreateRequest
- type ApiStorageProjectVaultCredentialCreateRequest
- type ApiStorageProjectVaultCredentialDeleteRequest
- type ApiStorageProjectVaultCredentialGetRequest
- type ApiStorageProjectVaultCredentialListRequest
- type ApiStorageProjectVaultCredentialPatchRequest
- func (r ApiStorageProjectVaultCredentialPatchRequest) Execute() (*VaultCredential, *http.Response, error)
- func (r ApiStorageProjectVaultCredentialPatchRequest) StorageProjectVaultCredentialPatch(storageProjectVaultCredentialPatch StorageProjectVaultCredentialPatch) ApiStorageProjectVaultCredentialPatchRequest
- type ApiStorageProjectVaultDeleteRequest
- type ApiStorageProjectVaultEventGetRequest
- type ApiStorageProjectVaultEventListRequest
- func (r ApiStorageProjectVaultEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiStorageProjectVaultEventListRequest) Limit(limit float32) ApiStorageProjectVaultEventListRequest
- func (r ApiStorageProjectVaultEventListRequest) Skip(skip float32) ApiStorageProjectVaultEventListRequest
- type ApiStorageProjectVaultGetRequest
- type ApiStorageProjectVaultListRequest
- func (r ApiStorageProjectVaultListRequest) Execute() ([]Vault, *http.Response, error)
- func (r ApiStorageProjectVaultListRequest) Name(name string) ApiStorageProjectVaultListRequest
- func (r ApiStorageProjectVaultListRequest) TagKey(tagKey string) ApiStorageProjectVaultListRequest
- func (r ApiStorageProjectVaultListRequest) TagValue(tagValue string) ApiStorageProjectVaultListRequest
- type ApiStorageProjectVaultResizeRequest
- func (r ApiStorageProjectVaultResizeRequest) Execute() (*Vault, *http.Response, error)
- func (r ApiStorageProjectVaultResizeRequest) StorageProjectVaultResize(storageProjectVaultResize StorageProjectVaultResize) ApiStorageProjectVaultResizeRequest
- func (r ApiStorageProjectVaultResizeRequest) XDryRun(xDryRun string) ApiStorageProjectVaultResizeRequest
- func (r ApiStorageProjectVaultResizeRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectVaultResizeRequest
- type ApiStorageProjectVaultServiceGetRequest
- type ApiStorageProjectVaultServiceListRequest
- type ApiStorageProjectVaultSnapshotCreateRequest
- func (r ApiStorageProjectVaultSnapshotCreateRequest) Execute() (*StorageSnapshot, *http.Response, error)
- func (r ApiStorageProjectVaultSnapshotCreateRequest) StorageProjectVaultSnapshotCreate(storageProjectVaultSnapshotCreate StorageProjectVaultSnapshotCreate) ApiStorageProjectVaultSnapshotCreateRequest
- type ApiStorageProjectVaultSnapshotDeleteRequest
- type ApiStorageProjectVaultSnapshotGetRequest
- type ApiStorageProjectVaultSnapshotListRequest
- type ApiStorageProjectVaultStartRequest
- func (r ApiStorageProjectVaultStartRequest) Execute() (*Vault, *http.Response, error)
- func (r ApiStorageProjectVaultStartRequest) XDryRun(xDryRun string) ApiStorageProjectVaultStartRequest
- func (r ApiStorageProjectVaultStartRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectVaultStartRequest
- type ApiStorageProjectVaultStopRequest
- func (r ApiStorageProjectVaultStopRequest) Execute() (*Vault, *http.Response, error)
- func (r ApiStorageProjectVaultStopRequest) XDryRun(xDryRun string) ApiStorageProjectVaultStopRequest
- func (r ApiStorageProjectVaultStopRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectVaultStopRequest
- type ApiStorageProjectVaultTagCreateRequest
- type ApiStorageProjectVaultTagDeleteRequest
- type ApiStorageProjectVaultTagGetRequest
- type ApiStorageProjectVaultTagListRequest
- type ApiStorageProjectVaultTagPutRequest
- type ApiStorageProjectVaultUpdateRequest
- type ApiSupportProjectTicketCloseRequest
- func (r ApiSupportProjectTicketCloseRequest) Execute() (*Ticket, *http.Response, error)
- func (r ApiSupportProjectTicketCloseRequest) XDryRun(xDryRun string) ApiSupportProjectTicketCloseRequest
- func (r ApiSupportProjectTicketCloseRequest) XIdempotencyKey(xIdempotencyKey string) ApiSupportProjectTicketCloseRequest
- type ApiSupportProjectTicketCreateRequest
- func (r ApiSupportProjectTicketCreateRequest) Execute() (*Ticket, *http.Response, error)
- func (r ApiSupportProjectTicketCreateRequest) SupportProjectTicketCreate(supportProjectTicketCreate SupportProjectTicketCreate) ApiSupportProjectTicketCreateRequest
- func (r ApiSupportProjectTicketCreateRequest) XDryRun(xDryRun string) ApiSupportProjectTicketCreateRequest
- func (r ApiSupportProjectTicketCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiSupportProjectTicketCreateRequest
- type ApiSupportProjectTicketGetRequest
- type ApiSupportProjectTicketListRequest
- type ApiSupportProjectTicketMessageCreateRequest
- type ApiSupportProjectTicketMessageGetRequest
- type ApiSupportProjectTicketMessageListRequest
- type ApiVmhostProjectInstanceEventGetRequest
- type ApiVmhostProjectInstanceEventListRequest
- func (r ApiVmhostProjectInstanceEventListRequest) Execute() ([]Event, *http.Response, error)
- func (r ApiVmhostProjectInstanceEventListRequest) Limit(limit float32) ApiVmhostProjectInstanceEventListRequest
- func (r ApiVmhostProjectInstanceEventListRequest) Skip(skip float32) ApiVmhostProjectInstanceEventListRequest
- type ApiVmhostProjectInstanceGetRequest
- type ApiVmhostProjectInstanceListRequest
- type ApiVmhostProjectInstanceServiceGetRequest
- type ApiVmhostProjectInstanceServiceListRequest
- type ApiVmhostProjectInstanceTagCreateRequest
- type ApiVmhostProjectInstanceTagDeleteRequest
- type ApiVmhostProjectInstanceTagGetRequest
- type ApiVmhostProjectInstanceTagListRequest
- type ApiVmhostProjectInstanceTagPutRequest
- type Application
- func (o *Application) GetCreatedBy() string
- func (o *Application) GetCreatedByOk() (*string, bool)
- func (o *Application) GetCreatedOn() time.Time
- func (o *Application) GetCreatedOnOk() (*time.Time, bool)
- func (o *Application) GetFlavour() string
- func (o *Application) GetFlavourOk() (*string, bool)
- func (o *Application) GetId() string
- func (o *Application) GetIdOk() (*string, bool)
- func (o *Application) GetModifiedBy() string
- func (o *Application) GetModifiedByOk() (*string, bool)
- func (o *Application) GetModifiedOn() time.Time
- func (o *Application) GetModifiedOnOk() (*time.Time, bool)
- func (o *Application) GetName() string
- func (o *Application) GetNameOk() (*string, bool)
- func (o *Application) GetProject() string
- func (o *Application) GetProjectOk() (*string, bool)
- func (o *Application) GetState() string
- func (o *Application) GetStateOk() (*string, bool)
- func (o *Application) GetTag() []Tag
- func (o *Application) GetTagOk() ([]Tag, bool)
- func (o *Application) GetUri() string
- func (o *Application) GetUriOk() (*string, bool)
- func (o *Application) HasCreatedBy() bool
- func (o *Application) HasCreatedOn() bool
- func (o *Application) HasFlavour() bool
- func (o *Application) HasModifiedBy() bool
- func (o *Application) HasModifiedOn() bool
- func (o *Application) HasProject() bool
- func (o *Application) HasState() bool
- func (o *Application) HasTag() bool
- func (o *Application) HasUri() bool
- func (o Application) MarshalJSON() ([]byte, error)
- func (o *Application) SetCreatedBy(v string)
- func (o *Application) SetCreatedOn(v time.Time)
- func (o *Application) SetFlavour(v string)
- func (o *Application) SetId(v string)
- func (o *Application) SetModifiedBy(v string)
- func (o *Application) SetModifiedOn(v time.Time)
- func (o *Application) SetName(v string)
- func (o *Application) SetProject(v string)
- func (o *Application) SetState(v string)
- func (o *Application) SetTag(v []Tag)
- func (o *Application) SetUri(v string)
- type ApplicationCredential
- func (o *ApplicationCredential) GetCreatedBy() string
- func (o *ApplicationCredential) GetCreatedByOk() (*string, bool)
- func (o *ApplicationCredential) GetCreatedOn() time.Time
- func (o *ApplicationCredential) GetCreatedOnOk() (*time.Time, bool)
- func (o *ApplicationCredential) GetFingerprint() string
- func (o *ApplicationCredential) GetFingerprintOk() (*string, bool)
- func (o *ApplicationCredential) GetId() string
- func (o *ApplicationCredential) GetIdOk() (*string, bool)
- func (o *ApplicationCredential) GetName() string
- func (o *ApplicationCredential) GetNameOk() (*string, bool)
- func (o *ApplicationCredential) GetToken() string
- func (o *ApplicationCredential) GetTokenOk() (*string, bool)
- func (o *ApplicationCredential) GetType() string
- func (o *ApplicationCredential) GetTypeOk() (*string, bool)
- func (o *ApplicationCredential) GetValue() string
- func (o *ApplicationCredential) GetValueOk() (*string, bool)
- func (o *ApplicationCredential) HasCreatedBy() bool
- func (o *ApplicationCredential) HasCreatedOn() bool
- func (o *ApplicationCredential) HasFingerprint() bool
- func (o *ApplicationCredential) HasId() bool
- func (o *ApplicationCredential) HasToken() bool
- func (o ApplicationCredential) MarshalJSON() ([]byte, error)
- func (o *ApplicationCredential) SetCreatedBy(v string)
- func (o *ApplicationCredential) SetCreatedOn(v time.Time)
- func (o *ApplicationCredential) SetFingerprint(v string)
- func (o *ApplicationCredential) SetId(v string)
- func (o *ApplicationCredential) SetName(v string)
- func (o *ApplicationCredential) SetToken(v string)
- func (o *ApplicationCredential) SetType(v string)
- func (o *ApplicationCredential) SetValue(v string)
- type Attempt
- func (o *Attempt) GetAgent() string
- func (o *Attempt) GetAgentOk() (*string, bool)
- func (o *Attempt) GetCreatedOn() time.Time
- func (o *Attempt) GetCreatedOnOk() (*time.Time, bool)
- func (o *Attempt) GetError() bool
- func (o *Attempt) GetErrorOk() (*bool, bool)
- func (o *Attempt) GetId() string
- func (o *Attempt) GetIdOk() (*string, bool)
- func (o *Attempt) GetStatus() float32
- func (o *Attempt) GetStatusOk() (*float32, bool)
- func (o *Attempt) GetStderr() map[string]string
- func (o *Attempt) GetStderrOk() (*map[string]string, bool)
- func (o *Attempt) GetStdout() map[string]string
- func (o *Attempt) GetStdoutOk() (*map[string]string, bool)
- func (o *Attempt) HasAgent() bool
- func (o *Attempt) HasCreatedOn() bool
- func (o *Attempt) HasError() bool
- func (o *Attempt) HasId() bool
- func (o *Attempt) HasStatus() bool
- func (o *Attempt) HasStderr() bool
- func (o *Attempt) HasStdout() bool
- func (o Attempt) MarshalJSON() ([]byte, error)
- func (o *Attempt) SetAgent(v string)
- func (o *Attempt) SetCreatedOn(v time.Time)
- func (o *Attempt) SetError(v bool)
- func (o *Attempt) SetId(v string)
- func (o *Attempt) SetStatus(v float32)
- func (o *Attempt) SetStderr(v map[string]string)
- func (o *Attempt) SetStdout(v map[string]string)
- type AuthToken
- func (o *AuthToken) GetAccess() []AuthTokenAccess
- func (o *AuthToken) GetAccessOk() ([]AuthTokenAccess, bool)
- func (o *AuthToken) GetClientIp() string
- func (o *AuthToken) GetClientIpOk() (*string, bool)
- func (o *AuthToken) GetCreatedBy() string
- func (o *AuthToken) GetCreatedByOk() (*string, bool)
- func (o *AuthToken) GetCreatedOn() time.Time
- func (o *AuthToken) GetCreatedOnOk() (*time.Time, bool)
- func (o *AuthToken) GetExpiry() time.Time
- func (o *AuthToken) GetExpiryOk() (*time.Time, bool)
- func (o *AuthToken) GetId() string
- func (o *AuthToken) GetIdOk() (*string, bool)
- func (o *AuthToken) GetName() string
- func (o *AuthToken) GetNameOk() (*string, bool)
- func (o *AuthToken) GetUserAgent() string
- func (o *AuthToken) GetUserAgentOk() (*string, bool)
- func (o *AuthToken) HasAccess() bool
- func (o *AuthToken) HasClientIp() bool
- func (o *AuthToken) HasCreatedBy() bool
- func (o *AuthToken) HasCreatedOn() bool
- func (o *AuthToken) HasExpiry() bool
- func (o *AuthToken) HasId() bool
- func (o *AuthToken) HasName() bool
- func (o *AuthToken) HasUserAgent() bool
- func (o AuthToken) MarshalJSON() ([]byte, error)
- func (o *AuthToken) SetAccess(v []AuthTokenAccess)
- func (o *AuthToken) SetClientIp(v string)
- func (o *AuthToken) SetCreatedBy(v string)
- func (o *AuthToken) SetCreatedOn(v time.Time)
- func (o *AuthToken) SetExpiry(v time.Time)
- func (o *AuthToken) SetId(v string)
- func (o *AuthToken) SetName(v string)
- func (o *AuthToken) SetUserAgent(v string)
- type AuthTokenAccess
- func (o *AuthTokenAccess) GetMethod() string
- func (o *AuthTokenAccess) GetMethodOk() (*string, bool)
- func (o *AuthTokenAccess) GetPath() string
- func (o *AuthTokenAccess) GetPathOk() (*string, bool)
- func (o AuthTokenAccess) MarshalJSON() ([]byte, error)
- func (o *AuthTokenAccess) SetMethod(v string)
- func (o *AuthTokenAccess) SetPath(v string)
- type BasicAuth
- type Billing
- func (o *Billing) GetCharges() []BillingCharges
- func (o *Billing) GetChargesOk() ([]BillingCharges, bool)
- func (o *Billing) GetId() string
- func (o *Billing) GetIdOk() (*string, bool)
- func (o *Billing) GetOneTime() bool
- func (o *Billing) GetOneTimeOk() (*bool, bool)
- func (o *Billing) GetPeriod() string
- func (o *Billing) GetPeriodOk() (*string, bool)
- func (o *Billing) GetPrice() float32
- func (o *Billing) GetPriceOk() (*float32, bool)
- func (o *Billing) GetProject() string
- func (o *Billing) GetProjectOk() (*string, bool)
- func (o *Billing) GetQuantity() float32
- func (o *Billing) GetQuantityOk() (*float32, bool)
- func (o *Billing) GetResource() BillingResource
- func (o *Billing) GetResourceOk() (*BillingResource, bool)
- func (o *Billing) GetService() BillingService
- func (o *Billing) GetServiceOk() (*BillingService, bool)
- func (o *Billing) HasCharges() bool
- func (o *Billing) HasId() bool
- func (o *Billing) HasOneTime() bool
- func (o *Billing) HasPeriod() bool
- func (o *Billing) HasPrice() bool
- func (o *Billing) HasProject() bool
- func (o *Billing) HasQuantity() bool
- func (o *Billing) HasResource() bool
- func (o *Billing) HasService() bool
- func (o Billing) MarshalJSON() ([]byte, error)
- func (o *Billing) SetCharges(v []BillingCharges)
- func (o *Billing) SetId(v string)
- func (o *Billing) SetOneTime(v bool)
- func (o *Billing) SetPeriod(v string)
- func (o *Billing) SetPrice(v float32)
- func (o *Billing) SetProject(v string)
- func (o *Billing) SetQuantity(v float32)
- func (o *Billing) SetResource(v BillingResource)
- func (o *Billing) SetService(v BillingService)
- type BillingAddress
- func (o *BillingAddress) GetCity() string
- func (o *BillingAddress) GetCityOk() (*string, bool)
- func (o *BillingAddress) GetCountry() string
- func (o *BillingAddress) GetCountryOk() (*string, bool)
- func (o *BillingAddress) GetStreet() string
- func (o *BillingAddress) GetStreetOk() (*string, bool)
- func (o *BillingAddress) GetZipcode() string
- func (o *BillingAddress) GetZipcodeOk() (*string, bool)
- func (o *BillingAddress) HasCountry() bool
- func (o BillingAddress) MarshalJSON() ([]byte, error)
- func (o *BillingAddress) SetCity(v string)
- func (o *BillingAddress) SetCountry(v string)
- func (o *BillingAddress) SetStreet(v string)
- func (o *BillingAddress) SetZipcode(v string)
- type BillingAddress1
- func (o *BillingAddress1) GetCity() string
- func (o *BillingAddress1) GetCityOk() (*string, bool)
- func (o *BillingAddress1) GetStreet() string
- func (o *BillingAddress1) GetStreetOk() (*string, bool)
- func (o *BillingAddress1) GetZipcode() string
- func (o *BillingAddress1) GetZipcodeOk() (*string, bool)
- func (o *BillingAddress1) HasCity() bool
- func (o *BillingAddress1) HasStreet() bool
- func (o *BillingAddress1) HasZipcode() bool
- func (o BillingAddress1) MarshalJSON() ([]byte, error)
- func (o *BillingAddress1) SetCity(v string)
- func (o *BillingAddress1) SetStreet(v string)
- func (o *BillingAddress1) SetZipcode(v string)
- type BillingCharges
- func (o *BillingCharges) GetEnd() string
- func (o *BillingCharges) GetEndOk() (*string, bool)
- func (o *BillingCharges) GetId() string
- func (o *BillingCharges) GetIdOk() (*string, bool)
- func (o *BillingCharges) GetPaidFrom() string
- func (o *BillingCharges) GetPaidFromOk() (*string, bool)
- func (o *BillingCharges) GetPaidOn() string
- func (o *BillingCharges) GetPaidOnOk() (*string, bool)
- func (o *BillingCharges) GetPrice() float32
- func (o *BillingCharges) GetPriceOk() (*float32, bool)
- func (o *BillingCharges) GetQuantity() float32
- func (o *BillingCharges) GetQuantityOk() (*float32, bool)
- func (o *BillingCharges) GetStart() string
- func (o *BillingCharges) GetStartOk() (*string, bool)
- func (o *BillingCharges) GetValue() float32
- func (o *BillingCharges) GetValueOk() (*float32, bool)
- func (o *BillingCharges) HasEnd() bool
- func (o *BillingCharges) HasId() bool
- func (o *BillingCharges) HasPaidFrom() bool
- func (o *BillingCharges) HasPaidOn() bool
- func (o *BillingCharges) HasPrice() bool
- func (o *BillingCharges) HasQuantity() bool
- func (o *BillingCharges) HasStart() bool
- func (o *BillingCharges) HasValue() bool
- func (o BillingCharges) MarshalJSON() ([]byte, error)
- func (o *BillingCharges) SetEnd(v string)
- func (o *BillingCharges) SetId(v string)
- func (o *BillingCharges) SetPaidFrom(v string)
- func (o *BillingCharges) SetPaidOn(v string)
- func (o *BillingCharges) SetPrice(v float32)
- func (o *BillingCharges) SetQuantity(v float32)
- func (o *BillingCharges) SetStart(v string)
- func (o *BillingCharges) SetValue(v float32)
- type BillingProjectServiceApiService
- func (a *BillingProjectServiceApiService) BillingProjectServiceGet(ctx context.Context, projectId string, serviceId string) ApiBillingProjectServiceGetRequest
- func (a *BillingProjectServiceApiService) BillingProjectServiceGetExecute(r ApiBillingProjectServiceGetRequest) (*Service, *http.Response, error)
- func (a *BillingProjectServiceApiService) BillingProjectServiceList(ctx context.Context, projectId string) ApiBillingProjectServiceListRequest
- func (a *BillingProjectServiceApiService) BillingProjectServiceListExecute(r ApiBillingProjectServiceListRequest) ([]Service, *http.Response, error)
- type BillingResource
- func (o *BillingResource) GetDeleted() bool
- func (o *BillingResource) GetDeletedOk() (*bool, bool)
- func (o *BillingResource) GetId() string
- func (o *BillingResource) GetIdOk() (*string, bool)
- func (o *BillingResource) GetName() string
- func (o *BillingResource) GetNameOk() (*string, bool)
- func (o *BillingResource) GetType() string
- func (o *BillingResource) GetTypeOk() (*string, bool)
- func (o *BillingResource) HasDeleted() bool
- func (o *BillingResource) HasId() bool
- func (o *BillingResource) HasName() bool
- func (o *BillingResource) HasType() bool
- func (o BillingResource) MarshalJSON() ([]byte, error)
- func (o *BillingResource) SetDeleted(v bool)
- func (o *BillingResource) SetId(v string)
- func (o *BillingResource) SetName(v string)
- func (o *BillingResource) SetType(v string)
- type BillingService
- func (o *BillingService) GetId() string
- func (o *BillingService) GetIdOk() (*string, bool)
- func (o *BillingService) GetName() string
- func (o *BillingService) GetNameOk() (*string, bool)
- func (o *BillingService) GetType() string
- func (o *BillingService) GetTypeOk() (*string, bool)
- func (o *BillingService) HasId() bool
- func (o *BillingService) HasName() bool
- func (o *BillingService) HasType() bool
- func (o BillingService) MarshalJSON() ([]byte, error)
- func (o *BillingService) SetId(v string)
- func (o *BillingService) SetName(v string)
- func (o *BillingService) SetType(v string)
- type Bucket
- func (o *Bucket) GetCreatedBy() string
- func (o *Bucket) GetCreatedByOk() (*string, bool)
- func (o *Bucket) GetCreatedOn() time.Time
- func (o *Bucket) GetCreatedOnOk() (*time.Time, bool)
- func (o *Bucket) GetFlavour() string
- func (o *Bucket) GetFlavourOk() (*string, bool)
- func (o *Bucket) GetId() string
- func (o *Bucket) GetIdOk() (*string, bool)
- func (o *Bucket) GetModifiedBy() string
- func (o *Bucket) GetModifiedByOk() (*string, bool)
- func (o *Bucket) GetModifiedOn() time.Time
- func (o *Bucket) GetModifiedOnOk() (*time.Time, bool)
- func (o *Bucket) GetName() string
- func (o *Bucket) GetNameOk() (*string, bool)
- func (o *Bucket) GetOrganisation() string
- func (o *Bucket) GetOrganisationOk() (*string, bool)
- func (o *Bucket) GetProject() string
- func (o *Bucket) GetProjectOk() (*string, bool)
- func (o *Bucket) GetSizeUsed() float32
- func (o *Bucket) GetSizeUsedOk() (*float32, bool)
- func (o *Bucket) GetState() string
- func (o *Bucket) GetStateOk() (*string, bool)
- func (o *Bucket) GetUri() string
- func (o *Bucket) GetUriOk() (*string, bool)
- func (o *Bucket) HasCreatedBy() bool
- func (o *Bucket) HasCreatedOn() bool
- func (o *Bucket) HasFlavour() bool
- func (o *Bucket) HasModifiedBy() bool
- func (o *Bucket) HasModifiedOn() bool
- func (o *Bucket) HasOrganisation() bool
- func (o *Bucket) HasProject() bool
- func (o *Bucket) HasSizeUsed() bool
- func (o *Bucket) HasState() bool
- func (o *Bucket) HasUri() bool
- func (o Bucket) MarshalJSON() ([]byte, error)
- func (o *Bucket) SetCreatedBy(v string)
- func (o *Bucket) SetCreatedOn(v time.Time)
- func (o *Bucket) SetFlavour(v string)
- func (o *Bucket) SetId(v string)
- func (o *Bucket) SetModifiedBy(v string)
- func (o *Bucket) SetModifiedOn(v time.Time)
- func (o *Bucket) SetName(v string)
- func (o *Bucket) SetOrganisation(v string)
- func (o *Bucket) SetProject(v string)
- func (o *Bucket) SetSizeUsed(v float32)
- func (o *Bucket) SetState(v string)
- func (o *Bucket) SetUri(v string)
- type ComputeProjectReplicaApiService
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaCreate(ctx context.Context, projectId string, locationId string) ApiComputeProjectReplicaCreateRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaCreateExecute(r ApiComputeProjectReplicaCreateRequest) (*Replica, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaDelete(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaDeleteRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaDeleteExecute(r ApiComputeProjectReplicaDeleteRequest) (*Replica, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaDiskList(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaDiskListRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaDiskListExecute(r ApiComputeProjectReplicaDiskListRequest) ([]Disk, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaEventGet(ctx context.Context, projectId string, locationId string, replicaId string, ...) ApiComputeProjectReplicaEventGetRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaEventGetExecute(r ApiComputeProjectReplicaEventGetRequest) (*Event, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaEventList(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaEventListRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaEventListExecute(r ApiComputeProjectReplicaEventListRequest) ([]Event, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaGet(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaGetRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaGetExecute(r ApiComputeProjectReplicaGetRequest) (*Replica, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaList(ctx context.Context, projectId string, locationId string) ApiComputeProjectReplicaListRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaListExecute(r ApiComputeProjectReplicaListRequest) ([]Replica, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaServiceGet(ctx context.Context, projectId string, locationId string, replicaId string, ...) ApiComputeProjectReplicaServiceGetRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaServiceGetExecute(r ApiComputeProjectReplicaServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaServiceList(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaServiceListRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaServiceListExecute(r ApiComputeProjectReplicaServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagCreate(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaTagCreateRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagCreateExecute(r ApiComputeProjectReplicaTagCreateRequest) (*Tag, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagDelete(ctx context.Context, projectId string, locationId string, replicaId string, ...) ApiComputeProjectReplicaTagDeleteRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagDeleteExecute(r ApiComputeProjectReplicaTagDeleteRequest) (*http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagGet(ctx context.Context, projectId string, locationId string, replicaId string, ...) ApiComputeProjectReplicaTagGetRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagGetExecute(r ApiComputeProjectReplicaTagGetRequest) (*Tag, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagList(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaTagListRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagListExecute(r ApiComputeProjectReplicaTagListRequest) ([]Tag, *http.Response, error)
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagPut(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaTagPutRequest
- func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagPutExecute(r ApiComputeProjectReplicaTagPutRequest) ([]Tag, *http.Response, error)
- type ComputeProjectReplicaCreate
- func (o *ComputeProjectReplicaCreate) GetHostname() string
- func (o *ComputeProjectReplicaCreate) GetHostnameOk() (*string, bool)
- func (o *ComputeProjectReplicaCreate) GetSecret() string
- func (o *ComputeProjectReplicaCreate) GetSecretOk() (*string, bool)
- func (o ComputeProjectReplicaCreate) MarshalJSON() ([]byte, error)
- func (o *ComputeProjectReplicaCreate) SetHostname(v string)
- func (o *ComputeProjectReplicaCreate) SetSecret(v string)
- type ComputeProjectVmApiService
- func (a *ComputeProjectVmApiService) ComputeProjectVmConnectGet(ctx context.Context, projectId string, locationId string, vmId string, ...) ApiComputeProjectVmConnectGetRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmConnectGetExecute(r ApiComputeProjectVmConnectGetRequest) (*Connect, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmConnectList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmConnectListRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmConnectListExecute(r ApiComputeProjectVmConnectListRequest) ([]Connect, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmConnectOpen(ctx context.Context, projectId string, locationId string, vmId string, ...) ApiComputeProjectVmConnectOpenRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmConnectOpenExecute(r ApiComputeProjectVmConnectOpenRequest) (*http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmCreate(ctx context.Context, projectId string, locationId string) ApiComputeProjectVmCreateRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmCreateExecute(r ApiComputeProjectVmCreateRequest) (*Vm, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmDelete(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmDeleteRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmDeleteExecute(r ApiComputeProjectVmDeleteRequest) (*Vm, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmDiskCreate(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmDiskCreateRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmDiskCreateExecute(r ApiComputeProjectVmDiskCreateRequest) (*Disk, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmDiskList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmDiskListRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmDiskListExecute(r ApiComputeProjectVmDiskListRequest) ([]Disk, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmEventGet(ctx context.Context, projectId string, locationId string, vmId string, ...) ApiComputeProjectVmEventGetRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmEventGetExecute(r ApiComputeProjectVmEventGetRequest) (*Event, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmEventList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmEventListRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmEventListExecute(r ApiComputeProjectVmEventListRequest) ([]Event, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmFlavour(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmFlavourRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmFlavourExecute(r ApiComputeProjectVmFlavourRequest) (*Vm, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmGet(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmGetRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmGetExecute(r ApiComputeProjectVmGetRequest) (*Vm, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmIsoCreate(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmIsoCreateRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmIsoCreateExecute(r ApiComputeProjectVmIsoCreateRequest) (*Iso, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmIsoList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmIsoListRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmIsoListExecute(r ApiComputeProjectVmIsoListRequest) ([]Iso, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmList(ctx context.Context, projectId string, locationId string) ApiComputeProjectVmListRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmListExecute(r ApiComputeProjectVmListRequest) ([]Vm, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmMetricGet(ctx context.Context, projectId string, locationId string, vmId string, ...) ApiComputeProjectVmMetricGetRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmMetricGetExecute(r ApiComputeProjectVmMetricGetRequest) (*Metric, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmMetricList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmMetricListRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmMetricListExecute(r ApiComputeProjectVmMetricListRequest) ([]Metric, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmMetricSeriesList(ctx context.Context, projectId string, locationId string, vmId string, ...) ApiComputeProjectVmMetricSeriesListRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmMetricSeriesListExecute(r ApiComputeProjectVmMetricSeriesListRequest) ([]Point, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmPasswordReset(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmPasswordResetRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmPasswordResetExecute(r ApiComputeProjectVmPasswordResetRequest) (*Vm, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmRestart(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmRestartRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmRestartExecute(r ApiComputeProjectVmRestartRequest) (*Vm, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmSerialport(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmSerialportRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmSerialportExecute(r ApiComputeProjectVmSerialportRequest) (**os.File, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmServiceGet(ctx context.Context, projectId string, locationId string, vmId string, ...) ApiComputeProjectVmServiceGetRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmServiceGetExecute(r ApiComputeProjectVmServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmServiceList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmServiceListRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmServiceListExecute(r ApiComputeProjectVmServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmStart(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmStartRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmStartExecute(r ApiComputeProjectVmStartRequest) (*Vm, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmStop(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmStopRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmStopExecute(r ApiComputeProjectVmStopRequest) (*Vm, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmTagCreate(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmTagCreateRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmTagCreateExecute(r ApiComputeProjectVmTagCreateRequest) (*Tag, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmTagDelete(ctx context.Context, projectId string, locationId string, vmId string, ...) ApiComputeProjectVmTagDeleteRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmTagDeleteExecute(r ApiComputeProjectVmTagDeleteRequest) (*http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmTagGet(ctx context.Context, projectId string, locationId string, vmId string, ...) ApiComputeProjectVmTagGetRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmTagGetExecute(r ApiComputeProjectVmTagGetRequest) (*Tag, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmTagList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmTagListRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmTagListExecute(r ApiComputeProjectVmTagListRequest) ([]Tag, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmTagPut(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmTagPutRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmTagPutExecute(r ApiComputeProjectVmTagPutRequest) ([]Tag, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmTurnoff(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmTurnoffRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmTurnoffExecute(r ApiComputeProjectVmTurnoffRequest) (*Vm, *http.Response, error)
- func (a *ComputeProjectVmApiService) ComputeProjectVmUpdate(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmUpdateRequest
- func (a *ComputeProjectVmApiService) ComputeProjectVmUpdateExecute(r ApiComputeProjectVmUpdateRequest) (*Vm, *http.Response, error)
- type ComputeProjectVmConnectOpen
- func (o *ComputeProjectVmConnectOpen) GetProtocol() string
- func (o *ComputeProjectVmConnectOpen) GetProtocolOk() (*string, bool)
- func (o *ComputeProjectVmConnectOpen) HasProtocol() bool
- func (o ComputeProjectVmConnectOpen) MarshalJSON() ([]byte, error)
- func (o *ComputeProjectVmConnectOpen) SetProtocol(v string)
- type ComputeProjectVmCreate
- func (o *ComputeProjectVmCreate) GetCredential() []ComputeProjectVmCreateCredential
- func (o *ComputeProjectVmCreate) GetCredentialOk() ([]ComputeProjectVmCreateCredential, bool)
- func (o *ComputeProjectVmCreate) GetDisk() []ComputeProjectVmCreateDisk
- func (o *ComputeProjectVmCreate) GetDiskOk() ([]ComputeProjectVmCreateDisk, bool)
- func (o *ComputeProjectVmCreate) GetImage() string
- func (o *ComputeProjectVmCreate) GetImageOk() (*string, bool)
- func (o *ComputeProjectVmCreate) GetIso() string
- func (o *ComputeProjectVmCreate) GetIsoOk() (*string, bool)
- func (o *ComputeProjectVmCreate) GetName() string
- func (o *ComputeProjectVmCreate) GetNameOk() (*string, bool)
- func (o *ComputeProjectVmCreate) GetNetadp() []ComputeProjectVmCreateNetadp
- func (o *ComputeProjectVmCreate) GetNetadpOk() ([]ComputeProjectVmCreateNetadp, bool)
- func (o *ComputeProjectVmCreate) GetService() string
- func (o *ComputeProjectVmCreate) GetServiceOk() (*string, bool)
- func (o *ComputeProjectVmCreate) GetStart() bool
- func (o *ComputeProjectVmCreate) GetStartOk() (*bool, bool)
- func (o *ComputeProjectVmCreate) GetTag() []Tag
- func (o *ComputeProjectVmCreate) GetTagOk() ([]Tag, bool)
- func (o *ComputeProjectVmCreate) GetUserMetadata() string
- func (o *ComputeProjectVmCreate) GetUserMetadataOk() (*string, bool)
- func (o *ComputeProjectVmCreate) GetUsername() string
- func (o *ComputeProjectVmCreate) GetUsernameOk() (*string, bool)
- func (o *ComputeProjectVmCreate) HasCredential() bool
- func (o *ComputeProjectVmCreate) HasDisk() bool
- func (o *ComputeProjectVmCreate) HasImage() bool
- func (o *ComputeProjectVmCreate) HasIso() bool
- func (o *ComputeProjectVmCreate) HasNetadp() bool
- func (o *ComputeProjectVmCreate) HasStart() bool
- func (o *ComputeProjectVmCreate) HasTag() bool
- func (o *ComputeProjectVmCreate) HasUserMetadata() bool
- func (o *ComputeProjectVmCreate) HasUsername() bool
- func (o ComputeProjectVmCreate) MarshalJSON() ([]byte, error)
- func (o *ComputeProjectVmCreate) SetCredential(v []ComputeProjectVmCreateCredential)
- func (o *ComputeProjectVmCreate) SetDisk(v []ComputeProjectVmCreateDisk)
- func (o *ComputeProjectVmCreate) SetImage(v string)
- func (o *ComputeProjectVmCreate) SetIso(v string)
- func (o *ComputeProjectVmCreate) SetName(v string)
- func (o *ComputeProjectVmCreate) SetNetadp(v []ComputeProjectVmCreateNetadp)
- func (o *ComputeProjectVmCreate) SetService(v string)
- func (o *ComputeProjectVmCreate) SetStart(v bool)
- func (o *ComputeProjectVmCreate) SetTag(v []Tag)
- func (o *ComputeProjectVmCreate) SetUserMetadata(v string)
- func (o *ComputeProjectVmCreate) SetUsername(v string)
- type ComputeProjectVmCreateCredential
- func (o *ComputeProjectVmCreateCredential) GetType() string
- func (o *ComputeProjectVmCreateCredential) GetTypeOk() (*string, bool)
- func (o *ComputeProjectVmCreateCredential) GetValue() string
- func (o *ComputeProjectVmCreateCredential) GetValueOk() (*string, bool)
- func (o ComputeProjectVmCreateCredential) MarshalJSON() ([]byte, error)
- func (o *ComputeProjectVmCreateCredential) SetType(v string)
- func (o *ComputeProjectVmCreateCredential) SetValue(v string)
- type ComputeProjectVmCreateDisk
- func (o *ComputeProjectVmCreateDisk) GetName() string
- func (o *ComputeProjectVmCreateDisk) GetNameOk() (*string, bool)
- func (o *ComputeProjectVmCreateDisk) GetService() string
- func (o *ComputeProjectVmCreateDisk) GetServiceOk() (*string, bool)
- func (o *ComputeProjectVmCreateDisk) GetSize() float32
- func (o *ComputeProjectVmCreateDisk) GetSizeOk() (*float32, bool)
- func (o ComputeProjectVmCreateDisk) MarshalJSON() ([]byte, error)
- func (o *ComputeProjectVmCreateDisk) SetName(v string)
- func (o *ComputeProjectVmCreateDisk) SetService(v string)
- func (o *ComputeProjectVmCreateDisk) SetSize(v float32)
- type ComputeProjectVmCreateNetadp
- func (o *ComputeProjectVmCreateNetadp) GetFirewall() string
- func (o *ComputeProjectVmCreateNetadp) GetFirewallOk() (*string, bool)
- func (o *ComputeProjectVmCreateNetadp) GetIp() []string
- func (o *ComputeProjectVmCreateNetadp) GetIpOk() ([]string, bool)
- func (o *ComputeProjectVmCreateNetadp) GetNetwork() string
- func (o *ComputeProjectVmCreateNetadp) GetNetworkOk() (*string, bool)
- func (o *ComputeProjectVmCreateNetadp) HasFirewall() bool
- func (o *ComputeProjectVmCreateNetadp) HasIp() bool
- func (o ComputeProjectVmCreateNetadp) MarshalJSON() ([]byte, error)
- func (o *ComputeProjectVmCreateNetadp) SetFirewall(v string)
- func (o *ComputeProjectVmCreateNetadp) SetIp(v []string)
- func (o *ComputeProjectVmCreateNetadp) SetNetwork(v string)
- type ComputeProjectVmDiskCreate
- type ComputeProjectVmFlavour
- type ComputeProjectVmIsoCreate
- type ComputeProjectVmPasswordReset
- func (o *ComputeProjectVmPasswordReset) GetExponent() string
- func (o *ComputeProjectVmPasswordReset) GetExponentOk() (*string, bool)
- func (o *ComputeProjectVmPasswordReset) GetModulus() string
- func (o *ComputeProjectVmPasswordReset) GetModulusOk() (*string, bool)
- func (o *ComputeProjectVmPasswordReset) GetUserName() string
- func (o *ComputeProjectVmPasswordReset) GetUserNameOk() (*string, bool)
- func (o ComputeProjectVmPasswordReset) MarshalJSON() ([]byte, error)
- func (o *ComputeProjectVmPasswordReset) SetExponent(v string)
- func (o *ComputeProjectVmPasswordReset) SetModulus(v string)
- func (o *ComputeProjectVmPasswordReset) SetUserName(v string)
- type ComputeProjectVmSerialport
- type ComputeProjectVmUpdate
- func (o *ComputeProjectVmUpdate) GetName() string
- func (o *ComputeProjectVmUpdate) GetNameOk() (*string, bool)
- func (o *ComputeProjectVmUpdate) GetUserMetadata() string
- func (o *ComputeProjectVmUpdate) GetUserMetadataOk() (*string, bool)
- func (o *ComputeProjectVmUpdate) HasName() bool
- func (o *ComputeProjectVmUpdate) HasUserMetadata() bool
- func (o ComputeProjectVmUpdate) MarshalJSON() ([]byte, error)
- func (o *ComputeProjectVmUpdate) SetName(v string)
- func (o *ComputeProjectVmUpdate) SetUserMetadata(v string)
- type Configuration
- type Connect
- func (o *Connect) GetId() string
- func (o *Connect) GetIdOk() (*string, bool)
- func (o *Connect) GetName() string
- func (o *Connect) GetNameOk() (*string, bool)
- func (o *Connect) GetType() string
- func (o *Connect) GetTypeOk() (*string, bool)
- func (o Connect) MarshalJSON() ([]byte, error)
- func (o *Connect) SetId(v string)
- func (o *Connect) SetName(v string)
- func (o *Connect) SetType(v string)
- type ContainerImage
- func (o *ContainerImage) GetCreatedOn() time.Time
- func (o *ContainerImage) GetCreatedOnOk() (*time.Time, bool)
- func (o *ContainerImage) GetDigest() string
- func (o *ContainerImage) GetDigestOk() (*string, bool)
- func (o *ContainerImage) GetId() string
- func (o *ContainerImage) GetIdOk() (*string, bool)
- func (o *ContainerImage) GetModifiedOn() time.Time
- func (o *ContainerImage) GetModifiedOnOk() (*time.Time, bool)
- func (o *ContainerImage) GetName() string
- func (o *ContainerImage) GetNameOk() (*string, bool)
- func (o *ContainerImage) HasId() bool
- func (o ContainerImage) MarshalJSON() ([]byte, error)
- func (o *ContainerImage) SetCreatedOn(v time.Time)
- func (o *ContainerImage) SetDigest(v string)
- func (o *ContainerImage) SetId(v string)
- func (o *ContainerImage) SetModifiedOn(v time.Time)
- func (o *ContainerImage) SetName(v string)
- type ContainerProjectRegistryApiService
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCreate(ctx context.Context, projectId string, locationId string) ApiContainerProjectRegistryCreateRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCreateExecute(r ApiContainerProjectRegistryCreateRequest) (*Registry, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialCreate(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryCredentialCreateRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialCreateExecute(r ApiContainerProjectRegistryCredentialCreateRequest) (*RegistryCredential, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialDelete(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryCredentialDeleteRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialDeleteExecute(r ApiContainerProjectRegistryCredentialDeleteRequest) (*Registry, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialGet(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryCredentialGetRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialGetExecute(r ApiContainerProjectRegistryCredentialGetRequest) (*RegistryCredential, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryCredentialListRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialListExecute(r ApiContainerProjectRegistryCredentialListRequest) ([]RegistryCredential, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialPatch(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryCredentialPatchRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialPatchExecute(r ApiContainerProjectRegistryCredentialPatchRequest) (*RegistryCredential, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDelete(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryDeleteRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDeleteExecute(r ApiContainerProjectRegistryDeleteRequest) (*Registry, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainCreate(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryDomainCreateRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainCreateExecute(r ApiContainerProjectRegistryDomainCreateRequest) (*Domain, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainDelete(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryDomainDeleteRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainDeleteExecute(r ApiContainerProjectRegistryDomainDeleteRequest) (*http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainGet(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryDomainGetRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainGetExecute(r ApiContainerProjectRegistryDomainGetRequest) (*Domain, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryDomainListRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainListExecute(r ApiContainerProjectRegistryDomainListRequest) ([]Domain, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryEventGet(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryEventGetRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryEventGetExecute(r ApiContainerProjectRegistryEventGetRequest) (*Event, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryEventList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryEventListRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryEventListExecute(r ApiContainerProjectRegistryEventListRequest) ([]Event, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryGet(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryGetRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryGetExecute(r ApiContainerProjectRegistryGetRequest) (*Registry, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryList(ctx context.Context, projectId string, locationId string) ApiContainerProjectRegistryListRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryListExecute(r ApiContainerProjectRegistryListRequest) ([]Registry, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryGet(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryRepositoryGetRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryGetExecute(r ApiContainerProjectRegistryRepositoryGetRequest) (*ContainerRepository, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageDelete(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryRepositoryImageDeleteRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageDeleteExecute(r ApiContainerProjectRegistryRepositoryImageDeleteRequest) (*http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageGet(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryRepositoryImageGetRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageGetExecute(r ApiContainerProjectRegistryRepositoryImageGetRequest) (*ContainerImage, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageList(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryRepositoryImageListRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageListExecute(r ApiContainerProjectRegistryRepositoryImageListRequest) ([]ContainerImage, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryRepositoryListRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryListExecute(r ApiContainerProjectRegistryRepositoryListRequest) ([]ContainerRepository, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryServiceGet(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryServiceGetRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryServiceGetExecute(r ApiContainerProjectRegistryServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryServiceList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryServiceListRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryServiceListExecute(r ApiContainerProjectRegistryServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryStart(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryStartRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryStartExecute(r ApiContainerProjectRegistryStartRequest) (*Registry, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryStop(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryStopRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryStopExecute(r ApiContainerProjectRegistryStopRequest) (*Registry, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagCreate(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryTagCreateRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagCreateExecute(r ApiContainerProjectRegistryTagCreateRequest) (*Tag, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagDelete(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryTagDeleteRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagDeleteExecute(r ApiContainerProjectRegistryTagDeleteRequest) (*http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagGet(ctx context.Context, projectId string, locationId string, registryId string, ...) ApiContainerProjectRegistryTagGetRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagGetExecute(r ApiContainerProjectRegistryTagGetRequest) (*Tag, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryTagListRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagListExecute(r ApiContainerProjectRegistryTagListRequest) ([]Tag, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagPut(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryTagPutRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagPutExecute(r ApiContainerProjectRegistryTagPutRequest) ([]Tag, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTransfer(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryTransferRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTransferExecute(r ApiContainerProjectRegistryTransferRequest) (*Registry, *http.Response, error)
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryUpdate(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryUpdateRequest
- func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryUpdateExecute(r ApiContainerProjectRegistryUpdateRequest) (*Registry, *http.Response, error)
- type ContainerProjectRegistryCreate
- func (o *ContainerProjectRegistryCreate) GetName() string
- func (o *ContainerProjectRegistryCreate) GetNameOk() (*string, bool)
- func (o *ContainerProjectRegistryCreate) GetService() string
- func (o *ContainerProjectRegistryCreate) GetServiceOk() (*string, bool)
- func (o *ContainerProjectRegistryCreate) GetTag() []Tag
- func (o *ContainerProjectRegistryCreate) GetTagOk() ([]Tag, bool)
- func (o *ContainerProjectRegistryCreate) HasTag() bool
- func (o ContainerProjectRegistryCreate) MarshalJSON() ([]byte, error)
- func (o *ContainerProjectRegistryCreate) SetName(v string)
- func (o *ContainerProjectRegistryCreate) SetService(v string)
- func (o *ContainerProjectRegistryCreate) SetTag(v []Tag)
- type ContainerProjectRegistryCredentialPatch
- type ContainerProjectRegistryTransfer
- type ContainerProjectRegistryUpdate
- func (o *ContainerProjectRegistryUpdate) GetName() string
- func (o *ContainerProjectRegistryUpdate) GetNameOk() (*string, bool)
- func (o *ContainerProjectRegistryUpdate) HasName() bool
- func (o ContainerProjectRegistryUpdate) MarshalJSON() ([]byte, error)
- func (o *ContainerProjectRegistryUpdate) SetName(v string)
- type ContainerRepository
- func (o *ContainerRepository) GetId() string
- func (o *ContainerRepository) GetIdOk() (*string, bool)
- func (o *ContainerRepository) GetName() string
- func (o *ContainerRepository) GetNameOk() (*string, bool)
- func (o *ContainerRepository) HasId() bool
- func (o ContainerRepository) MarshalJSON() ([]byte, error)
- func (o *ContainerRepository) SetId(v string)
- func (o *ContainerRepository) SetName(v string)
- type Disk
- func (o *Disk) GetCreatedBy() string
- func (o *Disk) GetCreatedByOk() (*string, bool)
- func (o *Disk) GetCreatedOn() time.Time
- func (o *Disk) GetCreatedOnOk() (*time.Time, bool)
- func (o *Disk) GetFlavour() string
- func (o *Disk) GetFlavourOk() (*string, bool)
- func (o *Disk) GetId() string
- func (o *Disk) GetIdOk() (*string, bool)
- func (o *Disk) GetImage() string
- func (o *Disk) GetImageOk() (*string, bool)
- func (o *Disk) GetModifiedBy() string
- func (o *Disk) GetModifiedByOk() (*string, bool)
- func (o *Disk) GetModifiedOn() time.Time
- func (o *Disk) GetModifiedOnOk() (*time.Time, bool)
- func (o *Disk) GetName() string
- func (o *Disk) GetNameOk() (*string, bool)
- func (o *Disk) GetProject() string
- func (o *Disk) GetProjectOk() (*string, bool)
- func (o *Disk) GetReplica() string
- func (o *Disk) GetReplicaOk() (*string, bool)
- func (o *Disk) GetSize() float32
- func (o *Disk) GetSizeOk() (*float32, bool)
- func (o *Disk) GetState() string
- func (o *Disk) GetStateOk() (*string, bool)
- func (o *Disk) GetTag() []Tag
- func (o *Disk) GetTagOk() ([]Tag, bool)
- func (o *Disk) GetUri() string
- func (o *Disk) GetUriOk() (*string, bool)
- func (o *Disk) GetVm() string
- func (o *Disk) GetVmOk() (*string, bool)
- func (o *Disk) HasCreatedBy() bool
- func (o *Disk) HasCreatedOn() bool
- func (o *Disk) HasFlavour() bool
- func (o *Disk) HasImage() bool
- func (o *Disk) HasModifiedBy() bool
- func (o *Disk) HasModifiedOn() bool
- func (o *Disk) HasProject() bool
- func (o *Disk) HasReplica() bool
- func (o *Disk) HasSize() bool
- func (o *Disk) HasState() bool
- func (o *Disk) HasTag() bool
- func (o *Disk) HasUri() bool
- func (o *Disk) HasVm() bool
- func (o Disk) MarshalJSON() ([]byte, error)
- func (o *Disk) SetCreatedBy(v string)
- func (o *Disk) SetCreatedOn(v time.Time)
- func (o *Disk) SetFlavour(v string)
- func (o *Disk) SetId(v string)
- func (o *Disk) SetImage(v string)
- func (o *Disk) SetModifiedBy(v string)
- func (o *Disk) SetModifiedOn(v time.Time)
- func (o *Disk) SetName(v string)
- func (o *Disk) SetProject(v string)
- func (o *Disk) SetReplica(v string)
- func (o *Disk) SetSize(v float32)
- func (o *Disk) SetState(v string)
- func (o *Disk) SetTag(v []Tag)
- func (o *Disk) SetUri(v string)
- func (o *Disk) SetVm(v string)
- type DnsProjectZoneApiService
- func (a *DnsProjectZoneApiService) DnsProjectZoneCreate(ctx context.Context, projectId string, locationId string) ApiDnsProjectZoneCreateRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneCreateExecute(r ApiDnsProjectZoneCreateRequest) (*Zone, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneDelete(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneDeleteRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneDeleteExecute(r ApiDnsProjectZoneDeleteRequest) (*Zone, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneEventGet(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneEventGetRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneEventGetExecute(r ApiDnsProjectZoneEventGetRequest) (*Event, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneEventList(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneEventListRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneEventListExecute(r ApiDnsProjectZoneEventListRequest) ([]Event, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneGet(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneGetRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneGetExecute(r ApiDnsProjectZoneGetRequest) (*Zone, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneList(ctx context.Context, projectId string, locationId string) ApiDnsProjectZoneListRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneListExecute(r ApiDnsProjectZoneListRequest) ([]Zone, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetCreate(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneRecordsetCreateRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetCreateExecute(r ApiDnsProjectZoneRecordsetCreateRequest) (*DnsRecordset, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetDelete(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneRecordsetDeleteRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetDeleteExecute(r ApiDnsProjectZoneRecordsetDeleteRequest) (*Zone, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetGet(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneRecordsetGetRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetGetExecute(r ApiDnsProjectZoneRecordsetGetRequest) (*DnsRecordset, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetList(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneRecordsetListRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetListExecute(r ApiDnsProjectZoneRecordsetListRequest) ([]DnsRecordset, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetPatch(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneRecordsetPatchRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetPatchExecute(r ApiDnsProjectZoneRecordsetPatchRequest) (*DnsRecordset, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordCreate(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneRecordsetRecordCreateRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordCreateExecute(r ApiDnsProjectZoneRecordsetRecordCreateRequest) (*DnsRecord, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordDelete(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneRecordsetRecordDeleteRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordDeleteExecute(r ApiDnsProjectZoneRecordsetRecordDeleteRequest) (*http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordGet(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneRecordsetRecordGetRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordGetExecute(r ApiDnsProjectZoneRecordsetRecordGetRequest) (*DnsRecord, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordList(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneRecordsetRecordListRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordListExecute(r ApiDnsProjectZoneRecordsetRecordListRequest) ([]DnsRecord, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordPut(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneRecordsetRecordPutRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordPutExecute(r ApiDnsProjectZoneRecordsetRecordPutRequest) ([]DnsRecord, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneServiceGet(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneServiceGetRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneServiceGetExecute(r ApiDnsProjectZoneServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneServiceList(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneServiceListRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneServiceListExecute(r ApiDnsProjectZoneServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneTagCreate(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneTagCreateRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneTagCreateExecute(r ApiDnsProjectZoneTagCreateRequest) (*Tag, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneTagDelete(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneTagDeleteRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneTagDeleteExecute(r ApiDnsProjectZoneTagDeleteRequest) (*http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneTagGet(ctx context.Context, projectId string, locationId string, zoneId string, ...) ApiDnsProjectZoneTagGetRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneTagGetExecute(r ApiDnsProjectZoneTagGetRequest) (*Tag, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneTagList(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneTagListRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneTagListExecute(r ApiDnsProjectZoneTagListRequest) ([]Tag, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneTagPut(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneTagPutRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneTagPutExecute(r ApiDnsProjectZoneTagPutRequest) ([]Tag, *http.Response, error)
- func (a *DnsProjectZoneApiService) DnsProjectZoneUpdate(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneUpdateRequest
- func (a *DnsProjectZoneApiService) DnsProjectZoneUpdateExecute(r ApiDnsProjectZoneUpdateRequest) (*Zone, *http.Response, error)
- type DnsProjectZoneCreate
- func (o *DnsProjectZoneCreate) GetDnsName() string
- func (o *DnsProjectZoneCreate) GetDnsNameOk() (*string, bool)
- func (o *DnsProjectZoneCreate) GetName() string
- func (o *DnsProjectZoneCreate) GetNameOk() (*string, bool)
- func (o *DnsProjectZoneCreate) GetService() string
- func (o *DnsProjectZoneCreate) GetServiceOk() (*string, bool)
- func (o *DnsProjectZoneCreate) GetSource() ZoneSource
- func (o *DnsProjectZoneCreate) GetSourceOk() (*ZoneSource, bool)
- func (o *DnsProjectZoneCreate) GetTag() []Tag
- func (o *DnsProjectZoneCreate) GetTagOk() ([]Tag, bool)
- func (o *DnsProjectZoneCreate) HasSource() bool
- func (o *DnsProjectZoneCreate) HasTag() bool
- func (o DnsProjectZoneCreate) MarshalJSON() ([]byte, error)
- func (o *DnsProjectZoneCreate) SetDnsName(v string)
- func (o *DnsProjectZoneCreate) SetName(v string)
- func (o *DnsProjectZoneCreate) SetService(v string)
- func (o *DnsProjectZoneCreate) SetSource(v ZoneSource)
- func (o *DnsProjectZoneCreate) SetTag(v []Tag)
- type DnsProjectZoneRecordsetPatch
- func (o *DnsProjectZoneRecordsetPatch) GetTtl() float32
- func (o *DnsProjectZoneRecordsetPatch) GetTtlOk() (*float32, bool)
- func (o *DnsProjectZoneRecordsetPatch) HasTtl() bool
- func (o DnsProjectZoneRecordsetPatch) MarshalJSON() ([]byte, error)
- func (o *DnsProjectZoneRecordsetPatch) SetTtl(v float32)
- type DnsProjectZoneUpdate
- type DnsRecord
- func (o *DnsRecord) GetContent() string
- func (o *DnsRecord) GetContentOk() (*string, bool)
- func (o *DnsRecord) GetId() string
- func (o *DnsRecord) GetIdOk() (*string, bool)
- func (o *DnsRecord) HasId() bool
- func (o DnsRecord) MarshalJSON() ([]byte, error)
- func (o *DnsRecord) SetContent(v string)
- func (o *DnsRecord) SetId(v string)
- type DnsRecordset
- func (o *DnsRecordset) GetId() string
- func (o *DnsRecordset) GetIdOk() (*string, bool)
- func (o *DnsRecordset) GetName() string
- func (o *DnsRecordset) GetNameOk() (*string, bool)
- func (o *DnsRecordset) GetRecord() []DnsRecord
- func (o *DnsRecordset) GetRecordOk() ([]DnsRecord, bool)
- func (o *DnsRecordset) GetTtl() float32
- func (o *DnsRecordset) GetTtlOk() (*float32, bool)
- func (o *DnsRecordset) GetType() string
- func (o *DnsRecordset) GetTypeOk() (*string, bool)
- func (o *DnsRecordset) HasId() bool
- func (o *DnsRecordset) HasName() bool
- func (o *DnsRecordset) HasRecord() bool
- func (o *DnsRecordset) HasTtl() bool
- func (o DnsRecordset) MarshalJSON() ([]byte, error)
- func (o *DnsRecordset) SetId(v string)
- func (o *DnsRecordset) SetName(v string)
- func (o *DnsRecordset) SetRecord(v []DnsRecord)
- func (o *DnsRecordset) SetTtl(v float32)
- func (o *DnsRecordset) SetType(v string)
- type Domain
- func (o *Domain) GetId() string
- func (o *Domain) GetIdOk() (*string, bool)
- func (o *Domain) GetValue() string
- func (o *Domain) GetValueOk() (*string, bool)
- func (o *Domain) HasId() bool
- func (o Domain) MarshalJSON() ([]byte, error)
- func (o *Domain) SetId(v string)
- func (o *Domain) SetValue(v string)
- type EnabledService
- func (o *EnabledService) GetId() string
- func (o *EnabledService) GetIdOk() (*string, bool)
- func (o *EnabledService) GetName() string
- func (o *EnabledService) GetNameOk() (*string, bool)
- func (o *EnabledService) GetService() string
- func (o *EnabledService) GetServiceOk() (*string, bool)
- func (o *EnabledService) HasService() bool
- func (o EnabledService) MarshalJSON() ([]byte, error)
- func (o *EnabledService) SetId(v string)
- func (o *EnabledService) SetName(v string)
- func (o *EnabledService) SetService(v string)
- type Event
- func (o *Event) GetCreatedBy() string
- func (o *Event) GetCreatedByOk() (*string, bool)
- func (o *Event) GetCreatedOn() time.Time
- func (o *Event) GetCreatedOnOk() (*time.Time, bool)
- func (o *Event) GetId() string
- func (o *Event) GetIdOk() (*string, bool)
- func (o *Event) GetName() string
- func (o *Event) GetNameOk() (*string, bool)
- func (o *Event) GetResource() string
- func (o *Event) GetResourceOk() (*string, bool)
- func (o *Event) GetState() string
- func (o *Event) GetStateOk() (*string, bool)
- func (o *Event) HasCreatedBy() bool
- func (o *Event) HasCreatedOn() bool
- func (o *Event) HasId() bool
- func (o *Event) HasName() bool
- func (o *Event) HasResource() bool
- func (o *Event) HasState() bool
- func (o Event) MarshalJSON() ([]byte, error)
- func (o *Event) SetCreatedBy(v string)
- func (o *Event) SetCreatedOn(v time.Time)
- func (o *Event) SetId(v string)
- func (o *Event) SetName(v string)
- func (o *Event) SetResource(v string)
- func (o *Event) SetState(v string)
- type EventBase
- func (o *EventBase) GetCreatedOn() time.Time
- func (o *EventBase) GetCreatedOnOk() (*time.Time, bool)
- func (o *EventBase) GetId() string
- func (o *EventBase) GetIdOk() (*string, bool)
- func (o *EventBase) GetName() string
- func (o *EventBase) GetNameOk() (*string, bool)
- func (o *EventBase) GetState() string
- func (o *EventBase) GetStateOk() (*string, bool)
- func (o *EventBase) HasCreatedOn() bool
- func (o *EventBase) HasId() bool
- func (o *EventBase) HasName() bool
- func (o *EventBase) HasState() bool
- func (o EventBase) MarshalJSON() ([]byte, error)
- func (o *EventBase) SetCreatedOn(v time.Time)
- func (o *EventBase) SetId(v string)
- func (o *EventBase) SetName(v string)
- func (o *EventBase) SetState(v string)
- type Firewall
- func (o *Firewall) GetCreatedBy() string
- func (o *Firewall) GetCreatedByOk() (*string, bool)
- func (o *Firewall) GetCreatedOn() time.Time
- func (o *Firewall) GetCreatedOnOk() (*time.Time, bool)
- func (o *Firewall) GetFlavour() string
- func (o *Firewall) GetFlavourOk() (*string, bool)
- func (o *Firewall) GetId() string
- func (o *Firewall) GetIdOk() (*string, bool)
- func (o *Firewall) GetModifiedBy() string
- func (o *Firewall) GetModifiedByOk() (*string, bool)
- func (o *Firewall) GetModifiedOn() time.Time
- func (o *Firewall) GetModifiedOnOk() (*time.Time, bool)
- func (o *Firewall) GetName() string
- func (o *Firewall) GetNameOk() (*string, bool)
- func (o *Firewall) GetProject() string
- func (o *Firewall) GetProjectOk() (*string, bool)
- func (o *Firewall) GetState() string
- func (o *Firewall) GetStateOk() (*string, bool)
- func (o *Firewall) GetTag() []Tag
- func (o *Firewall) GetTagOk() ([]Tag, bool)
- func (o *Firewall) GetUri() string
- func (o *Firewall) GetUriOk() (*string, bool)
- func (o *Firewall) HasCreatedBy() bool
- func (o *Firewall) HasCreatedOn() bool
- func (o *Firewall) HasFlavour() bool
- func (o *Firewall) HasModifiedBy() bool
- func (o *Firewall) HasModifiedOn() bool
- func (o *Firewall) HasProject() bool
- func (o *Firewall) HasState() bool
- func (o *Firewall) HasTag() bool
- func (o *Firewall) HasUri() bool
- func (o Firewall) MarshalJSON() ([]byte, error)
- func (o *Firewall) SetCreatedBy(v string)
- func (o *Firewall) SetCreatedOn(v time.Time)
- func (o *Firewall) SetFlavour(v string)
- func (o *Firewall) SetId(v string)
- func (o *Firewall) SetModifiedBy(v string)
- func (o *Firewall) SetModifiedOn(v time.Time)
- func (o *Firewall) SetName(v string)
- func (o *Firewall) SetProject(v string)
- func (o *Firewall) SetState(v string)
- func (o *Firewall) SetTag(v []Tag)
- func (o *Firewall) SetUri(v string)
- type GenericOpenAPIError
- type Group
- func (o *Group) GetCreatedBy() string
- func (o *Group) GetCreatedByOk() (*string, bool)
- func (o *Group) GetCreatedOn() time.Time
- func (o *Group) GetCreatedOnOk() (*time.Time, bool)
- func (o *Group) GetFlavour() string
- func (o *Group) GetFlavourOk() (*string, bool)
- func (o *Group) GetId() string
- func (o *Group) GetIdOk() (*string, bool)
- func (o *Group) GetModifiedBy() string
- func (o *Group) GetModifiedByOk() (*string, bool)
- func (o *Group) GetModifiedOn() time.Time
- func (o *Group) GetModifiedOnOk() (*time.Time, bool)
- func (o *Group) GetName() string
- func (o *Group) GetNameOk() (*string, bool)
- func (o *Group) GetProject() string
- func (o *Group) GetProjectOk() (*string, bool)
- func (o *Group) GetState() string
- func (o *Group) GetStateOk() (*string, bool)
- func (o *Group) GetTag() []Tag
- func (o *Group) GetTagOk() ([]Tag, bool)
- func (o *Group) GetUri() string
- func (o *Group) GetUriOk() (*string, bool)
- func (o *Group) HasCreatedBy() bool
- func (o *Group) HasCreatedOn() bool
- func (o *Group) HasFlavour() bool
- func (o *Group) HasModifiedBy() bool
- func (o *Group) HasModifiedOn() bool
- func (o *Group) HasProject() bool
- func (o *Group) HasState() bool
- func (o *Group) HasTag() bool
- func (o *Group) HasUri() bool
- func (o Group) MarshalJSON() ([]byte, error)
- func (o *Group) SetCreatedBy(v string)
- func (o *Group) SetCreatedOn(v time.Time)
- func (o *Group) SetFlavour(v string)
- func (o *Group) SetId(v string)
- func (o *Group) SetModifiedBy(v string)
- func (o *Group) SetModifiedOn(v time.Time)
- func (o *Group) SetName(v string)
- func (o *Group) SetProject(v string)
- func (o *Group) SetState(v string)
- func (o *Group) SetTag(v []Tag)
- func (o *Group) SetUri(v string)
- type Hdd
- func (o *Hdd) GetControllerLocation() float32
- func (o *Hdd) GetControllerLocationOk() (*float32, bool)
- func (o *Hdd) GetControllerNumber() string
- func (o *Hdd) GetControllerNumberOk() (*string, bool)
- func (o *Hdd) GetControllerType() string
- func (o *Hdd) GetControllerTypeOk() (*string, bool)
- func (o *Hdd) GetDisk() string
- func (o *Hdd) GetDiskOk() (*string, bool)
- func (o *Hdd) GetId() string
- func (o *Hdd) GetIdOk() (*string, bool)
- func (o *Hdd) GetMaximumIOPS() float32
- func (o *Hdd) GetMaximumIOPSOk() (*float32, bool)
- func (o *Hdd) HasControllerLocation() bool
- func (o *Hdd) HasControllerNumber() bool
- func (o *Hdd) HasControllerType() bool
- func (o *Hdd) HasDisk() bool
- func (o *Hdd) HasId() bool
- func (o *Hdd) HasMaximumIOPS() bool
- func (o Hdd) MarshalJSON() ([]byte, error)
- func (o *Hdd) SetControllerLocation(v float32)
- func (o *Hdd) SetControllerNumber(v string)
- func (o *Hdd) SetControllerType(v string)
- func (o *Hdd) SetDisk(v string)
- func (o *Hdd) SetId(v string)
- func (o *Hdd) SetMaximumIOPS(v float32)
- type IamActor
- func (o *IamActor) GetId() string
- func (o *IamActor) GetIdOk() (*string, bool)
- func (o *IamActor) GetValue() string
- func (o *IamActor) GetValueOk() (*string, bool)
- func (o *IamActor) HasId() bool
- func (o IamActor) MarshalJSON() ([]byte, error)
- func (o *IamActor) SetId(v string)
- func (o *IamActor) SetValue(v string)
- type IamActorOrGroup
- func (o *IamActorOrGroup) GetId() string
- func (o *IamActorOrGroup) GetIdOk() (*string, bool)
- func (o *IamActorOrGroup) GetValue() string
- func (o *IamActorOrGroup) GetValueOk() (*string, bool)
- func (o *IamActorOrGroup) HasId() bool
- func (o IamActorOrGroup) MarshalJSON() ([]byte, error)
- func (o *IamActorOrGroup) SetId(v string)
- func (o *IamActorOrGroup) SetValue(v string)
- type IamOrganisationApiService
- func (a *IamOrganisationApiService) IamOrganisationBillingList(ctx context.Context, organisationId string) ApiIamOrganisationBillingListRequest
- func (a *IamOrganisationApiService) IamOrganisationBillingListExecute(r ApiIamOrganisationBillingListRequest) ([]Billing, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationCreate(ctx context.Context) ApiIamOrganisationCreateRequest
- func (a *IamOrganisationApiService) IamOrganisationCreateExecute(r ApiIamOrganisationCreateRequest) (*Organisation, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationDelete(ctx context.Context, organisationId string) ApiIamOrganisationDeleteRequest
- func (a *IamOrganisationApiService) IamOrganisationDeleteExecute(r ApiIamOrganisationDeleteRequest) (*Organisation, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationEventGet(ctx context.Context, organisationId string, eventId string) ApiIamOrganisationEventGetRequest
- func (a *IamOrganisationApiService) IamOrganisationEventGetExecute(r ApiIamOrganisationEventGetRequest) (*Event, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationEventList(ctx context.Context, organisationId string) ApiIamOrganisationEventListRequest
- func (a *IamOrganisationApiService) IamOrganisationEventListExecute(r ApiIamOrganisationEventListRequest) ([]Event, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationGet(ctx context.Context, organisationId string) ApiIamOrganisationGetRequest
- func (a *IamOrganisationApiService) IamOrganisationGetExecute(r ApiIamOrganisationGetRequest) (*Organisation, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationInvitationAccept(ctx context.Context, organisationId string, invitationId string) ApiIamOrganisationInvitationAcceptRequest
- func (a *IamOrganisationApiService) IamOrganisationInvitationAcceptExecute(r ApiIamOrganisationInvitationAcceptRequest) (*Invitation, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationInvitationDelete(ctx context.Context, organisationId string, invitationId string) ApiIamOrganisationInvitationDeleteRequest
- func (a *IamOrganisationApiService) IamOrganisationInvitationDeleteExecute(r ApiIamOrganisationInvitationDeleteRequest) (*http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationInvitationGet(ctx context.Context, organisationId string, invitationId string) ApiIamOrganisationInvitationGetRequest
- func (a *IamOrganisationApiService) IamOrganisationInvitationGetExecute(r ApiIamOrganisationInvitationGetRequest) (*Invitation, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationInvitationList(ctx context.Context, organisationId string) ApiIamOrganisationInvitationListRequest
- func (a *IamOrganisationApiService) IamOrganisationInvitationListExecute(r ApiIamOrganisationInvitationListRequest) ([]Invitation, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationInvoiceDownload(ctx context.Context, organisationId string, invoiceId string) ApiIamOrganisationInvoiceDownloadRequest
- func (a *IamOrganisationApiService) IamOrganisationInvoiceDownloadExecute(r ApiIamOrganisationInvoiceDownloadRequest) (**os.File, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationInvoiceGet(ctx context.Context, organisationId string, invoiceId string) ApiIamOrganisationInvoiceGetRequest
- func (a *IamOrganisationApiService) IamOrganisationInvoiceGetExecute(r ApiIamOrganisationInvoiceGetRequest) (*Invoice, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationInvoiceList(ctx context.Context, organisationId string) ApiIamOrganisationInvoiceListRequest
- func (a *IamOrganisationApiService) IamOrganisationInvoiceListExecute(r ApiIamOrganisationInvoiceListRequest) ([]Invoice, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationList(ctx context.Context) ApiIamOrganisationListRequest
- func (a *IamOrganisationApiService) IamOrganisationListExecute(r ApiIamOrganisationListRequest) ([]Organisation, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationOwnershipCreate(ctx context.Context, organisationId string) ApiIamOrganisationOwnershipCreateRequest
- func (a *IamOrganisationApiService) IamOrganisationOwnershipCreateExecute(r ApiIamOrganisationOwnershipCreateRequest) (*Organisation, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationOwnershipDelete(ctx context.Context, organisationId string, ownershipId string) ApiIamOrganisationOwnershipDeleteRequest
- func (a *IamOrganisationApiService) IamOrganisationOwnershipDeleteExecute(r ApiIamOrganisationOwnershipDeleteRequest) (*http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationOwnershipGet(ctx context.Context, organisationId string, ownershipId string) ApiIamOrganisationOwnershipGetRequest
- func (a *IamOrganisationApiService) IamOrganisationOwnershipGetExecute(r ApiIamOrganisationOwnershipGetRequest) (*Ownership, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationOwnershipList(ctx context.Context, organisationId string) ApiIamOrganisationOwnershipListRequest
- func (a *IamOrganisationApiService) IamOrganisationOwnershipListExecute(r ApiIamOrganisationOwnershipListRequest) ([]Ownership, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationPaymentAllocate(ctx context.Context, organisationId string, paymentId string) ApiIamOrganisationPaymentAllocateRequest
- func (a *IamOrganisationApiService) IamOrganisationPaymentAllocateExecute(r ApiIamOrganisationPaymentAllocateRequest) (*Payment, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationPaymentGet(ctx context.Context, organisationId string, paymentId string) ApiIamOrganisationPaymentGetRequest
- func (a *IamOrganisationApiService) IamOrganisationPaymentGetExecute(r ApiIamOrganisationPaymentGetRequest) (*Payment, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationPaymentList(ctx context.Context, organisationId string) ApiIamOrganisationPaymentListRequest
- func (a *IamOrganisationApiService) IamOrganisationPaymentListExecute(r ApiIamOrganisationPaymentListRequest) ([]Payment, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationProformaCreate(ctx context.Context, organisationId string) ApiIamOrganisationProformaCreateRequest
- func (a *IamOrganisationApiService) IamOrganisationProformaCreateExecute(r ApiIamOrganisationProformaCreateRequest) (*Proforma, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationProformaDownload(ctx context.Context, organisationId string, proformaId string) ApiIamOrganisationProformaDownloadRequest
- func (a *IamOrganisationApiService) IamOrganisationProformaDownloadExecute(r ApiIamOrganisationProformaDownloadRequest) (**os.File, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationProformaGet(ctx context.Context, organisationId string, proformaId string) ApiIamOrganisationProformaGetRequest
- func (a *IamOrganisationApiService) IamOrganisationProformaGetExecute(r ApiIamOrganisationProformaGetRequest) (*Proforma, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationProformaList(ctx context.Context, organisationId string) ApiIamOrganisationProformaListRequest
- func (a *IamOrganisationApiService) IamOrganisationProformaListExecute(r ApiIamOrganisationProformaListRequest) ([]Proforma, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationServiceGet(ctx context.Context, organisationId string, serviceId string) ApiIamOrganisationServiceGetRequest
- func (a *IamOrganisationApiService) IamOrganisationServiceGetExecute(r ApiIamOrganisationServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationServiceList(ctx context.Context, organisationId string) ApiIamOrganisationServiceListRequest
- func (a *IamOrganisationApiService) IamOrganisationServiceListExecute(r ApiIamOrganisationServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationTransferAccept(ctx context.Context, organisationId string, transferId string) ApiIamOrganisationTransferAcceptRequest
- func (a *IamOrganisationApiService) IamOrganisationTransferAcceptExecute(r ApiIamOrganisationTransferAcceptRequest) (*Transfer, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationTransferGet(ctx context.Context, organisationId string, transferId string) ApiIamOrganisationTransferGetRequest
- func (a *IamOrganisationApiService) IamOrganisationTransferGetExecute(r ApiIamOrganisationTransferGetRequest) (*Transfer, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationTransferList(ctx context.Context, organisationId string) ApiIamOrganisationTransferListRequest
- func (a *IamOrganisationApiService) IamOrganisationTransferListExecute(r ApiIamOrganisationTransferListRequest) ([]Transfer, *http.Response, error)
- func (a *IamOrganisationApiService) IamOrganisationUpdate(ctx context.Context, organisationId string) ApiIamOrganisationUpdateRequest
- func (a *IamOrganisationApiService) IamOrganisationUpdateExecute(r ApiIamOrganisationUpdateRequest) (*Organisation, *http.Response, error)
- type IamOrganisationCreate
- func (o *IamOrganisationCreate) GetBilling() OrganisationBilling
- func (o *IamOrganisationCreate) GetBillingOk() (*OrganisationBilling, bool)
- func (o *IamOrganisationCreate) GetName() string
- func (o *IamOrganisationCreate) GetNameOk() (*string, bool)
- func (o *IamOrganisationCreate) HasBilling() bool
- func (o IamOrganisationCreate) MarshalJSON() ([]byte, error)
- func (o *IamOrganisationCreate) SetBilling(v OrganisationBilling)
- func (o *IamOrganisationCreate) SetName(v string)
- type IamOrganisationInvitationAccept
- type IamOrganisationOwnershipCreate
- type IamOrganisationPaymentAllocate
- type IamOrganisationPolicyApiService
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorCreate(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyActorCreateRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorCreateExecute(r ApiIamOrganisationPolicyActorCreateRequest) (*IamActorOrGroup, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorDelete(ctx context.Context, organisationId string, policyId string, actorId string) ApiIamOrganisationPolicyActorDeleteRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorDeleteExecute(r ApiIamOrganisationPolicyActorDeleteRequest) (*IamActorOrGroup, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorGet(ctx context.Context, organisationId string, policyId string, actorId string) ApiIamOrganisationPolicyActorGetRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorGetExecute(r ApiIamOrganisationPolicyActorGetRequest) (*IamActorOrGroup, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorList(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyActorListRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorListExecute(r ApiIamOrganisationPolicyActorListRequest) ([]IamActorOrGroup, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyCreate(ctx context.Context, organisationId string) ApiIamOrganisationPolicyCreateRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyCreateExecute(r ApiIamOrganisationPolicyCreateRequest) (*Policy, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyDelete(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyDeleteRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyDeleteExecute(r ApiIamOrganisationPolicyDeleteRequest) (*Policy, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyEventGet(ctx context.Context, organisationId string, policyId string, eventId string) ApiIamOrganisationPolicyEventGetRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyEventGetExecute(r ApiIamOrganisationPolicyEventGetRequest) (*Event, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyEventList(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyEventListRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyEventListExecute(r ApiIamOrganisationPolicyEventListRequest) ([]Event, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyGet(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyGetRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyGetExecute(r ApiIamOrganisationPolicyGetRequest) (*Policy, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyList(ctx context.Context, organisationId string) ApiIamOrganisationPolicyListRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyListExecute(r ApiIamOrganisationPolicyListRequest) ([]Policy, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyServiceGet(ctx context.Context, organisationId string, policyId string, serviceId string) ApiIamOrganisationPolicyServiceGetRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyServiceGetExecute(r ApiIamOrganisationPolicyServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyServiceList(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyServiceListRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyServiceListExecute(r ApiIamOrganisationPolicyServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagCreate(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyTagCreateRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagCreateExecute(r ApiIamOrganisationPolicyTagCreateRequest) (*Tag, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagDelete(ctx context.Context, organisationId string, policyId string, tagId string) ApiIamOrganisationPolicyTagDeleteRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagDeleteExecute(r ApiIamOrganisationPolicyTagDeleteRequest) (*http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagGet(ctx context.Context, organisationId string, policyId string, tagId string) ApiIamOrganisationPolicyTagGetRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagGetExecute(r ApiIamOrganisationPolicyTagGetRequest) (*Tag, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagList(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyTagListRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagListExecute(r ApiIamOrganisationPolicyTagListRequest) ([]Tag, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagPut(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyTagPutRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagPutExecute(r ApiIamOrganisationPolicyTagPutRequest) ([]Tag, *http.Response, error)
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyUpdate(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyUpdateRequest
- func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyUpdateExecute(r ApiIamOrganisationPolicyUpdateRequest) (*Policy, *http.Response, error)
- type IamOrganisationProformaCreate
- func (o *IamOrganisationProformaCreate) GetAmount() float32
- func (o *IamOrganisationProformaCreate) GetAmountOk() (*float32, bool)
- func (o *IamOrganisationProformaCreate) GetProject() string
- func (o *IamOrganisationProformaCreate) GetProjectOk() (*string, bool)
- func (o IamOrganisationProformaCreate) MarshalJSON() ([]byte, error)
- func (o *IamOrganisationProformaCreate) SetAmount(v float32)
- func (o *IamOrganisationProformaCreate) SetProject(v string)
- type IamOrganisationRoleApiService
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleCreate(ctx context.Context, organisationId string) ApiIamOrganisationRoleCreateRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleCreateExecute(r ApiIamOrganisationRoleCreateRequest) (*Role, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleDelete(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleDeleteRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleDeleteExecute(r ApiIamOrganisationRoleDeleteRequest) (*Role, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleEventGet(ctx context.Context, organisationId string, roleId string, eventId string) ApiIamOrganisationRoleEventGetRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleEventGetExecute(r ApiIamOrganisationRoleEventGetRequest) (*Event, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleEventList(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleEventListRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleEventListExecute(r ApiIamOrganisationRoleEventListRequest) ([]Event, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleGet(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleGetRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleGetExecute(r ApiIamOrganisationRoleGetRequest) (*Role, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleList(ctx context.Context, organisationId string) ApiIamOrganisationRoleListRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleListExecute(r ApiIamOrganisationRoleListRequest) ([]Role, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionCreate(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRolePermissionCreateRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionCreateExecute(r ApiIamOrganisationRolePermissionCreateRequest) (*IamPermission, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionDelete(ctx context.Context, organisationId string, roleId string, permissionId string) ApiIamOrganisationRolePermissionDeleteRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionDeleteExecute(r ApiIamOrganisationRolePermissionDeleteRequest) (*IamPermission, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionGet(ctx context.Context, organisationId string, roleId string, permissionId string) ApiIamOrganisationRolePermissionGetRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionGetExecute(r ApiIamOrganisationRolePermissionGetRequest) (*IamPermission, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionList(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRolePermissionListRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionListExecute(r ApiIamOrganisationRolePermissionListRequest) ([]IamPermission, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionPut(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRolePermissionPutRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionPutExecute(r ApiIamOrganisationRolePermissionPutRequest) ([]IamPermission, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleServiceGet(ctx context.Context, organisationId string, roleId string, serviceId string) ApiIamOrganisationRoleServiceGetRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleServiceGetExecute(r ApiIamOrganisationRoleServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleServiceList(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleServiceListRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleServiceListExecute(r ApiIamOrganisationRoleServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagCreate(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleTagCreateRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagCreateExecute(r ApiIamOrganisationRoleTagCreateRequest) (*Tag, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagDelete(ctx context.Context, organisationId string, roleId string, tagId string) ApiIamOrganisationRoleTagDeleteRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagDeleteExecute(r ApiIamOrganisationRoleTagDeleteRequest) (*http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagGet(ctx context.Context, organisationId string, roleId string, tagId string) ApiIamOrganisationRoleTagGetRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagGetExecute(r ApiIamOrganisationRoleTagGetRequest) (*Tag, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagList(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleTagListRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagListExecute(r ApiIamOrganisationRoleTagListRequest) ([]Tag, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagPut(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleTagPutRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagPutExecute(r ApiIamOrganisationRoleTagPutRequest) ([]Tag, *http.Response, error)
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleUpdate(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleUpdateRequest
- func (a *IamOrganisationRoleApiService) IamOrganisationRoleUpdateExecute(r ApiIamOrganisationRoleUpdateRequest) (*Role, *http.Response, error)
- type IamOrganisationTransferAccept
- type IamOrganisationUpdate
- func (o *IamOrganisationUpdate) GetBilling() OrganisationBilling1
- func (o *IamOrganisationUpdate) GetBillingOk() (*OrganisationBilling1, bool)
- func (o *IamOrganisationUpdate) GetName() string
- func (o *IamOrganisationUpdate) GetNameOk() (*string, bool)
- func (o *IamOrganisationUpdate) HasBilling() bool
- func (o *IamOrganisationUpdate) HasName() bool
- func (o IamOrganisationUpdate) MarshalJSON() ([]byte, error)
- func (o *IamOrganisationUpdate) SetBilling(v OrganisationBilling1)
- func (o *IamOrganisationUpdate) SetName(v string)
- type IamPermission
- func (o *IamPermission) GetId() string
- func (o *IamPermission) GetIdOk() (*string, bool)
- func (o *IamPermission) GetValue() string
- func (o *IamPermission) GetValueOk() (*string, bool)
- func (o *IamPermission) HasId() bool
- func (o IamPermission) MarshalJSON() ([]byte, error)
- func (o *IamPermission) SetId(v string)
- func (o *IamPermission) SetValue(v string)
- type IamProjectApiService
- func (a *IamProjectApiService) IamProjectBillingList(ctx context.Context, projectId string) ApiIamProjectBillingListRequest
- func (a *IamProjectApiService) IamProjectBillingListExecute(r ApiIamProjectBillingListRequest) ([]Billing, *http.Response, error)
- func (a *IamProjectApiService) IamProjectCostGet(ctx context.Context, projectId string, costId string) ApiIamProjectCostGetRequest
- func (a *IamProjectApiService) IamProjectCostGetExecute(r ApiIamProjectCostGetRequest) (*Metric, *http.Response, error)
- func (a *IamProjectApiService) IamProjectCostList(ctx context.Context, projectId string) ApiIamProjectCostListRequest
- func (a *IamProjectApiService) IamProjectCostListExecute(r ApiIamProjectCostListRequest) ([]Metric, *http.Response, error)
- func (a *IamProjectApiService) IamProjectCostSeriesList(ctx context.Context, projectId string, costId string) ApiIamProjectCostSeriesListRequest
- func (a *IamProjectApiService) IamProjectCostSeriesListExecute(r ApiIamProjectCostSeriesListRequest) ([]Point, *http.Response, error)
- func (a *IamProjectApiService) IamProjectCreate(ctx context.Context) ApiIamProjectCreateRequest
- func (a *IamProjectApiService) IamProjectCreateExecute(r ApiIamProjectCreateRequest) (*Project, *http.Response, error)
- func (a *IamProjectApiService) IamProjectCredentialStoreCreate(ctx context.Context, projectId string) ApiIamProjectCredentialStoreCreateRequest
- func (a *IamProjectApiService) IamProjectCredentialStoreCreateExecute(r ApiIamProjectCredentialStoreCreateRequest) (*ProjectCredential, *http.Response, error)
- func (a *IamProjectApiService) IamProjectCredentialStoreDelete(ctx context.Context, projectId string, credentialStoreId string) ApiIamProjectCredentialStoreDeleteRequest
- func (a *IamProjectApiService) IamProjectCredentialStoreDeleteExecute(r ApiIamProjectCredentialStoreDeleteRequest) (*Project, *http.Response, error)
- func (a *IamProjectApiService) IamProjectCredentialStoreGet(ctx context.Context, projectId string, credentialStoreId string) ApiIamProjectCredentialStoreGetRequest
- func (a *IamProjectApiService) IamProjectCredentialStoreGetExecute(r ApiIamProjectCredentialStoreGetRequest) (*ProjectCredential, *http.Response, error)
- func (a *IamProjectApiService) IamProjectCredentialStoreList(ctx context.Context, projectId string) ApiIamProjectCredentialStoreListRequest
- func (a *IamProjectApiService) IamProjectCredentialStoreListExecute(r ApiIamProjectCredentialStoreListRequest) ([]ProjectCredential, *http.Response, error)
- func (a *IamProjectApiService) IamProjectCredentialStorePatch(ctx context.Context, projectId string, credentialStoreId string) ApiIamProjectCredentialStorePatchRequest
- func (a *IamProjectApiService) IamProjectCredentialStorePatchExecute(r ApiIamProjectCredentialStorePatchRequest) (*ProjectCredential, *http.Response, error)
- func (a *IamProjectApiService) IamProjectDelete(ctx context.Context, projectId string) ApiIamProjectDeleteRequest
- func (a *IamProjectApiService) IamProjectDeleteExecute(r ApiIamProjectDeleteRequest) (*Project, *http.Response, error)
- func (a *IamProjectApiService) IamProjectEventGet(ctx context.Context, projectId string, eventId string) ApiIamProjectEventGetRequest
- func (a *IamProjectApiService) IamProjectEventGetExecute(r ApiIamProjectEventGetRequest) (*Event, *http.Response, error)
- func (a *IamProjectApiService) IamProjectEventList(ctx context.Context, projectId string) ApiIamProjectEventListRequest
- func (a *IamProjectApiService) IamProjectEventListExecute(r ApiIamProjectEventListRequest) ([]Event, *http.Response, error)
- func (a *IamProjectApiService) IamProjectGet(ctx context.Context, projectId string) ApiIamProjectGetRequest
- func (a *IamProjectApiService) IamProjectGetExecute(r ApiIamProjectGetRequest) (*Project, *http.Response, error)
- func (a *IamProjectApiService) IamProjectInvitationAccept(ctx context.Context, projectId string, invitationId string) ApiIamProjectInvitationAcceptRequest
- func (a *IamProjectApiService) IamProjectInvitationAcceptExecute(r ApiIamProjectInvitationAcceptRequest) (*Invitation, *http.Response, error)
- func (a *IamProjectApiService) IamProjectInvitationDelete(ctx context.Context, projectId string, invitationId string) ApiIamProjectInvitationDeleteRequest
- func (a *IamProjectApiService) IamProjectInvitationDeleteExecute(r ApiIamProjectInvitationDeleteRequest) (*http.Response, error)
- func (a *IamProjectApiService) IamProjectInvitationGet(ctx context.Context, projectId string, invitationId string) ApiIamProjectInvitationGetRequest
- func (a *IamProjectApiService) IamProjectInvitationGetExecute(r ApiIamProjectInvitationGetRequest) (*Invitation, *http.Response, error)
- func (a *IamProjectApiService) IamProjectInvitationList(ctx context.Context, projectId string) ApiIamProjectInvitationListRequest
- func (a *IamProjectApiService) IamProjectInvitationListExecute(r ApiIamProjectInvitationListRequest) ([]Invitation, *http.Response, error)
- func (a *IamProjectApiService) IamProjectInvoiceList(ctx context.Context, projectId string) ApiIamProjectInvoiceListRequest
- func (a *IamProjectApiService) IamProjectInvoiceListExecute(r ApiIamProjectInvoiceListRequest) ([]Invoice, *http.Response, error)
- func (a *IamProjectApiService) IamProjectList(ctx context.Context) ApiIamProjectListRequest
- func (a *IamProjectApiService) IamProjectListExecute(r ApiIamProjectListRequest) ([]Project, *http.Response, error)
- func (a *IamProjectApiService) IamProjectOwnershipCreate(ctx context.Context, projectId string) ApiIamProjectOwnershipCreateRequest
- func (a *IamProjectApiService) IamProjectOwnershipCreateExecute(r ApiIamProjectOwnershipCreateRequest) (*Project, *http.Response, error)
- func (a *IamProjectApiService) IamProjectOwnershipDelete(ctx context.Context, projectId string, ownershipId string) ApiIamProjectOwnershipDeleteRequest
- func (a *IamProjectApiService) IamProjectOwnershipDeleteExecute(r ApiIamProjectOwnershipDeleteRequest) (*http.Response, error)
- func (a *IamProjectApiService) IamProjectOwnershipGet(ctx context.Context, projectId string, ownershipId string) ApiIamProjectOwnershipGetRequest
- func (a *IamProjectApiService) IamProjectOwnershipGetExecute(r ApiIamProjectOwnershipGetRequest) (*Ownership, *http.Response, error)
- func (a *IamProjectApiService) IamProjectOwnershipList(ctx context.Context, projectId string) ApiIamProjectOwnershipListRequest
- func (a *IamProjectApiService) IamProjectOwnershipListExecute(r ApiIamProjectOwnershipListRequest) ([]Ownership, *http.Response, error)
- func (a *IamProjectApiService) IamProjectPaymentList(ctx context.Context, projectId string) ApiIamProjectPaymentListRequest
- func (a *IamProjectApiService) IamProjectPaymentListExecute(r ApiIamProjectPaymentListRequest) ([]Payment, *http.Response, error)
- func (a *IamProjectApiService) IamProjectProformaList(ctx context.Context, projectId string) ApiIamProjectProformaListRequest
- func (a *IamProjectApiService) IamProjectProformaListExecute(r ApiIamProjectProformaListRequest) ([]Proforma, *http.Response, error)
- func (a *IamProjectApiService) IamProjectQuotaGet(ctx context.Context, projectId string, quotaId string) ApiIamProjectQuotaGetRequest
- func (a *IamProjectApiService) IamProjectQuotaGetExecute(r ApiIamProjectQuotaGetRequest) (*Quota, *http.Response, error)
- func (a *IamProjectApiService) IamProjectQuotaLimitPatch(ctx context.Context, projectId string, quotaId string) ApiIamProjectQuotaLimitPatchRequest
- func (a *IamProjectApiService) IamProjectQuotaLimitPatchExecute(r ApiIamProjectQuotaLimitPatchRequest) (*QuotaLimit, *http.Response, error)
- func (a *IamProjectApiService) IamProjectQuotaList(ctx context.Context, projectId string) ApiIamProjectQuotaListRequest
- func (a *IamProjectApiService) IamProjectQuotaListExecute(r ApiIamProjectQuotaListRequest) ([]Quota, *http.Response, error)
- func (a *IamProjectApiService) IamProjectServiceGet(ctx context.Context, projectId string, serviceId string) ApiIamProjectServiceGetRequest
- func (a *IamProjectApiService) IamProjectServiceGetExecute(r ApiIamProjectServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *IamProjectApiService) IamProjectServiceList(ctx context.Context, projectId string) ApiIamProjectServiceListRequest
- func (a *IamProjectApiService) IamProjectServiceListExecute(r ApiIamProjectServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *IamProjectApiService) IamProjectTagCreate(ctx context.Context, projectId string) ApiIamProjectTagCreateRequest
- func (a *IamProjectApiService) IamProjectTagCreateExecute(r ApiIamProjectTagCreateRequest) (*Tag, *http.Response, error)
- func (a *IamProjectApiService) IamProjectTagDelete(ctx context.Context, projectId string, tagId string) ApiIamProjectTagDeleteRequest
- func (a *IamProjectApiService) IamProjectTagDeleteExecute(r ApiIamProjectTagDeleteRequest) (*http.Response, error)
- func (a *IamProjectApiService) IamProjectTagGet(ctx context.Context, projectId string, tagId string) ApiIamProjectTagGetRequest
- func (a *IamProjectApiService) IamProjectTagGetExecute(r ApiIamProjectTagGetRequest) (*Tag, *http.Response, error)
- func (a *IamProjectApiService) IamProjectTagList(ctx context.Context, projectId string) ApiIamProjectTagListRequest
- func (a *IamProjectApiService) IamProjectTagListExecute(r ApiIamProjectTagListRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectApiService) IamProjectTagPut(ctx context.Context, projectId string) ApiIamProjectTagPutRequest
- func (a *IamProjectApiService) IamProjectTagPutExecute(r ApiIamProjectTagPutRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectApiService) IamProjectThresholdCreate(ctx context.Context, projectId string) ApiIamProjectThresholdCreateRequest
- func (a *IamProjectApiService) IamProjectThresholdCreateExecute(r ApiIamProjectThresholdCreateRequest) (*ProjectThreshold, *http.Response, error)
- func (a *IamProjectApiService) IamProjectThresholdDelete(ctx context.Context, projectId string, thresholdId string) ApiIamProjectThresholdDeleteRequest
- func (a *IamProjectApiService) IamProjectThresholdDeleteExecute(r ApiIamProjectThresholdDeleteRequest) (*http.Response, error)
- func (a *IamProjectApiService) IamProjectThresholdGet(ctx context.Context, projectId string, thresholdId string) ApiIamProjectThresholdGetRequest
- func (a *IamProjectApiService) IamProjectThresholdGetExecute(r ApiIamProjectThresholdGetRequest) (*ProjectThreshold, *http.Response, error)
- func (a *IamProjectApiService) IamProjectThresholdList(ctx context.Context, projectId string) ApiIamProjectThresholdListRequest
- func (a *IamProjectApiService) IamProjectThresholdListExecute(r ApiIamProjectThresholdListRequest) ([]ProjectThreshold, *http.Response, error)
- func (a *IamProjectApiService) IamProjectTransfer(ctx context.Context, projectId string) ApiIamProjectTransferRequest
- func (a *IamProjectApiService) IamProjectTransferExecute(r ApiIamProjectTransferRequest) (*Project, *http.Response, error)
- func (a *IamProjectApiService) IamProjectUpdate(ctx context.Context, projectId string) ApiIamProjectUpdateRequest
- func (a *IamProjectApiService) IamProjectUpdateExecute(r ApiIamProjectUpdateRequest) (*Project, *http.Response, error)
- func (a *IamProjectApiService) IamProjectUsageGet(ctx context.Context, projectId string, usageId string) ApiIamProjectUsageGetRequest
- func (a *IamProjectApiService) IamProjectUsageGetExecute(r ApiIamProjectUsageGetRequest) (*Metric, *http.Response, error)
- func (a *IamProjectApiService) IamProjectUsageList(ctx context.Context, projectId string) ApiIamProjectUsageListRequest
- func (a *IamProjectApiService) IamProjectUsageListExecute(r ApiIamProjectUsageListRequest) ([]Metric, *http.Response, error)
- func (a *IamProjectApiService) IamProjectUsageSeriesList(ctx context.Context, projectId string, usageId string) ApiIamProjectUsageSeriesListRequest
- func (a *IamProjectApiService) IamProjectUsageSeriesListExecute(r ApiIamProjectUsageSeriesListRequest) ([]Point, *http.Response, error)
- type IamProjectApplicationApiService
- func (a *IamProjectApplicationApiService) IamProjectApplicationCreate(ctx context.Context, projectId string) ApiIamProjectApplicationCreateRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationCreateExecute(r ApiIamProjectApplicationCreateRequest) (*Application, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialCreate(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationCredentialCreateRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialCreateExecute(r ApiIamProjectApplicationCredentialCreateRequest) (*ApplicationCredential, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialDelete(ctx context.Context, projectId string, applicationId string, ...) ApiIamProjectApplicationCredentialDeleteRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialDeleteExecute(r ApiIamProjectApplicationCredentialDeleteRequest) (*Application, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialGet(ctx context.Context, projectId string, applicationId string, ...) ApiIamProjectApplicationCredentialGetRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialGetExecute(r ApiIamProjectApplicationCredentialGetRequest) (*ApplicationCredential, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialList(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationCredentialListRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialListExecute(r ApiIamProjectApplicationCredentialListRequest) ([]ApplicationCredential, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialPatch(ctx context.Context, projectId string, applicationId string, ...) ApiIamProjectApplicationCredentialPatchRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialPatchExecute(r ApiIamProjectApplicationCredentialPatchRequest) (*ApplicationCredential, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationDelete(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationDeleteRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationDeleteExecute(r ApiIamProjectApplicationDeleteRequest) (*Application, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationEventGet(ctx context.Context, projectId string, applicationId string, eventId string) ApiIamProjectApplicationEventGetRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationEventGetExecute(r ApiIamProjectApplicationEventGetRequest) (*Event, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationEventList(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationEventListRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationEventListExecute(r ApiIamProjectApplicationEventListRequest) ([]Event, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationGet(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationGetRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationGetExecute(r ApiIamProjectApplicationGetRequest) (*Application, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationList(ctx context.Context, projectId string) ApiIamProjectApplicationListRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationListExecute(r ApiIamProjectApplicationListRequest) ([]Application, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectCreate(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationRedirectCreateRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectCreateExecute(r ApiIamProjectApplicationRedirectCreateRequest) (*IamRedirect, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectDelete(ctx context.Context, projectId string, applicationId string, redirectId string) ApiIamProjectApplicationRedirectDeleteRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectDeleteExecute(r ApiIamProjectApplicationRedirectDeleteRequest) (*Application, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectGet(ctx context.Context, projectId string, applicationId string, redirectId string) ApiIamProjectApplicationRedirectGetRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectGetExecute(r ApiIamProjectApplicationRedirectGetRequest) (*IamRedirect, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectList(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationRedirectListRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectListExecute(r ApiIamProjectApplicationRedirectListRequest) ([]IamRedirect, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectPatch(ctx context.Context, projectId string, applicationId string, redirectId string) ApiIamProjectApplicationRedirectPatchRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectPatchExecute(r ApiIamProjectApplicationRedirectPatchRequest) (*IamRedirect, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationServiceGet(ctx context.Context, projectId string, applicationId string, serviceId string) ApiIamProjectApplicationServiceGetRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationServiceGetExecute(r ApiIamProjectApplicationServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationServiceList(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationServiceListRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationServiceListExecute(r ApiIamProjectApplicationServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationTagCreate(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationTagCreateRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationTagCreateExecute(r ApiIamProjectApplicationTagCreateRequest) (*Tag, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationTagDelete(ctx context.Context, projectId string, applicationId string, tagId string) ApiIamProjectApplicationTagDeleteRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationTagDeleteExecute(r ApiIamProjectApplicationTagDeleteRequest) (*http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationTagGet(ctx context.Context, projectId string, applicationId string, tagId string) ApiIamProjectApplicationTagGetRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationTagGetExecute(r ApiIamProjectApplicationTagGetRequest) (*Tag, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationTagList(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationTagListRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationTagListExecute(r ApiIamProjectApplicationTagListRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationTagPut(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationTagPutRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationTagPutExecute(r ApiIamProjectApplicationTagPutRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectApplicationApiService) IamProjectApplicationUpdate(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationUpdateRequest
- func (a *IamProjectApplicationApiService) IamProjectApplicationUpdateExecute(r ApiIamProjectApplicationUpdateRequest) (*Application, *http.Response, error)
- type IamProjectApplicationCreate
- func (o *IamProjectApplicationCreate) GetName() string
- func (o *IamProjectApplicationCreate) GetNameOk() (*string, bool)
- func (o *IamProjectApplicationCreate) GetRedirect() []IamRedirect
- func (o *IamProjectApplicationCreate) GetRedirectOk() ([]IamRedirect, bool)
- func (o *IamProjectApplicationCreate) GetService() string
- func (o *IamProjectApplicationCreate) GetServiceOk() (*string, bool)
- func (o *IamProjectApplicationCreate) GetTag() []Tag
- func (o *IamProjectApplicationCreate) GetTagOk() ([]Tag, bool)
- func (o *IamProjectApplicationCreate) HasRedirect() bool
- func (o *IamProjectApplicationCreate) HasTag() bool
- func (o IamProjectApplicationCreate) MarshalJSON() ([]byte, error)
- func (o *IamProjectApplicationCreate) SetName(v string)
- func (o *IamProjectApplicationCreate) SetRedirect(v []IamRedirect)
- func (o *IamProjectApplicationCreate) SetService(v string)
- func (o *IamProjectApplicationCreate) SetTag(v []Tag)
- type IamProjectApplicationCredentialPatch
- type IamProjectApplicationRedirectPatch
- type IamProjectApplicationUpdate
- type IamProjectCreate
- func (o *IamProjectCreate) GetName() string
- func (o *IamProjectCreate) GetNameOk() (*string, bool)
- func (o *IamProjectCreate) GetOrganisation() string
- func (o *IamProjectCreate) GetOrganisationOk() (*string, bool)
- func (o *IamProjectCreate) GetTag() []Tag
- func (o *IamProjectCreate) GetTagOk() ([]Tag, bool)
- func (o *IamProjectCreate) HasTag() bool
- func (o IamProjectCreate) MarshalJSON() ([]byte, error)
- func (o *IamProjectCreate) SetName(v string)
- func (o *IamProjectCreate) SetOrganisation(v string)
- func (o *IamProjectCreate) SetTag(v []Tag)
- type IamProjectCredentialStorePatch
- type IamProjectGroupApiService
- func (a *IamProjectGroupApiService) IamProjectGroupActorCreate(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupActorCreateRequest
- func (a *IamProjectGroupApiService) IamProjectGroupActorCreateExecute(r ApiIamProjectGroupActorCreateRequest) (*IamActor, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupActorDelete(ctx context.Context, projectId string, groupId string, actorId string) ApiIamProjectGroupActorDeleteRequest
- func (a *IamProjectGroupApiService) IamProjectGroupActorDeleteExecute(r ApiIamProjectGroupActorDeleteRequest) (*IamActor, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupActorGet(ctx context.Context, projectId string, groupId string, actorId string) ApiIamProjectGroupActorGetRequest
- func (a *IamProjectGroupApiService) IamProjectGroupActorGetExecute(r ApiIamProjectGroupActorGetRequest) (*IamActor, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupActorList(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupActorListRequest
- func (a *IamProjectGroupApiService) IamProjectGroupActorListExecute(r ApiIamProjectGroupActorListRequest) ([]IamActor, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupCreate(ctx context.Context, projectId string) ApiIamProjectGroupCreateRequest
- func (a *IamProjectGroupApiService) IamProjectGroupCreateExecute(r ApiIamProjectGroupCreateRequest) (*Group, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupDelete(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupDeleteRequest
- func (a *IamProjectGroupApiService) IamProjectGroupDeleteExecute(r ApiIamProjectGroupDeleteRequest) (*Group, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupEventGet(ctx context.Context, projectId string, groupId string, eventId string) ApiIamProjectGroupEventGetRequest
- func (a *IamProjectGroupApiService) IamProjectGroupEventGetExecute(r ApiIamProjectGroupEventGetRequest) (*Event, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupEventList(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupEventListRequest
- func (a *IamProjectGroupApiService) IamProjectGroupEventListExecute(r ApiIamProjectGroupEventListRequest) ([]Event, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupGet(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupGetRequest
- func (a *IamProjectGroupApiService) IamProjectGroupGetExecute(r ApiIamProjectGroupGetRequest) (*Group, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupList(ctx context.Context, projectId string) ApiIamProjectGroupListRequest
- func (a *IamProjectGroupApiService) IamProjectGroupListExecute(r ApiIamProjectGroupListRequest) ([]Group, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupServiceGet(ctx context.Context, projectId string, groupId string, serviceId string) ApiIamProjectGroupServiceGetRequest
- func (a *IamProjectGroupApiService) IamProjectGroupServiceGetExecute(r ApiIamProjectGroupServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupServiceList(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupServiceListRequest
- func (a *IamProjectGroupApiService) IamProjectGroupServiceListExecute(r ApiIamProjectGroupServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupTagCreate(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupTagCreateRequest
- func (a *IamProjectGroupApiService) IamProjectGroupTagCreateExecute(r ApiIamProjectGroupTagCreateRequest) (*Tag, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupTagDelete(ctx context.Context, projectId string, groupId string, tagId string) ApiIamProjectGroupTagDeleteRequest
- func (a *IamProjectGroupApiService) IamProjectGroupTagDeleteExecute(r ApiIamProjectGroupTagDeleteRequest) (*http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupTagGet(ctx context.Context, projectId string, groupId string, tagId string) ApiIamProjectGroupTagGetRequest
- func (a *IamProjectGroupApiService) IamProjectGroupTagGetExecute(r ApiIamProjectGroupTagGetRequest) (*Tag, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupTagList(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupTagListRequest
- func (a *IamProjectGroupApiService) IamProjectGroupTagListExecute(r ApiIamProjectGroupTagListRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupTagPut(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupTagPutRequest
- func (a *IamProjectGroupApiService) IamProjectGroupTagPutExecute(r ApiIamProjectGroupTagPutRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectGroupApiService) IamProjectGroupUpdate(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupUpdateRequest
- func (a *IamProjectGroupApiService) IamProjectGroupUpdateExecute(r ApiIamProjectGroupUpdateRequest) (*Group, *http.Response, error)
- type IamProjectGroupCreate
- func (o *IamProjectGroupCreate) GetActor() []IamActor
- func (o *IamProjectGroupCreate) GetActorOk() ([]IamActor, bool)
- func (o *IamProjectGroupCreate) GetName() string
- func (o *IamProjectGroupCreate) GetNameOk() (*string, bool)
- func (o *IamProjectGroupCreate) GetTag() []Tag
- func (o *IamProjectGroupCreate) GetTagOk() ([]Tag, bool)
- func (o *IamProjectGroupCreate) HasActor() bool
- func (o *IamProjectGroupCreate) HasTag() bool
- func (o IamProjectGroupCreate) MarshalJSON() ([]byte, error)
- func (o *IamProjectGroupCreate) SetActor(v []IamActor)
- func (o *IamProjectGroupCreate) SetName(v string)
- func (o *IamProjectGroupCreate) SetTag(v []Tag)
- type IamProjectGroupUpdate
- type IamProjectInvitationAccept
- type IamProjectOwnershipCreate
- type IamProjectPolicyApiService
- func (a *IamProjectPolicyApiService) IamProjectPolicyActorCreate(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyActorCreateRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyActorCreateExecute(r ApiIamProjectPolicyActorCreateRequest) (*IamActorOrGroup, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyActorDelete(ctx context.Context, projectId string, policyId string, actorId string) ApiIamProjectPolicyActorDeleteRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyActorDeleteExecute(r ApiIamProjectPolicyActorDeleteRequest) (*IamActorOrGroup, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyActorGet(ctx context.Context, projectId string, policyId string, actorId string) ApiIamProjectPolicyActorGetRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyActorGetExecute(r ApiIamProjectPolicyActorGetRequest) (*IamActorOrGroup, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyActorList(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyActorListRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyActorListExecute(r ApiIamProjectPolicyActorListRequest) ([]IamActorOrGroup, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyCreate(ctx context.Context, projectId string) ApiIamProjectPolicyCreateRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyCreateExecute(r ApiIamProjectPolicyCreateRequest) (*Policy, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyDelete(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyDeleteRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyDeleteExecute(r ApiIamProjectPolicyDeleteRequest) (*Policy, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyEventGet(ctx context.Context, projectId string, policyId string, eventId string) ApiIamProjectPolicyEventGetRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyEventGetExecute(r ApiIamProjectPolicyEventGetRequest) (*Event, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyEventList(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyEventListRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyEventListExecute(r ApiIamProjectPolicyEventListRequest) ([]Event, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyGet(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyGetRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyGetExecute(r ApiIamProjectPolicyGetRequest) (*Policy, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyList(ctx context.Context, projectId string) ApiIamProjectPolicyListRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyListExecute(r ApiIamProjectPolicyListRequest) ([]Policy, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyServiceGet(ctx context.Context, projectId string, policyId string, serviceId string) ApiIamProjectPolicyServiceGetRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyServiceGetExecute(r ApiIamProjectPolicyServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyServiceList(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyServiceListRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyServiceListExecute(r ApiIamProjectPolicyServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyTagCreate(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyTagCreateRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyTagCreateExecute(r ApiIamProjectPolicyTagCreateRequest) (*Tag, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyTagDelete(ctx context.Context, projectId string, policyId string, tagId string) ApiIamProjectPolicyTagDeleteRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyTagDeleteExecute(r ApiIamProjectPolicyTagDeleteRequest) (*http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyTagGet(ctx context.Context, projectId string, policyId string, tagId string) ApiIamProjectPolicyTagGetRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyTagGetExecute(r ApiIamProjectPolicyTagGetRequest) (*Tag, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyTagList(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyTagListRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyTagListExecute(r ApiIamProjectPolicyTagListRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyTagPut(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyTagPutRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyTagPutExecute(r ApiIamProjectPolicyTagPutRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectPolicyApiService) IamProjectPolicyUpdate(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyUpdateRequest
- func (a *IamProjectPolicyApiService) IamProjectPolicyUpdateExecute(r ApiIamProjectPolicyUpdateRequest) (*Policy, *http.Response, error)
- type IamProjectPolicyCreate
- func (o *IamProjectPolicyCreate) GetActor() []IamProjectPolicyCreateActor
- func (o *IamProjectPolicyCreate) GetActorOk() ([]IamProjectPolicyCreateActor, bool)
- func (o *IamProjectPolicyCreate) GetName() string
- func (o *IamProjectPolicyCreate) GetNameOk() (*string, bool)
- func (o *IamProjectPolicyCreate) GetResource() string
- func (o *IamProjectPolicyCreate) GetResourceOk() (*string, bool)
- func (o *IamProjectPolicyCreate) GetRole() string
- func (o *IamProjectPolicyCreate) GetRoleOk() (*string, bool)
- func (o *IamProjectPolicyCreate) GetTag() []Tag
- func (o *IamProjectPolicyCreate) GetTagOk() ([]Tag, bool)
- func (o *IamProjectPolicyCreate) HasActor() bool
- func (o *IamProjectPolicyCreate) HasTag() bool
- func (o IamProjectPolicyCreate) MarshalJSON() ([]byte, error)
- func (o *IamProjectPolicyCreate) SetActor(v []IamProjectPolicyCreateActor)
- func (o *IamProjectPolicyCreate) SetName(v string)
- func (o *IamProjectPolicyCreate) SetResource(v string)
- func (o *IamProjectPolicyCreate) SetRole(v string)
- func (o *IamProjectPolicyCreate) SetTag(v []Tag)
- type IamProjectPolicyCreateActor
- func (o *IamProjectPolicyCreateActor) GetValue() string
- func (o *IamProjectPolicyCreateActor) GetValueOk() (*string, bool)
- func (o *IamProjectPolicyCreateActor) HasValue() bool
- func (o IamProjectPolicyCreateActor) MarshalJSON() ([]byte, error)
- func (o *IamProjectPolicyCreateActor) SetValue(v string)
- type IamProjectPolicyUpdate
- type IamProjectQuotaLimitPatch
- type IamProjectRoleApiService
- func (a *IamProjectRoleApiService) IamProjectRoleCreate(ctx context.Context, projectId string) ApiIamProjectRoleCreateRequest
- func (a *IamProjectRoleApiService) IamProjectRoleCreateExecute(r ApiIamProjectRoleCreateRequest) (*Role, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleDelete(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleDeleteRequest
- func (a *IamProjectRoleApiService) IamProjectRoleDeleteExecute(r ApiIamProjectRoleDeleteRequest) (*Role, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleEventGet(ctx context.Context, projectId string, roleId string, eventId string) ApiIamProjectRoleEventGetRequest
- func (a *IamProjectRoleApiService) IamProjectRoleEventGetExecute(r ApiIamProjectRoleEventGetRequest) (*Event, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleEventList(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleEventListRequest
- func (a *IamProjectRoleApiService) IamProjectRoleEventListExecute(r ApiIamProjectRoleEventListRequest) ([]Event, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleGet(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleGetRequest
- func (a *IamProjectRoleApiService) IamProjectRoleGetExecute(r ApiIamProjectRoleGetRequest) (*Role, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleList(ctx context.Context, projectId string) ApiIamProjectRoleListRequest
- func (a *IamProjectRoleApiService) IamProjectRoleListExecute(r ApiIamProjectRoleListRequest) ([]Role, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRolePermissionCreate(ctx context.Context, projectId string, roleId string) ApiIamProjectRolePermissionCreateRequest
- func (a *IamProjectRoleApiService) IamProjectRolePermissionCreateExecute(r ApiIamProjectRolePermissionCreateRequest) (*IamPermission, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRolePermissionDelete(ctx context.Context, projectId string, roleId string, permissionId string) ApiIamProjectRolePermissionDeleteRequest
- func (a *IamProjectRoleApiService) IamProjectRolePermissionDeleteExecute(r ApiIamProjectRolePermissionDeleteRequest) (*IamPermission, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRolePermissionGet(ctx context.Context, projectId string, roleId string, permissionId string) ApiIamProjectRolePermissionGetRequest
- func (a *IamProjectRoleApiService) IamProjectRolePermissionGetExecute(r ApiIamProjectRolePermissionGetRequest) (*IamPermission, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRolePermissionList(ctx context.Context, projectId string, roleId string) ApiIamProjectRolePermissionListRequest
- func (a *IamProjectRoleApiService) IamProjectRolePermissionListExecute(r ApiIamProjectRolePermissionListRequest) ([]IamPermission, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRolePermissionPut(ctx context.Context, projectId string, roleId string) ApiIamProjectRolePermissionPutRequest
- func (a *IamProjectRoleApiService) IamProjectRolePermissionPutExecute(r ApiIamProjectRolePermissionPutRequest) ([]IamPermission, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleServiceGet(ctx context.Context, projectId string, roleId string, serviceId string) ApiIamProjectRoleServiceGetRequest
- func (a *IamProjectRoleApiService) IamProjectRoleServiceGetExecute(r ApiIamProjectRoleServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleServiceList(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleServiceListRequest
- func (a *IamProjectRoleApiService) IamProjectRoleServiceListExecute(r ApiIamProjectRoleServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleTagCreate(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleTagCreateRequest
- func (a *IamProjectRoleApiService) IamProjectRoleTagCreateExecute(r ApiIamProjectRoleTagCreateRequest) (*Tag, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleTagDelete(ctx context.Context, projectId string, roleId string, tagId string) ApiIamProjectRoleTagDeleteRequest
- func (a *IamProjectRoleApiService) IamProjectRoleTagDeleteExecute(r ApiIamProjectRoleTagDeleteRequest) (*http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleTagGet(ctx context.Context, projectId string, roleId string, tagId string) ApiIamProjectRoleTagGetRequest
- func (a *IamProjectRoleApiService) IamProjectRoleTagGetExecute(r ApiIamProjectRoleTagGetRequest) (*Tag, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleTagList(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleTagListRequest
- func (a *IamProjectRoleApiService) IamProjectRoleTagListExecute(r ApiIamProjectRoleTagListRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleTagPut(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleTagPutRequest
- func (a *IamProjectRoleApiService) IamProjectRoleTagPutExecute(r ApiIamProjectRoleTagPutRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectRoleApiService) IamProjectRoleUpdate(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleUpdateRequest
- func (a *IamProjectRoleApiService) IamProjectRoleUpdateExecute(r ApiIamProjectRoleUpdateRequest) (*Role, *http.Response, error)
- type IamProjectRoleCreate
- func (o *IamProjectRoleCreate) GetDescription() string
- func (o *IamProjectRoleCreate) GetDescriptionOk() (*string, bool)
- func (o *IamProjectRoleCreate) GetName() string
- func (o *IamProjectRoleCreate) GetNameOk() (*string, bool)
- func (o *IamProjectRoleCreate) GetPermission() []IamPermission
- func (o *IamProjectRoleCreate) GetPermissionOk() ([]IamPermission, bool)
- func (o *IamProjectRoleCreate) GetService() string
- func (o *IamProjectRoleCreate) GetServiceOk() (*string, bool)
- func (o *IamProjectRoleCreate) GetTag() []Tag
- func (o *IamProjectRoleCreate) GetTagOk() ([]Tag, bool)
- func (o *IamProjectRoleCreate) HasDescription() bool
- func (o *IamProjectRoleCreate) HasPermission() bool
- func (o *IamProjectRoleCreate) HasService() bool
- func (o *IamProjectRoleCreate) HasTag() bool
- func (o IamProjectRoleCreate) MarshalJSON() ([]byte, error)
- func (o *IamProjectRoleCreate) SetDescription(v string)
- func (o *IamProjectRoleCreate) SetName(v string)
- func (o *IamProjectRoleCreate) SetPermission(v []IamPermission)
- func (o *IamProjectRoleCreate) SetService(v string)
- func (o *IamProjectRoleCreate) SetTag(v []Tag)
- type IamProjectRoleUpdate
- func (o *IamProjectRoleUpdate) GetDescription() string
- func (o *IamProjectRoleUpdate) GetDescriptionOk() (*string, bool)
- func (o *IamProjectRoleUpdate) GetName() string
- func (o *IamProjectRoleUpdate) GetNameOk() (*string, bool)
- func (o *IamProjectRoleUpdate) HasDescription() bool
- func (o *IamProjectRoleUpdate) HasName() bool
- func (o IamProjectRoleUpdate) MarshalJSON() ([]byte, error)
- func (o *IamProjectRoleUpdate) SetDescription(v string)
- func (o *IamProjectRoleUpdate) SetName(v string)
- type IamProjectSaApiService
- func (a *IamProjectSaApiService) IamProjectSaCreate(ctx context.Context, projectId string) ApiIamProjectSaCreateRequest
- func (a *IamProjectSaApiService) IamProjectSaCreateExecute(r ApiIamProjectSaCreateRequest) (*Sa, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaCredentialCreate(ctx context.Context, projectId string, saId string) ApiIamProjectSaCredentialCreateRequest
- func (a *IamProjectSaApiService) IamProjectSaCredentialCreateExecute(r ApiIamProjectSaCredentialCreateRequest) (*SaCredential, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaCredentialDelete(ctx context.Context, projectId string, saId string, credentialId string) ApiIamProjectSaCredentialDeleteRequest
- func (a *IamProjectSaApiService) IamProjectSaCredentialDeleteExecute(r ApiIamProjectSaCredentialDeleteRequest) (*Sa, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaCredentialGet(ctx context.Context, projectId string, saId string, credentialId string) ApiIamProjectSaCredentialGetRequest
- func (a *IamProjectSaApiService) IamProjectSaCredentialGetExecute(r ApiIamProjectSaCredentialGetRequest) (*SaCredential, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaCredentialList(ctx context.Context, projectId string, saId string) ApiIamProjectSaCredentialListRequest
- func (a *IamProjectSaApiService) IamProjectSaCredentialListExecute(r ApiIamProjectSaCredentialListRequest) ([]SaCredential, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaCredentialPatch(ctx context.Context, projectId string, saId string, credentialId string) ApiIamProjectSaCredentialPatchRequest
- func (a *IamProjectSaApiService) IamProjectSaCredentialPatchExecute(r ApiIamProjectSaCredentialPatchRequest) (*SaCredential, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaDelete(ctx context.Context, projectId string, saId string) ApiIamProjectSaDeleteRequest
- func (a *IamProjectSaApiService) IamProjectSaDeleteExecute(r ApiIamProjectSaDeleteRequest) (*Sa, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaEventGet(ctx context.Context, projectId string, saId string, eventId string) ApiIamProjectSaEventGetRequest
- func (a *IamProjectSaApiService) IamProjectSaEventGetExecute(r ApiIamProjectSaEventGetRequest) (*Event, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaEventList(ctx context.Context, projectId string, saId string) ApiIamProjectSaEventListRequest
- func (a *IamProjectSaApiService) IamProjectSaEventListExecute(r ApiIamProjectSaEventListRequest) ([]Event, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaGet(ctx context.Context, projectId string, saId string) ApiIamProjectSaGetRequest
- func (a *IamProjectSaApiService) IamProjectSaGetExecute(r ApiIamProjectSaGetRequest) (*Sa, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaList(ctx context.Context, projectId string) ApiIamProjectSaListRequest
- func (a *IamProjectSaApiService) IamProjectSaListExecute(r ApiIamProjectSaListRequest) ([]Sa, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaServiceGet(ctx context.Context, projectId string, saId string, serviceId string) ApiIamProjectSaServiceGetRequest
- func (a *IamProjectSaApiService) IamProjectSaServiceGetExecute(r ApiIamProjectSaServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaServiceList(ctx context.Context, projectId string, saId string) ApiIamProjectSaServiceListRequest
- func (a *IamProjectSaApiService) IamProjectSaServiceListExecute(r ApiIamProjectSaServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaTagCreate(ctx context.Context, projectId string, saId string) ApiIamProjectSaTagCreateRequest
- func (a *IamProjectSaApiService) IamProjectSaTagCreateExecute(r ApiIamProjectSaTagCreateRequest) (*Tag, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaTagDelete(ctx context.Context, projectId string, saId string, tagId string) ApiIamProjectSaTagDeleteRequest
- func (a *IamProjectSaApiService) IamProjectSaTagDeleteExecute(r ApiIamProjectSaTagDeleteRequest) (*http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaTagGet(ctx context.Context, projectId string, saId string, tagId string) ApiIamProjectSaTagGetRequest
- func (a *IamProjectSaApiService) IamProjectSaTagGetExecute(r ApiIamProjectSaTagGetRequest) (*Tag, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaTagList(ctx context.Context, projectId string, saId string) ApiIamProjectSaTagListRequest
- func (a *IamProjectSaApiService) IamProjectSaTagListExecute(r ApiIamProjectSaTagListRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaTagPut(ctx context.Context, projectId string, saId string) ApiIamProjectSaTagPutRequest
- func (a *IamProjectSaApiService) IamProjectSaTagPutExecute(r ApiIamProjectSaTagPutRequest) ([]Tag, *http.Response, error)
- func (a *IamProjectSaApiService) IamProjectSaUpdate(ctx context.Context, projectId string, saId string) ApiIamProjectSaUpdateRequest
- func (a *IamProjectSaApiService) IamProjectSaUpdateExecute(r ApiIamProjectSaUpdateRequest) (*Sa, *http.Response, error)
- type IamProjectSaCreate
- func (o *IamProjectSaCreate) GetName() string
- func (o *IamProjectSaCreate) GetNameOk() (*string, bool)
- func (o *IamProjectSaCreate) GetService() string
- func (o *IamProjectSaCreate) GetServiceOk() (*string, bool)
- func (o *IamProjectSaCreate) GetTag() []Tag
- func (o *IamProjectSaCreate) GetTagOk() ([]Tag, bool)
- func (o *IamProjectSaCreate) HasService() bool
- func (o *IamProjectSaCreate) HasTag() bool
- func (o IamProjectSaCreate) MarshalJSON() ([]byte, error)
- func (o *IamProjectSaCreate) SetName(v string)
- func (o *IamProjectSaCreate) SetService(v string)
- func (o *IamProjectSaCreate) SetTag(v []Tag)
- type IamProjectSaCredentialPatch
- type IamProjectSaUpdate
- type IamProjectThresholdCreate
- func (o *IamProjectThresholdCreate) GetId() string
- func (o *IamProjectThresholdCreate) GetIdOk() (*string, bool)
- func (o *IamProjectThresholdCreate) GetName() string
- func (o *IamProjectThresholdCreate) GetNameOk() (*string, bool)
- func (o *IamProjectThresholdCreate) GetType() string
- func (o *IamProjectThresholdCreate) GetTypeOk() (*string, bool)
- func (o *IamProjectThresholdCreate) GetUri() string
- func (o *IamProjectThresholdCreate) GetUriOk() (*string, bool)
- func (o *IamProjectThresholdCreate) GetValue() float32
- func (o *IamProjectThresholdCreate) GetValueOk() (*float32, bool)
- func (o *IamProjectThresholdCreate) HasId() bool
- func (o *IamProjectThresholdCreate) HasName() bool
- func (o *IamProjectThresholdCreate) HasType() bool
- func (o *IamProjectThresholdCreate) HasUri() bool
- func (o *IamProjectThresholdCreate) HasValue() bool
- func (o IamProjectThresholdCreate) MarshalJSON() ([]byte, error)
- func (o *IamProjectThresholdCreate) SetId(v string)
- func (o *IamProjectThresholdCreate) SetName(v string)
- func (o *IamProjectThresholdCreate) SetType(v string)
- func (o *IamProjectThresholdCreate) SetUri(v string)
- func (o *IamProjectThresholdCreate) SetValue(v float32)
- type IamProjectTransfer
- type IamProjectUpdate
- type IamRedirect
- func (o *IamRedirect) GetId() string
- func (o *IamRedirect) GetIdOk() (*string, bool)
- func (o *IamRedirect) GetName() string
- func (o *IamRedirect) GetNameOk() (*string, bool)
- func (o *IamRedirect) GetValue() string
- func (o *IamRedirect) GetValueOk() (*string, bool)
- func (o *IamRedirect) HasId() bool
- func (o IamRedirect) MarshalJSON() ([]byte, error)
- func (o *IamRedirect) SetId(v string)
- func (o *IamRedirect) SetName(v string)
- func (o *IamRedirect) SetValue(v string)
- type IamUserApiService
- func (a *IamUserApiService) IamUserAuthorizationCode(ctx context.Context, userId string, authorizationId string) ApiIamUserAuthorizationCodeRequest
- func (a *IamUserApiService) IamUserAuthorizationCodeExecute(r ApiIamUserAuthorizationCodeRequest) (*InlineResponse200, *http.Response, error)
- func (a *IamUserApiService) IamUserAuthorizationCreate(ctx context.Context, userId string) ApiIamUserAuthorizationCreateRequest
- func (a *IamUserApiService) IamUserAuthorizationCreateExecute(r ApiIamUserAuthorizationCreateRequest) (*IamUserAuthorization, *http.Response, error)
- func (a *IamUserApiService) IamUserAuthorizationDelete(ctx context.Context, userId string, authorizationId string) ApiIamUserAuthorizationDeleteRequest
- func (a *IamUserApiService) IamUserAuthorizationDeleteExecute(r ApiIamUserAuthorizationDeleteRequest) (*User, *http.Response, error)
- func (a *IamUserApiService) IamUserAuthorizationGet(ctx context.Context, userId string, authorizationId string) ApiIamUserAuthorizationGetRequest
- func (a *IamUserApiService) IamUserAuthorizationGetExecute(r ApiIamUserAuthorizationGetRequest) (*IamUserAuthorization, *http.Response, error)
- func (a *IamUserApiService) IamUserAuthorizationList(ctx context.Context, userId string) ApiIamUserAuthorizationListRequest
- func (a *IamUserApiService) IamUserAuthorizationListExecute(r ApiIamUserAuthorizationListRequest) ([]IamUserAuthorization, *http.Response, error)
- func (a *IamUserApiService) IamUserCredentialAuthtokenDelete(ctx context.Context, userId string, authtokenId string) ApiIamUserCredentialAuthtokenDeleteRequest
- func (a *IamUserApiService) IamUserCredentialAuthtokenDeleteExecute(r ApiIamUserCredentialAuthtokenDeleteRequest) (*http.Response, error)
- func (a *IamUserApiService) IamUserCredentialAuthtokenGet(ctx context.Context, userId string, authtokenId string) ApiIamUserCredentialAuthtokenGetRequest
- func (a *IamUserApiService) IamUserCredentialAuthtokenGetExecute(r ApiIamUserCredentialAuthtokenGetRequest) (*AuthToken, *http.Response, error)
- func (a *IamUserApiService) IamUserCredentialAuthtokenList(ctx context.Context, userId string) ApiIamUserCredentialAuthtokenListRequest
- func (a *IamUserApiService) IamUserCredentialAuthtokenListExecute(r ApiIamUserCredentialAuthtokenListRequest) ([]AuthToken, *http.Response, error)
- func (a *IamUserApiService) IamUserCredentialCreate(ctx context.Context, userId string) ApiIamUserCredentialCreateRequest
- func (a *IamUserApiService) IamUserCredentialCreateExecute(r ApiIamUserCredentialCreateRequest) (*UserCredential, *http.Response, error)
- func (a *IamUserApiService) IamUserCredentialDelete(ctx context.Context, userId string, credentialId string) ApiIamUserCredentialDeleteRequest
- func (a *IamUserApiService) IamUserCredentialDeleteExecute(r ApiIamUserCredentialDeleteRequest) (*User, *http.Response, error)
- func (a *IamUserApiService) IamUserCredentialGet(ctx context.Context, userId string, credentialId string) ApiIamUserCredentialGetRequest
- func (a *IamUserApiService) IamUserCredentialGetExecute(r ApiIamUserCredentialGetRequest) (*UserCredential, *http.Response, error)
- func (a *IamUserApiService) IamUserCredentialList(ctx context.Context, userId string) ApiIamUserCredentialListRequest
- func (a *IamUserApiService) IamUserCredentialListExecute(r ApiIamUserCredentialListRequest) ([]UserCredential, *http.Response, error)
- func (a *IamUserApiService) IamUserCredentialPatch(ctx context.Context, userId string, credentialId string) ApiIamUserCredentialPatchRequest
- func (a *IamUserApiService) IamUserCredentialPatchExecute(r ApiIamUserCredentialPatchRequest) (*UserCredential, *http.Response, error)
- func (a *IamUserApiService) IamUserDelete(ctx context.Context, userId string) ApiIamUserDeleteRequest
- func (a *IamUserApiService) IamUserDeleteExecute(r ApiIamUserDeleteRequest) (*User, *http.Response, error)
- func (a *IamUserApiService) IamUserGet(ctx context.Context, userId string) ApiIamUserGetRequest
- func (a *IamUserApiService) IamUserGetExecute(r ApiIamUserGetRequest) (*User, *http.Response, error)
- func (a *IamUserApiService) IamUserServiceGet(ctx context.Context, userId string, serviceId string) ApiIamUserServiceGetRequest
- func (a *IamUserApiService) IamUserServiceGetExecute(r ApiIamUserServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *IamUserApiService) IamUserServiceList(ctx context.Context, userId string) ApiIamUserServiceListRequest
- func (a *IamUserApiService) IamUserServiceListExecute(r ApiIamUserServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *IamUserApiService) IamUserUpdate(ctx context.Context, userId string) ApiIamUserUpdateRequest
- func (a *IamUserApiService) IamUserUpdateExecute(r ApiIamUserUpdateRequest) (*User, *http.Response, error)
- type IamUserAuthorization
- func (o *IamUserAuthorization) GetApplication() string
- func (o *IamUserAuthorization) GetApplicationOk() (*string, bool)
- func (o *IamUserAuthorization) GetId() string
- func (o *IamUserAuthorization) GetIdOk() (*string, bool)
- func (o *IamUserAuthorization) GetName() string
- func (o *IamUserAuthorization) GetNameOk() (*string, bool)
- func (o *IamUserAuthorization) GetUri() string
- func (o *IamUserAuthorization) GetUriOk() (*string, bool)
- func (o *IamUserAuthorization) HasId() bool
- func (o *IamUserAuthorization) HasUri() bool
- func (o IamUserAuthorization) MarshalJSON() ([]byte, error)
- func (o *IamUserAuthorization) SetApplication(v string)
- func (o *IamUserAuthorization) SetId(v string)
- func (o *IamUserAuthorization) SetName(v string)
- func (o *IamUserAuthorization) SetUri(v string)
- type IamUserAuthorizationCode
- func (o *IamUserAuthorizationCode) GetNonce() string
- func (o *IamUserAuthorizationCode) GetNonceOk() (*string, bool)
- func (o *IamUserAuthorizationCode) GetRedirect() string
- func (o *IamUserAuthorizationCode) GetRedirectOk() (*string, bool)
- func (o *IamUserAuthorizationCode) HasNonce() bool
- func (o IamUserAuthorizationCode) MarshalJSON() ([]byte, error)
- func (o *IamUserAuthorizationCode) SetNonce(v string)
- func (o *IamUserAuthorizationCode) SetRedirect(v string)
- type IamUserCredentialPatch
- type IamUserUpdate
- func (o *IamUserUpdate) GetFamilyName() string
- func (o *IamUserUpdate) GetFamilyNameOk() (*string, bool)
- func (o *IamUserUpdate) GetFirstName() string
- func (o *IamUserUpdate) GetFirstNameOk() (*string, bool)
- func (o *IamUserUpdate) GetLang() string
- func (o *IamUserUpdate) GetLangOk() (*string, bool)
- func (o *IamUserUpdate) GetPhone() string
- func (o *IamUserUpdate) GetPhoneOk() (*string, bool)
- func (o *IamUserUpdate) HasFamilyName() bool
- func (o *IamUserUpdate) HasFirstName() bool
- func (o *IamUserUpdate) HasLang() bool
- func (o *IamUserUpdate) HasPhone() bool
- func (o IamUserUpdate) MarshalJSON() ([]byte, error)
- func (o *IamUserUpdate) SetFamilyName(v string)
- func (o *IamUserUpdate) SetFirstName(v string)
- func (o *IamUserUpdate) SetLang(v string)
- func (o *IamUserUpdate) SetPhone(v string)
- type Image
- func (o *Image) GetCreatedBy() string
- func (o *Image) GetCreatedByOk() (*string, bool)
- func (o *Image) GetCreatedOn() time.Time
- func (o *Image) GetCreatedOnOk() (*time.Time, bool)
- func (o *Image) GetDescription() string
- func (o *Image) GetDescriptionOk() (*string, bool)
- func (o *Image) GetFlavour() string
- func (o *Image) GetFlavourOk() (*string, bool)
- func (o *Image) GetId() string
- func (o *Image) GetIdOk() (*string, bool)
- func (o *Image) GetLicense() []string
- func (o *Image) GetLicenseOk() ([]string, bool)
- func (o *Image) GetModifiedBy() string
- func (o *Image) GetModifiedByOk() (*string, bool)
- func (o *Image) GetModifiedOn() time.Time
- func (o *Image) GetModifiedOnOk() (*time.Time, bool)
- func (o *Image) GetName() string
- func (o *Image) GetNameOk() (*string, bool)
- func (o *Image) GetProject() string
- func (o *Image) GetProjectOk() (*string, bool)
- func (o *Image) GetSize() float32
- func (o *Image) GetSizeOk() (*float32, bool)
- func (o *Image) GetState() string
- func (o *Image) GetStateOk() (*string, bool)
- func (o *Image) GetTag() []Tag
- func (o *Image) GetTagOk() ([]Tag, bool)
- func (o *Image) GetUri() string
- func (o *Image) GetUriOk() (*string, bool)
- func (o *Image) HasCreatedBy() bool
- func (o *Image) HasCreatedOn() bool
- func (o *Image) HasDescription() bool
- func (o *Image) HasFlavour() bool
- func (o *Image) HasLicense() bool
- func (o *Image) HasModifiedBy() bool
- func (o *Image) HasModifiedOn() bool
- func (o *Image) HasProject() bool
- func (o *Image) HasSize() bool
- func (o *Image) HasState() bool
- func (o *Image) HasTag() bool
- func (o *Image) HasUri() bool
- func (o Image) MarshalJSON() ([]byte, error)
- func (o *Image) SetCreatedBy(v string)
- func (o *Image) SetCreatedOn(v time.Time)
- func (o *Image) SetDescription(v string)
- func (o *Image) SetFlavour(v string)
- func (o *Image) SetId(v string)
- func (o *Image) SetLicense(v []string)
- func (o *Image) SetModifiedBy(v string)
- func (o *Image) SetModifiedOn(v time.Time)
- func (o *Image) SetName(v string)
- func (o *Image) SetProject(v string)
- func (o *Image) SetSize(v float32)
- func (o *Image) SetState(v string)
- func (o *Image) SetTag(v []Tag)
- func (o *Image) SetUri(v string)
- type InlineResponse200
- type InlineResponseDefault
- func (o *InlineResponseDefault) GetDetail() string
- func (o *InlineResponseDefault) GetDetailOk() (*string, bool)
- func (o *InlineResponseDefault) GetOperation() []InlineResponseDefaultOperation
- func (o *InlineResponseDefault) GetOperationOk() ([]InlineResponseDefaultOperation, bool)
- func (o *InlineResponseDefault) GetStatus() float32
- func (o *InlineResponseDefault) GetStatusOk() (*float32, bool)
- func (o *InlineResponseDefault) GetTitle() string
- func (o *InlineResponseDefault) GetTitleOk() (*string, bool)
- func (o *InlineResponseDefault) GetType() string
- func (o *InlineResponseDefault) GetTypeOk() (*string, bool)
- func (o *InlineResponseDefault) HasDetail() bool
- func (o *InlineResponseDefault) HasOperation() bool
- func (o *InlineResponseDefault) HasStatus() bool
- func (o *InlineResponseDefault) HasTitle() bool
- func (o *InlineResponseDefault) HasType() bool
- func (o InlineResponseDefault) MarshalJSON() ([]byte, error)
- func (o *InlineResponseDefault) SetDetail(v string)
- func (o *InlineResponseDefault) SetOperation(v []InlineResponseDefaultOperation)
- func (o *InlineResponseDefault) SetStatus(v float32)
- func (o *InlineResponseDefault) SetTitle(v string)
- func (o *InlineResponseDefault) SetType(v string)
- type InlineResponseDefaultOperation
- func (o *InlineResponseDefaultOperation) GetDetail() string
- func (o *InlineResponseDefaultOperation) GetDetailOk() (*string, bool)
- func (o *InlineResponseDefaultOperation) GetResource() string
- func (o *InlineResponseDefaultOperation) GetResourceOk() (*string, bool)
- func (o *InlineResponseDefaultOperation) GetTitle() string
- func (o *InlineResponseDefaultOperation) GetTitleOk() (*string, bool)
- func (o *InlineResponseDefaultOperation) HasDetail() bool
- func (o *InlineResponseDefaultOperation) HasResource() bool
- func (o *InlineResponseDefaultOperation) HasTitle() bool
- func (o InlineResponseDefaultOperation) MarshalJSON() ([]byte, error)
- func (o *InlineResponseDefaultOperation) SetDetail(v string)
- func (o *InlineResponseDefaultOperation) SetResource(v string)
- func (o *InlineResponseDefaultOperation) SetTitle(v string)
- type InsightProjectJournalApiService
- func (a *InsightProjectJournalApiService) InsightProjectJournalCreate(ctx context.Context, projectId string, locationId string) ApiInsightProjectJournalCreateRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalCreateExecute(r ApiInsightProjectJournalCreateRequest) (*Journal, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialCreate(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalCredentialCreateRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialCreateExecute(r ApiInsightProjectJournalCredentialCreateRequest) (*JournalCredential, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialDelete(ctx context.Context, projectId string, locationId string, journalId string, ...) ApiInsightProjectJournalCredentialDeleteRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialDeleteExecute(r ApiInsightProjectJournalCredentialDeleteRequest) (*Journal, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialGet(ctx context.Context, projectId string, locationId string, journalId string, ...) ApiInsightProjectJournalCredentialGetRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialGetExecute(r ApiInsightProjectJournalCredentialGetRequest) (*JournalCredential, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialList(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalCredentialListRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialListExecute(r ApiInsightProjectJournalCredentialListRequest) ([]JournalCredential, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialPatch(ctx context.Context, projectId string, locationId string, journalId string, ...) ApiInsightProjectJournalCredentialPatchRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialPatchExecute(r ApiInsightProjectJournalCredentialPatchRequest) (*JournalCredential, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalDelete(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalDeleteRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalDeleteExecute(r ApiInsightProjectJournalDeleteRequest) (*Journal, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalEventGet(ctx context.Context, projectId string, locationId string, journalId string, ...) ApiInsightProjectJournalEventGetRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalEventGetExecute(r ApiInsightProjectJournalEventGetRequest) (*Event, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalEventList(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalEventListRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalEventListExecute(r ApiInsightProjectJournalEventListRequest) ([]Event, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalGet(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalGetRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalGetExecute(r ApiInsightProjectJournalGetRequest) (*Journal, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalList(ctx context.Context, projectId string, locationId string) ApiInsightProjectJournalListRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalListExecute(r ApiInsightProjectJournalListRequest) ([]Journal, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalLogGet(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalLogGetRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalLogGetExecute(r ApiInsightProjectJournalLogGetRequest) (*InlineResponseDefault, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalServiceGet(ctx context.Context, projectId string, locationId string, journalId string, ...) ApiInsightProjectJournalServiceGetRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalServiceGetExecute(r ApiInsightProjectJournalServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalServiceList(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalServiceListRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalServiceListExecute(r ApiInsightProjectJournalServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalTagCreate(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalTagCreateRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalTagCreateExecute(r ApiInsightProjectJournalTagCreateRequest) (*Tag, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalTagDelete(ctx context.Context, projectId string, locationId string, journalId string, ...) ApiInsightProjectJournalTagDeleteRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalTagDeleteExecute(r ApiInsightProjectJournalTagDeleteRequest) (*http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalTagGet(ctx context.Context, projectId string, locationId string, journalId string, ...) ApiInsightProjectJournalTagGetRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalTagGetExecute(r ApiInsightProjectJournalTagGetRequest) (*Tag, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalTagList(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalTagListRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalTagListExecute(r ApiInsightProjectJournalTagListRequest) ([]Tag, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalTagPut(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalTagPutRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalTagPutExecute(r ApiInsightProjectJournalTagPutRequest) ([]Tag, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalTransfer(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalTransferRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalTransferExecute(r ApiInsightProjectJournalTransferRequest) (*Journal, *http.Response, error)
- func (a *InsightProjectJournalApiService) InsightProjectJournalUpdate(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalUpdateRequest
- func (a *InsightProjectJournalApiService) InsightProjectJournalUpdateExecute(r ApiInsightProjectJournalUpdateRequest) (*Journal, *http.Response, error)
- type InsightProjectJournalCreate
- func (o *InsightProjectJournalCreate) GetName() string
- func (o *InsightProjectJournalCreate) GetNameOk() (*string, bool)
- func (o *InsightProjectJournalCreate) GetRetention() float32
- func (o *InsightProjectJournalCreate) GetRetentionOk() (*float32, bool)
- func (o *InsightProjectJournalCreate) GetService() string
- func (o *InsightProjectJournalCreate) GetServiceOk() (*string, bool)
- func (o *InsightProjectJournalCreate) GetTag() []Tag
- func (o *InsightProjectJournalCreate) GetTagOk() ([]Tag, bool)
- func (o *InsightProjectJournalCreate) HasRetention() bool
- func (o *InsightProjectJournalCreate) HasService() bool
- func (o *InsightProjectJournalCreate) HasTag() bool
- func (o InsightProjectJournalCreate) MarshalJSON() ([]byte, error)
- func (o *InsightProjectJournalCreate) SetName(v string)
- func (o *InsightProjectJournalCreate) SetRetention(v float32)
- func (o *InsightProjectJournalCreate) SetService(v string)
- func (o *InsightProjectJournalCreate) SetTag(v []Tag)
- type InsightProjectJournalCredentialPatch
- type InsightProjectJournalTransfer
- type InsightProjectJournalUpdate
- func (o *InsightProjectJournalUpdate) GetName() string
- func (o *InsightProjectJournalUpdate) GetNameOk() (*string, bool)
- func (o *InsightProjectJournalUpdate) GetRetention() float32
- func (o *InsightProjectJournalUpdate) GetRetentionOk() (*float32, bool)
- func (o *InsightProjectJournalUpdate) HasName() bool
- func (o *InsightProjectJournalUpdate) HasRetention() bool
- func (o InsightProjectJournalUpdate) MarshalJSON() ([]byte, error)
- func (o *InsightProjectJournalUpdate) SetName(v string)
- func (o *InsightProjectJournalUpdate) SetRetention(v float32)
- type Invitation
- func (o *Invitation) GetEmail() string
- func (o *Invitation) GetEmailOk() (*string, bool)
- func (o *Invitation) GetId() string
- func (o *Invitation) GetIdOk() (*string, bool)
- func (o *Invitation) GetResource() string
- func (o *Invitation) GetResourceOk() (*string, bool)
- func (o Invitation) MarshalJSON() ([]byte, error)
- func (o *Invitation) SetEmail(v string)
- func (o *Invitation) SetId(v string)
- func (o *Invitation) SetResource(v string)
- type Invoice
- func (o *Invoice) GetAdditionalInfo() string
- func (o *Invoice) GetAdditionalInfoOk() (*string, bool)
- func (o *Invoice) GetBuyer() InvoiceBuyer
- func (o *Invoice) GetBuyerOk() (*InvoiceBuyer, bool)
- func (o *Invoice) GetChannel() string
- func (o *Invoice) GetChannelOk() (*string, bool)
- func (o *Invoice) GetCompany() string
- func (o *Invoice) GetCompanyOk() (*string, bool)
- func (o *Invoice) GetCorrections() []string
- func (o *Invoice) GetCorrectionsOk() ([]string, bool)
- func (o *Invoice) GetId() string
- func (o *Invoice) GetIdOk() (*string, bool)
- func (o *Invoice) GetInvoiceInfo() string
- func (o *Invoice) GetInvoiceInfoOk() (*string, bool)
- func (o *Invoice) GetInvoiceNo() string
- func (o *Invoice) GetInvoiceNoOk() (*string, bool)
- func (o *Invoice) GetIssueDate() time.Time
- func (o *Invoice) GetIssueDateOk() (*time.Time, bool)
- func (o *Invoice) GetItems() []InvoiceItems
- func (o *Invoice) GetItemsOk() ([]InvoiceItems, bool)
- func (o *Invoice) GetNip() string
- func (o *Invoice) GetNipOk() (*string, bool)
- func (o *Invoice) GetOrganisation() string
- func (o *Invoice) GetOrganisationOk() (*string, bool)
- func (o *Invoice) GetPayments() []string
- func (o *Invoice) GetPaymentsOk() ([]string, bool)
- func (o *Invoice) GetProject() string
- func (o *Invoice) GetProjectOk() (*string, bool)
- func (o *Invoice) GetSeller() InvoiceSeller
- func (o *Invoice) GetSellerOk() (*InvoiceSeller, bool)
- func (o *Invoice) GetSummary() string
- func (o *Invoice) GetSummaryOk() (*string, bool)
- func (o *Invoice) GetType() string
- func (o *Invoice) GetTypeOk() (*string, bool)
- func (o *Invoice) GetUri() string
- func (o *Invoice) GetUriOk() (*string, bool)
- func (o *Invoice) HasAdditionalInfo() bool
- func (o *Invoice) HasBuyer() bool
- func (o *Invoice) HasChannel() bool
- func (o *Invoice) HasCompany() bool
- func (o *Invoice) HasCorrections() bool
- func (o *Invoice) HasId() bool
- func (o *Invoice) HasInvoiceInfo() bool
- func (o *Invoice) HasInvoiceNo() bool
- func (o *Invoice) HasIssueDate() bool
- func (o *Invoice) HasItems() bool
- func (o *Invoice) HasNip() bool
- func (o *Invoice) HasOrganisation() bool
- func (o *Invoice) HasPayments() bool
- func (o *Invoice) HasProject() bool
- func (o *Invoice) HasSeller() bool
- func (o *Invoice) HasSummary() bool
- func (o *Invoice) HasType() bool
- func (o *Invoice) HasUri() bool
- func (o Invoice) MarshalJSON() ([]byte, error)
- func (o *Invoice) SetAdditionalInfo(v string)
- func (o *Invoice) SetBuyer(v InvoiceBuyer)
- func (o *Invoice) SetChannel(v string)
- func (o *Invoice) SetCompany(v string)
- func (o *Invoice) SetCorrections(v []string)
- func (o *Invoice) SetId(v string)
- func (o *Invoice) SetInvoiceInfo(v string)
- func (o *Invoice) SetInvoiceNo(v string)
- func (o *Invoice) SetIssueDate(v time.Time)
- func (o *Invoice) SetItems(v []InvoiceItems)
- func (o *Invoice) SetNip(v string)
- func (o *Invoice) SetOrganisation(v string)
- func (o *Invoice) SetPayments(v []string)
- func (o *Invoice) SetProject(v string)
- func (o *Invoice) SetSeller(v InvoiceSeller)
- func (o *Invoice) SetSummary(v string)
- func (o *Invoice) SetType(v string)
- func (o *Invoice) SetUri(v string)
- type InvoiceBuyer
- func (o *InvoiceBuyer) GetAddress() InvoiceBuyerAddress
- func (o *InvoiceBuyer) GetAddressOk() (*InvoiceBuyerAddress, bool)
- func (o *InvoiceBuyer) GetCompany() string
- func (o *InvoiceBuyer) GetCompanyOk() (*string, bool)
- func (o *InvoiceBuyer) GetEmail() string
- func (o *InvoiceBuyer) GetEmailOk() (*string, bool)
- func (o *InvoiceBuyer) GetNip() string
- func (o *InvoiceBuyer) GetNipOk() (*string, bool)
- func (o *InvoiceBuyer) HasAddress() bool
- func (o *InvoiceBuyer) HasEmail() bool
- func (o *InvoiceBuyer) HasNip() bool
- func (o InvoiceBuyer) MarshalJSON() ([]byte, error)
- func (o *InvoiceBuyer) SetAddress(v InvoiceBuyerAddress)
- func (o *InvoiceBuyer) SetCompany(v string)
- func (o *InvoiceBuyer) SetEmail(v string)
- func (o *InvoiceBuyer) SetNip(v string)
- type InvoiceBuyerAddress
- func (o *InvoiceBuyerAddress) GetCity() string
- func (o *InvoiceBuyerAddress) GetCityOk() (*string, bool)
- func (o *InvoiceBuyerAddress) GetCountry() string
- func (o *InvoiceBuyerAddress) GetCountryOk() (*string, bool)
- func (o *InvoiceBuyerAddress) GetStreet() string
- func (o *InvoiceBuyerAddress) GetStreetOk() (*string, bool)
- func (o *InvoiceBuyerAddress) GetZipcode() string
- func (o *InvoiceBuyerAddress) GetZipcodeOk() (*string, bool)
- func (o *InvoiceBuyerAddress) HasZipcode() bool
- func (o InvoiceBuyerAddress) MarshalJSON() ([]byte, error)
- func (o *InvoiceBuyerAddress) SetCity(v string)
- func (o *InvoiceBuyerAddress) SetCountry(v string)
- func (o *InvoiceBuyerAddress) SetStreet(v string)
- func (o *InvoiceBuyerAddress) SetZipcode(v string)
- type InvoiceItems
- func (o *InvoiceItems) GetBrutto() string
- func (o *InvoiceItems) GetBruttoOk() (*string, bool)
- func (o *InvoiceItems) GetName() string
- func (o *InvoiceItems) GetNameOk() (*string, bool)
- func (o *InvoiceItems) GetNetto() string
- func (o *InvoiceItems) GetNettoOk() (*string, bool)
- func (o *InvoiceItems) GetPrice() string
- func (o *InvoiceItems) GetPriceOk() (*string, bool)
- func (o *InvoiceItems) GetQuantity() float32
- func (o *InvoiceItems) GetQuantityOk() (*float32, bool)
- func (o *InvoiceItems) GetVatAmount() string
- func (o *InvoiceItems) GetVatAmountOk() (*string, bool)
- func (o *InvoiceItems) GetVatRate() string
- func (o *InvoiceItems) GetVatRateOk() (*string, bool)
- func (o InvoiceItems) MarshalJSON() ([]byte, error)
- func (o *InvoiceItems) SetBrutto(v string)
- func (o *InvoiceItems) SetName(v string)
- func (o *InvoiceItems) SetNetto(v string)
- func (o *InvoiceItems) SetPrice(v string)
- func (o *InvoiceItems) SetQuantity(v float32)
- func (o *InvoiceItems) SetVatAmount(v string)
- func (o *InvoiceItems) SetVatRate(v string)
- type InvoiceSeller
- func (o *InvoiceSeller) GetAddress() InvoiceSellerAddress
- func (o *InvoiceSeller) GetAddressOk() (*InvoiceSellerAddress, bool)
- func (o *InvoiceSeller) GetCompany() string
- func (o *InvoiceSeller) GetCompanyOk() (*string, bool)
- func (o *InvoiceSeller) GetNip() string
- func (o *InvoiceSeller) GetNipOk() (*string, bool)
- func (o *InvoiceSeller) HasAddress() bool
- func (o InvoiceSeller) MarshalJSON() ([]byte, error)
- func (o *InvoiceSeller) SetAddress(v InvoiceSellerAddress)
- func (o *InvoiceSeller) SetCompany(v string)
- func (o *InvoiceSeller) SetNip(v string)
- type InvoiceSellerAddress
- func (o *InvoiceSellerAddress) GetCity() string
- func (o *InvoiceSellerAddress) GetCityOk() (*string, bool)
- func (o *InvoiceSellerAddress) GetCountry() string
- func (o *InvoiceSellerAddress) GetCountryOk() (*string, bool)
- func (o *InvoiceSellerAddress) GetStreet() string
- func (o *InvoiceSellerAddress) GetStreetOk() (*string, bool)
- func (o *InvoiceSellerAddress) GetZipcode() string
- func (o *InvoiceSellerAddress) GetZipcodeOk() (*string, bool)
- func (o InvoiceSellerAddress) MarshalJSON() ([]byte, error)
- func (o *InvoiceSellerAddress) SetCity(v string)
- func (o *InvoiceSellerAddress) SetCountry(v string)
- func (o *InvoiceSellerAddress) SetStreet(v string)
- func (o *InvoiceSellerAddress) SetZipcode(v string)
- type Ip
- func (o *Ip) GetAddress() string
- func (o *Ip) GetAddressOk() (*string, bool)
- func (o *Ip) GetAssociated() IpAssociated
- func (o *Ip) GetAssociatedOk() (*IpAssociated, bool)
- func (o *Ip) GetCreatedBy() string
- func (o *Ip) GetCreatedByOk() (*string, bool)
- func (o *Ip) GetCreatedOn() time.Time
- func (o *Ip) GetCreatedOnOk() (*time.Time, bool)
- func (o *Ip) GetFlavour() string
- func (o *Ip) GetFlavourOk() (*string, bool)
- func (o *Ip) GetFqdn() string
- func (o *Ip) GetFqdnOk() (*string, bool)
- func (o *Ip) GetId() string
- func (o *Ip) GetIdOk() (*string, bool)
- func (o *Ip) GetModifiedBy() string
- func (o *Ip) GetModifiedByOk() (*string, bool)
- func (o *Ip) GetModifiedOn() time.Time
- func (o *Ip) GetModifiedOnOk() (*time.Time, bool)
- func (o *Ip) GetName() string
- func (o *Ip) GetNameOk() (*string, bool)
- func (o *Ip) GetNetwork() string
- func (o *Ip) GetNetworkOk() (*string, bool)
- func (o *Ip) GetPersistent() bool
- func (o *Ip) GetPersistentOk() (*bool, bool)
- func (o *Ip) GetProject() string
- func (o *Ip) GetProjectOk() (*string, bool)
- func (o *Ip) GetProperties() IpProperties
- func (o *Ip) GetPropertiesOk() (*IpProperties, bool)
- func (o *Ip) GetPtrRecord() string
- func (o *Ip) GetPtrRecordOk() (*string, bool)
- func (o *Ip) GetState() string
- func (o *Ip) GetStateOk() (*string, bool)
- func (o *Ip) GetTag() []Tag
- func (o *Ip) GetTagOk() ([]Tag, bool)
- func (o *Ip) GetUri() string
- func (o *Ip) GetUriOk() (*string, bool)
- func (o *Ip) HasAddress() bool
- func (o *Ip) HasAssociated() bool
- func (o *Ip) HasCreatedBy() bool
- func (o *Ip) HasCreatedOn() bool
- func (o *Ip) HasFlavour() bool
- func (o *Ip) HasFqdn() bool
- func (o *Ip) HasModifiedBy() bool
- func (o *Ip) HasModifiedOn() bool
- func (o *Ip) HasNetwork() bool
- func (o *Ip) HasPersistent() bool
- func (o *Ip) HasProject() bool
- func (o *Ip) HasProperties() bool
- func (o *Ip) HasPtrRecord() bool
- func (o *Ip) HasState() bool
- func (o *Ip) HasTag() bool
- func (o *Ip) HasUri() bool
- func (o Ip) MarshalJSON() ([]byte, error)
- func (o *Ip) SetAddress(v string)
- func (o *Ip) SetAssociated(v IpAssociated)
- func (o *Ip) SetCreatedBy(v string)
- func (o *Ip) SetCreatedOn(v time.Time)
- func (o *Ip) SetFlavour(v string)
- func (o *Ip) SetFqdn(v string)
- func (o *Ip) SetId(v string)
- func (o *Ip) SetModifiedBy(v string)
- func (o *Ip) SetModifiedOn(v time.Time)
- func (o *Ip) SetName(v string)
- func (o *Ip) SetNetwork(v string)
- func (o *Ip) SetPersistent(v bool)
- func (o *Ip) SetProject(v string)
- func (o *Ip) SetProperties(v IpProperties)
- func (o *Ip) SetPtrRecord(v string)
- func (o *Ip) SetState(v string)
- func (o *Ip) SetTag(v []Tag)
- func (o *Ip) SetUri(v string)
- type IpAssociated
- func (o *IpAssociated) GetFip() string
- func (o *IpAssociated) GetFipOk() (*string, bool)
- func (o *IpAssociated) GetIp() string
- func (o *IpAssociated) GetIpOk() (*string, bool)
- func (o *IpAssociated) GetNetadp() string
- func (o *IpAssociated) GetNetadpOk() (*string, bool)
- func (o *IpAssociated) HasFip() bool
- func (o *IpAssociated) HasIp() bool
- func (o *IpAssociated) HasNetadp() bool
- func (o IpAssociated) MarshalJSON() ([]byte, error)
- func (o *IpAssociated) SetFip(v string)
- func (o *IpAssociated) SetIp(v string)
- func (o *IpAssociated) SetNetadp(v string)
- type IpProperties
- func (o *IpProperties) GetFamily() string
- func (o *IpProperties) GetFamilyOk() (*string, bool)
- func (o *IpProperties) GetVersion() float32
- func (o *IpProperties) GetVersionOk() (*float32, bool)
- func (o *IpProperties) HasFamily() bool
- func (o *IpProperties) HasVersion() bool
- func (o IpProperties) MarshalJSON() ([]byte, error)
- func (o *IpProperties) SetFamily(v string)
- func (o *IpProperties) SetVersion(v float32)
- type Iso
- func (o *Iso) GetCreatedBy() string
- func (o *Iso) GetCreatedByOk() (*string, bool)
- func (o *Iso) GetCreatedOn() time.Time
- func (o *Iso) GetCreatedOnOk() (*time.Time, bool)
- func (o *Iso) GetFlavour() string
- func (o *Iso) GetFlavourOk() (*string, bool)
- func (o *Iso) GetId() string
- func (o *Iso) GetIdOk() (*string, bool)
- func (o *Iso) GetMetadata() IsoMetadata
- func (o *Iso) GetMetadataOk() (*IsoMetadata, bool)
- func (o *Iso) GetModifiedBy() string
- func (o *Iso) GetModifiedByOk() (*string, bool)
- func (o *Iso) GetModifiedOn() time.Time
- func (o *Iso) GetModifiedOnOk() (*time.Time, bool)
- func (o *Iso) GetName() string
- func (o *Iso) GetNameOk() (*string, bool)
- func (o *Iso) GetProject() string
- func (o *Iso) GetProjectOk() (*string, bool)
- func (o *Iso) GetSize() float32
- func (o *Iso) GetSizeOk() (*float32, bool)
- func (o *Iso) GetState() string
- func (o *Iso) GetStateOk() (*string, bool)
- func (o *Iso) GetTag() []Tag
- func (o *Iso) GetTagOk() ([]Tag, bool)
- func (o *Iso) GetUri() string
- func (o *Iso) GetUriOk() (*string, bool)
- func (o *Iso) HasCreatedBy() bool
- func (o *Iso) HasCreatedOn() bool
- func (o *Iso) HasFlavour() bool
- func (o *Iso) HasMetadata() bool
- func (o *Iso) HasModifiedBy() bool
- func (o *Iso) HasModifiedOn() bool
- func (o *Iso) HasProject() bool
- func (o *Iso) HasSize() bool
- func (o *Iso) HasState() bool
- func (o *Iso) HasTag() bool
- func (o *Iso) HasUri() bool
- func (o Iso) MarshalJSON() ([]byte, error)
- func (o *Iso) SetCreatedBy(v string)
- func (o *Iso) SetCreatedOn(v time.Time)
- func (o *Iso) SetFlavour(v string)
- func (o *Iso) SetId(v string)
- func (o *Iso) SetMetadata(v IsoMetadata)
- func (o *Iso) SetModifiedBy(v string)
- func (o *Iso) SetModifiedOn(v time.Time)
- func (o *Iso) SetName(v string)
- func (o *Iso) SetProject(v string)
- func (o *Iso) SetSize(v float32)
- func (o *Iso) SetState(v string)
- func (o *Iso) SetTag(v []Tag)
- func (o *Iso) SetUri(v string)
- type IsoMetadata
- type IsoMetadataSource
- func (o *IsoMetadataSource) GetFilename() string
- func (o *IsoMetadataSource) GetFilenameOk() (*string, bool)
- func (o *IsoMetadataSource) GetSize() float32
- func (o *IsoMetadataSource) GetSizeOk() (*float32, bool)
- func (o *IsoMetadataSource) HasFilename() bool
- func (o *IsoMetadataSource) HasSize() bool
- func (o IsoMetadataSource) MarshalJSON() ([]byte, error)
- func (o *IsoMetadataSource) SetFilename(v string)
- func (o *IsoMetadataSource) SetSize(v float32)
- type Journal
- func (o *Journal) GetCreatedBy() string
- func (o *Journal) GetCreatedByOk() (*string, bool)
- func (o *Journal) GetCreatedOn() time.Time
- func (o *Journal) GetCreatedOnOk() (*time.Time, bool)
- func (o *Journal) GetFlavour() string
- func (o *Journal) GetFlavourOk() (*string, bool)
- func (o *Journal) GetFqdn() string
- func (o *Journal) GetFqdnOk() (*string, bool)
- func (o *Journal) GetId() string
- func (o *Journal) GetIdOk() (*string, bool)
- func (o *Journal) GetModifiedBy() string
- func (o *Journal) GetModifiedByOk() (*string, bool)
- func (o *Journal) GetModifiedOn() time.Time
- func (o *Journal) GetModifiedOnOk() (*time.Time, bool)
- func (o *Journal) GetName() string
- func (o *Journal) GetNameOk() (*string, bool)
- func (o *Journal) GetProject() string
- func (o *Journal) GetProjectOk() (*string, bool)
- func (o *Journal) GetRetention() float32
- func (o *Journal) GetRetentionOk() (*float32, bool)
- func (o *Journal) GetSizeUsed() float32
- func (o *Journal) GetSizeUsedOk() (*float32, bool)
- func (o *Journal) GetState() string
- func (o *Journal) GetStateOk() (*string, bool)
- func (o *Journal) GetTag() []Tag
- func (o *Journal) GetTagOk() ([]Tag, bool)
- func (o *Journal) GetUri() string
- func (o *Journal) GetUriOk() (*string, bool)
- func (o *Journal) HasCreatedBy() bool
- func (o *Journal) HasCreatedOn() bool
- func (o *Journal) HasFlavour() bool
- func (o *Journal) HasFqdn() bool
- func (o *Journal) HasModifiedBy() bool
- func (o *Journal) HasModifiedOn() bool
- func (o *Journal) HasProject() bool
- func (o *Journal) HasRetention() bool
- func (o *Journal) HasSizeUsed() bool
- func (o *Journal) HasState() bool
- func (o *Journal) HasTag() bool
- func (o *Journal) HasUri() bool
- func (o Journal) MarshalJSON() ([]byte, error)
- func (o *Journal) SetCreatedBy(v string)
- func (o *Journal) SetCreatedOn(v time.Time)
- func (o *Journal) SetFlavour(v string)
- func (o *Journal) SetFqdn(v string)
- func (o *Journal) SetId(v string)
- func (o *Journal) SetModifiedBy(v string)
- func (o *Journal) SetModifiedOn(v time.Time)
- func (o *Journal) SetName(v string)
- func (o *Journal) SetProject(v string)
- func (o *Journal) SetRetention(v float32)
- func (o *Journal) SetSizeUsed(v float32)
- func (o *Journal) SetState(v string)
- func (o *Journal) SetTag(v []Tag)
- func (o *Journal) SetUri(v string)
- type JournalCredential
- func (o *JournalCredential) GetCreatedBy() string
- func (o *JournalCredential) GetCreatedByOk() (*string, bool)
- func (o *JournalCredential) GetCreatedOn() time.Time
- func (o *JournalCredential) GetCreatedOnOk() (*time.Time, bool)
- func (o *JournalCredential) GetFingerprint() string
- func (o *JournalCredential) GetFingerprintOk() (*string, bool)
- func (o *JournalCredential) GetId() string
- func (o *JournalCredential) GetIdOk() (*string, bool)
- func (o *JournalCredential) GetName() string
- func (o *JournalCredential) GetNameOk() (*string, bool)
- func (o *JournalCredential) GetToken() string
- func (o *JournalCredential) GetTokenOk() (*string, bool)
- func (o *JournalCredential) GetType() string
- func (o *JournalCredential) GetTypeOk() (*string, bool)
- func (o *JournalCredential) GetValue() string
- func (o *JournalCredential) GetValueOk() (*string, bool)
- func (o *JournalCredential) HasCreatedBy() bool
- func (o *JournalCredential) HasCreatedOn() bool
- func (o *JournalCredential) HasFingerprint() bool
- func (o *JournalCredential) HasId() bool
- func (o *JournalCredential) HasToken() bool
- func (o JournalCredential) MarshalJSON() ([]byte, error)
- func (o *JournalCredential) SetCreatedBy(v string)
- func (o *JournalCredential) SetCreatedOn(v time.Time)
- func (o *JournalCredential) SetFingerprint(v string)
- func (o *JournalCredential) SetId(v string)
- func (o *JournalCredential) SetName(v string)
- func (o *JournalCredential) SetToken(v string)
- func (o *JournalCredential) SetType(v string)
- func (o *JournalCredential) SetValue(v string)
- type MessageData
- func (o *MessageData) GetBody() string
- func (o *MessageData) GetBodyOk() (*string, bool)
- func (o *MessageData) GetMime() string
- func (o *MessageData) GetMimeOk() (*string, bool)
- func (o *MessageData) GetUrl() string
- func (o *MessageData) GetUrlOk() (*string, bool)
- func (o *MessageData) HasBody() bool
- func (o *MessageData) HasUrl() bool
- func (o MessageData) MarshalJSON() ([]byte, error)
- func (o *MessageData) SetBody(v string)
- func (o *MessageData) SetMime(v string)
- func (o *MessageData) SetUrl(v string)
- type Metric
- func (o *Metric) GetId() string
- func (o *Metric) GetIdOk() (*string, bool)
- func (o *Metric) GetName() string
- func (o *Metric) GetNameOk() (*string, bool)
- func (o *Metric) GetProperties() MetricProperties
- func (o *Metric) GetPropertiesOk() (*MetricProperties, bool)
- func (o *Metric) GetUri() string
- func (o *Metric) GetUriOk() (*string, bool)
- func (o *Metric) HasProperties() bool
- func (o Metric) MarshalJSON() ([]byte, error)
- func (o *Metric) SetId(v string)
- func (o *Metric) SetName(v string)
- func (o *Metric) SetProperties(v MetricProperties)
- func (o *Metric) SetUri(v string)
- type MetricProperties
- func (o *MetricProperties) GetDimension() []MetricPropertiesDimension
- func (o *MetricProperties) GetDimensionOk() ([]MetricPropertiesDimension, bool)
- func (o *MetricProperties) GetUnit() string
- func (o *MetricProperties) GetUnitOk() (*string, bool)
- func (o *MetricProperties) HasDimension() bool
- func (o MetricProperties) MarshalJSON() ([]byte, error)
- func (o *MetricProperties) SetDimension(v []MetricPropertiesDimension)
- func (o *MetricProperties) SetUnit(v string)
- type MetricPropertiesDimension
- func (o *MetricPropertiesDimension) GetDescription() string
- func (o *MetricPropertiesDimension) GetDescriptionOk() (*string, bool)
- func (o *MetricPropertiesDimension) GetName() string
- func (o *MetricPropertiesDimension) GetNameOk() (*string, bool)
- func (o MetricPropertiesDimension) MarshalJSON() ([]byte, error)
- func (o *MetricPropertiesDimension) SetDescription(v string)
- func (o *MetricPropertiesDimension) SetName(v string)
- type Netadp
- func (o *Netadp) GetAssigned() string
- func (o *Netadp) GetAssignedOk() (*string, bool)
- func (o *Netadp) GetCreatedBy() string
- func (o *Netadp) GetCreatedByOk() (*string, bool)
- func (o *Netadp) GetCreatedOn() time.Time
- func (o *Netadp) GetCreatedOnOk() (*time.Time, bool)
- func (o *Netadp) GetFirewall() string
- func (o *Netadp) GetFirewallOk() (*string, bool)
- func (o *Netadp) GetFlavour() string
- func (o *Netadp) GetFlavourOk() (*string, bool)
- func (o *Netadp) GetFqdn() string
- func (o *Netadp) GetFqdnOk() (*string, bool)
- func (o *Netadp) GetId() string
- func (o *Netadp) GetIdOk() (*string, bool)
- func (o *Netadp) GetMacaddress() string
- func (o *Netadp) GetMacaddressOk() (*string, bool)
- func (o *Netadp) GetModifiedBy() string
- func (o *Netadp) GetModifiedByOk() (*string, bool)
- func (o *Netadp) GetModifiedOn() time.Time
- func (o *Netadp) GetModifiedOnOk() (*time.Time, bool)
- func (o *Netadp) GetName() string
- func (o *Netadp) GetNameOk() (*string, bool)
- func (o *Netadp) GetNetwork() string
- func (o *Netadp) GetNetworkOk() (*string, bool)
- func (o *Netadp) GetProject() string
- func (o *Netadp) GetProjectOk() (*string, bool)
- func (o *Netadp) GetSpeed() float32
- func (o *Netadp) GetSpeedOk() (*float32, bool)
- func (o *Netadp) GetState() string
- func (o *Netadp) GetStateOk() (*string, bool)
- func (o *Netadp) GetTag() []Tag
- func (o *Netadp) GetTagOk() ([]Tag, bool)
- func (o *Netadp) GetUri() string
- func (o *Netadp) GetUriOk() (*string, bool)
- func (o *Netadp) HasAssigned() bool
- func (o *Netadp) HasCreatedBy() bool
- func (o *Netadp) HasCreatedOn() bool
- func (o *Netadp) HasFirewall() bool
- func (o *Netadp) HasFlavour() bool
- func (o *Netadp) HasFqdn() bool
- func (o *Netadp) HasMacaddress() bool
- func (o *Netadp) HasModifiedBy() bool
- func (o *Netadp) HasModifiedOn() bool
- func (o *Netadp) HasNetwork() bool
- func (o *Netadp) HasProject() bool
- func (o *Netadp) HasSpeed() bool
- func (o *Netadp) HasState() bool
- func (o *Netadp) HasTag() bool
- func (o *Netadp) HasUri() bool
- func (o Netadp) MarshalJSON() ([]byte, error)
- func (o *Netadp) SetAssigned(v string)
- func (o *Netadp) SetCreatedBy(v string)
- func (o *Netadp) SetCreatedOn(v time.Time)
- func (o *Netadp) SetFirewall(v string)
- func (o *Netadp) SetFlavour(v string)
- func (o *Netadp) SetFqdn(v string)
- func (o *Netadp) SetId(v string)
- func (o *Netadp) SetMacaddress(v string)
- func (o *Netadp) SetModifiedBy(v string)
- func (o *Netadp) SetModifiedOn(v time.Time)
- func (o *Netadp) SetName(v string)
- func (o *Netadp) SetNetwork(v string)
- func (o *Netadp) SetProject(v string)
- func (o *Netadp) SetSpeed(v float32)
- func (o *Netadp) SetState(v string)
- func (o *Netadp) SetTag(v []Tag)
- func (o *Netadp) SetUri(v string)
- type Netgw
- func (o *Netgw) GetCreatedBy() string
- func (o *Netgw) GetCreatedByOk() (*string, bool)
- func (o *Netgw) GetCreatedOn() time.Time
- func (o *Netgw) GetCreatedOnOk() (*time.Time, bool)
- func (o *Netgw) GetFlavour() string
- func (o *Netgw) GetFlavourOk() (*string, bool)
- func (o *Netgw) GetId() string
- func (o *Netgw) GetIdOk() (*string, bool)
- func (o *Netgw) GetModifiedBy() string
- func (o *Netgw) GetModifiedByOk() (*string, bool)
- func (o *Netgw) GetModifiedOn() time.Time
- func (o *Netgw) GetModifiedOnOk() (*time.Time, bool)
- func (o *Netgw) GetName() string
- func (o *Netgw) GetNameOk() (*string, bool)
- func (o *Netgw) GetNetwork() string
- func (o *Netgw) GetNetworkOk() (*string, bool)
- func (o *Netgw) GetPrimaryIP() string
- func (o *Netgw) GetPrimaryIPOk() (*string, bool)
- func (o *Netgw) GetProject() string
- func (o *Netgw) GetProjectOk() (*string, bool)
- func (o *Netgw) GetState() string
- func (o *Netgw) GetStateOk() (*string, bool)
- func (o *Netgw) GetTag() []Tag
- func (o *Netgw) GetTagOk() ([]Tag, bool)
- func (o *Netgw) GetUri() string
- func (o *Netgw) GetUriOk() (*string, bool)
- func (o *Netgw) HasCreatedBy() bool
- func (o *Netgw) HasCreatedOn() bool
- func (o *Netgw) HasFlavour() bool
- func (o *Netgw) HasModifiedBy() bool
- func (o *Netgw) HasModifiedOn() bool
- func (o *Netgw) HasNetwork() bool
- func (o *Netgw) HasPrimaryIP() bool
- func (o *Netgw) HasProject() bool
- func (o *Netgw) HasState() bool
- func (o *Netgw) HasTag() bool
- func (o *Netgw) HasUri() bool
- func (o Netgw) MarshalJSON() ([]byte, error)
- func (o *Netgw) SetCreatedBy(v string)
- func (o *Netgw) SetCreatedOn(v time.Time)
- func (o *Netgw) SetFlavour(v string)
- func (o *Netgw) SetId(v string)
- func (o *Netgw) SetModifiedBy(v string)
- func (o *Netgw) SetModifiedOn(v time.Time)
- func (o *Netgw) SetName(v string)
- func (o *Netgw) SetNetwork(v string)
- func (o *Netgw) SetPrimaryIP(v string)
- func (o *Netgw) SetProject(v string)
- func (o *Netgw) SetState(v string)
- func (o *Netgw) SetTag(v []Tag)
- func (o *Netgw) SetUri(v string)
- type NetgwPrivate
- type NetgwPublic
- type Network
- func (o *Network) GetAddress() string
- func (o *Network) GetAddressOk() (*string, bool)
- func (o *Network) GetCreatedBy() string
- func (o *Network) GetCreatedByOk() (*string, bool)
- func (o *Network) GetCreatedOn() time.Time
- func (o *Network) GetCreatedOnOk() (*time.Time, bool)
- func (o *Network) GetDns() NetworkDns
- func (o *Network) GetDnsOk() (*NetworkDns, bool)
- func (o *Network) GetFirewall() string
- func (o *Network) GetFirewallOk() (*string, bool)
- func (o *Network) GetFlavour() string
- func (o *Network) GetFlavourOk() (*string, bool)
- func (o *Network) GetGateway() string
- func (o *Network) GetGatewayOk() (*string, bool)
- func (o *Network) GetId() string
- func (o *Network) GetIdOk() (*string, bool)
- func (o *Network) GetModifiedBy() string
- func (o *Network) GetModifiedByOk() (*string, bool)
- func (o *Network) GetModifiedOn() time.Time
- func (o *Network) GetModifiedOnOk() (*time.Time, bool)
- func (o *Network) GetName() string
- func (o *Network) GetNameOk() (*string, bool)
- func (o *Network) GetNetgw() string
- func (o *Network) GetNetgwOk() (*string, bool)
- func (o *Network) GetProject() string
- func (o *Network) GetProjectOk() (*string, bool)
- func (o *Network) GetState() string
- func (o *Network) GetStateOk() (*string, bool)
- func (o *Network) GetTag() []Tag
- func (o *Network) GetTagOk() ([]Tag, bool)
- func (o *Network) GetType() string
- func (o *Network) GetTypeOk() (*string, bool)
- func (o *Network) GetUri() string
- func (o *Network) GetUriOk() (*string, bool)
- func (o *Network) HasAddress() bool
- func (o *Network) HasCreatedBy() bool
- func (o *Network) HasCreatedOn() bool
- func (o *Network) HasDns() bool
- func (o *Network) HasFirewall() bool
- func (o *Network) HasFlavour() bool
- func (o *Network) HasGateway() bool
- func (o *Network) HasModifiedBy() bool
- func (o *Network) HasModifiedOn() bool
- func (o *Network) HasNetgw() bool
- func (o *Network) HasProject() bool
- func (o *Network) HasState() bool
- func (o *Network) HasTag() bool
- func (o *Network) HasType() bool
- func (o *Network) HasUri() bool
- func (o Network) MarshalJSON() ([]byte, error)
- func (o *Network) SetAddress(v string)
- func (o *Network) SetCreatedBy(v string)
- func (o *Network) SetCreatedOn(v time.Time)
- func (o *Network) SetDns(v NetworkDns)
- func (o *Network) SetFirewall(v string)
- func (o *Network) SetFlavour(v string)
- func (o *Network) SetGateway(v string)
- func (o *Network) SetId(v string)
- func (o *Network) SetModifiedBy(v string)
- func (o *Network) SetModifiedOn(v time.Time)
- func (o *Network) SetName(v string)
- func (o *Network) SetNetgw(v string)
- func (o *Network) SetProject(v string)
- func (o *Network) SetState(v string)
- func (o *Network) SetTag(v []Tag)
- func (o *Network) SetType(v string)
- func (o *Network) SetUri(v string)
- type NetworkDns
- type NetworkingProjectFirewallApiService
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallCreate(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectFirewallCreateRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallCreateExecute(r ApiNetworkingProjectFirewallCreateRequest) (*Firewall, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallDelete(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallDeleteRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallDeleteExecute(r ApiNetworkingProjectFirewallDeleteRequest) (*Firewall, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressCreate(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallEgressCreateRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressCreateExecute(r ApiNetworkingProjectFirewallEgressCreateRequest) (*NetworkingRule, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressDelete(ctx context.Context, projectId string, locationId string, firewallId string, ...) ApiNetworkingProjectFirewallEgressDeleteRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressDeleteExecute(r ApiNetworkingProjectFirewallEgressDeleteRequest) (*http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressGet(ctx context.Context, projectId string, locationId string, firewallId string, ...) ApiNetworkingProjectFirewallEgressGetRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressGetExecute(r ApiNetworkingProjectFirewallEgressGetRequest) (*NetworkingRule, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressList(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallEgressListRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressListExecute(r ApiNetworkingProjectFirewallEgressListRequest) ([]NetworkingRule, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressPut(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallEgressPutRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressPutExecute(r ApiNetworkingProjectFirewallEgressPutRequest) ([]NetworkingRule, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventGet(ctx context.Context, projectId string, locationId string, firewallId string, ...) ApiNetworkingProjectFirewallEventGetRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventGetExecute(r ApiNetworkingProjectFirewallEventGetRequest) (*Event, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventList(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallEventListRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventListExecute(r ApiNetworkingProjectFirewallEventListRequest) ([]Event, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallGet(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallGetRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallGetExecute(r ApiNetworkingProjectFirewallGetRequest) (*Firewall, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressCreate(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallIngressCreateRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressCreateExecute(r ApiNetworkingProjectFirewallIngressCreateRequest) (*NetworkingRule, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressDelete(ctx context.Context, projectId string, locationId string, firewallId string, ...) ApiNetworkingProjectFirewallIngressDeleteRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressDeleteExecute(r ApiNetworkingProjectFirewallIngressDeleteRequest) (*http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressGet(ctx context.Context, projectId string, locationId string, firewallId string, ...) ApiNetworkingProjectFirewallIngressGetRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressGetExecute(r ApiNetworkingProjectFirewallIngressGetRequest) (*NetworkingRule, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressList(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallIngressListRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressListExecute(r ApiNetworkingProjectFirewallIngressListRequest) ([]NetworkingRule, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressPut(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallIngressPutRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressPutExecute(r ApiNetworkingProjectFirewallIngressPutRequest) ([]NetworkingRule, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallList(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectFirewallListRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallListExecute(r ApiNetworkingProjectFirewallListRequest) ([]Firewall, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceGet(ctx context.Context, projectId string, locationId string, firewallId string, ...) ApiNetworkingProjectFirewallServiceGetRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceGetExecute(r ApiNetworkingProjectFirewallServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceList(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallServiceListRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceListExecute(r ApiNetworkingProjectFirewallServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagCreate(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallTagCreateRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagCreateExecute(r ApiNetworkingProjectFirewallTagCreateRequest) (*Tag, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagDelete(ctx context.Context, projectId string, locationId string, firewallId string, ...) ApiNetworkingProjectFirewallTagDeleteRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagDeleteExecute(r ApiNetworkingProjectFirewallTagDeleteRequest) (*http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagGet(ctx context.Context, projectId string, locationId string, firewallId string, ...) ApiNetworkingProjectFirewallTagGetRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagGetExecute(r ApiNetworkingProjectFirewallTagGetRequest) (*Tag, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagList(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallTagListRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagListExecute(r ApiNetworkingProjectFirewallTagListRequest) ([]Tag, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagPut(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallTagPutRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagPutExecute(r ApiNetworkingProjectFirewallTagPutRequest) ([]Tag, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTransfer(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallTransferRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTransferExecute(r ApiNetworkingProjectFirewallTransferRequest) (*Firewall, *http.Response, error)
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallUpdate(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallUpdateRequest
- func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallUpdateExecute(r ApiNetworkingProjectFirewallUpdateRequest) (*Firewall, *http.Response, error)
- type NetworkingProjectFirewallCreate
- func (o *NetworkingProjectFirewallCreate) GetEgress() []NetworkingRule
- func (o *NetworkingProjectFirewallCreate) GetEgressOk() ([]NetworkingRule, bool)
- func (o *NetworkingProjectFirewallCreate) GetIngress() []NetworkingRule
- func (o *NetworkingProjectFirewallCreate) GetIngressOk() ([]NetworkingRule, bool)
- func (o *NetworkingProjectFirewallCreate) GetName() string
- func (o *NetworkingProjectFirewallCreate) GetNameOk() (*string, bool)
- func (o *NetworkingProjectFirewallCreate) GetService() string
- func (o *NetworkingProjectFirewallCreate) GetServiceOk() (*string, bool)
- func (o *NetworkingProjectFirewallCreate) GetTag() []Tag
- func (o *NetworkingProjectFirewallCreate) GetTagOk() ([]Tag, bool)
- func (o *NetworkingProjectFirewallCreate) HasEgress() bool
- func (o *NetworkingProjectFirewallCreate) HasIngress() bool
- func (o *NetworkingProjectFirewallCreate) HasService() bool
- func (o *NetworkingProjectFirewallCreate) HasTag() bool
- func (o NetworkingProjectFirewallCreate) MarshalJSON() ([]byte, error)
- func (o *NetworkingProjectFirewallCreate) SetEgress(v []NetworkingRule)
- func (o *NetworkingProjectFirewallCreate) SetIngress(v []NetworkingRule)
- func (o *NetworkingProjectFirewallCreate) SetName(v string)
- func (o *NetworkingProjectFirewallCreate) SetService(v string)
- func (o *NetworkingProjectFirewallCreate) SetTag(v []Tag)
- type NetworkingProjectFirewallTransfer
- type NetworkingProjectFirewallUpdate
- func (o *NetworkingProjectFirewallUpdate) GetName() string
- func (o *NetworkingProjectFirewallUpdate) GetNameOk() (*string, bool)
- func (o *NetworkingProjectFirewallUpdate) HasName() bool
- func (o NetworkingProjectFirewallUpdate) MarshalJSON() ([]byte, error)
- func (o *NetworkingProjectFirewallUpdate) SetName(v string)
- type NetworkingProjectIpApiService
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpAssociate(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpAssociateRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpAssociateExecute(r ApiNetworkingProjectIpAssociateRequest) (*Ip, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpCreate(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectIpCreateRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpCreateExecute(r ApiNetworkingProjectIpCreateRequest) (*Ip, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpDelete(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpDeleteRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpDeleteExecute(r ApiNetworkingProjectIpDeleteRequest) (*Ip, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpDisassociate(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpDisassociateRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpDisassociateExecute(r ApiNetworkingProjectIpDisassociateRequest) (*Ip, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpEventGet(ctx context.Context, projectId string, locationId string, ipId string, ...) ApiNetworkingProjectIpEventGetRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpEventGetExecute(r ApiNetworkingProjectIpEventGetRequest) (*Event, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpEventList(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpEventListRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpEventListExecute(r ApiNetworkingProjectIpEventListRequest) ([]Event, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpGet(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpGetRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpGetExecute(r ApiNetworkingProjectIpGetRequest) (*Ip, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpList(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectIpListRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpListExecute(r ApiNetworkingProjectIpListRequest) ([]Ip, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpPersist(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpPersistRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpPersistExecute(r ApiNetworkingProjectIpPersistRequest) (*Ip, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpServiceGet(ctx context.Context, projectId string, locationId string, ipId string, ...) ApiNetworkingProjectIpServiceGetRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpServiceGetExecute(r ApiNetworkingProjectIpServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpServiceList(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpServiceListRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpServiceListExecute(r ApiNetworkingProjectIpServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagCreate(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpTagCreateRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagCreateExecute(r ApiNetworkingProjectIpTagCreateRequest) (*Tag, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagDelete(ctx context.Context, projectId string, locationId string, ipId string, ...) ApiNetworkingProjectIpTagDeleteRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagDeleteExecute(r ApiNetworkingProjectIpTagDeleteRequest) (*http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagGet(ctx context.Context, projectId string, locationId string, ipId string, ...) ApiNetworkingProjectIpTagGetRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagGetExecute(r ApiNetworkingProjectIpTagGetRequest) (*Tag, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagList(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpTagListRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagListExecute(r ApiNetworkingProjectIpTagListRequest) ([]Tag, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagPut(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpTagPutRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagPutExecute(r ApiNetworkingProjectIpTagPutRequest) ([]Tag, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTransfer(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpTransferRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpTransferExecute(r ApiNetworkingProjectIpTransferRequest) (*Ip, *http.Response, error)
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpUpdate(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpUpdateRequest
- func (a *NetworkingProjectIpApiService) NetworkingProjectIpUpdateExecute(r ApiNetworkingProjectIpUpdateRequest) (*Ip, *http.Response, error)
- type NetworkingProjectIpAssociate
- type NetworkingProjectIpCreate
- func (o *NetworkingProjectIpCreate) GetAddress() string
- func (o *NetworkingProjectIpCreate) GetAddressOk() (*string, bool)
- func (o *NetworkingProjectIpCreate) GetNetwork() string
- func (o *NetworkingProjectIpCreate) GetNetworkOk() (*string, bool)
- func (o *NetworkingProjectIpCreate) GetPtrRecord() string
- func (o *NetworkingProjectIpCreate) GetPtrRecordOk() (*string, bool)
- func (o *NetworkingProjectIpCreate) GetTag() []Tag
- func (o *NetworkingProjectIpCreate) GetTagOk() ([]Tag, bool)
- func (o *NetworkingProjectIpCreate) HasAddress() bool
- func (o *NetworkingProjectIpCreate) HasNetwork() bool
- func (o *NetworkingProjectIpCreate) HasPtrRecord() bool
- func (o *NetworkingProjectIpCreate) HasTag() bool
- func (o NetworkingProjectIpCreate) MarshalJSON() ([]byte, error)
- func (o *NetworkingProjectIpCreate) SetAddress(v string)
- func (o *NetworkingProjectIpCreate) SetNetwork(v string)
- func (o *NetworkingProjectIpCreate) SetPtrRecord(v string)
- func (o *NetworkingProjectIpCreate) SetTag(v []Tag)
- type NetworkingProjectIpTransfer
- type NetworkingProjectIpUpdate
- func (o *NetworkingProjectIpUpdate) GetPtrRecord() string
- func (o *NetworkingProjectIpUpdate) GetPtrRecordOk() (*string, bool)
- func (o *NetworkingProjectIpUpdate) HasPtrRecord() bool
- func (o NetworkingProjectIpUpdate) MarshalJSON() ([]byte, error)
- func (o *NetworkingProjectIpUpdate) SetPtrRecord(v string)
- type NetworkingProjectNetadpApiService
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpCreate(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetadpCreateRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpCreateExecute(r ApiNetworkingProjectNetadpCreateRequest) (*Netadp, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpDelete(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpDeleteRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpDeleteExecute(r ApiNetworkingProjectNetadpDeleteRequest) (*Netadp, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventGet(ctx context.Context, projectId string, locationId string, netadpId string, ...) ApiNetworkingProjectNetadpEventGetRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventGetExecute(r ApiNetworkingProjectNetadpEventGetRequest) (*Event, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventList(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpEventListRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventListExecute(r ApiNetworkingProjectNetadpEventListRequest) ([]Event, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpGet(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpGetRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpGetExecute(r ApiNetworkingProjectNetadpGetRequest) (*Netadp, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpList(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetadpListRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpListExecute(r ApiNetworkingProjectNetadpListRequest) ([]Netadp, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricGet(ctx context.Context, projectId string, locationId string, netadpId string, ...) ApiNetworkingProjectNetadpMetricGetRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricGetExecute(r ApiNetworkingProjectNetadpMetricGetRequest) (*Metric, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricList(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpMetricListRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricListExecute(r ApiNetworkingProjectNetadpMetricListRequest) ([]Metric, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricSeriesList(ctx context.Context, projectId string, locationId string, netadpId string, ...) ApiNetworkingProjectNetadpMetricSeriesListRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricSeriesListExecute(r ApiNetworkingProjectNetadpMetricSeriesListRequest) ([]Point, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceGet(ctx context.Context, projectId string, locationId string, netadpId string, ...) ApiNetworkingProjectNetadpServiceGetRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceGetExecute(r ApiNetworkingProjectNetadpServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceList(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpServiceListRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceListExecute(r ApiNetworkingProjectNetadpServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagCreate(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpTagCreateRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagCreateExecute(r ApiNetworkingProjectNetadpTagCreateRequest) (*Tag, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagDelete(ctx context.Context, projectId string, locationId string, netadpId string, ...) ApiNetworkingProjectNetadpTagDeleteRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagDeleteExecute(r ApiNetworkingProjectNetadpTagDeleteRequest) (*http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagGet(ctx context.Context, projectId string, locationId string, netadpId string, ...) ApiNetworkingProjectNetadpTagGetRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagGetExecute(r ApiNetworkingProjectNetadpTagGetRequest) (*Tag, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagList(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpTagListRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagListExecute(r ApiNetworkingProjectNetadpTagListRequest) ([]Tag, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagPut(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpTagPutRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagPutExecute(r ApiNetworkingProjectNetadpTagPutRequest) ([]Tag, *http.Response, error)
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpUpdate(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpUpdateRequest
- func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpUpdateExecute(r ApiNetworkingProjectNetadpUpdateRequest) (*Netadp, *http.Response, error)
- type NetworkingProjectNetadpCreate
- func (o *NetworkingProjectNetadpCreate) GetFirewall() string
- func (o *NetworkingProjectNetadpCreate) GetFirewallOk() (*string, bool)
- func (o *NetworkingProjectNetadpCreate) GetIp() []string
- func (o *NetworkingProjectNetadpCreate) GetIpOk() ([]string, bool)
- func (o *NetworkingProjectNetadpCreate) GetNetwork() string
- func (o *NetworkingProjectNetadpCreate) GetNetworkOk() (*string, bool)
- func (o *NetworkingProjectNetadpCreate) GetTag() []Tag
- func (o *NetworkingProjectNetadpCreate) GetTagOk() ([]Tag, bool)
- func (o *NetworkingProjectNetadpCreate) GetVm() string
- func (o *NetworkingProjectNetadpCreate) GetVmOk() (*string, bool)
- func (o *NetworkingProjectNetadpCreate) HasFirewall() bool
- func (o *NetworkingProjectNetadpCreate) HasIp() bool
- func (o *NetworkingProjectNetadpCreate) HasTag() bool
- func (o NetworkingProjectNetadpCreate) MarshalJSON() ([]byte, error)
- func (o *NetworkingProjectNetadpCreate) SetFirewall(v string)
- func (o *NetworkingProjectNetadpCreate) SetIp(v []string)
- func (o *NetworkingProjectNetadpCreate) SetNetwork(v string)
- func (o *NetworkingProjectNetadpCreate) SetTag(v []Tag)
- func (o *NetworkingProjectNetadpCreate) SetVm(v string)
- type NetworkingProjectNetadpUpdate
- func (o *NetworkingProjectNetadpUpdate) GetFirewall() string
- func (o *NetworkingProjectNetadpUpdate) GetFirewallOk() (*string, bool)
- func (o *NetworkingProjectNetadpUpdate) HasFirewall() bool
- func (o NetworkingProjectNetadpUpdate) MarshalJSON() ([]byte, error)
- func (o *NetworkingProjectNetadpUpdate) SetFirewall(v string)
- func (o *NetworkingProjectNetadpUpdate) SetFirewallNil()
- func (o *NetworkingProjectNetadpUpdate) UnsetFirewall()
- type NetworkingProjectNetgwApiService
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwAttach(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwAttachRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwAttachExecute(r ApiNetworkingProjectNetgwAttachRequest) (*Netgw, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwCreate(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetgwCreateRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwCreateExecute(r ApiNetworkingProjectNetgwCreateRequest) (*Netgw, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwDelete(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwDeleteRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwDeleteExecute(r ApiNetworkingProjectNetgwDeleteRequest) (*Netgw, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwDetach(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwDetachRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwDetachExecute(r ApiNetworkingProjectNetgwDetachRequest) (*Netgw, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventGet(ctx context.Context, projectId string, locationId string, netgwId string, ...) ApiNetworkingProjectNetgwEventGetRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventGetExecute(r ApiNetworkingProjectNetgwEventGetRequest) (*Event, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventList(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwEventListRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventListExecute(r ApiNetworkingProjectNetgwEventListRequest) ([]Event, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwGet(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwGetRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwGetExecute(r ApiNetworkingProjectNetgwGetRequest) (*Netgw, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwList(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetgwListRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwListExecute(r ApiNetworkingProjectNetgwListRequest) ([]Netgw, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceGet(ctx context.Context, projectId string, locationId string, netgwId string, ...) ApiNetworkingProjectNetgwServiceGetRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceGetExecute(r ApiNetworkingProjectNetgwServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceList(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwServiceListRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceListExecute(r ApiNetworkingProjectNetgwServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagCreate(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwTagCreateRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagCreateExecute(r ApiNetworkingProjectNetgwTagCreateRequest) (*Tag, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagDelete(ctx context.Context, projectId string, locationId string, netgwId string, ...) ApiNetworkingProjectNetgwTagDeleteRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagDeleteExecute(r ApiNetworkingProjectNetgwTagDeleteRequest) (*http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagGet(ctx context.Context, projectId string, locationId string, netgwId string, ...) ApiNetworkingProjectNetgwTagGetRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagGetExecute(r ApiNetworkingProjectNetgwTagGetRequest) (*Tag, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagList(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwTagListRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagListExecute(r ApiNetworkingProjectNetgwTagListRequest) ([]Tag, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagPut(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwTagPutRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagPutExecute(r ApiNetworkingProjectNetgwTagPutRequest) ([]Tag, *http.Response, error)
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwUpdate(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwUpdateRequest
- func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwUpdateExecute(r ApiNetworkingProjectNetgwUpdateRequest) (*Netgw, *http.Response, error)
- type NetworkingProjectNetgwAttach
- func (o *NetworkingProjectNetgwAttach) GetPrivate() NetgwPrivate
- func (o *NetworkingProjectNetgwAttach) GetPrivateOk() (*NetgwPrivate, bool)
- func (o *NetworkingProjectNetgwAttach) HasPrivate() bool
- func (o NetworkingProjectNetgwAttach) MarshalJSON() ([]byte, error)
- func (o *NetworkingProjectNetgwAttach) SetPrivate(v NetgwPrivate)
- type NetworkingProjectNetgwCreate
- func (o *NetworkingProjectNetgwCreate) GetName() string
- func (o *NetworkingProjectNetgwCreate) GetNameOk() (*string, bool)
- func (o *NetworkingProjectNetgwCreate) GetPublic() NetgwPublic
- func (o *NetworkingProjectNetgwCreate) GetPublicOk() (*NetgwPublic, bool)
- func (o *NetworkingProjectNetgwCreate) GetTag() []Tag
- func (o *NetworkingProjectNetgwCreate) GetTagOk() ([]Tag, bool)
- func (o *NetworkingProjectNetgwCreate) HasName() bool
- func (o *NetworkingProjectNetgwCreate) HasPublic() bool
- func (o *NetworkingProjectNetgwCreate) HasTag() bool
- func (o NetworkingProjectNetgwCreate) MarshalJSON() ([]byte, error)
- func (o *NetworkingProjectNetgwCreate) SetName(v string)
- func (o *NetworkingProjectNetgwCreate) SetPublic(v NetgwPublic)
- func (o *NetworkingProjectNetgwCreate) SetTag(v []Tag)
- type NetworkingProjectNetgwUpdate
- func (o *NetworkingProjectNetgwUpdate) GetName() string
- func (o *NetworkingProjectNetgwUpdate) GetNameOk() (*string, bool)
- func (o *NetworkingProjectNetgwUpdate) HasName() bool
- func (o NetworkingProjectNetgwUpdate) MarshalJSON() ([]byte, error)
- func (o *NetworkingProjectNetgwUpdate) SetName(v string)
- type NetworkingProjectNetworkApiService
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkCreate(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetworkCreateRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkCreateExecute(r ApiNetworkingProjectNetworkCreateRequest) (*Network, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkDelete(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkDeleteRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkDeleteExecute(r ApiNetworkingProjectNetworkDeleteRequest) (*Network, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventGet(ctx context.Context, projectId string, locationId string, networkId string, ...) ApiNetworkingProjectNetworkEventGetRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventGetExecute(r ApiNetworkingProjectNetworkEventGetRequest) (*Event, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventList(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkEventListRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventListExecute(r ApiNetworkingProjectNetworkEventListRequest) ([]Event, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkGet(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkGetRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkGetExecute(r ApiNetworkingProjectNetworkGetRequest) (*Network, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkList(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetworkListRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkListExecute(r ApiNetworkingProjectNetworkListRequest) ([]Network, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceGet(ctx context.Context, projectId string, locationId string, networkId string, ...) ApiNetworkingProjectNetworkServiceGetRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceGetExecute(r ApiNetworkingProjectNetworkServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceList(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkServiceListRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceListExecute(r ApiNetworkingProjectNetworkServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagCreate(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkTagCreateRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagCreateExecute(r ApiNetworkingProjectNetworkTagCreateRequest) (*Tag, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagDelete(ctx context.Context, projectId string, locationId string, networkId string, ...) ApiNetworkingProjectNetworkTagDeleteRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagDeleteExecute(r ApiNetworkingProjectNetworkTagDeleteRequest) (*http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagGet(ctx context.Context, projectId string, locationId string, networkId string, ...) ApiNetworkingProjectNetworkTagGetRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagGetExecute(r ApiNetworkingProjectNetworkTagGetRequest) (*Tag, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagList(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkTagListRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagListExecute(r ApiNetworkingProjectNetworkTagListRequest) ([]Tag, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagPut(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkTagPutRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagPutExecute(r ApiNetworkingProjectNetworkTagPutRequest) ([]Tag, *http.Response, error)
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkUpdate(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkUpdateRequest
- func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkUpdateExecute(r ApiNetworkingProjectNetworkUpdateRequest) (*Network, *http.Response, error)
- type NetworkingProjectNetworkCreate
- func (o *NetworkingProjectNetworkCreate) GetAddress() string
- func (o *NetworkingProjectNetworkCreate) GetAddressOk() (*string, bool)
- func (o *NetworkingProjectNetworkCreate) GetGateway() string
- func (o *NetworkingProjectNetworkCreate) GetGatewayOk() (*string, bool)
- func (o *NetworkingProjectNetworkCreate) GetName() string
- func (o *NetworkingProjectNetworkCreate) GetNameOk() (*string, bool)
- func (o *NetworkingProjectNetworkCreate) GetTag() []Tag
- func (o *NetworkingProjectNetworkCreate) GetTagOk() ([]Tag, bool)
- func (o *NetworkingProjectNetworkCreate) HasAddress() bool
- func (o *NetworkingProjectNetworkCreate) HasGateway() bool
- func (o *NetworkingProjectNetworkCreate) HasTag() bool
- func (o NetworkingProjectNetworkCreate) MarshalJSON() ([]byte, error)
- func (o *NetworkingProjectNetworkCreate) SetAddress(v string)
- func (o *NetworkingProjectNetworkCreate) SetGateway(v string)
- func (o *NetworkingProjectNetworkCreate) SetName(v string)
- func (o *NetworkingProjectNetworkCreate) SetTag(v []Tag)
- type NetworkingProjectNetworkUpdate
- func (o *NetworkingProjectNetworkUpdate) GetFirewall() string
- func (o *NetworkingProjectNetworkUpdate) GetFirewallOk() (*string, bool)
- func (o *NetworkingProjectNetworkUpdate) GetGateway() string
- func (o *NetworkingProjectNetworkUpdate) GetGatewayOk() (*string, bool)
- func (o *NetworkingProjectNetworkUpdate) GetName() string
- func (o *NetworkingProjectNetworkUpdate) GetNameOk() (*string, bool)
- func (o *NetworkingProjectNetworkUpdate) HasFirewall() bool
- func (o *NetworkingProjectNetworkUpdate) HasGateway() bool
- func (o *NetworkingProjectNetworkUpdate) HasName() bool
- func (o NetworkingProjectNetworkUpdate) MarshalJSON() ([]byte, error)
- func (o *NetworkingProjectNetworkUpdate) SetFirewall(v string)
- func (o *NetworkingProjectNetworkUpdate) SetGateway(v string)
- func (o *NetworkingProjectNetworkUpdate) SetName(v string)
- type NetworkingRule
- func (o *NetworkingRule) GetAction() string
- func (o *NetworkingRule) GetActionOk() (*string, bool)
- func (o *NetworkingRule) GetExternal() []string
- func (o *NetworkingRule) GetExternalOk() ([]string, bool)
- func (o *NetworkingRule) GetFilter() []string
- func (o *NetworkingRule) GetFilterOk() ([]string, bool)
- func (o *NetworkingRule) GetId() string
- func (o *NetworkingRule) GetIdOk() (*string, bool)
- func (o *NetworkingRule) GetInternal() []string
- func (o *NetworkingRule) GetInternalOk() ([]string, bool)
- func (o *NetworkingRule) GetName() string
- func (o *NetworkingRule) GetNameOk() (*string, bool)
- func (o *NetworkingRule) GetPriority() float32
- func (o *NetworkingRule) GetPriorityOk() (*float32, bool)
- func (o *NetworkingRule) HasExternal() bool
- func (o *NetworkingRule) HasId() bool
- func (o *NetworkingRule) HasInternal() bool
- func (o NetworkingRule) MarshalJSON() ([]byte, error)
- func (o *NetworkingRule) SetAction(v string)
- func (o *NetworkingRule) SetExternal(v []string)
- func (o *NetworkingRule) SetFilter(v []string)
- func (o *NetworkingRule) SetId(v string)
- func (o *NetworkingRule) SetInternal(v []string)
- func (o *NetworkingRule) SetName(v string)
- func (o *NetworkingRule) SetPriority(v float32)
- type NullableAgent
- type NullableAgentCredential
- func (v NullableAgentCredential) Get() *AgentCredential
- func (v NullableAgentCredential) IsSet() bool
- func (v NullableAgentCredential) MarshalJSON() ([]byte, error)
- func (v *NullableAgentCredential) Set(val *AgentCredential)
- func (v *NullableAgentCredential) UnmarshalJSON(src []byte) error
- func (v *NullableAgentCredential) Unset()
- type NullableApplication
- func (v NullableApplication) Get() *Application
- func (v NullableApplication) IsSet() bool
- func (v NullableApplication) MarshalJSON() ([]byte, error)
- func (v *NullableApplication) Set(val *Application)
- func (v *NullableApplication) UnmarshalJSON(src []byte) error
- func (v *NullableApplication) Unset()
- type NullableApplicationCredential
- func (v NullableApplicationCredential) Get() *ApplicationCredential
- func (v NullableApplicationCredential) IsSet() bool
- func (v NullableApplicationCredential) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationCredential) Set(val *ApplicationCredential)
- func (v *NullableApplicationCredential) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationCredential) Unset()
- type NullableAttempt
- type NullableAuthToken
- type NullableAuthTokenAccess
- func (v NullableAuthTokenAccess) Get() *AuthTokenAccess
- func (v NullableAuthTokenAccess) IsSet() bool
- func (v NullableAuthTokenAccess) MarshalJSON() ([]byte, error)
- func (v *NullableAuthTokenAccess) Set(val *AuthTokenAccess)
- func (v *NullableAuthTokenAccess) UnmarshalJSON(src []byte) error
- func (v *NullableAuthTokenAccess) Unset()
- type NullableBilling
- type NullableBillingAddress
- func (v NullableBillingAddress) Get() *BillingAddress
- func (v NullableBillingAddress) IsSet() bool
- func (v NullableBillingAddress) MarshalJSON() ([]byte, error)
- func (v *NullableBillingAddress) Set(val *BillingAddress)
- func (v *NullableBillingAddress) UnmarshalJSON(src []byte) error
- func (v *NullableBillingAddress) Unset()
- type NullableBillingAddress1
- func (v NullableBillingAddress1) Get() *BillingAddress1
- func (v NullableBillingAddress1) IsSet() bool
- func (v NullableBillingAddress1) MarshalJSON() ([]byte, error)
- func (v *NullableBillingAddress1) Set(val *BillingAddress1)
- func (v *NullableBillingAddress1) UnmarshalJSON(src []byte) error
- func (v *NullableBillingAddress1) Unset()
- type NullableBillingCharges
- func (v NullableBillingCharges) Get() *BillingCharges
- func (v NullableBillingCharges) IsSet() bool
- func (v NullableBillingCharges) MarshalJSON() ([]byte, error)
- func (v *NullableBillingCharges) Set(val *BillingCharges)
- func (v *NullableBillingCharges) UnmarshalJSON(src []byte) error
- func (v *NullableBillingCharges) Unset()
- type NullableBillingResource
- func (v NullableBillingResource) Get() *BillingResource
- func (v NullableBillingResource) IsSet() bool
- func (v NullableBillingResource) MarshalJSON() ([]byte, error)
- func (v *NullableBillingResource) Set(val *BillingResource)
- func (v *NullableBillingResource) UnmarshalJSON(src []byte) error
- func (v *NullableBillingResource) Unset()
- type NullableBillingService
- func (v NullableBillingService) Get() *BillingService
- func (v NullableBillingService) IsSet() bool
- func (v NullableBillingService) MarshalJSON() ([]byte, error)
- func (v *NullableBillingService) Set(val *BillingService)
- func (v *NullableBillingService) UnmarshalJSON(src []byte) error
- func (v *NullableBillingService) Unset()
- type NullableBool
- type NullableBucket
- type NullableComputeProjectReplicaCreate
- func (v NullableComputeProjectReplicaCreate) Get() *ComputeProjectReplicaCreate
- func (v NullableComputeProjectReplicaCreate) IsSet() bool
- func (v NullableComputeProjectReplicaCreate) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectReplicaCreate) Set(val *ComputeProjectReplicaCreate)
- func (v *NullableComputeProjectReplicaCreate) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectReplicaCreate) Unset()
- type NullableComputeProjectVmConnectOpen
- func (v NullableComputeProjectVmConnectOpen) Get() *ComputeProjectVmConnectOpen
- func (v NullableComputeProjectVmConnectOpen) IsSet() bool
- func (v NullableComputeProjectVmConnectOpen) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectVmConnectOpen) Set(val *ComputeProjectVmConnectOpen)
- func (v *NullableComputeProjectVmConnectOpen) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectVmConnectOpen) Unset()
- type NullableComputeProjectVmCreate
- func (v NullableComputeProjectVmCreate) Get() *ComputeProjectVmCreate
- func (v NullableComputeProjectVmCreate) IsSet() bool
- func (v NullableComputeProjectVmCreate) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectVmCreate) Set(val *ComputeProjectVmCreate)
- func (v *NullableComputeProjectVmCreate) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectVmCreate) Unset()
- type NullableComputeProjectVmCreateCredential
- func (v NullableComputeProjectVmCreateCredential) Get() *ComputeProjectVmCreateCredential
- func (v NullableComputeProjectVmCreateCredential) IsSet() bool
- func (v NullableComputeProjectVmCreateCredential) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectVmCreateCredential) Set(val *ComputeProjectVmCreateCredential)
- func (v *NullableComputeProjectVmCreateCredential) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectVmCreateCredential) Unset()
- type NullableComputeProjectVmCreateDisk
- func (v NullableComputeProjectVmCreateDisk) Get() *ComputeProjectVmCreateDisk
- func (v NullableComputeProjectVmCreateDisk) IsSet() bool
- func (v NullableComputeProjectVmCreateDisk) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectVmCreateDisk) Set(val *ComputeProjectVmCreateDisk)
- func (v *NullableComputeProjectVmCreateDisk) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectVmCreateDisk) Unset()
- type NullableComputeProjectVmCreateNetadp
- func (v NullableComputeProjectVmCreateNetadp) Get() *ComputeProjectVmCreateNetadp
- func (v NullableComputeProjectVmCreateNetadp) IsSet() bool
- func (v NullableComputeProjectVmCreateNetadp) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectVmCreateNetadp) Set(val *ComputeProjectVmCreateNetadp)
- func (v *NullableComputeProjectVmCreateNetadp) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectVmCreateNetadp) Unset()
- type NullableComputeProjectVmDiskCreate
- func (v NullableComputeProjectVmDiskCreate) Get() *ComputeProjectVmDiskCreate
- func (v NullableComputeProjectVmDiskCreate) IsSet() bool
- func (v NullableComputeProjectVmDiskCreate) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectVmDiskCreate) Set(val *ComputeProjectVmDiskCreate)
- func (v *NullableComputeProjectVmDiskCreate) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectVmDiskCreate) Unset()
- type NullableComputeProjectVmFlavour
- func (v NullableComputeProjectVmFlavour) Get() *ComputeProjectVmFlavour
- func (v NullableComputeProjectVmFlavour) IsSet() bool
- func (v NullableComputeProjectVmFlavour) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectVmFlavour) Set(val *ComputeProjectVmFlavour)
- func (v *NullableComputeProjectVmFlavour) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectVmFlavour) Unset()
- type NullableComputeProjectVmIsoCreate
- func (v NullableComputeProjectVmIsoCreate) Get() *ComputeProjectVmIsoCreate
- func (v NullableComputeProjectVmIsoCreate) IsSet() bool
- func (v NullableComputeProjectVmIsoCreate) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectVmIsoCreate) Set(val *ComputeProjectVmIsoCreate)
- func (v *NullableComputeProjectVmIsoCreate) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectVmIsoCreate) Unset()
- type NullableComputeProjectVmPasswordReset
- func (v NullableComputeProjectVmPasswordReset) Get() *ComputeProjectVmPasswordReset
- func (v NullableComputeProjectVmPasswordReset) IsSet() bool
- func (v NullableComputeProjectVmPasswordReset) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectVmPasswordReset) Set(val *ComputeProjectVmPasswordReset)
- func (v *NullableComputeProjectVmPasswordReset) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectVmPasswordReset) Unset()
- type NullableComputeProjectVmSerialport
- func (v NullableComputeProjectVmSerialport) Get() *ComputeProjectVmSerialport
- func (v NullableComputeProjectVmSerialport) IsSet() bool
- func (v NullableComputeProjectVmSerialport) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectVmSerialport) Set(val *ComputeProjectVmSerialport)
- func (v *NullableComputeProjectVmSerialport) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectVmSerialport) Unset()
- type NullableComputeProjectVmUpdate
- func (v NullableComputeProjectVmUpdate) Get() *ComputeProjectVmUpdate
- func (v NullableComputeProjectVmUpdate) IsSet() bool
- func (v NullableComputeProjectVmUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableComputeProjectVmUpdate) Set(val *ComputeProjectVmUpdate)
- func (v *NullableComputeProjectVmUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableComputeProjectVmUpdate) Unset()
- type NullableConnect
- type NullableContainerImage
- func (v NullableContainerImage) Get() *ContainerImage
- func (v NullableContainerImage) IsSet() bool
- func (v NullableContainerImage) MarshalJSON() ([]byte, error)
- func (v *NullableContainerImage) Set(val *ContainerImage)
- func (v *NullableContainerImage) UnmarshalJSON(src []byte) error
- func (v *NullableContainerImage) Unset()
- type NullableContainerProjectRegistryCreate
- func (v NullableContainerProjectRegistryCreate) Get() *ContainerProjectRegistryCreate
- func (v NullableContainerProjectRegistryCreate) IsSet() bool
- func (v NullableContainerProjectRegistryCreate) MarshalJSON() ([]byte, error)
- func (v *NullableContainerProjectRegistryCreate) Set(val *ContainerProjectRegistryCreate)
- func (v *NullableContainerProjectRegistryCreate) UnmarshalJSON(src []byte) error
- func (v *NullableContainerProjectRegistryCreate) Unset()
- type NullableContainerProjectRegistryCredentialPatch
- func (v NullableContainerProjectRegistryCredentialPatch) Get() *ContainerProjectRegistryCredentialPatch
- func (v NullableContainerProjectRegistryCredentialPatch) IsSet() bool
- func (v NullableContainerProjectRegistryCredentialPatch) MarshalJSON() ([]byte, error)
- func (v *NullableContainerProjectRegistryCredentialPatch) Set(val *ContainerProjectRegistryCredentialPatch)
- func (v *NullableContainerProjectRegistryCredentialPatch) UnmarshalJSON(src []byte) error
- func (v *NullableContainerProjectRegistryCredentialPatch) Unset()
- type NullableContainerProjectRegistryTransfer
- func (v NullableContainerProjectRegistryTransfer) Get() *ContainerProjectRegistryTransfer
- func (v NullableContainerProjectRegistryTransfer) IsSet() bool
- func (v NullableContainerProjectRegistryTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableContainerProjectRegistryTransfer) Set(val *ContainerProjectRegistryTransfer)
- func (v *NullableContainerProjectRegistryTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableContainerProjectRegistryTransfer) Unset()
- type NullableContainerProjectRegistryUpdate
- func (v NullableContainerProjectRegistryUpdate) Get() *ContainerProjectRegistryUpdate
- func (v NullableContainerProjectRegistryUpdate) IsSet() bool
- func (v NullableContainerProjectRegistryUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableContainerProjectRegistryUpdate) Set(val *ContainerProjectRegistryUpdate)
- func (v *NullableContainerProjectRegistryUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableContainerProjectRegistryUpdate) Unset()
- type NullableContainerRepository
- func (v NullableContainerRepository) Get() *ContainerRepository
- func (v NullableContainerRepository) IsSet() bool
- func (v NullableContainerRepository) MarshalJSON() ([]byte, error)
- func (v *NullableContainerRepository) Set(val *ContainerRepository)
- func (v *NullableContainerRepository) UnmarshalJSON(src []byte) error
- func (v *NullableContainerRepository) Unset()
- type NullableDisk
- type NullableDnsProjectZoneCreate
- func (v NullableDnsProjectZoneCreate) Get() *DnsProjectZoneCreate
- func (v NullableDnsProjectZoneCreate) IsSet() bool
- func (v NullableDnsProjectZoneCreate) MarshalJSON() ([]byte, error)
- func (v *NullableDnsProjectZoneCreate) Set(val *DnsProjectZoneCreate)
- func (v *NullableDnsProjectZoneCreate) UnmarshalJSON(src []byte) error
- func (v *NullableDnsProjectZoneCreate) Unset()
- type NullableDnsProjectZoneRecordsetPatch
- func (v NullableDnsProjectZoneRecordsetPatch) Get() *DnsProjectZoneRecordsetPatch
- func (v NullableDnsProjectZoneRecordsetPatch) IsSet() bool
- func (v NullableDnsProjectZoneRecordsetPatch) MarshalJSON() ([]byte, error)
- func (v *NullableDnsProjectZoneRecordsetPatch) Set(val *DnsProjectZoneRecordsetPatch)
- func (v *NullableDnsProjectZoneRecordsetPatch) UnmarshalJSON(src []byte) error
- func (v *NullableDnsProjectZoneRecordsetPatch) Unset()
- type NullableDnsProjectZoneUpdate
- func (v NullableDnsProjectZoneUpdate) Get() *DnsProjectZoneUpdate
- func (v NullableDnsProjectZoneUpdate) IsSet() bool
- func (v NullableDnsProjectZoneUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableDnsProjectZoneUpdate) Set(val *DnsProjectZoneUpdate)
- func (v *NullableDnsProjectZoneUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableDnsProjectZoneUpdate) Unset()
- type NullableDnsRecord
- type NullableDnsRecordset
- func (v NullableDnsRecordset) Get() *DnsRecordset
- func (v NullableDnsRecordset) IsSet() bool
- func (v NullableDnsRecordset) MarshalJSON() ([]byte, error)
- func (v *NullableDnsRecordset) Set(val *DnsRecordset)
- func (v *NullableDnsRecordset) UnmarshalJSON(src []byte) error
- func (v *NullableDnsRecordset) Unset()
- type NullableDomain
- type NullableEnabledService
- func (v NullableEnabledService) Get() *EnabledService
- func (v NullableEnabledService) IsSet() bool
- func (v NullableEnabledService) MarshalJSON() ([]byte, error)
- func (v *NullableEnabledService) Set(val *EnabledService)
- func (v *NullableEnabledService) UnmarshalJSON(src []byte) error
- func (v *NullableEnabledService) Unset()
- type NullableEvent
- type NullableEventBase
- type NullableFirewall
- type NullableFloat32
- type NullableFloat64
- type NullableGroup
- type NullableHdd
- type NullableIamActor
- type NullableIamActorOrGroup
- func (v NullableIamActorOrGroup) Get() *IamActorOrGroup
- func (v NullableIamActorOrGroup) IsSet() bool
- func (v NullableIamActorOrGroup) MarshalJSON() ([]byte, error)
- func (v *NullableIamActorOrGroup) Set(val *IamActorOrGroup)
- func (v *NullableIamActorOrGroup) UnmarshalJSON(src []byte) error
- func (v *NullableIamActorOrGroup) Unset()
- type NullableIamOrganisationCreate
- func (v NullableIamOrganisationCreate) Get() *IamOrganisationCreate
- func (v NullableIamOrganisationCreate) IsSet() bool
- func (v NullableIamOrganisationCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIamOrganisationCreate) Set(val *IamOrganisationCreate)
- func (v *NullableIamOrganisationCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIamOrganisationCreate) Unset()
- type NullableIamOrganisationInvitationAccept
- func (v NullableIamOrganisationInvitationAccept) Get() *IamOrganisationInvitationAccept
- func (v NullableIamOrganisationInvitationAccept) IsSet() bool
- func (v NullableIamOrganisationInvitationAccept) MarshalJSON() ([]byte, error)
- func (v *NullableIamOrganisationInvitationAccept) Set(val *IamOrganisationInvitationAccept)
- func (v *NullableIamOrganisationInvitationAccept) UnmarshalJSON(src []byte) error
- func (v *NullableIamOrganisationInvitationAccept) Unset()
- type NullableIamOrganisationOwnershipCreate
- func (v NullableIamOrganisationOwnershipCreate) Get() *IamOrganisationOwnershipCreate
- func (v NullableIamOrganisationOwnershipCreate) IsSet() bool
- func (v NullableIamOrganisationOwnershipCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIamOrganisationOwnershipCreate) Set(val *IamOrganisationOwnershipCreate)
- func (v *NullableIamOrganisationOwnershipCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIamOrganisationOwnershipCreate) Unset()
- type NullableIamOrganisationPaymentAllocate
- func (v NullableIamOrganisationPaymentAllocate) Get() *IamOrganisationPaymentAllocate
- func (v NullableIamOrganisationPaymentAllocate) IsSet() bool
- func (v NullableIamOrganisationPaymentAllocate) MarshalJSON() ([]byte, error)
- func (v *NullableIamOrganisationPaymentAllocate) Set(val *IamOrganisationPaymentAllocate)
- func (v *NullableIamOrganisationPaymentAllocate) UnmarshalJSON(src []byte) error
- func (v *NullableIamOrganisationPaymentAllocate) Unset()
- type NullableIamOrganisationProformaCreate
- func (v NullableIamOrganisationProformaCreate) Get() *IamOrganisationProformaCreate
- func (v NullableIamOrganisationProformaCreate) IsSet() bool
- func (v NullableIamOrganisationProformaCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIamOrganisationProformaCreate) Set(val *IamOrganisationProformaCreate)
- func (v *NullableIamOrganisationProformaCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIamOrganisationProformaCreate) Unset()
- type NullableIamOrganisationTransferAccept
- func (v NullableIamOrganisationTransferAccept) Get() *IamOrganisationTransferAccept
- func (v NullableIamOrganisationTransferAccept) IsSet() bool
- func (v NullableIamOrganisationTransferAccept) MarshalJSON() ([]byte, error)
- func (v *NullableIamOrganisationTransferAccept) Set(val *IamOrganisationTransferAccept)
- func (v *NullableIamOrganisationTransferAccept) UnmarshalJSON(src []byte) error
- func (v *NullableIamOrganisationTransferAccept) Unset()
- type NullableIamOrganisationUpdate
- func (v NullableIamOrganisationUpdate) Get() *IamOrganisationUpdate
- func (v NullableIamOrganisationUpdate) IsSet() bool
- func (v NullableIamOrganisationUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableIamOrganisationUpdate) Set(val *IamOrganisationUpdate)
- func (v *NullableIamOrganisationUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableIamOrganisationUpdate) Unset()
- type NullableIamPermission
- func (v NullableIamPermission) Get() *IamPermission
- func (v NullableIamPermission) IsSet() bool
- func (v NullableIamPermission) MarshalJSON() ([]byte, error)
- func (v *NullableIamPermission) Set(val *IamPermission)
- func (v *NullableIamPermission) UnmarshalJSON(src []byte) error
- func (v *NullableIamPermission) Unset()
- type NullableIamProjectApplicationCreate
- func (v NullableIamProjectApplicationCreate) Get() *IamProjectApplicationCreate
- func (v NullableIamProjectApplicationCreate) IsSet() bool
- func (v NullableIamProjectApplicationCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectApplicationCreate) Set(val *IamProjectApplicationCreate)
- func (v *NullableIamProjectApplicationCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectApplicationCreate) Unset()
- type NullableIamProjectApplicationCredentialPatch
- func (v NullableIamProjectApplicationCredentialPatch) Get() *IamProjectApplicationCredentialPatch
- func (v NullableIamProjectApplicationCredentialPatch) IsSet() bool
- func (v NullableIamProjectApplicationCredentialPatch) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectApplicationCredentialPatch) Set(val *IamProjectApplicationCredentialPatch)
- func (v *NullableIamProjectApplicationCredentialPatch) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectApplicationCredentialPatch) Unset()
- type NullableIamProjectApplicationRedirectPatch
- func (v NullableIamProjectApplicationRedirectPatch) Get() *IamProjectApplicationRedirectPatch
- func (v NullableIamProjectApplicationRedirectPatch) IsSet() bool
- func (v NullableIamProjectApplicationRedirectPatch) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectApplicationRedirectPatch) Set(val *IamProjectApplicationRedirectPatch)
- func (v *NullableIamProjectApplicationRedirectPatch) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectApplicationRedirectPatch) Unset()
- type NullableIamProjectApplicationUpdate
- func (v NullableIamProjectApplicationUpdate) Get() *IamProjectApplicationUpdate
- func (v NullableIamProjectApplicationUpdate) IsSet() bool
- func (v NullableIamProjectApplicationUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectApplicationUpdate) Set(val *IamProjectApplicationUpdate)
- func (v *NullableIamProjectApplicationUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectApplicationUpdate) Unset()
- type NullableIamProjectCreate
- func (v NullableIamProjectCreate) Get() *IamProjectCreate
- func (v NullableIamProjectCreate) IsSet() bool
- func (v NullableIamProjectCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectCreate) Set(val *IamProjectCreate)
- func (v *NullableIamProjectCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectCreate) Unset()
- type NullableIamProjectCredentialStorePatch
- func (v NullableIamProjectCredentialStorePatch) Get() *IamProjectCredentialStorePatch
- func (v NullableIamProjectCredentialStorePatch) IsSet() bool
- func (v NullableIamProjectCredentialStorePatch) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectCredentialStorePatch) Set(val *IamProjectCredentialStorePatch)
- func (v *NullableIamProjectCredentialStorePatch) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectCredentialStorePatch) Unset()
- type NullableIamProjectGroupCreate
- func (v NullableIamProjectGroupCreate) Get() *IamProjectGroupCreate
- func (v NullableIamProjectGroupCreate) IsSet() bool
- func (v NullableIamProjectGroupCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectGroupCreate) Set(val *IamProjectGroupCreate)
- func (v *NullableIamProjectGroupCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectGroupCreate) Unset()
- type NullableIamProjectGroupUpdate
- func (v NullableIamProjectGroupUpdate) Get() *IamProjectGroupUpdate
- func (v NullableIamProjectGroupUpdate) IsSet() bool
- func (v NullableIamProjectGroupUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectGroupUpdate) Set(val *IamProjectGroupUpdate)
- func (v *NullableIamProjectGroupUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectGroupUpdate) Unset()
- type NullableIamProjectInvitationAccept
- func (v NullableIamProjectInvitationAccept) Get() *IamProjectInvitationAccept
- func (v NullableIamProjectInvitationAccept) IsSet() bool
- func (v NullableIamProjectInvitationAccept) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectInvitationAccept) Set(val *IamProjectInvitationAccept)
- func (v *NullableIamProjectInvitationAccept) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectInvitationAccept) Unset()
- type NullableIamProjectOwnershipCreate
- func (v NullableIamProjectOwnershipCreate) Get() *IamProjectOwnershipCreate
- func (v NullableIamProjectOwnershipCreate) IsSet() bool
- func (v NullableIamProjectOwnershipCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectOwnershipCreate) Set(val *IamProjectOwnershipCreate)
- func (v *NullableIamProjectOwnershipCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectOwnershipCreate) Unset()
- type NullableIamProjectPolicyCreate
- func (v NullableIamProjectPolicyCreate) Get() *IamProjectPolicyCreate
- func (v NullableIamProjectPolicyCreate) IsSet() bool
- func (v NullableIamProjectPolicyCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectPolicyCreate) Set(val *IamProjectPolicyCreate)
- func (v *NullableIamProjectPolicyCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectPolicyCreate) Unset()
- type NullableIamProjectPolicyCreateActor
- func (v NullableIamProjectPolicyCreateActor) Get() *IamProjectPolicyCreateActor
- func (v NullableIamProjectPolicyCreateActor) IsSet() bool
- func (v NullableIamProjectPolicyCreateActor) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectPolicyCreateActor) Set(val *IamProjectPolicyCreateActor)
- func (v *NullableIamProjectPolicyCreateActor) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectPolicyCreateActor) Unset()
- type NullableIamProjectPolicyUpdate
- func (v NullableIamProjectPolicyUpdate) Get() *IamProjectPolicyUpdate
- func (v NullableIamProjectPolicyUpdate) IsSet() bool
- func (v NullableIamProjectPolicyUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectPolicyUpdate) Set(val *IamProjectPolicyUpdate)
- func (v *NullableIamProjectPolicyUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectPolicyUpdate) Unset()
- type NullableIamProjectQuotaLimitPatch
- func (v NullableIamProjectQuotaLimitPatch) Get() *IamProjectQuotaLimitPatch
- func (v NullableIamProjectQuotaLimitPatch) IsSet() bool
- func (v NullableIamProjectQuotaLimitPatch) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectQuotaLimitPatch) Set(val *IamProjectQuotaLimitPatch)
- func (v *NullableIamProjectQuotaLimitPatch) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectQuotaLimitPatch) Unset()
- type NullableIamProjectRoleCreate
- func (v NullableIamProjectRoleCreate) Get() *IamProjectRoleCreate
- func (v NullableIamProjectRoleCreate) IsSet() bool
- func (v NullableIamProjectRoleCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectRoleCreate) Set(val *IamProjectRoleCreate)
- func (v *NullableIamProjectRoleCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectRoleCreate) Unset()
- type NullableIamProjectRoleUpdate
- func (v NullableIamProjectRoleUpdate) Get() *IamProjectRoleUpdate
- func (v NullableIamProjectRoleUpdate) IsSet() bool
- func (v NullableIamProjectRoleUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectRoleUpdate) Set(val *IamProjectRoleUpdate)
- func (v *NullableIamProjectRoleUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectRoleUpdate) Unset()
- type NullableIamProjectSaCreate
- func (v NullableIamProjectSaCreate) Get() *IamProjectSaCreate
- func (v NullableIamProjectSaCreate) IsSet() bool
- func (v NullableIamProjectSaCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectSaCreate) Set(val *IamProjectSaCreate)
- func (v *NullableIamProjectSaCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectSaCreate) Unset()
- type NullableIamProjectSaCredentialPatch
- func (v NullableIamProjectSaCredentialPatch) Get() *IamProjectSaCredentialPatch
- func (v NullableIamProjectSaCredentialPatch) IsSet() bool
- func (v NullableIamProjectSaCredentialPatch) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectSaCredentialPatch) Set(val *IamProjectSaCredentialPatch)
- func (v *NullableIamProjectSaCredentialPatch) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectSaCredentialPatch) Unset()
- type NullableIamProjectSaUpdate
- func (v NullableIamProjectSaUpdate) Get() *IamProjectSaUpdate
- func (v NullableIamProjectSaUpdate) IsSet() bool
- func (v NullableIamProjectSaUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectSaUpdate) Set(val *IamProjectSaUpdate)
- func (v *NullableIamProjectSaUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectSaUpdate) Unset()
- type NullableIamProjectThresholdCreate
- func (v NullableIamProjectThresholdCreate) Get() *IamProjectThresholdCreate
- func (v NullableIamProjectThresholdCreate) IsSet() bool
- func (v NullableIamProjectThresholdCreate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectThresholdCreate) Set(val *IamProjectThresholdCreate)
- func (v *NullableIamProjectThresholdCreate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectThresholdCreate) Unset()
- type NullableIamProjectTransfer
- func (v NullableIamProjectTransfer) Get() *IamProjectTransfer
- func (v NullableIamProjectTransfer) IsSet() bool
- func (v NullableIamProjectTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectTransfer) Set(val *IamProjectTransfer)
- func (v *NullableIamProjectTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectTransfer) Unset()
- type NullableIamProjectUpdate
- func (v NullableIamProjectUpdate) Get() *IamProjectUpdate
- func (v NullableIamProjectUpdate) IsSet() bool
- func (v NullableIamProjectUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableIamProjectUpdate) Set(val *IamProjectUpdate)
- func (v *NullableIamProjectUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableIamProjectUpdate) Unset()
- type NullableIamRedirect
- func (v NullableIamRedirect) Get() *IamRedirect
- func (v NullableIamRedirect) IsSet() bool
- func (v NullableIamRedirect) MarshalJSON() ([]byte, error)
- func (v *NullableIamRedirect) Set(val *IamRedirect)
- func (v *NullableIamRedirect) UnmarshalJSON(src []byte) error
- func (v *NullableIamRedirect) Unset()
- type NullableIamUserAuthorization
- func (v NullableIamUserAuthorization) Get() *IamUserAuthorization
- func (v NullableIamUserAuthorization) IsSet() bool
- func (v NullableIamUserAuthorization) MarshalJSON() ([]byte, error)
- func (v *NullableIamUserAuthorization) Set(val *IamUserAuthorization)
- func (v *NullableIamUserAuthorization) UnmarshalJSON(src []byte) error
- func (v *NullableIamUserAuthorization) Unset()
- type NullableIamUserAuthorizationCode
- func (v NullableIamUserAuthorizationCode) Get() *IamUserAuthorizationCode
- func (v NullableIamUserAuthorizationCode) IsSet() bool
- func (v NullableIamUserAuthorizationCode) MarshalJSON() ([]byte, error)
- func (v *NullableIamUserAuthorizationCode) Set(val *IamUserAuthorizationCode)
- func (v *NullableIamUserAuthorizationCode) UnmarshalJSON(src []byte) error
- func (v *NullableIamUserAuthorizationCode) Unset()
- type NullableIamUserCredentialPatch
- func (v NullableIamUserCredentialPatch) Get() *IamUserCredentialPatch
- func (v NullableIamUserCredentialPatch) IsSet() bool
- func (v NullableIamUserCredentialPatch) MarshalJSON() ([]byte, error)
- func (v *NullableIamUserCredentialPatch) Set(val *IamUserCredentialPatch)
- func (v *NullableIamUserCredentialPatch) UnmarshalJSON(src []byte) error
- func (v *NullableIamUserCredentialPatch) Unset()
- type NullableIamUserUpdate
- func (v NullableIamUserUpdate) Get() *IamUserUpdate
- func (v NullableIamUserUpdate) IsSet() bool
- func (v NullableIamUserUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableIamUserUpdate) Set(val *IamUserUpdate)
- func (v *NullableIamUserUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableIamUserUpdate) Unset()
- type NullableImage
- type NullableInlineResponse200
- func (v NullableInlineResponse200) Get() *InlineResponse200
- func (v NullableInlineResponse200) IsSet() bool
- func (v NullableInlineResponse200) MarshalJSON() ([]byte, error)
- func (v *NullableInlineResponse200) Set(val *InlineResponse200)
- func (v *NullableInlineResponse200) UnmarshalJSON(src []byte) error
- func (v *NullableInlineResponse200) Unset()
- type NullableInlineResponseDefault
- func (v NullableInlineResponseDefault) Get() *InlineResponseDefault
- func (v NullableInlineResponseDefault) IsSet() bool
- func (v NullableInlineResponseDefault) MarshalJSON() ([]byte, error)
- func (v *NullableInlineResponseDefault) Set(val *InlineResponseDefault)
- func (v *NullableInlineResponseDefault) UnmarshalJSON(src []byte) error
- func (v *NullableInlineResponseDefault) Unset()
- type NullableInlineResponseDefaultOperation
- func (v NullableInlineResponseDefaultOperation) Get() *InlineResponseDefaultOperation
- func (v NullableInlineResponseDefaultOperation) IsSet() bool
- func (v NullableInlineResponseDefaultOperation) MarshalJSON() ([]byte, error)
- func (v *NullableInlineResponseDefaultOperation) Set(val *InlineResponseDefaultOperation)
- func (v *NullableInlineResponseDefaultOperation) UnmarshalJSON(src []byte) error
- func (v *NullableInlineResponseDefaultOperation) Unset()
- type NullableInsightProjectJournalCreate
- func (v NullableInsightProjectJournalCreate) Get() *InsightProjectJournalCreate
- func (v NullableInsightProjectJournalCreate) IsSet() bool
- func (v NullableInsightProjectJournalCreate) MarshalJSON() ([]byte, error)
- func (v *NullableInsightProjectJournalCreate) Set(val *InsightProjectJournalCreate)
- func (v *NullableInsightProjectJournalCreate) UnmarshalJSON(src []byte) error
- func (v *NullableInsightProjectJournalCreate) Unset()
- type NullableInsightProjectJournalCredentialPatch
- func (v NullableInsightProjectJournalCredentialPatch) Get() *InsightProjectJournalCredentialPatch
- func (v NullableInsightProjectJournalCredentialPatch) IsSet() bool
- func (v NullableInsightProjectJournalCredentialPatch) MarshalJSON() ([]byte, error)
- func (v *NullableInsightProjectJournalCredentialPatch) Set(val *InsightProjectJournalCredentialPatch)
- func (v *NullableInsightProjectJournalCredentialPatch) UnmarshalJSON(src []byte) error
- func (v *NullableInsightProjectJournalCredentialPatch) Unset()
- type NullableInsightProjectJournalTransfer
- func (v NullableInsightProjectJournalTransfer) Get() *InsightProjectJournalTransfer
- func (v NullableInsightProjectJournalTransfer) IsSet() bool
- func (v NullableInsightProjectJournalTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableInsightProjectJournalTransfer) Set(val *InsightProjectJournalTransfer)
- func (v *NullableInsightProjectJournalTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableInsightProjectJournalTransfer) Unset()
- type NullableInsightProjectJournalUpdate
- func (v NullableInsightProjectJournalUpdate) Get() *InsightProjectJournalUpdate
- func (v NullableInsightProjectJournalUpdate) IsSet() bool
- func (v NullableInsightProjectJournalUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableInsightProjectJournalUpdate) Set(val *InsightProjectJournalUpdate)
- func (v *NullableInsightProjectJournalUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableInsightProjectJournalUpdate) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvitation
- type NullableInvoice
- type NullableInvoiceBuyer
- func (v NullableInvoiceBuyer) Get() *InvoiceBuyer
- func (v NullableInvoiceBuyer) IsSet() bool
- func (v NullableInvoiceBuyer) MarshalJSON() ([]byte, error)
- func (v *NullableInvoiceBuyer) Set(val *InvoiceBuyer)
- func (v *NullableInvoiceBuyer) UnmarshalJSON(src []byte) error
- func (v *NullableInvoiceBuyer) Unset()
- type NullableInvoiceBuyerAddress
- func (v NullableInvoiceBuyerAddress) Get() *InvoiceBuyerAddress
- func (v NullableInvoiceBuyerAddress) IsSet() bool
- func (v NullableInvoiceBuyerAddress) MarshalJSON() ([]byte, error)
- func (v *NullableInvoiceBuyerAddress) Set(val *InvoiceBuyerAddress)
- func (v *NullableInvoiceBuyerAddress) UnmarshalJSON(src []byte) error
- func (v *NullableInvoiceBuyerAddress) Unset()
- type NullableInvoiceItems
- func (v NullableInvoiceItems) Get() *InvoiceItems
- func (v NullableInvoiceItems) IsSet() bool
- func (v NullableInvoiceItems) MarshalJSON() ([]byte, error)
- func (v *NullableInvoiceItems) Set(val *InvoiceItems)
- func (v *NullableInvoiceItems) UnmarshalJSON(src []byte) error
- func (v *NullableInvoiceItems) Unset()
- type NullableInvoiceSeller
- func (v NullableInvoiceSeller) Get() *InvoiceSeller
- func (v NullableInvoiceSeller) IsSet() bool
- func (v NullableInvoiceSeller) MarshalJSON() ([]byte, error)
- func (v *NullableInvoiceSeller) Set(val *InvoiceSeller)
- func (v *NullableInvoiceSeller) UnmarshalJSON(src []byte) error
- func (v *NullableInvoiceSeller) Unset()
- type NullableInvoiceSellerAddress
- func (v NullableInvoiceSellerAddress) Get() *InvoiceSellerAddress
- func (v NullableInvoiceSellerAddress) IsSet() bool
- func (v NullableInvoiceSellerAddress) MarshalJSON() ([]byte, error)
- func (v *NullableInvoiceSellerAddress) Set(val *InvoiceSellerAddress)
- func (v *NullableInvoiceSellerAddress) UnmarshalJSON(src []byte) error
- func (v *NullableInvoiceSellerAddress) Unset()
- type NullableIp
- type NullableIpAssociated
- func (v NullableIpAssociated) Get() *IpAssociated
- func (v NullableIpAssociated) IsSet() bool
- func (v NullableIpAssociated) MarshalJSON() ([]byte, error)
- func (v *NullableIpAssociated) Set(val *IpAssociated)
- func (v *NullableIpAssociated) UnmarshalJSON(src []byte) error
- func (v *NullableIpAssociated) Unset()
- type NullableIpProperties
- func (v NullableIpProperties) Get() *IpProperties
- func (v NullableIpProperties) IsSet() bool
- func (v NullableIpProperties) MarshalJSON() ([]byte, error)
- func (v *NullableIpProperties) Set(val *IpProperties)
- func (v *NullableIpProperties) UnmarshalJSON(src []byte) error
- func (v *NullableIpProperties) Unset()
- type NullableIso
- type NullableIsoMetadata
- func (v NullableIsoMetadata) Get() *IsoMetadata
- func (v NullableIsoMetadata) IsSet() bool
- func (v NullableIsoMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableIsoMetadata) Set(val *IsoMetadata)
- func (v *NullableIsoMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableIsoMetadata) Unset()
- type NullableIsoMetadataSource
- func (v NullableIsoMetadataSource) Get() *IsoMetadataSource
- func (v NullableIsoMetadataSource) IsSet() bool
- func (v NullableIsoMetadataSource) MarshalJSON() ([]byte, error)
- func (v *NullableIsoMetadataSource) Set(val *IsoMetadataSource)
- func (v *NullableIsoMetadataSource) UnmarshalJSON(src []byte) error
- func (v *NullableIsoMetadataSource) Unset()
- type NullableJournal
- type NullableJournalCredential
- func (v NullableJournalCredential) Get() *JournalCredential
- func (v NullableJournalCredential) IsSet() bool
- func (v NullableJournalCredential) MarshalJSON() ([]byte, error)
- func (v *NullableJournalCredential) Set(val *JournalCredential)
- func (v *NullableJournalCredential) UnmarshalJSON(src []byte) error
- func (v *NullableJournalCredential) Unset()
- type NullableMessageData
- func (v NullableMessageData) Get() *MessageData
- func (v NullableMessageData) IsSet() bool
- func (v NullableMessageData) MarshalJSON() ([]byte, error)
- func (v *NullableMessageData) Set(val *MessageData)
- func (v *NullableMessageData) UnmarshalJSON(src []byte) error
- func (v *NullableMessageData) Unset()
- type NullableMetric
- type NullableMetricProperties
- func (v NullableMetricProperties) Get() *MetricProperties
- func (v NullableMetricProperties) IsSet() bool
- func (v NullableMetricProperties) MarshalJSON() ([]byte, error)
- func (v *NullableMetricProperties) Set(val *MetricProperties)
- func (v *NullableMetricProperties) UnmarshalJSON(src []byte) error
- func (v *NullableMetricProperties) Unset()
- type NullableMetricPropertiesDimension
- func (v NullableMetricPropertiesDimension) Get() *MetricPropertiesDimension
- func (v NullableMetricPropertiesDimension) IsSet() bool
- func (v NullableMetricPropertiesDimension) MarshalJSON() ([]byte, error)
- func (v *NullableMetricPropertiesDimension) Set(val *MetricPropertiesDimension)
- func (v *NullableMetricPropertiesDimension) UnmarshalJSON(src []byte) error
- func (v *NullableMetricPropertiesDimension) Unset()
- type NullableNetadp
- type NullableNetgw
- type NullableNetgwPrivate
- func (v NullableNetgwPrivate) Get() *NetgwPrivate
- func (v NullableNetgwPrivate) IsSet() bool
- func (v NullableNetgwPrivate) MarshalJSON() ([]byte, error)
- func (v *NullableNetgwPrivate) Set(val *NetgwPrivate)
- func (v *NullableNetgwPrivate) UnmarshalJSON(src []byte) error
- func (v *NullableNetgwPrivate) Unset()
- type NullableNetgwPublic
- func (v NullableNetgwPublic) Get() *NetgwPublic
- func (v NullableNetgwPublic) IsSet() bool
- func (v NullableNetgwPublic) MarshalJSON() ([]byte, error)
- func (v *NullableNetgwPublic) Set(val *NetgwPublic)
- func (v *NullableNetgwPublic) UnmarshalJSON(src []byte) error
- func (v *NullableNetgwPublic) Unset()
- type NullableNetwork
- type NullableNetworkDns
- type NullableNetworkingProjectFirewallCreate
- func (v NullableNetworkingProjectFirewallCreate) Get() *NetworkingProjectFirewallCreate
- func (v NullableNetworkingProjectFirewallCreate) IsSet() bool
- func (v NullableNetworkingProjectFirewallCreate) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectFirewallCreate) Set(val *NetworkingProjectFirewallCreate)
- func (v *NullableNetworkingProjectFirewallCreate) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectFirewallCreate) Unset()
- type NullableNetworkingProjectFirewallTransfer
- func (v NullableNetworkingProjectFirewallTransfer) Get() *NetworkingProjectFirewallTransfer
- func (v NullableNetworkingProjectFirewallTransfer) IsSet() bool
- func (v NullableNetworkingProjectFirewallTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectFirewallTransfer) Set(val *NetworkingProjectFirewallTransfer)
- func (v *NullableNetworkingProjectFirewallTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectFirewallTransfer) Unset()
- type NullableNetworkingProjectFirewallUpdate
- func (v NullableNetworkingProjectFirewallUpdate) Get() *NetworkingProjectFirewallUpdate
- func (v NullableNetworkingProjectFirewallUpdate) IsSet() bool
- func (v NullableNetworkingProjectFirewallUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectFirewallUpdate) Set(val *NetworkingProjectFirewallUpdate)
- func (v *NullableNetworkingProjectFirewallUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectFirewallUpdate) Unset()
- type NullableNetworkingProjectIpAssociate
- func (v NullableNetworkingProjectIpAssociate) Get() *NetworkingProjectIpAssociate
- func (v NullableNetworkingProjectIpAssociate) IsSet() bool
- func (v NullableNetworkingProjectIpAssociate) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectIpAssociate) Set(val *NetworkingProjectIpAssociate)
- func (v *NullableNetworkingProjectIpAssociate) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectIpAssociate) Unset()
- type NullableNetworkingProjectIpCreate
- func (v NullableNetworkingProjectIpCreate) Get() *NetworkingProjectIpCreate
- func (v NullableNetworkingProjectIpCreate) IsSet() bool
- func (v NullableNetworkingProjectIpCreate) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectIpCreate) Set(val *NetworkingProjectIpCreate)
- func (v *NullableNetworkingProjectIpCreate) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectIpCreate) Unset()
- type NullableNetworkingProjectIpTransfer
- func (v NullableNetworkingProjectIpTransfer) Get() *NetworkingProjectIpTransfer
- func (v NullableNetworkingProjectIpTransfer) IsSet() bool
- func (v NullableNetworkingProjectIpTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectIpTransfer) Set(val *NetworkingProjectIpTransfer)
- func (v *NullableNetworkingProjectIpTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectIpTransfer) Unset()
- type NullableNetworkingProjectIpUpdate
- func (v NullableNetworkingProjectIpUpdate) Get() *NetworkingProjectIpUpdate
- func (v NullableNetworkingProjectIpUpdate) IsSet() bool
- func (v NullableNetworkingProjectIpUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectIpUpdate) Set(val *NetworkingProjectIpUpdate)
- func (v *NullableNetworkingProjectIpUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectIpUpdate) Unset()
- type NullableNetworkingProjectNetadpCreate
- func (v NullableNetworkingProjectNetadpCreate) Get() *NetworkingProjectNetadpCreate
- func (v NullableNetworkingProjectNetadpCreate) IsSet() bool
- func (v NullableNetworkingProjectNetadpCreate) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectNetadpCreate) Set(val *NetworkingProjectNetadpCreate)
- func (v *NullableNetworkingProjectNetadpCreate) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectNetadpCreate) Unset()
- type NullableNetworkingProjectNetadpUpdate
- func (v NullableNetworkingProjectNetadpUpdate) Get() *NetworkingProjectNetadpUpdate
- func (v NullableNetworkingProjectNetadpUpdate) IsSet() bool
- func (v NullableNetworkingProjectNetadpUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectNetadpUpdate) Set(val *NetworkingProjectNetadpUpdate)
- func (v *NullableNetworkingProjectNetadpUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectNetadpUpdate) Unset()
- type NullableNetworkingProjectNetgwAttach
- func (v NullableNetworkingProjectNetgwAttach) Get() *NetworkingProjectNetgwAttach
- func (v NullableNetworkingProjectNetgwAttach) IsSet() bool
- func (v NullableNetworkingProjectNetgwAttach) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectNetgwAttach) Set(val *NetworkingProjectNetgwAttach)
- func (v *NullableNetworkingProjectNetgwAttach) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectNetgwAttach) Unset()
- type NullableNetworkingProjectNetgwCreate
- func (v NullableNetworkingProjectNetgwCreate) Get() *NetworkingProjectNetgwCreate
- func (v NullableNetworkingProjectNetgwCreate) IsSet() bool
- func (v NullableNetworkingProjectNetgwCreate) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectNetgwCreate) Set(val *NetworkingProjectNetgwCreate)
- func (v *NullableNetworkingProjectNetgwCreate) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectNetgwCreate) Unset()
- type NullableNetworkingProjectNetgwUpdate
- func (v NullableNetworkingProjectNetgwUpdate) Get() *NetworkingProjectNetgwUpdate
- func (v NullableNetworkingProjectNetgwUpdate) IsSet() bool
- func (v NullableNetworkingProjectNetgwUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectNetgwUpdate) Set(val *NetworkingProjectNetgwUpdate)
- func (v *NullableNetworkingProjectNetgwUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectNetgwUpdate) Unset()
- type NullableNetworkingProjectNetworkCreate
- func (v NullableNetworkingProjectNetworkCreate) Get() *NetworkingProjectNetworkCreate
- func (v NullableNetworkingProjectNetworkCreate) IsSet() bool
- func (v NullableNetworkingProjectNetworkCreate) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectNetworkCreate) Set(val *NetworkingProjectNetworkCreate)
- func (v *NullableNetworkingProjectNetworkCreate) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectNetworkCreate) Unset()
- type NullableNetworkingProjectNetworkUpdate
- func (v NullableNetworkingProjectNetworkUpdate) Get() *NetworkingProjectNetworkUpdate
- func (v NullableNetworkingProjectNetworkUpdate) IsSet() bool
- func (v NullableNetworkingProjectNetworkUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingProjectNetworkUpdate) Set(val *NetworkingProjectNetworkUpdate)
- func (v *NullableNetworkingProjectNetworkUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingProjectNetworkUpdate) Unset()
- type NullableNetworkingRule
- func (v NullableNetworkingRule) Get() *NetworkingRule
- func (v NullableNetworkingRule) IsSet() bool
- func (v NullableNetworkingRule) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkingRule) Set(val *NetworkingRule)
- func (v *NullableNetworkingRule) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkingRule) Unset()
- type NullableOrganisation
- func (v NullableOrganisation) Get() *Organisation
- func (v NullableOrganisation) IsSet() bool
- func (v NullableOrganisation) MarshalJSON() ([]byte, error)
- func (v *NullableOrganisation) Set(val *Organisation)
- func (v *NullableOrganisation) UnmarshalJSON(src []byte) error
- func (v *NullableOrganisation) Unset()
- type NullableOrganisationBilling
- func (v NullableOrganisationBilling) Get() *OrganisationBilling
- func (v NullableOrganisationBilling) IsSet() bool
- func (v NullableOrganisationBilling) MarshalJSON() ([]byte, error)
- func (v *NullableOrganisationBilling) Set(val *OrganisationBilling)
- func (v *NullableOrganisationBilling) UnmarshalJSON(src []byte) error
- func (v *NullableOrganisationBilling) Unset()
- type NullableOrganisationBilling1
- func (v NullableOrganisationBilling1) Get() *OrganisationBilling1
- func (v NullableOrganisationBilling1) IsSet() bool
- func (v NullableOrganisationBilling1) MarshalJSON() ([]byte, error)
- func (v *NullableOrganisationBilling1) Set(val *OrganisationBilling1)
- func (v *NullableOrganisationBilling1) UnmarshalJSON(src []byte) error
- func (v *NullableOrganisationBilling1) Unset()
- type NullableOwnership
- type NullablePayment
- type NullablePoint
- type NullablePointValue
- type NullablePolicy
- type NullableProforma
- type NullableProformaArray
- func (v NullableProformaArray) Get() *ProformaArray
- func (v NullableProformaArray) IsSet() bool
- func (v NullableProformaArray) MarshalJSON() ([]byte, error)
- func (v *NullableProformaArray) Set(val *ProformaArray)
- func (v *NullableProformaArray) UnmarshalJSON(src []byte) error
- func (v *NullableProformaArray) Unset()
- type NullableProformaSeller
- func (v NullableProformaSeller) Get() *ProformaSeller
- func (v NullableProformaSeller) IsSet() bool
- func (v NullableProformaSeller) MarshalJSON() ([]byte, error)
- func (v *NullableProformaSeller) Set(val *ProformaSeller)
- func (v *NullableProformaSeller) UnmarshalJSON(src []byte) error
- func (v *NullableProformaSeller) Unset()
- type NullableProject
- type NullableProjectBilling
- func (v NullableProjectBilling) Get() *ProjectBilling
- func (v NullableProjectBilling) IsSet() bool
- func (v NullableProjectBilling) MarshalJSON() ([]byte, error)
- func (v *NullableProjectBilling) Set(val *ProjectBilling)
- func (v *NullableProjectBilling) UnmarshalJSON(src []byte) error
- func (v *NullableProjectBilling) Unset()
- type NullableProjectCredential
- func (v NullableProjectCredential) Get() *ProjectCredential
- func (v NullableProjectCredential) IsSet() bool
- func (v NullableProjectCredential) MarshalJSON() ([]byte, error)
- func (v *NullableProjectCredential) Set(val *ProjectCredential)
- func (v *NullableProjectCredential) UnmarshalJSON(src []byte) error
- func (v *NullableProjectCredential) Unset()
- type NullableProjectFeature
- func (v NullableProjectFeature) Get() *ProjectFeature
- func (v NullableProjectFeature) IsSet() bool
- func (v NullableProjectFeature) MarshalJSON() ([]byte, error)
- func (v *NullableProjectFeature) Set(val *ProjectFeature)
- func (v *NullableProjectFeature) UnmarshalJSON(src []byte) error
- func (v *NullableProjectFeature) Unset()
- type NullableProjectThreshold
- func (v NullableProjectThreshold) Get() *ProjectThreshold
- func (v NullableProjectThreshold) IsSet() bool
- func (v NullableProjectThreshold) MarshalJSON() ([]byte, error)
- func (v *NullableProjectThreshold) Set(val *ProjectThreshold)
- func (v *NullableProjectThreshold) UnmarshalJSON(src []byte) error
- func (v *NullableProjectThreshold) Unset()
- type NullableProviderAgentResource
- func (v NullableProviderAgentResource) Get() *ProviderAgentResource
- func (v NullableProviderAgentResource) IsSet() bool
- func (v NullableProviderAgentResource) MarshalJSON() ([]byte, error)
- func (v *NullableProviderAgentResource) Set(val *ProviderAgentResource)
- func (v *NullableProviderAgentResource) UnmarshalJSON(src []byte) error
- func (v *NullableProviderAgentResource) Unset()
- type NullableProviderAgentResourceEvent
- func (v NullableProviderAgentResourceEvent) Get() *ProviderAgentResourceEvent
- func (v NullableProviderAgentResourceEvent) IsSet() bool
- func (v NullableProviderAgentResourceEvent) MarshalJSON() ([]byte, error)
- func (v *NullableProviderAgentResourceEvent) Set(val *ProviderAgentResourceEvent)
- func (v *NullableProviderAgentResourceEvent) UnmarshalJSON(src []byte) error
- func (v *NullableProviderAgentResourceEvent) Unset()
- type NullableProviderProjectAgentCreate
- func (v NullableProviderProjectAgentCreate) Get() *ProviderProjectAgentCreate
- func (v NullableProviderProjectAgentCreate) IsSet() bool
- func (v NullableProviderProjectAgentCreate) MarshalJSON() ([]byte, error)
- func (v *NullableProviderProjectAgentCreate) Set(val *ProviderProjectAgentCreate)
- func (v *NullableProviderProjectAgentCreate) UnmarshalJSON(src []byte) error
- func (v *NullableProviderProjectAgentCreate) Unset()
- type NullableProviderProjectAgentCredentialPatch
- func (v NullableProviderProjectAgentCredentialPatch) Get() *ProviderProjectAgentCredentialPatch
- func (v NullableProviderProjectAgentCredentialPatch) IsSet() bool
- func (v NullableProviderProjectAgentCredentialPatch) MarshalJSON() ([]byte, error)
- func (v *NullableProviderProjectAgentCredentialPatch) Set(val *ProviderProjectAgentCredentialPatch)
- func (v *NullableProviderProjectAgentCredentialPatch) UnmarshalJSON(src []byte) error
- func (v *NullableProviderProjectAgentCredentialPatch) Unset()
- type NullableProviderProjectAgentTransfer
- func (v NullableProviderProjectAgentTransfer) Get() *ProviderProjectAgentTransfer
- func (v NullableProviderProjectAgentTransfer) IsSet() bool
- func (v NullableProviderProjectAgentTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableProviderProjectAgentTransfer) Set(val *ProviderProjectAgentTransfer)
- func (v *NullableProviderProjectAgentTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableProviderProjectAgentTransfer) Unset()
- type NullableProviderProjectAgentUpdate
- func (v NullableProviderProjectAgentUpdate) Get() *ProviderProjectAgentUpdate
- func (v NullableProviderProjectAgentUpdate) IsSet() bool
- func (v NullableProviderProjectAgentUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableProviderProjectAgentUpdate) Set(val *ProviderProjectAgentUpdate)
- func (v *NullableProviderProjectAgentUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableProviderProjectAgentUpdate) Unset()
- type NullableQuota
- type NullableQuotaLimit
- type NullableQuotaMetric
- func (v NullableQuotaMetric) Get() *QuotaMetric
- func (v NullableQuotaMetric) IsSet() bool
- func (v NullableQuotaMetric) MarshalJSON() ([]byte, error)
- func (v *NullableQuotaMetric) Set(val *QuotaMetric)
- func (v *NullableQuotaMetric) UnmarshalJSON(src []byte) error
- func (v *NullableQuotaMetric) Unset()
- type NullableReconciliation
- func (v NullableReconciliation) Get() *Reconciliation
- func (v NullableReconciliation) IsSet() bool
- func (v NullableReconciliation) MarshalJSON() ([]byte, error)
- func (v *NullableReconciliation) Set(val *Reconciliation)
- func (v *NullableReconciliation) UnmarshalJSON(src []byte) error
- func (v *NullableReconciliation) Unset()
- type NullableReconciliationTarget
- func (v NullableReconciliationTarget) Get() *ReconciliationTarget
- func (v NullableReconciliationTarget) IsSet() bool
- func (v NullableReconciliationTarget) MarshalJSON() ([]byte, error)
- func (v *NullableReconciliationTarget) Set(val *ReconciliationTarget)
- func (v *NullableReconciliationTarget) UnmarshalJSON(src []byte) error
- func (v *NullableReconciliationTarget) Unset()
- type NullableReconciliationTargetPlan
- func (v NullableReconciliationTargetPlan) Get() *ReconciliationTargetPlan
- func (v NullableReconciliationTargetPlan) IsSet() bool
- func (v NullableReconciliationTargetPlan) MarshalJSON() ([]byte, error)
- func (v *NullableReconciliationTargetPlan) Set(val *ReconciliationTargetPlan)
- func (v *NullableReconciliationTargetPlan) UnmarshalJSON(src []byte) error
- func (v *NullableReconciliationTargetPlan) Unset()
- type NullableReconciliationTargetResource
- func (v NullableReconciliationTargetResource) Get() *ReconciliationTargetResource
- func (v NullableReconciliationTargetResource) IsSet() bool
- func (v NullableReconciliationTargetResource) MarshalJSON() ([]byte, error)
- func (v *NullableReconciliationTargetResource) Set(val *ReconciliationTargetResource)
- func (v *NullableReconciliationTargetResource) UnmarshalJSON(src []byte) error
- func (v *NullableReconciliationTargetResource) Unset()
- type NullableRegistry
- type NullableRegistryCredential
- func (v NullableRegistryCredential) Get() *RegistryCredential
- func (v NullableRegistryCredential) IsSet() bool
- func (v NullableRegistryCredential) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryCredential) Set(val *RegistryCredential)
- func (v *NullableRegistryCredential) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryCredential) Unset()
- type NullableReplica
- type NullableResource
- type NullableResourceConnect
- func (v NullableResourceConnect) Get() *ResourceConnect
- func (v NullableResourceConnect) IsSet() bool
- func (v NullableResourceConnect) MarshalJSON() ([]byte, error)
- func (v *NullableResourceConnect) Set(val *ResourceConnect)
- func (v *NullableResourceConnect) UnmarshalJSON(src []byte) error
- func (v *NullableResourceConnect) Unset()
- type NullableResourceService
- func (v NullableResourceService) Get() *ResourceService
- func (v NullableResourceService) IsSet() bool
- func (v NullableResourceService) MarshalJSON() ([]byte, error)
- func (v *NullableResourceService) Set(val *ResourceService)
- func (v *NullableResourceService) UnmarshalJSON(src []byte) error
- func (v *NullableResourceService) Unset()
- type NullableRole
- type NullableSa
- type NullableSaCredential
- func (v NullableSaCredential) Get() *SaCredential
- func (v NullableSaCredential) IsSet() bool
- func (v NullableSaCredential) MarshalJSON() ([]byte, error)
- func (v *NullableSaCredential) Set(val *SaCredential)
- func (v *NullableSaCredential) UnmarshalJSON(src []byte) error
- func (v *NullableSaCredential) Unset()
- type NullableService
- type NullableServiceBilling
- func (v NullableServiceBilling) Get() *ServiceBilling
- func (v NullableServiceBilling) IsSet() bool
- func (v NullableServiceBilling) MarshalJSON() ([]byte, error)
- func (v *NullableServiceBilling) Set(val *ServiceBilling)
- func (v *NullableServiceBilling) UnmarshalJSON(src []byte) error
- func (v *NullableServiceBilling) Unset()
- type NullableServiceBillingPrice
- func (v NullableServiceBillingPrice) Get() *ServiceBillingPrice
- func (v NullableServiceBillingPrice) IsSet() bool
- func (v NullableServiceBillingPrice) MarshalJSON() ([]byte, error)
- func (v *NullableServiceBillingPrice) Set(val *ServiceBillingPrice)
- func (v *NullableServiceBillingPrice) UnmarshalJSON(src []byte) error
- func (v *NullableServiceBillingPrice) Unset()
- type NullableServiceBillingReservations
- func (v NullableServiceBillingReservations) Get() *ServiceBillingReservations
- func (v NullableServiceBillingReservations) IsSet() bool
- func (v NullableServiceBillingReservations) MarshalJSON() ([]byte, error)
- func (v *NullableServiceBillingReservations) Set(val *ServiceBillingReservations)
- func (v *NullableServiceBillingReservations) UnmarshalJSON(src []byte) error
- func (v *NullableServiceBillingReservations) Unset()
- type NullableServiceDisplay
- func (v NullableServiceDisplay) Get() *ServiceDisplay
- func (v NullableServiceDisplay) IsSet() bool
- func (v NullableServiceDisplay) MarshalJSON() ([]byte, error)
- func (v *NullableServiceDisplay) Set(val *ServiceDisplay)
- func (v *NullableServiceDisplay) UnmarshalJSON(src []byte) error
- func (v *NullableServiceDisplay) Unset()
- type NullableServiceDisplayUnit
- func (v NullableServiceDisplayUnit) Get() *ServiceDisplayUnit
- func (v NullableServiceDisplayUnit) IsSet() bool
- func (v NullableServiceDisplayUnit) MarshalJSON() ([]byte, error)
- func (v *NullableServiceDisplayUnit) Set(val *ServiceDisplayUnit)
- func (v *NullableServiceDisplayUnit) UnmarshalJSON(src []byte) error
- func (v *NullableServiceDisplayUnit) Unset()
- type NullableStorageObject
- func (v NullableStorageObject) Get() *StorageObject
- func (v NullableStorageObject) IsSet() bool
- func (v NullableStorageObject) MarshalJSON() ([]byte, error)
- func (v *NullableStorageObject) Set(val *StorageObject)
- func (v *NullableStorageObject) UnmarshalJSON(src []byte) error
- func (v *NullableStorageObject) Unset()
- type NullableStorageProjectBucketUpload
- func (v NullableStorageProjectBucketUpload) Get() *StorageProjectBucketUpload
- func (v NullableStorageProjectBucketUpload) IsSet() bool
- func (v NullableStorageProjectBucketUpload) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectBucketUpload) Set(val *StorageProjectBucketUpload)
- func (v *NullableStorageProjectBucketUpload) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectBucketUpload) Unset()
- type NullableStorageProjectDiskCreate
- func (v NullableStorageProjectDiskCreate) Get() *StorageProjectDiskCreate
- func (v NullableStorageProjectDiskCreate) IsSet() bool
- func (v NullableStorageProjectDiskCreate) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectDiskCreate) Set(val *StorageProjectDiskCreate)
- func (v *NullableStorageProjectDiskCreate) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectDiskCreate) Unset()
- type NullableStorageProjectDiskResize
- func (v NullableStorageProjectDiskResize) Get() *StorageProjectDiskResize
- func (v NullableStorageProjectDiskResize) IsSet() bool
- func (v NullableStorageProjectDiskResize) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectDiskResize) Set(val *StorageProjectDiskResize)
- func (v *NullableStorageProjectDiskResize) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectDiskResize) Unset()
- type NullableStorageProjectDiskTransfer
- func (v NullableStorageProjectDiskTransfer) Get() *StorageProjectDiskTransfer
- func (v NullableStorageProjectDiskTransfer) IsSet() bool
- func (v NullableStorageProjectDiskTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectDiskTransfer) Set(val *StorageProjectDiskTransfer)
- func (v *NullableStorageProjectDiskTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectDiskTransfer) Unset()
- type NullableStorageProjectDiskUpdate
- func (v NullableStorageProjectDiskUpdate) Get() *StorageProjectDiskUpdate
- func (v NullableStorageProjectDiskUpdate) IsSet() bool
- func (v NullableStorageProjectDiskUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectDiskUpdate) Set(val *StorageProjectDiskUpdate)
- func (v *NullableStorageProjectDiskUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectDiskUpdate) Unset()
- type NullableStorageProjectImageCreate
- func (v NullableStorageProjectImageCreate) Get() *StorageProjectImageCreate
- func (v NullableStorageProjectImageCreate) IsSet() bool
- func (v NullableStorageProjectImageCreate) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectImageCreate) Set(val *StorageProjectImageCreate)
- func (v *NullableStorageProjectImageCreate) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectImageCreate) Unset()
- type NullableStorageProjectImageTransfer
- func (v NullableStorageProjectImageTransfer) Get() *StorageProjectImageTransfer
- func (v NullableStorageProjectImageTransfer) IsSet() bool
- func (v NullableStorageProjectImageTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectImageTransfer) Set(val *StorageProjectImageTransfer)
- func (v *NullableStorageProjectImageTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectImageTransfer) Unset()
- type NullableStorageProjectImageUpdate
- func (v NullableStorageProjectImageUpdate) Get() *StorageProjectImageUpdate
- func (v NullableStorageProjectImageUpdate) IsSet() bool
- func (v NullableStorageProjectImageUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectImageUpdate) Set(val *StorageProjectImageUpdate)
- func (v *NullableStorageProjectImageUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectImageUpdate) Unset()
- type NullableStorageProjectIsoCreate
- func (v NullableStorageProjectIsoCreate) Get() *StorageProjectIsoCreate
- func (v NullableStorageProjectIsoCreate) IsSet() bool
- func (v NullableStorageProjectIsoCreate) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectIsoCreate) Set(val *StorageProjectIsoCreate)
- func (v *NullableStorageProjectIsoCreate) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectIsoCreate) Unset()
- type NullableStorageProjectIsoDetach
- func (v NullableStorageProjectIsoDetach) Get() *StorageProjectIsoDetach
- func (v NullableStorageProjectIsoDetach) IsSet() bool
- func (v NullableStorageProjectIsoDetach) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectIsoDetach) Set(val *StorageProjectIsoDetach)
- func (v *NullableStorageProjectIsoDetach) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectIsoDetach) Unset()
- type NullableStorageProjectIsoTransfer
- func (v NullableStorageProjectIsoTransfer) Get() *StorageProjectIsoTransfer
- func (v NullableStorageProjectIsoTransfer) IsSet() bool
- func (v NullableStorageProjectIsoTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectIsoTransfer) Set(val *StorageProjectIsoTransfer)
- func (v *NullableStorageProjectIsoTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectIsoTransfer) Unset()
- type NullableStorageProjectIsoUpdate
- func (v NullableStorageProjectIsoUpdate) Get() *StorageProjectIsoUpdate
- func (v NullableStorageProjectIsoUpdate) IsSet() bool
- func (v NullableStorageProjectIsoUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectIsoUpdate) Set(val *StorageProjectIsoUpdate)
- func (v *NullableStorageProjectIsoUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectIsoUpdate) Unset()
- type NullableStorageProjectVaultCreate
- func (v NullableStorageProjectVaultCreate) Get() *StorageProjectVaultCreate
- func (v NullableStorageProjectVaultCreate) IsSet() bool
- func (v NullableStorageProjectVaultCreate) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectVaultCreate) Set(val *StorageProjectVaultCreate)
- func (v *NullableStorageProjectVaultCreate) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectVaultCreate) Unset()
- type NullableStorageProjectVaultCredentialPatch
- func (v NullableStorageProjectVaultCredentialPatch) Get() *StorageProjectVaultCredentialPatch
- func (v NullableStorageProjectVaultCredentialPatch) IsSet() bool
- func (v NullableStorageProjectVaultCredentialPatch) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectVaultCredentialPatch) Set(val *StorageProjectVaultCredentialPatch)
- func (v *NullableStorageProjectVaultCredentialPatch) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectVaultCredentialPatch) Unset()
- type NullableStorageProjectVaultDelete
- func (v NullableStorageProjectVaultDelete) Get() *StorageProjectVaultDelete
- func (v NullableStorageProjectVaultDelete) IsSet() bool
- func (v NullableStorageProjectVaultDelete) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectVaultDelete) Set(val *StorageProjectVaultDelete)
- func (v *NullableStorageProjectVaultDelete) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectVaultDelete) Unset()
- type NullableStorageProjectVaultResize
- func (v NullableStorageProjectVaultResize) Get() *StorageProjectVaultResize
- func (v NullableStorageProjectVaultResize) IsSet() bool
- func (v NullableStorageProjectVaultResize) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectVaultResize) Set(val *StorageProjectVaultResize)
- func (v *NullableStorageProjectVaultResize) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectVaultResize) Unset()
- type NullableStorageProjectVaultSnapshotCreate
- func (v NullableStorageProjectVaultSnapshotCreate) Get() *StorageProjectVaultSnapshotCreate
- func (v NullableStorageProjectVaultSnapshotCreate) IsSet() bool
- func (v NullableStorageProjectVaultSnapshotCreate) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectVaultSnapshotCreate) Set(val *StorageProjectVaultSnapshotCreate)
- func (v *NullableStorageProjectVaultSnapshotCreate) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectVaultSnapshotCreate) Unset()
- type NullableStorageProjectVaultUpdate
- func (v NullableStorageProjectVaultUpdate) Get() *StorageProjectVaultUpdate
- func (v NullableStorageProjectVaultUpdate) IsSet() bool
- func (v NullableStorageProjectVaultUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableStorageProjectVaultUpdate) Set(val *StorageProjectVaultUpdate)
- func (v *NullableStorageProjectVaultUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableStorageProjectVaultUpdate) Unset()
- type NullableStorageS3credential
- func (v NullableStorageS3credential) Get() *StorageS3credential
- func (v NullableStorageS3credential) IsSet() bool
- func (v NullableStorageS3credential) MarshalJSON() ([]byte, error)
- func (v *NullableStorageS3credential) Set(val *StorageS3credential)
- func (v *NullableStorageS3credential) UnmarshalJSON(src []byte) error
- func (v *NullableStorageS3credential) Unset()
- type NullableStorageSnapshot
- func (v NullableStorageSnapshot) Get() *StorageSnapshot
- func (v NullableStorageSnapshot) IsSet() bool
- func (v NullableStorageSnapshot) MarshalJSON() ([]byte, error)
- func (v *NullableStorageSnapshot) Set(val *StorageSnapshot)
- func (v *NullableStorageSnapshot) UnmarshalJSON(src []byte) error
- func (v *NullableStorageSnapshot) Unset()
- type NullableString
- type NullableSupportMessage
- func (v NullableSupportMessage) Get() *SupportMessage
- func (v NullableSupportMessage) IsSet() bool
- func (v NullableSupportMessage) MarshalJSON() ([]byte, error)
- func (v *NullableSupportMessage) Set(val *SupportMessage)
- func (v *NullableSupportMessage) UnmarshalJSON(src []byte) error
- func (v *NullableSupportMessage) Unset()
- type NullableSupportProjectTicketCreate
- func (v NullableSupportProjectTicketCreate) Get() *SupportProjectTicketCreate
- func (v NullableSupportProjectTicketCreate) IsSet() bool
- func (v NullableSupportProjectTicketCreate) MarshalJSON() ([]byte, error)
- func (v *NullableSupportProjectTicketCreate) Set(val *SupportProjectTicketCreate)
- func (v *NullableSupportProjectTicketCreate) UnmarshalJSON(src []byte) error
- func (v *NullableSupportProjectTicketCreate) Unset()
- type NullableTag
- type NullableTicket
- type NullableTime
- type NullableTransfer
- type NullableUser
- type NullableUserCredential
- func (v NullableUserCredential) Get() *UserCredential
- func (v NullableUserCredential) IsSet() bool
- func (v NullableUserCredential) MarshalJSON() ([]byte, error)
- func (v *NullableUserCredential) Set(val *UserCredential)
- func (v *NullableUserCredential) UnmarshalJSON(src []byte) error
- func (v *NullableUserCredential) Unset()
- type NullableUserLimit
- type NullableUserLimitOrganisation
- func (v NullableUserLimitOrganisation) Get() *UserLimitOrganisation
- func (v NullableUserLimitOrganisation) IsSet() bool
- func (v NullableUserLimitOrganisation) MarshalJSON() ([]byte, error)
- func (v *NullableUserLimitOrganisation) Set(val *UserLimitOrganisation)
- func (v *NullableUserLimitOrganisation) UnmarshalJSON(src []byte) error
- func (v *NullableUserLimitOrganisation) Unset()
- type NullableVault
- type NullableVaultCredential
- func (v NullableVaultCredential) Get() *VaultCredential
- func (v NullableVaultCredential) IsSet() bool
- func (v NullableVaultCredential) MarshalJSON() ([]byte, error)
- func (v *NullableVaultCredential) Set(val *VaultCredential)
- func (v *NullableVaultCredential) UnmarshalJSON(src []byte) error
- func (v *NullableVaultCredential) Unset()
- type NullableVm
- type NullableVmhost
- type NullableZone
- type NullableZoneSource
- type Organisation
- func (o *Organisation) GetBankAccount() string
- func (o *Organisation) GetBankAccountOk() (*string, bool)
- func (o *Organisation) GetBilling() OrganisationBilling
- func (o *Organisation) GetBillingOk() (*OrganisationBilling, bool)
- func (o *Organisation) GetCreatedBy() string
- func (o *Organisation) GetCreatedByOk() (*string, bool)
- func (o *Organisation) GetCreatedOn() time.Time
- func (o *Organisation) GetCreatedOnOk() (*time.Time, bool)
- func (o *Organisation) GetFlavour() string
- func (o *Organisation) GetFlavourOk() (*string, bool)
- func (o *Organisation) GetId() string
- func (o *Organisation) GetIdOk() (*string, bool)
- func (o *Organisation) GetModifiedBy() string
- func (o *Organisation) GetModifiedByOk() (*string, bool)
- func (o *Organisation) GetModifiedOn() time.Time
- func (o *Organisation) GetModifiedOnOk() (*time.Time, bool)
- func (o *Organisation) GetName() string
- func (o *Organisation) GetNameOk() (*string, bool)
- func (o *Organisation) GetState() string
- func (o *Organisation) GetStateOk() (*string, bool)
- func (o *Organisation) GetUri() string
- func (o *Organisation) GetUriOk() (*string, bool)
- func (o *Organisation) HasBankAccount() bool
- func (o *Organisation) HasBilling() bool
- func (o *Organisation) HasCreatedBy() bool
- func (o *Organisation) HasCreatedOn() bool
- func (o *Organisation) HasFlavour() bool
- func (o *Organisation) HasModifiedBy() bool
- func (o *Organisation) HasModifiedOn() bool
- func (o *Organisation) HasState() bool
- func (o *Organisation) HasUri() bool
- func (o Organisation) MarshalJSON() ([]byte, error)
- func (o *Organisation) SetBankAccount(v string)
- func (o *Organisation) SetBilling(v OrganisationBilling)
- func (o *Organisation) SetCreatedBy(v string)
- func (o *Organisation) SetCreatedOn(v time.Time)
- func (o *Organisation) SetFlavour(v string)
- func (o *Organisation) SetId(v string)
- func (o *Organisation) SetModifiedBy(v string)
- func (o *Organisation) SetModifiedOn(v time.Time)
- func (o *Organisation) SetName(v string)
- func (o *Organisation) SetState(v string)
- func (o *Organisation) SetUri(v string)
- type OrganisationBilling
- func (o *OrganisationBilling) GetAddress() InvoiceSellerAddress
- func (o *OrganisationBilling) GetAddressOk() (*InvoiceSellerAddress, bool)
- func (o *OrganisationBilling) GetCompany() string
- func (o *OrganisationBilling) GetCompanyOk() (*string, bool)
- func (o *OrganisationBilling) GetCurrency() string
- func (o *OrganisationBilling) GetCurrencyOk() (*string, bool)
- func (o *OrganisationBilling) GetEmail() string
- func (o *OrganisationBilling) GetEmailOk() (*string, bool)
- func (o *OrganisationBilling) GetNip() string
- func (o *OrganisationBilling) GetNipOk() (*string, bool)
- func (o *OrganisationBilling) HasAddress() bool
- func (o *OrganisationBilling) HasCompany() bool
- func (o *OrganisationBilling) HasCurrency() bool
- func (o *OrganisationBilling) HasEmail() bool
- func (o *OrganisationBilling) HasNip() bool
- func (o OrganisationBilling) MarshalJSON() ([]byte, error)
- func (o *OrganisationBilling) SetAddress(v InvoiceSellerAddress)
- func (o *OrganisationBilling) SetCompany(v string)
- func (o *OrganisationBilling) SetCurrency(v string)
- func (o *OrganisationBilling) SetEmail(v string)
- func (o *OrganisationBilling) SetNip(v string)
- type OrganisationBilling1
- func (o *OrganisationBilling1) GetAddress() BillingAddress1
- func (o *OrganisationBilling1) GetAddressOk() (*BillingAddress1, bool)
- func (o *OrganisationBilling1) GetCompany() string
- func (o *OrganisationBilling1) GetCompanyOk() (*string, bool)
- func (o *OrganisationBilling1) GetEmail() string
- func (o *OrganisationBilling1) GetEmailOk() (*string, bool)
- func (o *OrganisationBilling1) HasAddress() bool
- func (o *OrganisationBilling1) HasCompany() bool
- func (o *OrganisationBilling1) HasEmail() bool
- func (o OrganisationBilling1) MarshalJSON() ([]byte, error)
- func (o *OrganisationBilling1) SetAddress(v BillingAddress1)
- func (o *OrganisationBilling1) SetCompany(v string)
- func (o *OrganisationBilling1) SetEmail(v string)
- type Ownership
- type Payment
- func (o *Payment) GetAmount() float32
- func (o *Payment) GetAmountOk() (*float32, bool)
- func (o *Payment) GetChannel() string
- func (o *Payment) GetChannelOk() (*string, bool)
- func (o *Payment) GetCreatedBy() string
- func (o *Payment) GetCreatedByOk() (*string, bool)
- func (o *Payment) GetCreatedOn() time.Time
- func (o *Payment) GetCreatedOnOk() (*time.Time, bool)
- func (o *Payment) GetCredits() float32
- func (o *Payment) GetCreditsFree() float32
- func (o *Payment) GetCreditsFreeOk() (*float32, bool)
- func (o *Payment) GetCreditsOk() (*float32, bool)
- func (o *Payment) GetId() string
- func (o *Payment) GetIdOk() (*string, bool)
- func (o *Payment) GetModifiedBy() string
- func (o *Payment) GetModifiedByOk() (*string, bool)
- func (o *Payment) GetModifiedOn() time.Time
- func (o *Payment) GetModifiedOnOk() (*time.Time, bool)
- func (o *Payment) GetName() string
- func (o *Payment) GetNameOk() (*string, bool)
- func (o *Payment) GetProject() string
- func (o *Payment) GetProjectOk() (*string, bool)
- func (o *Payment) GetState() string
- func (o *Payment) GetStateOk() (*string, bool)
- func (o *Payment) GetUri() string
- func (o *Payment) GetUriOk() (*string, bool)
- func (o *Payment) HasAmount() bool
- func (o *Payment) HasChannel() bool
- func (o *Payment) HasCreatedBy() bool
- func (o *Payment) HasCreatedOn() bool
- func (o *Payment) HasCredits() bool
- func (o *Payment) HasCreditsFree() bool
- func (o *Payment) HasModifiedBy() bool
- func (o *Payment) HasModifiedOn() bool
- func (o *Payment) HasName() bool
- func (o *Payment) HasProject() bool
- func (o *Payment) HasState() bool
- func (o *Payment) HasUri() bool
- func (o Payment) MarshalJSON() ([]byte, error)
- func (o *Payment) SetAmount(v float32)
- func (o *Payment) SetChannel(v string)
- func (o *Payment) SetCreatedBy(v string)
- func (o *Payment) SetCreatedOn(v time.Time)
- func (o *Payment) SetCredits(v float32)
- func (o *Payment) SetCreditsFree(v float32)
- func (o *Payment) SetId(v string)
- func (o *Payment) SetModifiedBy(v string)
- func (o *Payment) SetModifiedOn(v time.Time)
- func (o *Payment) SetName(v string)
- func (o *Payment) SetProject(v string)
- func (o *Payment) SetState(v string)
- func (o *Payment) SetUri(v string)
- type Point
- func (o *Point) GetDimension() map[string]string
- func (o *Point) GetDimensionOk() (*map[string]string, bool)
- func (o *Point) GetValue() []PointValue
- func (o *Point) GetValueOk() ([]PointValue, bool)
- func (o *Point) HasDimension() bool
- func (o *Point) HasValue() bool
- func (o Point) MarshalJSON() ([]byte, error)
- func (o *Point) SetDimension(v map[string]string)
- func (o *Point) SetValue(v []PointValue)
- type PointValue
- func (o *PointValue) GetTime() time.Time
- func (o *PointValue) GetTimeOk() (*time.Time, bool)
- func (o *PointValue) GetValue() float32
- func (o *PointValue) GetValueOk() (*float32, bool)
- func (o PointValue) MarshalJSON() ([]byte, error)
- func (o *PointValue) SetTime(v time.Time)
- func (o *PointValue) SetValue(v float32)
- type Policy
- func (o *Policy) GetCreatedBy() string
- func (o *Policy) GetCreatedByOk() (*string, bool)
- func (o *Policy) GetCreatedOn() time.Time
- func (o *Policy) GetCreatedOnOk() (*time.Time, bool)
- func (o *Policy) GetFlavour() string
- func (o *Policy) GetFlavourOk() (*string, bool)
- func (o *Policy) GetId() string
- func (o *Policy) GetIdOk() (*string, bool)
- func (o *Policy) GetModifiedBy() string
- func (o *Policy) GetModifiedByOk() (*string, bool)
- func (o *Policy) GetModifiedOn() time.Time
- func (o *Policy) GetModifiedOnOk() (*time.Time, bool)
- func (o *Policy) GetName() string
- func (o *Policy) GetNameOk() (*string, bool)
- func (o *Policy) GetOrganisation() string
- func (o *Policy) GetOrganisationOk() (*string, bool)
- func (o *Policy) GetProject() string
- func (o *Policy) GetProjectOk() (*string, bool)
- func (o *Policy) GetResource() string
- func (o *Policy) GetResourceOk() (*string, bool)
- func (o *Policy) GetRole() string
- func (o *Policy) GetRoleOk() (*string, bool)
- func (o *Policy) GetState() string
- func (o *Policy) GetStateOk() (*string, bool)
- func (o *Policy) GetTag() []Tag
- func (o *Policy) GetTagOk() ([]Tag, bool)
- func (o *Policy) GetUri() string
- func (o *Policy) GetUriOk() (*string, bool)
- func (o *Policy) HasCreatedBy() bool
- func (o *Policy) HasCreatedOn() bool
- func (o *Policy) HasFlavour() bool
- func (o *Policy) HasModifiedBy() bool
- func (o *Policy) HasModifiedOn() bool
- func (o *Policy) HasOrganisation() bool
- func (o *Policy) HasProject() bool
- func (o *Policy) HasResource() bool
- func (o *Policy) HasRole() bool
- func (o *Policy) HasState() bool
- func (o *Policy) HasTag() bool
- func (o *Policy) HasUri() bool
- func (o Policy) MarshalJSON() ([]byte, error)
- func (o *Policy) SetCreatedBy(v string)
- func (o *Policy) SetCreatedOn(v time.Time)
- func (o *Policy) SetFlavour(v string)
- func (o *Policy) SetId(v string)
- func (o *Policy) SetModifiedBy(v string)
- func (o *Policy) SetModifiedOn(v time.Time)
- func (o *Policy) SetName(v string)
- func (o *Policy) SetOrganisation(v string)
- func (o *Policy) SetProject(v string)
- func (o *Policy) SetResource(v string)
- func (o *Policy) SetRole(v string)
- func (o *Policy) SetState(v string)
- func (o *Policy) SetTag(v []Tag)
- func (o *Policy) SetUri(v string)
- type Proforma
- func (o *Proforma) GetArray() ProformaArray
- func (o *Proforma) GetArrayOk() (*ProformaArray, bool)
- func (o *Proforma) GetBuyer() InvoiceBuyer
- func (o *Proforma) GetBuyerOk() (*InvoiceBuyer, bool)
- func (o *Proforma) GetId() string
- func (o *Proforma) GetIdOk() (*string, bool)
- func (o *Proforma) GetInvoiceNo() string
- func (o *Proforma) GetInvoiceNoOk() (*string, bool)
- func (o *Proforma) GetIssueDate() time.Time
- func (o *Proforma) GetIssueDateOk() (*time.Time, bool)
- func (o *Proforma) GetItems() []InvoiceItems
- func (o *Proforma) GetItemsOk() ([]InvoiceItems, bool)
- func (o *Proforma) GetProject() string
- func (o *Proforma) GetProjectOk() (*string, bool)
- func (o *Proforma) GetSeller() ProformaSeller
- func (o *Proforma) GetSellerOk() (*ProformaSeller, bool)
- func (o *Proforma) GetSummary() string
- func (o *Proforma) GetSummaryOk() (*string, bool)
- func (o *Proforma) GetUri() string
- func (o *Proforma) GetUriOk() (*string, bool)
- func (o *Proforma) HasArray() bool
- func (o *Proforma) HasBuyer() bool
- func (o *Proforma) HasId() bool
- func (o *Proforma) HasInvoiceNo() bool
- func (o *Proforma) HasIssueDate() bool
- func (o *Proforma) HasItems() bool
- func (o *Proforma) HasProject() bool
- func (o *Proforma) HasSeller() bool
- func (o *Proforma) HasSummary() bool
- func (o *Proforma) HasUri() bool
- func (o Proforma) MarshalJSON() ([]byte, error)
- func (o *Proforma) SetArray(v ProformaArray)
- func (o *Proforma) SetBuyer(v InvoiceBuyer)
- func (o *Proforma) SetId(v string)
- func (o *Proforma) SetInvoiceNo(v string)
- func (o *Proforma) SetIssueDate(v time.Time)
- func (o *Proforma) SetItems(v []InvoiceItems)
- func (o *Proforma) SetProject(v string)
- func (o *Proforma) SetSeller(v ProformaSeller)
- func (o *Proforma) SetSummary(v string)
- func (o *Proforma) SetUri(v string)
- type ProformaArray
- func (o *ProformaArray) GetId() string
- func (o *ProformaArray) GetIdOk() (*string, bool)
- func (o *ProformaArray) GetInvoiceNo() string
- func (o *ProformaArray) GetInvoiceNoOk() (*string, bool)
- func (o *ProformaArray) GetIssueDate() time.Time
- func (o *ProformaArray) GetIssueDateOk() (*time.Time, bool)
- func (o *ProformaArray) GetProject() string
- func (o *ProformaArray) GetProjectOk() (*string, bool)
- func (o *ProformaArray) GetSummary() string
- func (o *ProformaArray) GetSummaryOk() (*string, bool)
- func (o *ProformaArray) GetUri() string
- func (o *ProformaArray) GetUriOk() (*string, bool)
- func (o *ProformaArray) HasId() bool
- func (o *ProformaArray) HasInvoiceNo() bool
- func (o *ProformaArray) HasIssueDate() bool
- func (o *ProformaArray) HasProject() bool
- func (o *ProformaArray) HasSummary() bool
- func (o *ProformaArray) HasUri() bool
- func (o ProformaArray) MarshalJSON() ([]byte, error)
- func (o *ProformaArray) SetId(v string)
- func (o *ProformaArray) SetInvoiceNo(v string)
- func (o *ProformaArray) SetIssueDate(v time.Time)
- func (o *ProformaArray) SetProject(v string)
- func (o *ProformaArray) SetSummary(v string)
- func (o *ProformaArray) SetUri(v string)
- type ProformaSeller
- func (o *ProformaSeller) GetAddress() InvoiceSellerAddress
- func (o *ProformaSeller) GetAddressOk() (*InvoiceSellerAddress, bool)
- func (o *ProformaSeller) GetCompany() string
- func (o *ProformaSeller) GetCompanyOk() (*string, bool)
- func (o *ProformaSeller) GetIban() string
- func (o *ProformaSeller) GetIbanOk() (*string, bool)
- func (o *ProformaSeller) GetNip() string
- func (o *ProformaSeller) GetNipOk() (*string, bool)
- func (o *ProformaSeller) HasAddress() bool
- func (o ProformaSeller) MarshalJSON() ([]byte, error)
- func (o *ProformaSeller) SetAddress(v InvoiceSellerAddress)
- func (o *ProformaSeller) SetCompany(v string)
- func (o *ProformaSeller) SetIban(v string)
- func (o *ProformaSeller) SetNip(v string)
- type Project
- func (o *Project) GetBankAccount() string
- func (o *Project) GetBankAccountOk() (*string, bool)
- func (o *Project) GetBilling() ProjectBilling
- func (o *Project) GetBillingOk() (*ProjectBilling, bool)
- func (o *Project) GetCreatedBy() string
- func (o *Project) GetCreatedByOk() (*string, bool)
- func (o *Project) GetCreatedOn() time.Time
- func (o *Project) GetCreatedOnOk() (*time.Time, bool)
- func (o *Project) GetFlavour() string
- func (o *Project) GetFlavourOk() (*string, bool)
- func (o *Project) GetId() string
- func (o *Project) GetIdOk() (*string, bool)
- func (o *Project) GetModifiedBy() string
- func (o *Project) GetModifiedByOk() (*string, bool)
- func (o *Project) GetModifiedOn() time.Time
- func (o *Project) GetModifiedOnOk() (*time.Time, bool)
- func (o *Project) GetName() string
- func (o *Project) GetNameOk() (*string, bool)
- func (o *Project) GetOrganisation() string
- func (o *Project) GetOrganisationOk() (*string, bool)
- func (o *Project) GetState() string
- func (o *Project) GetStateOk() (*string, bool)
- func (o *Project) GetTag() []Tag
- func (o *Project) GetTagOk() ([]Tag, bool)
- func (o *Project) GetUri() string
- func (o *Project) GetUriOk() (*string, bool)
- func (o *Project) HasBankAccount() bool
- func (o *Project) HasBilling() bool
- func (o *Project) HasCreatedBy() bool
- func (o *Project) HasCreatedOn() bool
- func (o *Project) HasFlavour() bool
- func (o *Project) HasModifiedBy() bool
- func (o *Project) HasModifiedOn() bool
- func (o *Project) HasOrganisation() bool
- func (o *Project) HasState() bool
- func (o *Project) HasTag() bool
- func (o *Project) HasUri() bool
- func (o Project) MarshalJSON() ([]byte, error)
- func (o *Project) SetBankAccount(v string)
- func (o *Project) SetBilling(v ProjectBilling)
- func (o *Project) SetCreatedBy(v string)
- func (o *Project) SetCreatedOn(v time.Time)
- func (o *Project) SetFlavour(v string)
- func (o *Project) SetId(v string)
- func (o *Project) SetModifiedBy(v string)
- func (o *Project) SetModifiedOn(v time.Time)
- func (o *Project) SetName(v string)
- func (o *Project) SetOrganisation(v string)
- func (o *Project) SetState(v string)
- func (o *Project) SetTag(v []Tag)
- func (o *Project) SetUri(v string)
- type ProjectBilling
- func (o *ProjectBilling) GetCreditLimit() float32
- func (o *ProjectBilling) GetCreditLimitOk() (*float32, bool)
- func (o *ProjectBilling) GetCredits() float32
- func (o *ProjectBilling) GetCreditsBonus() float32
- func (o *ProjectBilling) GetCreditsBonusOk() (*float32, bool)
- func (o *ProjectBilling) GetCreditsOk() (*float32, bool)
- func (o *ProjectBilling) HasCreditLimit() bool
- func (o *ProjectBilling) HasCredits() bool
- func (o *ProjectBilling) HasCreditsBonus() bool
- func (o ProjectBilling) MarshalJSON() ([]byte, error)
- func (o *ProjectBilling) SetCreditLimit(v float32)
- func (o *ProjectBilling) SetCredits(v float32)
- func (o *ProjectBilling) SetCreditsBonus(v float32)
- type ProjectCredential
- func (o *ProjectCredential) GetCreatedBy() string
- func (o *ProjectCredential) GetCreatedByOk() (*string, bool)
- func (o *ProjectCredential) GetCreatedOn() time.Time
- func (o *ProjectCredential) GetCreatedOnOk() (*time.Time, bool)
- func (o *ProjectCredential) GetFingerprint() string
- func (o *ProjectCredential) GetFingerprintOk() (*string, bool)
- func (o *ProjectCredential) GetId() string
- func (o *ProjectCredential) GetIdOk() (*string, bool)
- func (o *ProjectCredential) GetName() string
- func (o *ProjectCredential) GetNameOk() (*string, bool)
- func (o *ProjectCredential) GetToken() string
- func (o *ProjectCredential) GetTokenOk() (*string, bool)
- func (o *ProjectCredential) GetType() string
- func (o *ProjectCredential) GetTypeOk() (*string, bool)
- func (o *ProjectCredential) GetValue() string
- func (o *ProjectCredential) GetValueOk() (*string, bool)
- func (o *ProjectCredential) HasCreatedBy() bool
- func (o *ProjectCredential) HasCreatedOn() bool
- func (o *ProjectCredential) HasFingerprint() bool
- func (o *ProjectCredential) HasId() bool
- func (o *ProjectCredential) HasToken() bool
- func (o ProjectCredential) MarshalJSON() ([]byte, error)
- func (o *ProjectCredential) SetCreatedBy(v string)
- func (o *ProjectCredential) SetCreatedOn(v time.Time)
- func (o *ProjectCredential) SetFingerprint(v string)
- func (o *ProjectCredential) SetId(v string)
- func (o *ProjectCredential) SetName(v string)
- func (o *ProjectCredential) SetToken(v string)
- func (o *ProjectCredential) SetType(v string)
- func (o *ProjectCredential) SetValue(v string)
- type ProjectFeature
- type ProjectThreshold
- func (o *ProjectThreshold) GetId() string
- func (o *ProjectThreshold) GetIdOk() (*string, bool)
- func (o *ProjectThreshold) GetName() string
- func (o *ProjectThreshold) GetNameOk() (*string, bool)
- func (o *ProjectThreshold) GetType() string
- func (o *ProjectThreshold) GetTypeOk() (*string, bool)
- func (o *ProjectThreshold) GetUri() string
- func (o *ProjectThreshold) GetUriOk() (*string, bool)
- func (o *ProjectThreshold) GetValue() float32
- func (o *ProjectThreshold) GetValueOk() (*float32, bool)
- func (o *ProjectThreshold) HasId() bool
- func (o *ProjectThreshold) HasName() bool
- func (o *ProjectThreshold) HasType() bool
- func (o *ProjectThreshold) HasUri() bool
- func (o *ProjectThreshold) HasValue() bool
- func (o ProjectThreshold) MarshalJSON() ([]byte, error)
- func (o *ProjectThreshold) SetId(v string)
- func (o *ProjectThreshold) SetName(v string)
- func (o *ProjectThreshold) SetType(v string)
- func (o *ProjectThreshold) SetUri(v string)
- func (o *ProjectThreshold) SetValue(v float32)
- type ProviderAgentResource
- func (o *ProviderAgentResource) GetCreatedOn() time.Time
- func (o *ProviderAgentResource) GetCreatedOnOk() (*time.Time, bool)
- func (o *ProviderAgentResource) GetId() string
- func (o *ProviderAgentResource) GetIdOk() (*string, bool)
- func (o *ProviderAgentResource) GetName() string
- func (o *ProviderAgentResource) GetNameOk() (*string, bool)
- func (o *ProviderAgentResource) GetProject() string
- func (o *ProviderAgentResource) GetProjectOk() (*string, bool)
- func (o *ProviderAgentResource) GetResource() string
- func (o *ProviderAgentResource) GetResourceOk() (*string, bool)
- func (o *ProviderAgentResource) GetState() string
- func (o *ProviderAgentResource) GetStateOk() (*string, bool)
- func (o *ProviderAgentResource) HasCreatedOn() bool
- func (o *ProviderAgentResource) HasName() bool
- func (o *ProviderAgentResource) HasProject() bool
- func (o *ProviderAgentResource) HasResource() bool
- func (o *ProviderAgentResource) HasState() bool
- func (o ProviderAgentResource) MarshalJSON() ([]byte, error)
- func (o *ProviderAgentResource) SetCreatedOn(v time.Time)
- func (o *ProviderAgentResource) SetId(v string)
- func (o *ProviderAgentResource) SetName(v string)
- func (o *ProviderAgentResource) SetProject(v string)
- func (o *ProviderAgentResource) SetResource(v string)
- func (o *ProviderAgentResource) SetState(v string)
- type ProviderAgentResourceEvent
- func (o *ProviderAgentResourceEvent) GetCreatedOn() time.Time
- func (o *ProviderAgentResourceEvent) GetCreatedOnOk() (*time.Time, bool)
- func (o *ProviderAgentResourceEvent) GetId() string
- func (o *ProviderAgentResourceEvent) GetIdOk() (*string, bool)
- func (o *ProviderAgentResourceEvent) GetName() string
- func (o *ProviderAgentResourceEvent) GetNameOk() (*string, bool)
- func (o *ProviderAgentResourceEvent) GetState() string
- func (o *ProviderAgentResourceEvent) GetStateOk() (*string, bool)
- func (o *ProviderAgentResourceEvent) HasCreatedOn() bool
- func (o *ProviderAgentResourceEvent) HasId() bool
- func (o *ProviderAgentResourceEvent) HasName() bool
- func (o *ProviderAgentResourceEvent) HasState() bool
- func (o ProviderAgentResourceEvent) MarshalJSON() ([]byte, error)
- func (o *ProviderAgentResourceEvent) SetCreatedOn(v time.Time)
- func (o *ProviderAgentResourceEvent) SetId(v string)
- func (o *ProviderAgentResourceEvent) SetName(v string)
- func (o *ProviderAgentResourceEvent) SetState(v string)
- type ProviderProjectAgentApiService
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCreate(ctx context.Context, projectId string, locationId string) ApiProviderProjectAgentCreateRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCreateExecute(r ApiProviderProjectAgentCreateRequest) (*Agent, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialCreate(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentCredentialCreateRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialCreateExecute(r ApiProviderProjectAgentCredentialCreateRequest) (*AgentCredential, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialDelete(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentCredentialDeleteRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialDeleteExecute(r ApiProviderProjectAgentCredentialDeleteRequest) (*Agent, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialGet(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentCredentialGetRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialGetExecute(r ApiProviderProjectAgentCredentialGetRequest) (*AgentCredential, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentCredentialListRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialListExecute(r ApiProviderProjectAgentCredentialListRequest) ([]AgentCredential, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialPatch(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentCredentialPatchRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialPatchExecute(r ApiProviderProjectAgentCredentialPatchRequest) (*AgentCredential, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentDelete(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentDeleteRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentDeleteExecute(r ApiProviderProjectAgentDeleteRequest) (*Agent, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceCreate(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentEnabledServiceCreateRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceCreateExecute(r ApiProviderProjectAgentEnabledServiceCreateRequest) (*EnabledService, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceDelete(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentEnabledServiceDeleteRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceDeleteExecute(r ApiProviderProjectAgentEnabledServiceDeleteRequest) (*Agent, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceGet(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentEnabledServiceGetRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceGetExecute(r ApiProviderProjectAgentEnabledServiceGetRequest) (*EnabledService, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentEnabledServiceListRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceListExecute(r ApiProviderProjectAgentEnabledServiceListRequest) ([]EnabledService, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEventGet(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentEventGetRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEventGetExecute(r ApiProviderProjectAgentEventGetRequest) (*Event, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEventList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentEventListRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentEventListExecute(r ApiProviderProjectAgentEventListRequest) ([]Event, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentGet(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentGetRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentGetExecute(r ApiProviderProjectAgentGetRequest) (*Agent, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentInspect(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentInspectRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentInspectExecute(r ApiProviderProjectAgentInspectRequest) (map[string]interface{}, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentList(ctx context.Context, projectId string, locationId string) ApiProviderProjectAgentListRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentListExecute(r ApiProviderProjectAgentListRequest) ([]Agent, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceEventList(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentResourceEventListRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceEventListExecute(r ApiProviderProjectAgentResourceEventListRequest) ([]ProviderAgentResourceEvent, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceGet(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentResourceGetRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceGetExecute(r ApiProviderProjectAgentResourceGetRequest) (*ProviderAgentResource, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceInspect(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentResourceInspectRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceInspectExecute(r ApiProviderProjectAgentResourceInspectRequest) (interface{}, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentResourceListRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceListExecute(r ApiProviderProjectAgentResourceListRequest) ([]ProviderAgentResource, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceRecreate(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentResourceRecreateRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceRecreateExecute(r ApiProviderProjectAgentResourceRecreateRequest) (*ProviderAgentResource, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentServiceGet(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentServiceGetRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentServiceGetExecute(r ApiProviderProjectAgentServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentServiceList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentServiceListRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentServiceListExecute(r ApiProviderProjectAgentServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentStart(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentStartRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentStartExecute(r ApiProviderProjectAgentStartRequest) (*Agent, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentSuspend(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentSuspendRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentSuspendExecute(r ApiProviderProjectAgentSuspendRequest) (*Agent, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagCreate(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentTagCreateRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagCreateExecute(r ApiProviderProjectAgentTagCreateRequest) (*Tag, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagDelete(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentTagDeleteRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagDeleteExecute(r ApiProviderProjectAgentTagDeleteRequest) (*http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagGet(ctx context.Context, projectId string, locationId string, agentId string, ...) ApiProviderProjectAgentTagGetRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagGetExecute(r ApiProviderProjectAgentTagGetRequest) (*Tag, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentTagListRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagListExecute(r ApiProviderProjectAgentTagListRequest) ([]Tag, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagPut(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentTagPutRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagPutExecute(r ApiProviderProjectAgentTagPutRequest) ([]Tag, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTransfer(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentTransferRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentTransferExecute(r ApiProviderProjectAgentTransferRequest) (*Agent, *http.Response, error)
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentUpdate(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentUpdateRequest
- func (a *ProviderProjectAgentApiService) ProviderProjectAgentUpdateExecute(r ApiProviderProjectAgentUpdateRequest) (*Agent, *http.Response, error)
- type ProviderProjectAgentCreate
- func (o *ProviderProjectAgentCreate) GetName() string
- func (o *ProviderProjectAgentCreate) GetNameOk() (*string, bool)
- func (o *ProviderProjectAgentCreate) GetService() string
- func (o *ProviderProjectAgentCreate) GetServiceOk() (*string, bool)
- func (o *ProviderProjectAgentCreate) GetTag() []Tag
- func (o *ProviderProjectAgentCreate) GetTagOk() ([]Tag, bool)
- func (o *ProviderProjectAgentCreate) HasTag() bool
- func (o ProviderProjectAgentCreate) MarshalJSON() ([]byte, error)
- func (o *ProviderProjectAgentCreate) SetName(v string)
- func (o *ProviderProjectAgentCreate) SetService(v string)
- func (o *ProviderProjectAgentCreate) SetTag(v []Tag)
- type ProviderProjectAgentCredentialPatch
- type ProviderProjectAgentTransfer
- type ProviderProjectAgentUpdate
- type Quota
- func (o *Quota) GetId() string
- func (o *Quota) GetIdOk() (*string, bool)
- func (o *Quota) GetLimit() QuotaLimit
- func (o *Quota) GetLimitOk() (*QuotaLimit, bool)
- func (o *Quota) GetMetric() QuotaMetric
- func (o *Quota) GetMetricOk() (*QuotaMetric, bool)
- func (o *Quota) GetName() string
- func (o *Quota) GetNameOk() (*string, bool)
- func (o *Quota) GetUsage() float32
- func (o *Quota) GetUsageOk() (*float32, bool)
- func (o *Quota) HasId() bool
- func (o *Quota) HasLimit() bool
- func (o *Quota) HasMetric() bool
- func (o *Quota) HasName() bool
- func (o *Quota) HasUsage() bool
- func (o Quota) MarshalJSON() ([]byte, error)
- func (o *Quota) SetId(v string)
- func (o *Quota) SetLimit(v QuotaLimit)
- func (o *Quota) SetMetric(v QuotaMetric)
- func (o *Quota) SetName(v string)
- func (o *Quota) SetUsage(v float32)
- type QuotaLimit
- func (o *QuotaLimit) GetEffective() float32
- func (o *QuotaLimit) GetEffectiveOk() (*float32, bool)
- func (o *QuotaLimit) GetPlatform() float32
- func (o *QuotaLimit) GetPlatformOk() (*float32, bool)
- func (o *QuotaLimit) GetUser() float32
- func (o *QuotaLimit) GetUserOk() (*float32, bool)
- func (o *QuotaLimit) HasEffective() bool
- func (o *QuotaLimit) HasPlatform() bool
- func (o *QuotaLimit) HasUser() bool
- func (o QuotaLimit) MarshalJSON() ([]byte, error)
- func (o *QuotaLimit) SetEffective(v float32)
- func (o *QuotaLimit) SetPlatform(v float32)
- func (o *QuotaLimit) SetUser(v float32)
- type QuotaMetric
- func (o *QuotaMetric) GetKey() string
- func (o *QuotaMetric) GetKeyOk() (*string, bool)
- func (o *QuotaMetric) GetUnit() string
- func (o *QuotaMetric) GetUnitOk() (*string, bool)
- func (o *QuotaMetric) HasKey() bool
- func (o *QuotaMetric) HasUnit() bool
- func (o QuotaMetric) MarshalJSON() ([]byte, error)
- func (o *QuotaMetric) SetKey(v string)
- func (o *QuotaMetric) SetUnit(v string)
- type Reconciliation
- func (o *Reconciliation) GetId() string
- func (o *Reconciliation) GetIdOk() (*string, bool)
- func (o *Reconciliation) GetName() string
- func (o *Reconciliation) GetNameOk() (*string, bool)
- func (o *Reconciliation) GetProfile() string
- func (o *Reconciliation) GetProfileOk() (*string, bool)
- func (o *Reconciliation) HasId() bool
- func (o *Reconciliation) HasName() bool
- func (o *Reconciliation) HasProfile() bool
- func (o Reconciliation) MarshalJSON() ([]byte, error)
- func (o *Reconciliation) SetId(v string)
- func (o *Reconciliation) SetName(v string)
- func (o *Reconciliation) SetProfile(v string)
- type ReconciliationTarget
- func (o *ReconciliationTarget) GetCost() float32
- func (o *ReconciliationTarget) GetCostOk() (*float32, bool)
- func (o *ReconciliationTarget) GetId() string
- func (o *ReconciliationTarget) GetIdOk() (*string, bool)
- func (o *ReconciliationTarget) GetKind() string
- func (o *ReconciliationTarget) GetKindOk() (*string, bool)
- func (o *ReconciliationTarget) GetMeasurement() string
- func (o *ReconciliationTarget) GetMeasurementOk() (*string, bool)
- func (o *ReconciliationTarget) GetProfile() string
- func (o *ReconciliationTarget) GetProfileOk() (*string, bool)
- func (o *ReconciliationTarget) GetResource() []ReconciliationTargetResource
- func (o *ReconciliationTarget) GetResourceOk() ([]ReconciliationTargetResource, bool)
- func (o *ReconciliationTarget) GetUsage() float32
- func (o *ReconciliationTarget) GetUsageOk() (*float32, bool)
- func (o *ReconciliationTarget) HasCost() bool
- func (o *ReconciliationTarget) HasId() bool
- func (o *ReconciliationTarget) HasKind() bool
- func (o *ReconciliationTarget) HasMeasurement() bool
- func (o *ReconciliationTarget) HasProfile() bool
- func (o *ReconciliationTarget) HasResource() bool
- func (o *ReconciliationTarget) HasUsage() bool
- func (o ReconciliationTarget) MarshalJSON() ([]byte, error)
- func (o *ReconciliationTarget) SetCost(v float32)
- func (o *ReconciliationTarget) SetId(v string)
- func (o *ReconciliationTarget) SetKind(v string)
- func (o *ReconciliationTarget) SetMeasurement(v string)
- func (o *ReconciliationTarget) SetProfile(v string)
- func (o *ReconciliationTarget) SetResource(v []ReconciliationTargetResource)
- func (o *ReconciliationTarget) SetUsage(v float32)
- type ReconciliationTargetPlan
- func (o *ReconciliationTargetPlan) GetCost() float32
- func (o *ReconciliationTargetPlan) GetCostOk() (*float32, bool)
- func (o *ReconciliationTargetPlan) GetId() string
- func (o *ReconciliationTargetPlan) GetIdOk() (*string, bool)
- func (o *ReconciliationTargetPlan) GetUsage() float32
- func (o *ReconciliationTargetPlan) GetUsageOk() (*float32, bool)
- func (o *ReconciliationTargetPlan) HasCost() bool
- func (o *ReconciliationTargetPlan) HasId() bool
- func (o *ReconciliationTargetPlan) HasUsage() bool
- func (o ReconciliationTargetPlan) MarshalJSON() ([]byte, error)
- func (o *ReconciliationTargetPlan) SetCost(v float32)
- func (o *ReconciliationTargetPlan) SetId(v string)
- func (o *ReconciliationTargetPlan) SetUsage(v float32)
- type ReconciliationTargetResource
- func (o *ReconciliationTargetResource) GetId() string
- func (o *ReconciliationTargetResource) GetIdOk() (*string, bool)
- func (o *ReconciliationTargetResource) GetPlan() []ReconciliationTargetPlan
- func (o *ReconciliationTargetResource) GetPlanOk() ([]ReconciliationTargetPlan, bool)
- func (o *ReconciliationTargetResource) GetUsage() float32
- func (o *ReconciliationTargetResource) GetUsageOk() (*float32, bool)
- func (o *ReconciliationTargetResource) HasId() bool
- func (o *ReconciliationTargetResource) HasPlan() bool
- func (o *ReconciliationTargetResource) HasUsage() bool
- func (o ReconciliationTargetResource) MarshalJSON() ([]byte, error)
- func (o *ReconciliationTargetResource) SetId(v string)
- func (o *ReconciliationTargetResource) SetPlan(v []ReconciliationTargetPlan)
- func (o *ReconciliationTargetResource) SetUsage(v float32)
- type Registry
- func (o *Registry) GetCreatedBy() string
- func (o *Registry) GetCreatedByOk() (*string, bool)
- func (o *Registry) GetCreatedOn() time.Time
- func (o *Registry) GetCreatedOnOk() (*time.Time, bool)
- func (o *Registry) GetFlavour() string
- func (o *Registry) GetFlavourOk() (*string, bool)
- func (o *Registry) GetFqdn() string
- func (o *Registry) GetFqdnOk() (*string, bool)
- func (o *Registry) GetId() string
- func (o *Registry) GetIdOk() (*string, bool)
- func (o *Registry) GetModifiedBy() string
- func (o *Registry) GetModifiedByOk() (*string, bool)
- func (o *Registry) GetModifiedOn() time.Time
- func (o *Registry) GetModifiedOnOk() (*time.Time, bool)
- func (o *Registry) GetName() string
- func (o *Registry) GetNameOk() (*string, bool)
- func (o *Registry) GetProject() string
- func (o *Registry) GetProjectOk() (*string, bool)
- func (o *Registry) GetSizeUsed() float32
- func (o *Registry) GetSizeUsedOk() (*float32, bool)
- func (o *Registry) GetState() string
- func (o *Registry) GetStateOk() (*string, bool)
- func (o *Registry) GetTag() []Tag
- func (o *Registry) GetTagOk() ([]Tag, bool)
- func (o *Registry) GetUri() string
- func (o *Registry) GetUriOk() (*string, bool)
- func (o *Registry) HasCreatedBy() bool
- func (o *Registry) HasCreatedOn() bool
- func (o *Registry) HasFlavour() bool
- func (o *Registry) HasFqdn() bool
- func (o *Registry) HasModifiedBy() bool
- func (o *Registry) HasModifiedOn() bool
- func (o *Registry) HasProject() bool
- func (o *Registry) HasSizeUsed() bool
- func (o *Registry) HasState() bool
- func (o *Registry) HasTag() bool
- func (o *Registry) HasUri() bool
- func (o Registry) MarshalJSON() ([]byte, error)
- func (o *Registry) SetCreatedBy(v string)
- func (o *Registry) SetCreatedOn(v time.Time)
- func (o *Registry) SetFlavour(v string)
- func (o *Registry) SetFqdn(v string)
- func (o *Registry) SetId(v string)
- func (o *Registry) SetModifiedBy(v string)
- func (o *Registry) SetModifiedOn(v time.Time)
- func (o *Registry) SetName(v string)
- func (o *Registry) SetProject(v string)
- func (o *Registry) SetSizeUsed(v float32)
- func (o *Registry) SetState(v string)
- func (o *Registry) SetTag(v []Tag)
- func (o *Registry) SetUri(v string)
- type RegistryCredential
- func (o *RegistryCredential) GetCreatedBy() string
- func (o *RegistryCredential) GetCreatedByOk() (*string, bool)
- func (o *RegistryCredential) GetCreatedOn() time.Time
- func (o *RegistryCredential) GetCreatedOnOk() (*time.Time, bool)
- func (o *RegistryCredential) GetFingerprint() string
- func (o *RegistryCredential) GetFingerprintOk() (*string, bool)
- func (o *RegistryCredential) GetId() string
- func (o *RegistryCredential) GetIdOk() (*string, bool)
- func (o *RegistryCredential) GetName() string
- func (o *RegistryCredential) GetNameOk() (*string, bool)
- func (o *RegistryCredential) GetToken() string
- func (o *RegistryCredential) GetTokenOk() (*string, bool)
- func (o *RegistryCredential) GetType() string
- func (o *RegistryCredential) GetTypeOk() (*string, bool)
- func (o *RegistryCredential) GetValue() string
- func (o *RegistryCredential) GetValueOk() (*string, bool)
- func (o *RegistryCredential) HasCreatedBy() bool
- func (o *RegistryCredential) HasCreatedOn() bool
- func (o *RegistryCredential) HasFingerprint() bool
- func (o *RegistryCredential) HasId() bool
- func (o *RegistryCredential) HasToken() bool
- func (o RegistryCredential) MarshalJSON() ([]byte, error)
- func (o *RegistryCredential) SetCreatedBy(v string)
- func (o *RegistryCredential) SetCreatedOn(v time.Time)
- func (o *RegistryCredential) SetFingerprint(v string)
- func (o *RegistryCredential) SetId(v string)
- func (o *RegistryCredential) SetName(v string)
- func (o *RegistryCredential) SetToken(v string)
- func (o *RegistryCredential) SetType(v string)
- func (o *RegistryCredential) SetValue(v string)
- type Replica
- func (o *Replica) GetCreatedBy() string
- func (o *Replica) GetCreatedByOk() (*string, bool)
- func (o *Replica) GetCreatedOn() time.Time
- func (o *Replica) GetCreatedOnOk() (*time.Time, bool)
- func (o *Replica) GetFlavour() string
- func (o *Replica) GetFlavourOk() (*string, bool)
- func (o *Replica) GetId() string
- func (o *Replica) GetIdOk() (*string, bool)
- func (o *Replica) GetModifiedBy() string
- func (o *Replica) GetModifiedByOk() (*string, bool)
- func (o *Replica) GetModifiedOn() time.Time
- func (o *Replica) GetModifiedOnOk() (*time.Time, bool)
- func (o *Replica) GetName() string
- func (o *Replica) GetNameOk() (*string, bool)
- func (o *Replica) GetProject() string
- func (o *Replica) GetProjectOk() (*string, bool)
- func (o *Replica) GetState() string
- func (o *Replica) GetStateOk() (*string, bool)
- func (o *Replica) GetTag() []Tag
- func (o *Replica) GetTagOk() ([]Tag, bool)
- func (o *Replica) GetUri() string
- func (o *Replica) GetUriOk() (*string, bool)
- func (o *Replica) HasCreatedBy() bool
- func (o *Replica) HasCreatedOn() bool
- func (o *Replica) HasFlavour() bool
- func (o *Replica) HasModifiedBy() bool
- func (o *Replica) HasModifiedOn() bool
- func (o *Replica) HasProject() bool
- func (o *Replica) HasState() bool
- func (o *Replica) HasTag() bool
- func (o *Replica) HasUri() bool
- func (o Replica) MarshalJSON() ([]byte, error)
- func (o *Replica) SetCreatedBy(v string)
- func (o *Replica) SetCreatedOn(v time.Time)
- func (o *Replica) SetFlavour(v string)
- func (o *Replica) SetId(v string)
- func (o *Replica) SetModifiedBy(v string)
- func (o *Replica) SetModifiedOn(v time.Time)
- func (o *Replica) SetName(v string)
- func (o *Replica) SetProject(v string)
- func (o *Replica) SetState(v string)
- func (o *Replica) SetTag(v []Tag)
- func (o *Replica) SetUri(v string)
- type Resource
- func (o *Resource) GetId() string
- func (o *Resource) GetIdOk() (*string, bool)
- func (o *Resource) GetKind() string
- func (o *Resource) GetKindOk() (*string, bool)
- func (o *Resource) GetName() string
- func (o *Resource) GetNameOk() (*string, bool)
- func (o *Resource) GetOrganisation() string
- func (o *Resource) GetOrganisationOk() (*string, bool)
- func (o *Resource) GetProject() string
- func (o *Resource) GetProjectOk() (*string, bool)
- func (o *Resource) GetUri() string
- func (o *Resource) GetUriOk() (*string, bool)
- func (o *Resource) HasId() bool
- func (o *Resource) HasKind() bool
- func (o *Resource) HasName() bool
- func (o *Resource) HasOrganisation() bool
- func (o *Resource) HasProject() bool
- func (o *Resource) HasUri() bool
- func (o Resource) MarshalJSON() ([]byte, error)
- func (o *Resource) SetId(v string)
- func (o *Resource) SetKind(v string)
- func (o *Resource) SetName(v string)
- func (o *Resource) SetOrganisation(v string)
- func (o *Resource) SetProject(v string)
- func (o *Resource) SetUri(v string)
- type ResourceConnect
- func (o *ResourceConnect) GetExample() string
- func (o *ResourceConnect) GetExampleOk() (*string, bool)
- func (o *ResourceConnect) GetHost() string
- func (o *ResourceConnect) GetHostOk() (*string, bool)
- func (o *ResourceConnect) GetId() string
- func (o *ResourceConnect) GetIdOk() (*string, bool)
- func (o *ResourceConnect) GetName() string
- func (o *ResourceConnect) GetNameOk() (*string, bool)
- func (o *ResourceConnect) GetType() string
- func (o *ResourceConnect) GetTypeOk() (*string, bool)
- func (o *ResourceConnect) GetUsername() string
- func (o *ResourceConnect) GetUsernameOk() (*string, bool)
- func (o *ResourceConnect) HasExample() bool
- func (o *ResourceConnect) HasHost() bool
- func (o *ResourceConnect) HasId() bool
- func (o *ResourceConnect) HasName() bool
- func (o *ResourceConnect) HasType() bool
- func (o *ResourceConnect) HasUsername() bool
- func (o ResourceConnect) MarshalJSON() ([]byte, error)
- func (o *ResourceConnect) SetExample(v string)
- func (o *ResourceConnect) SetHost(v string)
- func (o *ResourceConnect) SetId(v string)
- func (o *ResourceConnect) SetName(v string)
- func (o *ResourceConnect) SetType(v string)
- func (o *ResourceConnect) SetUsername(v string)
- type ResourceService
- func (o *ResourceService) GetBilling() string
- func (o *ResourceService) GetBillingOk() (*string, bool)
- func (o *ResourceService) GetData() map[string]string
- func (o *ResourceService) GetDataOk() (*map[string]string, bool)
- func (o *ResourceService) GetId() string
- func (o *ResourceService) GetIdOk() (*string, bool)
- func (o *ResourceService) GetName() string
- func (o *ResourceService) GetNameOk() (*string, bool)
- func (o *ResourceService) GetSourceService() string
- func (o *ResourceService) GetSourceServiceOk() (*string, bool)
- func (o *ResourceService) GetType() string
- func (o *ResourceService) GetTypeOk() (*string, bool)
- func (o *ResourceService) HasBilling() bool
- func (o *ResourceService) HasData() bool
- func (o *ResourceService) HasId() bool
- func (o *ResourceService) HasName() bool
- func (o *ResourceService) HasSourceService() bool
- func (o *ResourceService) HasType() bool
- func (o ResourceService) MarshalJSON() ([]byte, error)
- func (o *ResourceService) SetBilling(v string)
- func (o *ResourceService) SetData(v map[string]string)
- func (o *ResourceService) SetId(v string)
- func (o *ResourceService) SetName(v string)
- func (o *ResourceService) SetSourceService(v string)
- func (o *ResourceService) SetType(v string)
- type Role
- func (o *Role) GetCreatedBy() string
- func (o *Role) GetCreatedByOk() (*string, bool)
- func (o *Role) GetCreatedOn() time.Time
- func (o *Role) GetCreatedOnOk() (*time.Time, bool)
- func (o *Role) GetFlavour() string
- func (o *Role) GetFlavourOk() (*string, bool)
- func (o *Role) GetId() string
- func (o *Role) GetIdOk() (*string, bool)
- func (o *Role) GetModifiedBy() string
- func (o *Role) GetModifiedByOk() (*string, bool)
- func (o *Role) GetModifiedOn() time.Time
- func (o *Role) GetModifiedOnOk() (*time.Time, bool)
- func (o *Role) GetName() string
- func (o *Role) GetNameOk() (*string, bool)
- func (o *Role) GetOrganisation() string
- func (o *Role) GetOrganisationOk() (*string, bool)
- func (o *Role) GetProject() string
- func (o *Role) GetProjectOk() (*string, bool)
- func (o *Role) GetState() string
- func (o *Role) GetStateOk() (*string, bool)
- func (o *Role) GetTag() []Tag
- func (o *Role) GetTagOk() ([]Tag, bool)
- func (o *Role) GetUri() string
- func (o *Role) GetUriOk() (*string, bool)
- func (o *Role) HasCreatedBy() bool
- func (o *Role) HasCreatedOn() bool
- func (o *Role) HasFlavour() bool
- func (o *Role) HasModifiedBy() bool
- func (o *Role) HasModifiedOn() bool
- func (o *Role) HasOrganisation() bool
- func (o *Role) HasProject() bool
- func (o *Role) HasState() bool
- func (o *Role) HasTag() bool
- func (o *Role) HasUri() bool
- func (o Role) MarshalJSON() ([]byte, error)
- func (o *Role) SetCreatedBy(v string)
- func (o *Role) SetCreatedOn(v time.Time)
- func (o *Role) SetFlavour(v string)
- func (o *Role) SetId(v string)
- func (o *Role) SetModifiedBy(v string)
- func (o *Role) SetModifiedOn(v time.Time)
- func (o *Role) SetName(v string)
- func (o *Role) SetOrganisation(v string)
- func (o *Role) SetProject(v string)
- func (o *Role) SetState(v string)
- func (o *Role) SetTag(v []Tag)
- func (o *Role) SetUri(v string)
- type Sa
- func (o *Sa) GetCreatedBy() string
- func (o *Sa) GetCreatedByOk() (*string, bool)
- func (o *Sa) GetCreatedOn() time.Time
- func (o *Sa) GetCreatedOnOk() (*time.Time, bool)
- func (o *Sa) GetFlavour() string
- func (o *Sa) GetFlavourOk() (*string, bool)
- func (o *Sa) GetId() string
- func (o *Sa) GetIdOk() (*string, bool)
- func (o *Sa) GetModifiedBy() string
- func (o *Sa) GetModifiedByOk() (*string, bool)
- func (o *Sa) GetModifiedOn() time.Time
- func (o *Sa) GetModifiedOnOk() (*time.Time, bool)
- func (o *Sa) GetName() string
- func (o *Sa) GetNameOk() (*string, bool)
- func (o *Sa) GetProject() string
- func (o *Sa) GetProjectOk() (*string, bool)
- func (o *Sa) GetState() string
- func (o *Sa) GetStateOk() (*string, bool)
- func (o *Sa) GetTag() []Tag
- func (o *Sa) GetTagOk() ([]Tag, bool)
- func (o *Sa) GetUri() string
- func (o *Sa) GetUriOk() (*string, bool)
- func (o *Sa) HasCreatedBy() bool
- func (o *Sa) HasCreatedOn() bool
- func (o *Sa) HasFlavour() bool
- func (o *Sa) HasModifiedBy() bool
- func (o *Sa) HasModifiedOn() bool
- func (o *Sa) HasProject() bool
- func (o *Sa) HasState() bool
- func (o *Sa) HasTag() bool
- func (o *Sa) HasUri() bool
- func (o Sa) MarshalJSON() ([]byte, error)
- func (o *Sa) SetCreatedBy(v string)
- func (o *Sa) SetCreatedOn(v time.Time)
- func (o *Sa) SetFlavour(v string)
- func (o *Sa) SetId(v string)
- func (o *Sa) SetModifiedBy(v string)
- func (o *Sa) SetModifiedOn(v time.Time)
- func (o *Sa) SetName(v string)
- func (o *Sa) SetProject(v string)
- func (o *Sa) SetState(v string)
- func (o *Sa) SetTag(v []Tag)
- func (o *Sa) SetUri(v string)
- type SaCredential
- func (o *SaCredential) GetCreatedBy() string
- func (o *SaCredential) GetCreatedByOk() (*string, bool)
- func (o *SaCredential) GetCreatedOn() time.Time
- func (o *SaCredential) GetCreatedOnOk() (*time.Time, bool)
- func (o *SaCredential) GetFingerprint() string
- func (o *SaCredential) GetFingerprintOk() (*string, bool)
- func (o *SaCredential) GetId() string
- func (o *SaCredential) GetIdOk() (*string, bool)
- func (o *SaCredential) GetName() string
- func (o *SaCredential) GetNameOk() (*string, bool)
- func (o *SaCredential) GetToken() string
- func (o *SaCredential) GetTokenOk() (*string, bool)
- func (o *SaCredential) GetType() string
- func (o *SaCredential) GetTypeOk() (*string, bool)
- func (o *SaCredential) GetValue() string
- func (o *SaCredential) GetValueOk() (*string, bool)
- func (o *SaCredential) HasCreatedBy() bool
- func (o *SaCredential) HasCreatedOn() bool
- func (o *SaCredential) HasFingerprint() bool
- func (o *SaCredential) HasId() bool
- func (o *SaCredential) HasToken() bool
- func (o SaCredential) MarshalJSON() ([]byte, error)
- func (o *SaCredential) SetCreatedBy(v string)
- func (o *SaCredential) SetCreatedOn(v time.Time)
- func (o *SaCredential) SetFingerprint(v string)
- func (o *SaCredential) SetId(v string)
- func (o *SaCredential) SetName(v string)
- func (o *SaCredential) SetToken(v string)
- func (o *SaCredential) SetType(v string)
- func (o *SaCredential) SetValue(v string)
- type SearchResourceApiService
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Service
- func (o *Service) GetAvailableServices() []string
- func (o *Service) GetAvailableServicesOk() ([]string, bool)
- func (o *Service) GetBilling() ServiceBilling
- func (o *Service) GetBillingOk() (*ServiceBilling, bool)
- func (o *Service) GetData() map[string]string
- func (o *Service) GetDataOk() (*map[string]string, bool)
- func (o *Service) GetDisplay() ServiceDisplay
- func (o *Service) GetDisplayOk() (*ServiceDisplay, bool)
- func (o *Service) GetId() string
- func (o *Service) GetIdOk() (*string, bool)
- func (o *Service) GetName() string
- func (o *Service) GetNameOk() (*string, bool)
- func (o *Service) GetResource() string
- func (o *Service) GetResourceOk() (*string, bool)
- func (o *Service) GetType() string
- func (o *Service) GetTypeOk() (*string, bool)
- func (o *Service) GetUri() string
- func (o *Service) GetUriOk() (*string, bool)
- func (o *Service) HasAvailableServices() bool
- func (o *Service) HasBilling() bool
- func (o *Service) HasData() bool
- func (o *Service) HasDisplay() bool
- func (o *Service) HasName() bool
- func (o *Service) HasResource() bool
- func (o *Service) HasType() bool
- func (o *Service) HasUri() bool
- func (o Service) MarshalJSON() ([]byte, error)
- func (o *Service) SetAvailableServices(v []string)
- func (o *Service) SetBilling(v ServiceBilling)
- func (o *Service) SetData(v map[string]string)
- func (o *Service) SetDisplay(v ServiceDisplay)
- func (o *Service) SetId(v string)
- func (o *Service) SetName(v string)
- func (o *Service) SetResource(v string)
- func (o *Service) SetType(v string)
- func (o *Service) SetUri(v string)
- type ServiceBilling
- func (o *ServiceBilling) GetOneTime() bool
- func (o *ServiceBilling) GetOneTimeOk() (*bool, bool)
- func (o *ServiceBilling) GetPeriod() string
- func (o *ServiceBilling) GetPeriodOk() (*string, bool)
- func (o *ServiceBilling) GetPrice() ServiceBillingPrice
- func (o *ServiceBilling) GetPriceOk() (*ServiceBillingPrice, bool)
- func (o *ServiceBilling) GetQuantity() float32
- func (o *ServiceBilling) GetQuantityOk() (*float32, bool)
- func (o *ServiceBilling) GetReservations() ServiceBillingReservations
- func (o *ServiceBilling) GetReservationsOk() (*ServiceBillingReservations, bool)
- func (o *ServiceBilling) HasOneTime() bool
- func (o *ServiceBilling) HasPeriod() bool
- func (o *ServiceBilling) HasPrice() bool
- func (o *ServiceBilling) HasQuantity() bool
- func (o *ServiceBilling) HasReservations() bool
- func (o ServiceBilling) MarshalJSON() ([]byte, error)
- func (o *ServiceBilling) SetOneTime(v bool)
- func (o *ServiceBilling) SetPeriod(v string)
- func (o *ServiceBilling) SetPrice(v ServiceBillingPrice)
- func (o *ServiceBilling) SetQuantity(v float32)
- func (o *ServiceBilling) SetReservations(v ServiceBillingReservations)
- type ServiceBillingPrice
- func (o *ServiceBillingPrice) GetEUR() float32
- func (o *ServiceBillingPrice) GetEUROk() (*float32, bool)
- func (o *ServiceBillingPrice) GetGBP() float32
- func (o *ServiceBillingPrice) GetGBPOk() (*float32, bool)
- func (o *ServiceBillingPrice) GetPLN() float32
- func (o *ServiceBillingPrice) GetPLNOk() (*float32, bool)
- func (o *ServiceBillingPrice) GetUSD() float32
- func (o *ServiceBillingPrice) GetUSDOk() (*float32, bool)
- func (o *ServiceBillingPrice) HasEUR() bool
- func (o *ServiceBillingPrice) HasGBP() bool
- func (o *ServiceBillingPrice) HasPLN() bool
- func (o *ServiceBillingPrice) HasUSD() bool
- func (o ServiceBillingPrice) MarshalJSON() ([]byte, error)
- func (o *ServiceBillingPrice) SetEUR(v float32)
- func (o *ServiceBillingPrice) SetGBP(v float32)
- func (o *ServiceBillingPrice) SetPLN(v float32)
- func (o *ServiceBillingPrice) SetUSD(v float32)
- type ServiceBillingReservations
- func (o *ServiceBillingReservations) GetId() string
- func (o *ServiceBillingReservations) GetIdOk() (*string, bool)
- func (o *ServiceBillingReservations) GetPeriod() string
- func (o *ServiceBillingReservations) GetPeriodOk() (*string, bool)
- func (o *ServiceBillingReservations) GetPrice() ServiceBillingPrice
- func (o *ServiceBillingReservations) GetPriceOk() (*ServiceBillingPrice, bool)
- func (o *ServiceBillingReservations) GetResourcePrice() ServiceBillingPrice
- func (o *ServiceBillingReservations) GetResourcePriceOk() (*ServiceBillingPrice, bool)
- func (o *ServiceBillingReservations) HasId() bool
- func (o *ServiceBillingReservations) HasPeriod() bool
- func (o *ServiceBillingReservations) HasPrice() bool
- func (o *ServiceBillingReservations) HasResourcePrice() bool
- func (o ServiceBillingReservations) MarshalJSON() ([]byte, error)
- func (o *ServiceBillingReservations) SetId(v string)
- func (o *ServiceBillingReservations) SetPeriod(v string)
- func (o *ServiceBillingReservations) SetPrice(v ServiceBillingPrice)
- func (o *ServiceBillingReservations) SetResourcePrice(v ServiceBillingPrice)
- type ServiceDisplay
- type ServiceDisplayUnit
- func (o *ServiceDisplayUnit) GetBilling() string
- func (o *ServiceDisplayUnit) GetBillingOk() (*string, bool)
- func (o *ServiceDisplayUnit) GetUsage() string
- func (o *ServiceDisplayUnit) GetUsageOk() (*string, bool)
- func (o *ServiceDisplayUnit) HasBilling() bool
- func (o *ServiceDisplayUnit) HasUsage() bool
- func (o ServiceDisplayUnit) MarshalJSON() ([]byte, error)
- func (o *ServiceDisplayUnit) SetBilling(v string)
- func (o *ServiceDisplayUnit) SetUsage(v string)
- type StorageObject
- func (o *StorageObject) GetCreatedOn() time.Time
- func (o *StorageObject) GetCreatedOnOk() (*time.Time, bool)
- func (o *StorageObject) GetId() string
- func (o *StorageObject) GetIdOk() (*string, bool)
- func (o *StorageObject) GetName() string
- func (o *StorageObject) GetNameOk() (*string, bool)
- func (o *StorageObject) GetSize() float32
- func (o *StorageObject) GetSizeOk() (*float32, bool)
- func (o *StorageObject) HasCreatedOn() bool
- func (o *StorageObject) HasId() bool
- func (o *StorageObject) HasName() bool
- func (o *StorageObject) HasSize() bool
- func (o StorageObject) MarshalJSON() ([]byte, error)
- func (o *StorageObject) SetCreatedOn(v time.Time)
- func (o *StorageObject) SetId(v string)
- func (o *StorageObject) SetName(v string)
- func (o *StorageObject) SetSize(v float32)
- type StorageProjectBucketApiService
- func (a *StorageProjectBucketApiService) StorageProjectBucketGet(ctx context.Context, projectId string, locationId string, bucketId string) ApiStorageProjectBucketGetRequest
- func (a *StorageProjectBucketApiService) StorageProjectBucketGetExecute(r ApiStorageProjectBucketGetRequest) (*Bucket, *http.Response, error)
- func (a *StorageProjectBucketApiService) StorageProjectBucketList(ctx context.Context, projectId string, locationId string) ApiStorageProjectBucketListRequest
- func (a *StorageProjectBucketApiService) StorageProjectBucketListExecute(r ApiStorageProjectBucketListRequest) ([]Bucket, *http.Response, error)
- func (a *StorageProjectBucketApiService) StorageProjectBucketObjectDelete(ctx context.Context, projectId string, locationId string, bucketId string, ...) ApiStorageProjectBucketObjectDeleteRequest
- func (a *StorageProjectBucketApiService) StorageProjectBucketObjectDeleteExecute(r ApiStorageProjectBucketObjectDeleteRequest) (*http.Response, error)
- func (a *StorageProjectBucketApiService) StorageProjectBucketObjectDownload(ctx context.Context, projectId string, locationId string, bucketId string, ...) ApiStorageProjectBucketObjectDownloadRequest
- func (a *StorageProjectBucketApiService) StorageProjectBucketObjectDownloadExecute(r ApiStorageProjectBucketObjectDownloadRequest) (*http.Response, error)
- func (a *StorageProjectBucketApiService) StorageProjectBucketObjectGet(ctx context.Context, projectId string, locationId string, bucketId string, ...) ApiStorageProjectBucketObjectGetRequest
- func (a *StorageProjectBucketApiService) StorageProjectBucketObjectGetExecute(r ApiStorageProjectBucketObjectGetRequest) (*StorageObject, *http.Response, error)
- func (a *StorageProjectBucketApiService) StorageProjectBucketObjectList(ctx context.Context, projectId string, locationId string, bucketId string) ApiStorageProjectBucketObjectListRequest
- func (a *StorageProjectBucketApiService) StorageProjectBucketObjectListExecute(r ApiStorageProjectBucketObjectListRequest) ([]StorageObject, *http.Response, error)
- func (a *StorageProjectBucketApiService) StorageProjectBucketUpload(ctx context.Context, projectId string, locationId string, bucketId string) ApiStorageProjectBucketUploadRequest
- func (a *StorageProjectBucketApiService) StorageProjectBucketUploadExecute(r ApiStorageProjectBucketUploadRequest) (*Bucket, *http.Response, error)
- type StorageProjectBucketUpload
- type StorageProjectDiskApiService
- func (a *StorageProjectDiskApiService) StorageProjectDiskCreate(ctx context.Context, projectId string, locationId string) ApiStorageProjectDiskCreateRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskCreateExecute(r ApiStorageProjectDiskCreateRequest) (*Disk, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskDelete(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskDeleteRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskDeleteExecute(r ApiStorageProjectDiskDeleteRequest) (*Disk, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskDetach(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskDetachRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskDetachExecute(r ApiStorageProjectDiskDetachRequest) (*Disk, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskDownload(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskDownloadRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskDownloadExecute(r ApiStorageProjectDiskDownloadRequest) (*http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskEventGet(ctx context.Context, projectId string, locationId string, diskId string, ...) ApiStorageProjectDiskEventGetRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskEventGetExecute(r ApiStorageProjectDiskEventGetRequest) (*Event, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskEventList(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskEventListRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskEventListExecute(r ApiStorageProjectDiskEventListRequest) ([]Event, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskGet(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskGetRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskGetExecute(r ApiStorageProjectDiskGetRequest) (*Disk, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskList(ctx context.Context, projectId string, locationId string) ApiStorageProjectDiskListRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskListExecute(r ApiStorageProjectDiskListRequest) ([]Disk, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskMetricGet(ctx context.Context, projectId string, locationId string, diskId string, ...) ApiStorageProjectDiskMetricGetRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskMetricGetExecute(r ApiStorageProjectDiskMetricGetRequest) (*Metric, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskMetricList(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskMetricListRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskMetricListExecute(r ApiStorageProjectDiskMetricListRequest) ([]Metric, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskMetricSeriesList(ctx context.Context, projectId string, locationId string, diskId string, ...) ApiStorageProjectDiskMetricSeriesListRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskMetricSeriesListExecute(r ApiStorageProjectDiskMetricSeriesListRequest) ([]Point, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskResize(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskResizeRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskResizeExecute(r ApiStorageProjectDiskResizeRequest) (*Disk, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskServiceGet(ctx context.Context, projectId string, locationId string, diskId string, ...) ApiStorageProjectDiskServiceGetRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskServiceGetExecute(r ApiStorageProjectDiskServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskServiceList(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskServiceListRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskServiceListExecute(r ApiStorageProjectDiskServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskTagCreate(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskTagCreateRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskTagCreateExecute(r ApiStorageProjectDiskTagCreateRequest) (*Tag, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskTagDelete(ctx context.Context, projectId string, locationId string, diskId string, ...) ApiStorageProjectDiskTagDeleteRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskTagDeleteExecute(r ApiStorageProjectDiskTagDeleteRequest) (*http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskTagGet(ctx context.Context, projectId string, locationId string, diskId string, ...) ApiStorageProjectDiskTagGetRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskTagGetExecute(r ApiStorageProjectDiskTagGetRequest) (*Tag, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskTagList(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskTagListRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskTagListExecute(r ApiStorageProjectDiskTagListRequest) ([]Tag, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskTagPut(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskTagPutRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskTagPutExecute(r ApiStorageProjectDiskTagPutRequest) ([]Tag, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskTransfer(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskTransferRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskTransferExecute(r ApiStorageProjectDiskTransferRequest) (*Disk, *http.Response, error)
- func (a *StorageProjectDiskApiService) StorageProjectDiskUpdate(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskUpdateRequest
- func (a *StorageProjectDiskApiService) StorageProjectDiskUpdateExecute(r ApiStorageProjectDiskUpdateRequest) (*Disk, *http.Response, error)
- type StorageProjectDiskCreate
- func (o *StorageProjectDiskCreate) GetName() string
- func (o *StorageProjectDiskCreate) GetNameOk() (*string, bool)
- func (o *StorageProjectDiskCreate) GetService() string
- func (o *StorageProjectDiskCreate) GetServiceOk() (*string, bool)
- func (o *StorageProjectDiskCreate) GetSize() float32
- func (o *StorageProjectDiskCreate) GetSizeOk() (*float32, bool)
- func (o *StorageProjectDiskCreate) GetSource() string
- func (o *StorageProjectDiskCreate) GetSourceOk() (*string, bool)
- func (o *StorageProjectDiskCreate) GetTag() []Tag
- func (o *StorageProjectDiskCreate) GetTagOk() ([]Tag, bool)
- func (o *StorageProjectDiskCreate) GetVm() string
- func (o *StorageProjectDiskCreate) GetVmOk() (*string, bool)
- func (o *StorageProjectDiskCreate) HasSource() bool
- func (o *StorageProjectDiskCreate) HasTag() bool
- func (o *StorageProjectDiskCreate) HasVm() bool
- func (o StorageProjectDiskCreate) MarshalJSON() ([]byte, error)
- func (o *StorageProjectDiskCreate) SetName(v string)
- func (o *StorageProjectDiskCreate) SetService(v string)
- func (o *StorageProjectDiskCreate) SetSize(v float32)
- func (o *StorageProjectDiskCreate) SetSource(v string)
- func (o *StorageProjectDiskCreate) SetTag(v []Tag)
- func (o *StorageProjectDiskCreate) SetVm(v string)
- type StorageProjectDiskResize
- type StorageProjectDiskTransfer
- type StorageProjectDiskUpdate
- type StorageProjectImageApiService
- func (a *StorageProjectImageApiService) StorageProjectImageCreate(ctx context.Context, projectId string, locationId string) ApiStorageProjectImageCreateRequest
- func (a *StorageProjectImageApiService) StorageProjectImageCreateExecute(r ApiStorageProjectImageCreateRequest) (*Image, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageDelete(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageDeleteRequest
- func (a *StorageProjectImageApiService) StorageProjectImageDeleteExecute(r ApiStorageProjectImageDeleteRequest) (*Image, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageEventGet(ctx context.Context, projectId string, locationId string, imageId string, ...) ApiStorageProjectImageEventGetRequest
- func (a *StorageProjectImageApiService) StorageProjectImageEventGetExecute(r ApiStorageProjectImageEventGetRequest) (*Event, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageEventList(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageEventListRequest
- func (a *StorageProjectImageApiService) StorageProjectImageEventListExecute(r ApiStorageProjectImageEventListRequest) ([]Event, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageGet(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageGetRequest
- func (a *StorageProjectImageApiService) StorageProjectImageGetExecute(r ApiStorageProjectImageGetRequest) (*Image, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageList(ctx context.Context, projectId string, locationId string) ApiStorageProjectImageListRequest
- func (a *StorageProjectImageApiService) StorageProjectImageListExecute(r ApiStorageProjectImageListRequest) ([]Image, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageServiceGet(ctx context.Context, projectId string, locationId string, imageId string, ...) ApiStorageProjectImageServiceGetRequest
- func (a *StorageProjectImageApiService) StorageProjectImageServiceGetExecute(r ApiStorageProjectImageServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageServiceList(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageServiceListRequest
- func (a *StorageProjectImageApiService) StorageProjectImageServiceListExecute(r ApiStorageProjectImageServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageTagCreate(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageTagCreateRequest
- func (a *StorageProjectImageApiService) StorageProjectImageTagCreateExecute(r ApiStorageProjectImageTagCreateRequest) (*Tag, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageTagDelete(ctx context.Context, projectId string, locationId string, imageId string, ...) ApiStorageProjectImageTagDeleteRequest
- func (a *StorageProjectImageApiService) StorageProjectImageTagDeleteExecute(r ApiStorageProjectImageTagDeleteRequest) (*http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageTagGet(ctx context.Context, projectId string, locationId string, imageId string, ...) ApiStorageProjectImageTagGetRequest
- func (a *StorageProjectImageApiService) StorageProjectImageTagGetExecute(r ApiStorageProjectImageTagGetRequest) (*Tag, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageTagList(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageTagListRequest
- func (a *StorageProjectImageApiService) StorageProjectImageTagListExecute(r ApiStorageProjectImageTagListRequest) ([]Tag, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageTagPut(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageTagPutRequest
- func (a *StorageProjectImageApiService) StorageProjectImageTagPutExecute(r ApiStorageProjectImageTagPutRequest) ([]Tag, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageTransfer(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageTransferRequest
- func (a *StorageProjectImageApiService) StorageProjectImageTransferExecute(r ApiStorageProjectImageTransferRequest) (*Image, *http.Response, error)
- func (a *StorageProjectImageApiService) StorageProjectImageUpdate(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageUpdateRequest
- func (a *StorageProjectImageApiService) StorageProjectImageUpdateExecute(r ApiStorageProjectImageUpdateRequest) (*Image, *http.Response, error)
- type StorageProjectImageCreate
- func (o *StorageProjectImageCreate) GetDescription() string
- func (o *StorageProjectImageCreate) GetDescriptionOk() (*string, bool)
- func (o *StorageProjectImageCreate) GetName() string
- func (o *StorageProjectImageCreate) GetNameOk() (*string, bool)
- func (o *StorageProjectImageCreate) GetReplica() string
- func (o *StorageProjectImageCreate) GetReplicaOk() (*string, bool)
- func (o *StorageProjectImageCreate) GetService() string
- func (o *StorageProjectImageCreate) GetServiceOk() (*string, bool)
- func (o *StorageProjectImageCreate) GetTag() []Tag
- func (o *StorageProjectImageCreate) GetTagOk() ([]Tag, bool)
- func (o *StorageProjectImageCreate) GetVm() string
- func (o *StorageProjectImageCreate) GetVmOk() (*string, bool)
- func (o *StorageProjectImageCreate) HasDescription() bool
- func (o *StorageProjectImageCreate) HasReplica() bool
- func (o *StorageProjectImageCreate) HasService() bool
- func (o *StorageProjectImageCreate) HasTag() bool
- func (o *StorageProjectImageCreate) HasVm() bool
- func (o StorageProjectImageCreate) MarshalJSON() ([]byte, error)
- func (o *StorageProjectImageCreate) SetDescription(v string)
- func (o *StorageProjectImageCreate) SetName(v string)
- func (o *StorageProjectImageCreate) SetReplica(v string)
- func (o *StorageProjectImageCreate) SetService(v string)
- func (o *StorageProjectImageCreate) SetTag(v []Tag)
- func (o *StorageProjectImageCreate) SetVm(v string)
- type StorageProjectImageTransfer
- type StorageProjectImageUpdate
- func (o *StorageProjectImageUpdate) GetDescription() string
- func (o *StorageProjectImageUpdate) GetDescriptionOk() (*string, bool)
- func (o *StorageProjectImageUpdate) GetName() string
- func (o *StorageProjectImageUpdate) GetNameOk() (*string, bool)
- func (o *StorageProjectImageUpdate) HasDescription() bool
- func (o *StorageProjectImageUpdate) HasName() bool
- func (o StorageProjectImageUpdate) MarshalJSON() ([]byte, error)
- func (o *StorageProjectImageUpdate) SetDescription(v string)
- func (o *StorageProjectImageUpdate) SetName(v string)
- type StorageProjectIsoApiService
- func (a *StorageProjectIsoApiService) StorageProjectIsoCreate(ctx context.Context, projectId string, locationId string) ApiStorageProjectIsoCreateRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoCreateExecute(r ApiStorageProjectIsoCreateRequest) (*Iso, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoDelete(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoDeleteRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoDeleteExecute(r ApiStorageProjectIsoDeleteRequest) (*Iso, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoDetach(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoDetachRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoDetachExecute(r ApiStorageProjectIsoDetachRequest) (*Iso, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoEventGet(ctx context.Context, projectId string, locationId string, isoId string, ...) ApiStorageProjectIsoEventGetRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoEventGetExecute(r ApiStorageProjectIsoEventGetRequest) (*Event, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoEventList(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoEventListRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoEventListExecute(r ApiStorageProjectIsoEventListRequest) ([]Event, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoGet(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoGetRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoGetExecute(r ApiStorageProjectIsoGetRequest) (*Iso, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoList(ctx context.Context, projectId string, locationId string) ApiStorageProjectIsoListRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoListExecute(r ApiStorageProjectIsoListRequest) ([]Iso, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoServiceGet(ctx context.Context, projectId string, locationId string, isoId string, ...) ApiStorageProjectIsoServiceGetRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoServiceGetExecute(r ApiStorageProjectIsoServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoServiceList(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoServiceListRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoServiceListExecute(r ApiStorageProjectIsoServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoTagCreate(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoTagCreateRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoTagCreateExecute(r ApiStorageProjectIsoTagCreateRequest) (*Tag, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoTagDelete(ctx context.Context, projectId string, locationId string, isoId string, ...) ApiStorageProjectIsoTagDeleteRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoTagDeleteExecute(r ApiStorageProjectIsoTagDeleteRequest) (*http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoTagGet(ctx context.Context, projectId string, locationId string, isoId string, ...) ApiStorageProjectIsoTagGetRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoTagGetExecute(r ApiStorageProjectIsoTagGetRequest) (*Tag, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoTagList(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoTagListRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoTagListExecute(r ApiStorageProjectIsoTagListRequest) ([]Tag, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoTagPut(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoTagPutRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoTagPutExecute(r ApiStorageProjectIsoTagPutRequest) ([]Tag, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoTransfer(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoTransferRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoTransferExecute(r ApiStorageProjectIsoTransferRequest) (*Iso, *http.Response, error)
- func (a *StorageProjectIsoApiService) StorageProjectIsoUpdate(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoUpdateRequest
- func (a *StorageProjectIsoApiService) StorageProjectIsoUpdateExecute(r ApiStorageProjectIsoUpdateRequest) (*Iso, *http.Response, error)
- type StorageProjectIsoCreate
- func (o *StorageProjectIsoCreate) GetName() string
- func (o *StorageProjectIsoCreate) GetNameOk() (*string, bool)
- func (o *StorageProjectIsoCreate) GetSource() string
- func (o *StorageProjectIsoCreate) GetSourceOk() (*string, bool)
- func (o *StorageProjectIsoCreate) GetTag() []Tag
- func (o *StorageProjectIsoCreate) GetTagOk() ([]Tag, bool)
- func (o *StorageProjectIsoCreate) HasTag() bool
- func (o StorageProjectIsoCreate) MarshalJSON() ([]byte, error)
- func (o *StorageProjectIsoCreate) SetName(v string)
- func (o *StorageProjectIsoCreate) SetSource(v string)
- func (o *StorageProjectIsoCreate) SetTag(v []Tag)
- type StorageProjectIsoDetach
- type StorageProjectIsoTransfer
- type StorageProjectIsoUpdate
- type StorageProjectVaultApiService
- func (a *StorageProjectVaultApiService) StorageProjectVaultConnectGet(ctx context.Context, projectId string, locationId string, vaultId string, ...) ApiStorageProjectVaultConnectGetRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultConnectGetExecute(r ApiStorageProjectVaultConnectGetRequest) (*ResourceConnect, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultConnectList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultConnectListRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultConnectListExecute(r ApiStorageProjectVaultConnectListRequest) ([]ResourceConnect, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultCreate(ctx context.Context, projectId string, locationId string) ApiStorageProjectVaultCreateRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultCreateExecute(r ApiStorageProjectVaultCreateRequest) (*Vault, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialCreate(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultCredentialCreateRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialCreateExecute(r ApiStorageProjectVaultCredentialCreateRequest) (*VaultCredential, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialDelete(ctx context.Context, projectId string, locationId string, vaultId string, ...) ApiStorageProjectVaultCredentialDeleteRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialDeleteExecute(r ApiStorageProjectVaultCredentialDeleteRequest) (*Vault, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialGet(ctx context.Context, projectId string, locationId string, vaultId string, ...) ApiStorageProjectVaultCredentialGetRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialGetExecute(r ApiStorageProjectVaultCredentialGetRequest) (*VaultCredential, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultCredentialListRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialListExecute(r ApiStorageProjectVaultCredentialListRequest) ([]VaultCredential, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialPatch(ctx context.Context, projectId string, locationId string, vaultId string, ...) ApiStorageProjectVaultCredentialPatchRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialPatchExecute(r ApiStorageProjectVaultCredentialPatchRequest) (*VaultCredential, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultDelete(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultDeleteRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultDeleteExecute(r ApiStorageProjectVaultDeleteRequest) (*Vault, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultEventGet(ctx context.Context, projectId string, locationId string, vaultId string, ...) ApiStorageProjectVaultEventGetRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultEventGetExecute(r ApiStorageProjectVaultEventGetRequest) (*Event, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultEventList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultEventListRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultEventListExecute(r ApiStorageProjectVaultEventListRequest) ([]Event, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultGet(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultGetRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultGetExecute(r ApiStorageProjectVaultGetRequest) (*Vault, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultList(ctx context.Context, projectId string, locationId string) ApiStorageProjectVaultListRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultListExecute(r ApiStorageProjectVaultListRequest) ([]Vault, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultResize(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultResizeRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultResizeExecute(r ApiStorageProjectVaultResizeRequest) (*Vault, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultServiceGet(ctx context.Context, projectId string, locationId string, vaultId string, ...) ApiStorageProjectVaultServiceGetRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultServiceGetExecute(r ApiStorageProjectVaultServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultServiceList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultServiceListRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultServiceListExecute(r ApiStorageProjectVaultServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotCreate(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultSnapshotCreateRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotCreateExecute(r ApiStorageProjectVaultSnapshotCreateRequest) (*StorageSnapshot, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotDelete(ctx context.Context, projectId string, locationId string, vaultId string, ...) ApiStorageProjectVaultSnapshotDeleteRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotDeleteExecute(r ApiStorageProjectVaultSnapshotDeleteRequest) (*StorageSnapshot, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotGet(ctx context.Context, projectId string, locationId string, vaultId string, ...) ApiStorageProjectVaultSnapshotGetRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotGetExecute(r ApiStorageProjectVaultSnapshotGetRequest) (*StorageSnapshot, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultSnapshotListRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotListExecute(r ApiStorageProjectVaultSnapshotListRequest) ([]StorageSnapshot, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultStart(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultStartRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultStartExecute(r ApiStorageProjectVaultStartRequest) (*Vault, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultStop(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultStopRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultStopExecute(r ApiStorageProjectVaultStopRequest) (*Vault, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultTagCreate(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultTagCreateRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultTagCreateExecute(r ApiStorageProjectVaultTagCreateRequest) (*Tag, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultTagDelete(ctx context.Context, projectId string, locationId string, vaultId string, ...) ApiStorageProjectVaultTagDeleteRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultTagDeleteExecute(r ApiStorageProjectVaultTagDeleteRequest) (*http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultTagGet(ctx context.Context, projectId string, locationId string, vaultId string, ...) ApiStorageProjectVaultTagGetRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultTagGetExecute(r ApiStorageProjectVaultTagGetRequest) (*Tag, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultTagList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultTagListRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultTagListExecute(r ApiStorageProjectVaultTagListRequest) ([]Tag, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultTagPut(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultTagPutRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultTagPutExecute(r ApiStorageProjectVaultTagPutRequest) ([]Tag, *http.Response, error)
- func (a *StorageProjectVaultApiService) StorageProjectVaultUpdate(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultUpdateRequest
- func (a *StorageProjectVaultApiService) StorageProjectVaultUpdateExecute(r ApiStorageProjectVaultUpdateRequest) (*Vault, *http.Response, error)
- type StorageProjectVaultCreate
- func (o *StorageProjectVaultCreate) GetName() string
- func (o *StorageProjectVaultCreate) GetNameOk() (*string, bool)
- func (o *StorageProjectVaultCreate) GetService() string
- func (o *StorageProjectVaultCreate) GetServiceOk() (*string, bool)
- func (o *StorageProjectVaultCreate) GetSize() float32
- func (o *StorageProjectVaultCreate) GetSizeOk() (*float32, bool)
- func (o *StorageProjectVaultCreate) GetSource() string
- func (o *StorageProjectVaultCreate) GetSourceOk() (*string, bool)
- func (o *StorageProjectVaultCreate) GetTag() []Tag
- func (o *StorageProjectVaultCreate) GetTagOk() ([]Tag, bool)
- func (o *StorageProjectVaultCreate) HasService() bool
- func (o *StorageProjectVaultCreate) HasSource() bool
- func (o *StorageProjectVaultCreate) HasTag() bool
- func (o StorageProjectVaultCreate) MarshalJSON() ([]byte, error)
- func (o *StorageProjectVaultCreate) SetName(v string)
- func (o *StorageProjectVaultCreate) SetService(v string)
- func (o *StorageProjectVaultCreate) SetSize(v float32)
- func (o *StorageProjectVaultCreate) SetSource(v string)
- func (o *StorageProjectVaultCreate) SetTag(v []Tag)
- type StorageProjectVaultCredentialPatch
- type StorageProjectVaultDelete
- func (o *StorageProjectVaultDelete) GetRemoveAllSnapshots() bool
- func (o *StorageProjectVaultDelete) GetRemoveAllSnapshotsOk() (*bool, bool)
- func (o *StorageProjectVaultDelete) HasRemoveAllSnapshots() bool
- func (o StorageProjectVaultDelete) MarshalJSON() ([]byte, error)
- func (o *StorageProjectVaultDelete) SetRemoveAllSnapshots(v bool)
- type StorageProjectVaultResize
- type StorageProjectVaultSnapshotCreate
- type StorageProjectVaultUpdate
- type StorageS3credential
- func (o *StorageS3credential) GetAccessKeyId() string
- func (o *StorageS3credential) GetAccessKeyIdOk() (*string, bool)
- func (o *StorageS3credential) GetBucket() string
- func (o *StorageS3credential) GetBucketOk() (*string, bool)
- func (o *StorageS3credential) GetEndpoint() string
- func (o *StorageS3credential) GetEndpointOk() (*string, bool)
- func (o *StorageS3credential) GetKey() string
- func (o *StorageS3credential) GetKeyOk() (*string, bool)
- func (o *StorageS3credential) GetLocation() string
- func (o *StorageS3credential) GetLocationOk() (*string, bool)
- func (o *StorageS3credential) GetRegion() string
- func (o *StorageS3credential) GetRegionOk() (*string, bool)
- func (o *StorageS3credential) GetSecretAccessKey() string
- func (o *StorageS3credential) GetSecretAccessKeyOk() (*string, bool)
- func (o *StorageS3credential) GetSessionToken() string
- func (o *StorageS3credential) GetSessionTokenOk() (*string, bool)
- func (o *StorageS3credential) HasAccessKeyId() bool
- func (o *StorageS3credential) HasBucket() bool
- func (o *StorageS3credential) HasEndpoint() bool
- func (o *StorageS3credential) HasKey() bool
- func (o *StorageS3credential) HasLocation() bool
- func (o *StorageS3credential) HasRegion() bool
- func (o *StorageS3credential) HasSecretAccessKey() bool
- func (o *StorageS3credential) HasSessionToken() bool
- func (o StorageS3credential) MarshalJSON() ([]byte, error)
- func (o *StorageS3credential) SetAccessKeyId(v string)
- func (o *StorageS3credential) SetBucket(v string)
- func (o *StorageS3credential) SetEndpoint(v string)
- func (o *StorageS3credential) SetKey(v string)
- func (o *StorageS3credential) SetLocation(v string)
- func (o *StorageS3credential) SetRegion(v string)
- func (o *StorageS3credential) SetSecretAccessKey(v string)
- func (o *StorageS3credential) SetSessionToken(v string)
- type StorageSnapshot
- func (o *StorageSnapshot) GetCreatedBy() string
- func (o *StorageSnapshot) GetCreatedByOk() (*string, bool)
- func (o *StorageSnapshot) GetCreatedOn() time.Time
- func (o *StorageSnapshot) GetCreatedOnOk() (*time.Time, bool)
- func (o *StorageSnapshot) GetFlavour() string
- func (o *StorageSnapshot) GetFlavourOk() (*string, bool)
- func (o *StorageSnapshot) GetId() string
- func (o *StorageSnapshot) GetIdOk() (*string, bool)
- func (o *StorageSnapshot) GetModifiedBy() string
- func (o *StorageSnapshot) GetModifiedByOk() (*string, bool)
- func (o *StorageSnapshot) GetModifiedOn() time.Time
- func (o *StorageSnapshot) GetModifiedOnOk() (*time.Time, bool)
- func (o *StorageSnapshot) GetName() string
- func (o *StorageSnapshot) GetNameOk() (*string, bool)
- func (o *StorageSnapshot) GetOrganisation() string
- func (o *StorageSnapshot) GetOrganisationOk() (*string, bool)
- func (o *StorageSnapshot) GetProject() string
- func (o *StorageSnapshot) GetProjectOk() (*string, bool)
- func (o *StorageSnapshot) GetSizeUsed() float32
- func (o *StorageSnapshot) GetSizeUsedOk() (*float32, bool)
- func (o *StorageSnapshot) GetState() string
- func (o *StorageSnapshot) GetStateOk() (*string, bool)
- func (o *StorageSnapshot) GetUri() string
- func (o *StorageSnapshot) GetUriOk() (*string, bool)
- func (o *StorageSnapshot) HasCreatedBy() bool
- func (o *StorageSnapshot) HasCreatedOn() bool
- func (o *StorageSnapshot) HasFlavour() bool
- func (o *StorageSnapshot) HasModifiedBy() bool
- func (o *StorageSnapshot) HasModifiedOn() bool
- func (o *StorageSnapshot) HasOrganisation() bool
- func (o *StorageSnapshot) HasProject() bool
- func (o *StorageSnapshot) HasSizeUsed() bool
- func (o *StorageSnapshot) HasState() bool
- func (o *StorageSnapshot) HasUri() bool
- func (o StorageSnapshot) MarshalJSON() ([]byte, error)
- func (o *StorageSnapshot) SetCreatedBy(v string)
- func (o *StorageSnapshot) SetCreatedOn(v time.Time)
- func (o *StorageSnapshot) SetFlavour(v string)
- func (o *StorageSnapshot) SetId(v string)
- func (o *StorageSnapshot) SetModifiedBy(v string)
- func (o *StorageSnapshot) SetModifiedOn(v time.Time)
- func (o *StorageSnapshot) SetName(v string)
- func (o *StorageSnapshot) SetOrganisation(v string)
- func (o *StorageSnapshot) SetProject(v string)
- func (o *StorageSnapshot) SetSizeUsed(v float32)
- func (o *StorageSnapshot) SetState(v string)
- func (o *StorageSnapshot) SetUri(v string)
- type SupportMessage
- func (o *SupportMessage) GetData() MessageData
- func (o *SupportMessage) GetDataOk() (*MessageData, bool)
- func (o *SupportMessage) GetDate() time.Time
- func (o *SupportMessage) GetDateOk() (*time.Time, bool)
- func (o *SupportMessage) GetId() string
- func (o *SupportMessage) GetIdOk() (*string, bool)
- func (o *SupportMessage) GetOrigin() string
- func (o *SupportMessage) GetOriginOk() (*string, bool)
- func (o *SupportMessage) GetType() string
- func (o *SupportMessage) GetTypeOk() (*string, bool)
- func (o *SupportMessage) GetUser() string
- func (o *SupportMessage) GetUserOk() (*string, bool)
- func (o *SupportMessage) HasData() bool
- func (o *SupportMessage) HasDate() bool
- func (o *SupportMessage) HasId() bool
- func (o *SupportMessage) HasOrigin() bool
- func (o *SupportMessage) HasUser() bool
- func (o SupportMessage) MarshalJSON() ([]byte, error)
- func (o *SupportMessage) SetData(v MessageData)
- func (o *SupportMessage) SetDate(v time.Time)
- func (o *SupportMessage) SetId(v string)
- func (o *SupportMessage) SetOrigin(v string)
- func (o *SupportMessage) SetType(v string)
- func (o *SupportMessage) SetUser(v string)
- type SupportProjectTicketApiService
- func (a *SupportProjectTicketApiService) SupportProjectTicketClose(ctx context.Context, projectId string, ticketId string) ApiSupportProjectTicketCloseRequest
- func (a *SupportProjectTicketApiService) SupportProjectTicketCloseExecute(r ApiSupportProjectTicketCloseRequest) (*Ticket, *http.Response, error)
- func (a *SupportProjectTicketApiService) SupportProjectTicketCreate(ctx context.Context, projectId string) ApiSupportProjectTicketCreateRequest
- func (a *SupportProjectTicketApiService) SupportProjectTicketCreateExecute(r ApiSupportProjectTicketCreateRequest) (*Ticket, *http.Response, error)
- func (a *SupportProjectTicketApiService) SupportProjectTicketGet(ctx context.Context, projectId string, ticketId string) ApiSupportProjectTicketGetRequest
- func (a *SupportProjectTicketApiService) SupportProjectTicketGetExecute(r ApiSupportProjectTicketGetRequest) (*Ticket, *http.Response, error)
- func (a *SupportProjectTicketApiService) SupportProjectTicketList(ctx context.Context, projectId string) ApiSupportProjectTicketListRequest
- func (a *SupportProjectTicketApiService) SupportProjectTicketListExecute(r ApiSupportProjectTicketListRequest) ([]Ticket, *http.Response, error)
- func (a *SupportProjectTicketApiService) SupportProjectTicketMessageCreate(ctx context.Context, projectId string, ticketId string) ApiSupportProjectTicketMessageCreateRequest
- func (a *SupportProjectTicketApiService) SupportProjectTicketMessageCreateExecute(r ApiSupportProjectTicketMessageCreateRequest) (*SupportMessage, *http.Response, error)
- func (a *SupportProjectTicketApiService) SupportProjectTicketMessageGet(ctx context.Context, projectId string, ticketId string, messageId string) ApiSupportProjectTicketMessageGetRequest
- func (a *SupportProjectTicketApiService) SupportProjectTicketMessageGetExecute(r ApiSupportProjectTicketMessageGetRequest) (*SupportMessage, *http.Response, error)
- func (a *SupportProjectTicketApiService) SupportProjectTicketMessageList(ctx context.Context, projectId string, ticketId string) ApiSupportProjectTicketMessageListRequest
- func (a *SupportProjectTicketApiService) SupportProjectTicketMessageListExecute(r ApiSupportProjectTicketMessageListRequest) ([]SupportMessage, *http.Response, error)
- type SupportProjectTicketCreate
- func (o *SupportProjectTicketCreate) GetMessage() string
- func (o *SupportProjectTicketCreate) GetMessageOk() (*string, bool)
- func (o *SupportProjectTicketCreate) GetSubject() string
- func (o *SupportProjectTicketCreate) GetSubjectOk() (*string, bool)
- func (o *SupportProjectTicketCreate) GetType() string
- func (o *SupportProjectTicketCreate) GetTypeOk() (*string, bool)
- func (o SupportProjectTicketCreate) MarshalJSON() ([]byte, error)
- func (o *SupportProjectTicketCreate) SetMessage(v string)
- func (o *SupportProjectTicketCreate) SetSubject(v string)
- func (o *SupportProjectTicketCreate) SetType(v string)
- type Tag
- func (o *Tag) GetId() string
- func (o *Tag) GetIdOk() (*string, bool)
- func (o *Tag) GetKey() string
- func (o *Tag) GetKeyOk() (*string, bool)
- func (o *Tag) GetValue() string
- func (o *Tag) GetValueOk() (*string, bool)
- func (o Tag) MarshalJSON() ([]byte, error)
- func (o *Tag) SetId(v string)
- func (o *Tag) SetKey(v string)
- func (o *Tag) SetValue(v string)
- type Ticket
- func (o *Ticket) GetCreatedBy() string
- func (o *Ticket) GetCreatedByOk() (*string, bool)
- func (o *Ticket) GetCreatedOn() time.Time
- func (o *Ticket) GetCreatedOnOk() (*time.Time, bool)
- func (o *Ticket) GetId() string
- func (o *Ticket) GetIdOk() (*string, bool)
- func (o *Ticket) GetModifiedBy() string
- func (o *Ticket) GetModifiedByOk() (*string, bool)
- func (o *Ticket) GetModifiedOn() time.Time
- func (o *Ticket) GetModifiedOnOk() (*time.Time, bool)
- func (o *Ticket) GetProject() string
- func (o *Ticket) GetProjectOk() (*string, bool)
- func (o *Ticket) GetState() string
- func (o *Ticket) GetStateOk() (*string, bool)
- func (o *Ticket) GetSubject() string
- func (o *Ticket) GetSubjectOk() (*string, bool)
- func (o *Ticket) GetType() string
- func (o *Ticket) GetTypeOk() (*string, bool)
- func (o *Ticket) GetUri() string
- func (o *Ticket) GetUriOk() (*string, bool)
- func (o *Ticket) HasCreatedBy() bool
- func (o *Ticket) HasCreatedOn() bool
- func (o *Ticket) HasId() bool
- func (o *Ticket) HasModifiedBy() bool
- func (o *Ticket) HasModifiedOn() bool
- func (o *Ticket) HasProject() bool
- func (o *Ticket) HasState() bool
- func (o *Ticket) HasSubject() bool
- func (o *Ticket) HasType() bool
- func (o *Ticket) HasUri() bool
- func (o Ticket) MarshalJSON() ([]byte, error)
- func (o *Ticket) SetCreatedBy(v string)
- func (o *Ticket) SetCreatedOn(v time.Time)
- func (o *Ticket) SetId(v string)
- func (o *Ticket) SetModifiedBy(v string)
- func (o *Ticket) SetModifiedOn(v time.Time)
- func (o *Ticket) SetProject(v string)
- func (o *Ticket) SetState(v string)
- func (o *Ticket) SetSubject(v string)
- func (o *Ticket) SetType(v string)
- func (o *Ticket) SetUri(v string)
- type Transfer
- func (o *Transfer) GetId() string
- func (o *Transfer) GetIdOk() (*string, bool)
- func (o *Transfer) GetName() string
- func (o *Transfer) GetNameOk() (*string, bool)
- func (o *Transfer) GetState() string
- func (o *Transfer) GetStateOk() (*string, bool)
- func (o *Transfer) HasId() bool
- func (o *Transfer) HasState() bool
- func (o Transfer) MarshalJSON() ([]byte, error)
- func (o *Transfer) SetId(v string)
- func (o *Transfer) SetName(v string)
- func (o *Transfer) SetState(v string)
- type User
- func (o *User) GetCreatedOn() time.Time
- func (o *User) GetCreatedOnOk() (*time.Time, bool)
- func (o *User) GetFamilyName() string
- func (o *User) GetFamilyNameOk() (*string, bool)
- func (o *User) GetFirstName() string
- func (o *User) GetFirstNameOk() (*string, bool)
- func (o *User) GetId() string
- func (o *User) GetIdOk() (*string, bool)
- func (o *User) GetLang() string
- func (o *User) GetLangOk() (*string, bool)
- func (o *User) GetLimit() UserLimit
- func (o *User) GetLimitOk() (*UserLimit, bool)
- func (o *User) GetModifiedOn() time.Time
- func (o *User) GetModifiedOnOk() (*time.Time, bool)
- func (o *User) GetName() string
- func (o *User) GetNameOk() (*string, bool)
- func (o *User) GetPhone() string
- func (o *User) GetPhoneOk() (*string, bool)
- func (o *User) GetState() string
- func (o *User) GetStateOk() (*string, bool)
- func (o *User) GetUri() string
- func (o *User) GetUriOk() (*string, bool)
- func (o *User) HasCreatedOn() bool
- func (o *User) HasFamilyName() bool
- func (o *User) HasFirstName() bool
- func (o *User) HasId() bool
- func (o *User) HasLang() bool
- func (o *User) HasLimit() bool
- func (o *User) HasModifiedOn() bool
- func (o *User) HasName() bool
- func (o *User) HasPhone() bool
- func (o *User) HasState() bool
- func (o *User) HasUri() bool
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetCreatedOn(v time.Time)
- func (o *User) SetFamilyName(v string)
- func (o *User) SetFirstName(v string)
- func (o *User) SetId(v string)
- func (o *User) SetLang(v string)
- func (o *User) SetLimit(v UserLimit)
- func (o *User) SetModifiedOn(v time.Time)
- func (o *User) SetName(v string)
- func (o *User) SetPhone(v string)
- func (o *User) SetState(v string)
- func (o *User) SetUri(v string)
- type UserCredential
- func (o *UserCredential) GetCreatedBy() string
- func (o *UserCredential) GetCreatedByOk() (*string, bool)
- func (o *UserCredential) GetCreatedOn() time.Time
- func (o *UserCredential) GetCreatedOnOk() (*time.Time, bool)
- func (o *UserCredential) GetFingerprint() string
- func (o *UserCredential) GetFingerprintOk() (*string, bool)
- func (o *UserCredential) GetId() string
- func (o *UserCredential) GetIdOk() (*string, bool)
- func (o *UserCredential) GetName() string
- func (o *UserCredential) GetNameOk() (*string, bool)
- func (o *UserCredential) GetToken() string
- func (o *UserCredential) GetTokenOk() (*string, bool)
- func (o *UserCredential) GetType() string
- func (o *UserCredential) GetTypeOk() (*string, bool)
- func (o *UserCredential) GetValue() string
- func (o *UserCredential) GetValueOk() (*string, bool)
- func (o *UserCredential) HasCreatedBy() bool
- func (o *UserCredential) HasCreatedOn() bool
- func (o *UserCredential) HasFingerprint() bool
- func (o *UserCredential) HasId() bool
- func (o *UserCredential) HasToken() bool
- func (o UserCredential) MarshalJSON() ([]byte, error)
- func (o *UserCredential) SetCreatedBy(v string)
- func (o *UserCredential) SetCreatedOn(v time.Time)
- func (o *UserCredential) SetFingerprint(v string)
- func (o *UserCredential) SetId(v string)
- func (o *UserCredential) SetName(v string)
- func (o *UserCredential) SetToken(v string)
- func (o *UserCredential) SetType(v string)
- func (o *UserCredential) SetValue(v string)
- type UserLimit
- type UserLimitOrganisation
- type Vault
- func (o *Vault) GetCreatedBy() string
- func (o *Vault) GetCreatedByOk() (*string, bool)
- func (o *Vault) GetCreatedOn() time.Time
- func (o *Vault) GetCreatedOnOk() (*time.Time, bool)
- func (o *Vault) GetFlavour() string
- func (o *Vault) GetFlavourOk() (*string, bool)
- func (o *Vault) GetFqdn() string
- func (o *Vault) GetFqdnOk() (*string, bool)
- func (o *Vault) GetId() string
- func (o *Vault) GetIdOk() (*string, bool)
- func (o *Vault) GetModifiedBy() string
- func (o *Vault) GetModifiedByOk() (*string, bool)
- func (o *Vault) GetModifiedOn() time.Time
- func (o *Vault) GetModifiedOnOk() (*time.Time, bool)
- func (o *Vault) GetName() string
- func (o *Vault) GetNameOk() (*string, bool)
- func (o *Vault) GetProject() string
- func (o *Vault) GetProjectOk() (*string, bool)
- func (o *Vault) GetSize() float32
- func (o *Vault) GetSizeOk() (*float32, bool)
- func (o *Vault) GetSizeUsed() float32
- func (o *Vault) GetSizeUsedOk() (*float32, bool)
- func (o *Vault) GetState() string
- func (o *Vault) GetStateOk() (*string, bool)
- func (o *Vault) GetTag() []Tag
- func (o *Vault) GetTagOk() ([]Tag, bool)
- func (o *Vault) GetUri() string
- func (o *Vault) GetUriOk() (*string, bool)
- func (o *Vault) HasCreatedBy() bool
- func (o *Vault) HasCreatedOn() bool
- func (o *Vault) HasFlavour() bool
- func (o *Vault) HasFqdn() bool
- func (o *Vault) HasModifiedBy() bool
- func (o *Vault) HasModifiedOn() bool
- func (o *Vault) HasProject() bool
- func (o *Vault) HasSize() bool
- func (o *Vault) HasSizeUsed() bool
- func (o *Vault) HasState() bool
- func (o *Vault) HasTag() bool
- func (o *Vault) HasUri() bool
- func (o Vault) MarshalJSON() ([]byte, error)
- func (o *Vault) SetCreatedBy(v string)
- func (o *Vault) SetCreatedOn(v time.Time)
- func (o *Vault) SetFlavour(v string)
- func (o *Vault) SetFqdn(v string)
- func (o *Vault) SetId(v string)
- func (o *Vault) SetModifiedBy(v string)
- func (o *Vault) SetModifiedOn(v time.Time)
- func (o *Vault) SetName(v string)
- func (o *Vault) SetProject(v string)
- func (o *Vault) SetSize(v float32)
- func (o *Vault) SetSizeUsed(v float32)
- func (o *Vault) SetState(v string)
- func (o *Vault) SetTag(v []Tag)
- func (o *Vault) SetUri(v string)
- type VaultCredential
- func (o *VaultCredential) GetCreatedBy() string
- func (o *VaultCredential) GetCreatedByOk() (*string, bool)
- func (o *VaultCredential) GetCreatedOn() time.Time
- func (o *VaultCredential) GetCreatedOnOk() (*time.Time, bool)
- func (o *VaultCredential) GetFingerprint() string
- func (o *VaultCredential) GetFingerprintOk() (*string, bool)
- func (o *VaultCredential) GetId() string
- func (o *VaultCredential) GetIdOk() (*string, bool)
- func (o *VaultCredential) GetName() string
- func (o *VaultCredential) GetNameOk() (*string, bool)
- func (o *VaultCredential) GetToken() string
- func (o *VaultCredential) GetTokenOk() (*string, bool)
- func (o *VaultCredential) GetType() string
- func (o *VaultCredential) GetTypeOk() (*string, bool)
- func (o *VaultCredential) GetValue() string
- func (o *VaultCredential) GetValueOk() (*string, bool)
- func (o *VaultCredential) HasCreatedBy() bool
- func (o *VaultCredential) HasCreatedOn() bool
- func (o *VaultCredential) HasFingerprint() bool
- func (o *VaultCredential) HasId() bool
- func (o *VaultCredential) HasToken() bool
- func (o VaultCredential) MarshalJSON() ([]byte, error)
- func (o *VaultCredential) SetCreatedBy(v string)
- func (o *VaultCredential) SetCreatedOn(v time.Time)
- func (o *VaultCredential) SetFingerprint(v string)
- func (o *VaultCredential) SetId(v string)
- func (o *VaultCredential) SetName(v string)
- func (o *VaultCredential) SetToken(v string)
- func (o *VaultCredential) SetType(v string)
- func (o *VaultCredential) SetValue(v string)
- type Vm
- func (o *Vm) GetCpu() float32
- func (o *Vm) GetCpuOk() (*float32, bool)
- func (o *Vm) GetCreatedBy() string
- func (o *Vm) GetCreatedByOk() (*string, bool)
- func (o *Vm) GetCreatedOn() time.Time
- func (o *Vm) GetCreatedOnOk() (*time.Time, bool)
- func (o *Vm) GetFlavour() string
- func (o *Vm) GetFlavourOk() (*string, bool)
- func (o *Vm) GetFqdn() string
- func (o *Vm) GetFqdnOk() (*string, bool)
- func (o *Vm) GetId() string
- func (o *Vm) GetIdOk() (*string, bool)
- func (o *Vm) GetMemory() float32
- func (o *Vm) GetMemoryOk() (*float32, bool)
- func (o *Vm) GetModifiedBy() string
- func (o *Vm) GetModifiedByOk() (*string, bool)
- func (o *Vm) GetModifiedOn() time.Time
- func (o *Vm) GetModifiedOnOk() (*time.Time, bool)
- func (o *Vm) GetName() string
- func (o *Vm) GetNameOk() (*string, bool)
- func (o *Vm) GetProject() string
- func (o *Vm) GetProjectOk() (*string, bool)
- func (o *Vm) GetState() string
- func (o *Vm) GetStateOk() (*string, bool)
- func (o *Vm) GetTag() []Tag
- func (o *Vm) GetTagOk() ([]Tag, bool)
- func (o *Vm) GetUri() string
- func (o *Vm) GetUriOk() (*string, bool)
- func (o *Vm) GetUserMetadata() string
- func (o *Vm) GetUserMetadataOk() (*string, bool)
- func (o *Vm) HasCpu() bool
- func (o *Vm) HasCreatedBy() bool
- func (o *Vm) HasCreatedOn() bool
- func (o *Vm) HasFlavour() bool
- func (o *Vm) HasFqdn() bool
- func (o *Vm) HasMemory() bool
- func (o *Vm) HasModifiedBy() bool
- func (o *Vm) HasModifiedOn() bool
- func (o *Vm) HasProject() bool
- func (o *Vm) HasState() bool
- func (o *Vm) HasTag() bool
- func (o *Vm) HasUri() bool
- func (o *Vm) HasUserMetadata() bool
- func (o Vm) MarshalJSON() ([]byte, error)
- func (o *Vm) SetCpu(v float32)
- func (o *Vm) SetCreatedBy(v string)
- func (o *Vm) SetCreatedOn(v time.Time)
- func (o *Vm) SetFlavour(v string)
- func (o *Vm) SetFqdn(v string)
- func (o *Vm) SetId(v string)
- func (o *Vm) SetMemory(v float32)
- func (o *Vm) SetModifiedBy(v string)
- func (o *Vm) SetModifiedOn(v time.Time)
- func (o *Vm) SetName(v string)
- func (o *Vm) SetProject(v string)
- func (o *Vm) SetState(v string)
- func (o *Vm) SetTag(v []Tag)
- func (o *Vm) SetUri(v string)
- func (o *Vm) SetUserMetadata(v string)
- type Vmhost
- func (o *Vmhost) GetCreatedBy() string
- func (o *Vmhost) GetCreatedByOk() (*string, bool)
- func (o *Vmhost) GetCreatedOn() time.Time
- func (o *Vmhost) GetCreatedOnOk() (*time.Time, bool)
- func (o *Vmhost) GetFlavour() string
- func (o *Vmhost) GetFlavourOk() (*string, bool)
- func (o *Vmhost) GetFqdn() string
- func (o *Vmhost) GetFqdnOk() (*string, bool)
- func (o *Vmhost) GetId() string
- func (o *Vmhost) GetIdOk() (*string, bool)
- func (o *Vmhost) GetModifiedBy() string
- func (o *Vmhost) GetModifiedByOk() (*string, bool)
- func (o *Vmhost) GetModifiedOn() time.Time
- func (o *Vmhost) GetModifiedOnOk() (*time.Time, bool)
- func (o *Vmhost) GetName() string
- func (o *Vmhost) GetNameOk() (*string, bool)
- func (o *Vmhost) GetProject() string
- func (o *Vmhost) GetProjectOk() (*string, bool)
- func (o *Vmhost) GetState() string
- func (o *Vmhost) GetStateOk() (*string, bool)
- func (o *Vmhost) GetTag() []Tag
- func (o *Vmhost) GetTagOk() ([]Tag, bool)
- func (o *Vmhost) GetType() string
- func (o *Vmhost) GetTypeOk() (*string, bool)
- func (o *Vmhost) GetUri() string
- func (o *Vmhost) GetUriOk() (*string, bool)
- func (o *Vmhost) HasCreatedBy() bool
- func (o *Vmhost) HasCreatedOn() bool
- func (o *Vmhost) HasFlavour() bool
- func (o *Vmhost) HasFqdn() bool
- func (o *Vmhost) HasModifiedBy() bool
- func (o *Vmhost) HasModifiedOn() bool
- func (o *Vmhost) HasProject() bool
- func (o *Vmhost) HasState() bool
- func (o *Vmhost) HasTag() bool
- func (o *Vmhost) HasType() bool
- func (o *Vmhost) HasUri() bool
- func (o Vmhost) MarshalJSON() ([]byte, error)
- func (o *Vmhost) SetCreatedBy(v string)
- func (o *Vmhost) SetCreatedOn(v time.Time)
- func (o *Vmhost) SetFlavour(v string)
- func (o *Vmhost) SetFqdn(v string)
- func (o *Vmhost) SetId(v string)
- func (o *Vmhost) SetModifiedBy(v string)
- func (o *Vmhost) SetModifiedOn(v time.Time)
- func (o *Vmhost) SetName(v string)
- func (o *Vmhost) SetProject(v string)
- func (o *Vmhost) SetState(v string)
- func (o *Vmhost) SetTag(v []Tag)
- func (o *Vmhost) SetType(v string)
- func (o *Vmhost) SetUri(v string)
- type VmhostProjectInstanceApiService
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceEventGet(ctx context.Context, projectId string, locationId string, instanceId string, ...) ApiVmhostProjectInstanceEventGetRequest
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceEventGetExecute(r ApiVmhostProjectInstanceEventGetRequest) (*Event, *http.Response, error)
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceEventList(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceEventListRequest
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceEventListExecute(r ApiVmhostProjectInstanceEventListRequest) ([]Event, *http.Response, error)
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceGet(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceGetRequest
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceGetExecute(r ApiVmhostProjectInstanceGetRequest) (*Vmhost, *http.Response, error)
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceList(ctx context.Context, projectId string, locationId string) ApiVmhostProjectInstanceListRequest
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceListExecute(r ApiVmhostProjectInstanceListRequest) ([]Vmhost, *http.Response, error)
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceServiceGet(ctx context.Context, projectId string, locationId string, instanceId string, ...) ApiVmhostProjectInstanceServiceGetRequest
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceServiceGetExecute(r ApiVmhostProjectInstanceServiceGetRequest) (*ResourceService, *http.Response, error)
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceServiceList(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceServiceListRequest
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceServiceListExecute(r ApiVmhostProjectInstanceServiceListRequest) ([]ResourceService, *http.Response, error)
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagCreate(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceTagCreateRequest
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagCreateExecute(r ApiVmhostProjectInstanceTagCreateRequest) (*Tag, *http.Response, error)
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagDelete(ctx context.Context, projectId string, locationId string, instanceId string, ...) ApiVmhostProjectInstanceTagDeleteRequest
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagDeleteExecute(r ApiVmhostProjectInstanceTagDeleteRequest) (*http.Response, error)
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagGet(ctx context.Context, projectId string, locationId string, instanceId string, ...) ApiVmhostProjectInstanceTagGetRequest
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagGetExecute(r ApiVmhostProjectInstanceTagGetRequest) (*Tag, *http.Response, error)
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagList(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceTagListRequest
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagListExecute(r ApiVmhostProjectInstanceTagListRequest) ([]Tag, *http.Response, error)
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagPut(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceTagPutRequest
- func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagPutExecute(r ApiVmhostProjectInstanceTagPutRequest) ([]Tag, *http.Response, error)
- type Zone
- func (o *Zone) GetCreatedBy() string
- func (o *Zone) GetCreatedByOk() (*string, bool)
- func (o *Zone) GetCreatedOn() time.Time
- func (o *Zone) GetCreatedOnOk() (*time.Time, bool)
- func (o *Zone) GetDnsName() string
- func (o *Zone) GetDnsNameOk() (*string, bool)
- func (o *Zone) GetFlavour() string
- func (o *Zone) GetFlavourOk() (*string, bool)
- func (o *Zone) GetFqdn() string
- func (o *Zone) GetFqdnOk() (*string, bool)
- func (o *Zone) GetId() string
- func (o *Zone) GetIdOk() (*string, bool)
- func (o *Zone) GetModifiedBy() string
- func (o *Zone) GetModifiedByOk() (*string, bool)
- func (o *Zone) GetModifiedOn() time.Time
- func (o *Zone) GetModifiedOnOk() (*time.Time, bool)
- func (o *Zone) GetName() string
- func (o *Zone) GetNameOk() (*string, bool)
- func (o *Zone) GetNameserver() []string
- func (o *Zone) GetNameserverOk() ([]string, bool)
- func (o *Zone) GetProject() string
- func (o *Zone) GetProjectOk() (*string, bool)
- func (o *Zone) GetState() string
- func (o *Zone) GetStateOk() (*string, bool)
- func (o *Zone) GetTag() []Tag
- func (o *Zone) GetTagOk() ([]Tag, bool)
- func (o *Zone) GetUri() string
- func (o *Zone) GetUriOk() (*string, bool)
- func (o *Zone) HasCreatedBy() bool
- func (o *Zone) HasCreatedOn() bool
- func (o *Zone) HasDnsName() bool
- func (o *Zone) HasFlavour() bool
- func (o *Zone) HasFqdn() bool
- func (o *Zone) HasModifiedBy() bool
- func (o *Zone) HasModifiedOn() bool
- func (o *Zone) HasNameserver() bool
- func (o *Zone) HasProject() bool
- func (o *Zone) HasState() bool
- func (o *Zone) HasTag() bool
- func (o *Zone) HasUri() bool
- func (o Zone) MarshalJSON() ([]byte, error)
- func (o *Zone) SetCreatedBy(v string)
- func (o *Zone) SetCreatedOn(v time.Time)
- func (o *Zone) SetDnsName(v string)
- func (o *Zone) SetFlavour(v string)
- func (o *Zone) SetFqdn(v string)
- func (o *Zone) SetId(v string)
- func (o *Zone) SetModifiedBy(v string)
- func (o *Zone) SetModifiedOn(v time.Time)
- func (o *Zone) SetName(v string)
- func (o *Zone) SetNameserver(v []string)
- func (o *Zone) SetProject(v string)
- func (o *Zone) SetState(v string)
- func (o *Zone) SetTag(v []Tag)
- func (o *Zone) SetUri(v string)
- type ZoneSource
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { BillingProjectServiceApi *BillingProjectServiceApiService ComputeProjectReplicaApi *ComputeProjectReplicaApiService ComputeProjectVmApi *ComputeProjectVmApiService ContainerProjectRegistryApi *ContainerProjectRegistryApiService DnsProjectZoneApi *DnsProjectZoneApiService IamOrganisationApi *IamOrganisationApiService IamOrganisationPolicyApi *IamOrganisationPolicyApiService IamOrganisationRoleApi *IamOrganisationRoleApiService IamProjectApi *IamProjectApiService IamProjectApplicationApi *IamProjectApplicationApiService IamProjectGroupApi *IamProjectGroupApiService IamProjectPolicyApi *IamProjectPolicyApiService IamProjectRoleApi *IamProjectRoleApiService IamProjectSaApi *IamProjectSaApiService IamUserApi *IamUserApiService InsightProjectJournalApi *InsightProjectJournalApiService NetworkingProjectFirewallApi *NetworkingProjectFirewallApiService NetworkingProjectIpApi *NetworkingProjectIpApiService NetworkingProjectNetadpApi *NetworkingProjectNetadpApiService NetworkingProjectNetgwApi *NetworkingProjectNetgwApiService NetworkingProjectNetworkApi *NetworkingProjectNetworkApiService ProviderProjectAgentApi *ProviderProjectAgentApiService SearchResourceApi *SearchResourceApiService StorageProjectBucketApi *StorageProjectBucketApiService StorageProjectDiskApi *StorageProjectDiskApiService StorageProjectImageApi *StorageProjectImageApiService StorageProjectIsoApi *StorageProjectIsoApiService StorageProjectVaultApi *StorageProjectVaultApiService SupportProjectTicketApi *SupportProjectTicketApiService VmhostProjectInstanceApi *VmhostProjectInstanceApiService // contains filtered or unexported fields }
APIClient manages communication with the HyperOne API v0.1.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type Agent ¶
type Agent struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Type *string `json:"type,omitempty"` Uri *string `json:"uri,omitempty"` }
Agent struct for Agent
func NewAgent ¶
NewAgent instantiates a new Agent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAgentWithDefaults ¶
func NewAgentWithDefaults() *Agent
NewAgentWithDefaults instantiates a new Agent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Agent) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Agent) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Agent) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Agent) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Agent) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Agent) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Agent) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Agent) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Agent) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Agent) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Agent) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Agent) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Agent) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Agent) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Agent) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Agent) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Agent) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Agent) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Agent) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Agent) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Agent) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Agent) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Agent) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Agent) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Agent) MarshalJSON ¶
func (*Agent) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Agent) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Agent) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Agent) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Agent) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Agent) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Agent) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type AgentCredential ¶
type AgentCredential struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Fingerprint *string `json:"fingerprint,omitempty"` Id *string `json:"id,omitempty"` Name string `json:"name"` Token *string `json:"token,omitempty"` Type string `json:"type"` Value string `json:"value"` }
AgentCredential struct for AgentCredential
func NewAgentCredential ¶
func NewAgentCredential(name string, type_ string, value string) *AgentCredential
NewAgentCredential instantiates a new AgentCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAgentCredentialWithDefaults ¶
func NewAgentCredentialWithDefaults() *AgentCredential
NewAgentCredentialWithDefaults instantiates a new AgentCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AgentCredential) GetCreatedBy ¶
func (o *AgentCredential) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*AgentCredential) GetCreatedByOk ¶
func (o *AgentCredential) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AgentCredential) GetCreatedOn ¶
func (o *AgentCredential) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*AgentCredential) GetCreatedOnOk ¶
func (o *AgentCredential) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AgentCredential) GetFingerprint ¶
func (o *AgentCredential) GetFingerprint() string
GetFingerprint returns the Fingerprint field value if set, zero value otherwise.
func (*AgentCredential) GetFingerprintOk ¶
func (o *AgentCredential) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AgentCredential) GetId ¶
func (o *AgentCredential) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*AgentCredential) GetIdOk ¶
func (o *AgentCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AgentCredential) GetName ¶
func (o *AgentCredential) GetName() string
GetName returns the Name field value
func (*AgentCredential) GetNameOk ¶
func (o *AgentCredential) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AgentCredential) GetToken ¶
func (o *AgentCredential) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*AgentCredential) GetTokenOk ¶
func (o *AgentCredential) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AgentCredential) GetType ¶
func (o *AgentCredential) GetType() string
GetType returns the Type field value
func (*AgentCredential) GetTypeOk ¶
func (o *AgentCredential) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*AgentCredential) GetValue ¶
func (o *AgentCredential) GetValue() string
GetValue returns the Value field value
func (*AgentCredential) GetValueOk ¶
func (o *AgentCredential) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*AgentCredential) HasCreatedBy ¶
func (o *AgentCredential) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*AgentCredential) HasCreatedOn ¶
func (o *AgentCredential) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*AgentCredential) HasFingerprint ¶
func (o *AgentCredential) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (*AgentCredential) HasId ¶
func (o *AgentCredential) HasId() bool
HasId returns a boolean if a field has been set.
func (*AgentCredential) HasToken ¶
func (o *AgentCredential) HasToken() bool
HasToken returns a boolean if a field has been set.
func (AgentCredential) MarshalJSON ¶
func (o AgentCredential) MarshalJSON() ([]byte, error)
func (*AgentCredential) SetCreatedBy ¶
func (o *AgentCredential) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*AgentCredential) SetCreatedOn ¶
func (o *AgentCredential) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*AgentCredential) SetFingerprint ¶
func (o *AgentCredential) SetFingerprint(v string)
SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.
func (*AgentCredential) SetId ¶
func (o *AgentCredential) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*AgentCredential) SetName ¶
func (o *AgentCredential) SetName(v string)
SetName sets field value
func (*AgentCredential) SetToken ¶
func (o *AgentCredential) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*AgentCredential) SetType ¶
func (o *AgentCredential) SetType(v string)
SetType sets field value
func (*AgentCredential) SetValue ¶
func (o *AgentCredential) SetValue(v string)
SetValue sets field value
type ApiBillingProjectServiceGetRequest ¶
type ApiBillingProjectServiceGetRequest struct { ApiService *BillingProjectServiceApiService // contains filtered or unexported fields }
type ApiBillingProjectServiceListRequest ¶
type ApiBillingProjectServiceListRequest struct { ApiService *BillingProjectServiceApiService // contains filtered or unexported fields }
func (ApiBillingProjectServiceListRequest) Execute ¶
func (r ApiBillingProjectServiceListRequest) Execute() ([]Service, *http.Response, error)
func (ApiBillingProjectServiceListRequest) Kind ¶
func (r ApiBillingProjectServiceListRequest) Kind(kind string) ApiBillingProjectServiceListRequest
Filter by kind
func (ApiBillingProjectServiceListRequest) Name ¶
func (r ApiBillingProjectServiceListRequest) Name(name string) ApiBillingProjectServiceListRequest
Filter by name
func (ApiBillingProjectServiceListRequest) Type_ ¶
func (r ApiBillingProjectServiceListRequest) Type_(type_ string) ApiBillingProjectServiceListRequest
Filter by type
type ApiComputeProjectReplicaCreateRequest ¶
type ApiComputeProjectReplicaCreateRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
func (ApiComputeProjectReplicaCreateRequest) ComputeProjectReplicaCreate ¶
func (r ApiComputeProjectReplicaCreateRequest) ComputeProjectReplicaCreate(computeProjectReplicaCreate ComputeProjectReplicaCreate) ApiComputeProjectReplicaCreateRequest
func (ApiComputeProjectReplicaCreateRequest) Execute ¶
func (r ApiComputeProjectReplicaCreateRequest) Execute() (*Replica, *http.Response, error)
func (ApiComputeProjectReplicaCreateRequest) XDryRun ¶
func (r ApiComputeProjectReplicaCreateRequest) XDryRun(xDryRun string) ApiComputeProjectReplicaCreateRequest
Dry run
func (ApiComputeProjectReplicaCreateRequest) XIdempotencyKey ¶
func (r ApiComputeProjectReplicaCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectReplicaCreateRequest
Idempotency key
type ApiComputeProjectReplicaDeleteRequest ¶
type ApiComputeProjectReplicaDeleteRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
type ApiComputeProjectReplicaDiskListRequest ¶
type ApiComputeProjectReplicaDiskListRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
type ApiComputeProjectReplicaEventGetRequest ¶
type ApiComputeProjectReplicaEventGetRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
type ApiComputeProjectReplicaEventListRequest ¶
type ApiComputeProjectReplicaEventListRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
func (ApiComputeProjectReplicaEventListRequest) Execute ¶
func (r ApiComputeProjectReplicaEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiComputeProjectReplicaEventListRequest) Limit ¶
func (r ApiComputeProjectReplicaEventListRequest) Limit(limit float32) ApiComputeProjectReplicaEventListRequest
$limit
func (ApiComputeProjectReplicaEventListRequest) Skip ¶
func (r ApiComputeProjectReplicaEventListRequest) Skip(skip float32) ApiComputeProjectReplicaEventListRequest
$skip
type ApiComputeProjectReplicaGetRequest ¶
type ApiComputeProjectReplicaGetRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
type ApiComputeProjectReplicaListRequest ¶
type ApiComputeProjectReplicaListRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
func (ApiComputeProjectReplicaListRequest) Execute ¶
func (r ApiComputeProjectReplicaListRequest) Execute() ([]Replica, *http.Response, error)
func (ApiComputeProjectReplicaListRequest) Name ¶
func (r ApiComputeProjectReplicaListRequest) Name(name string) ApiComputeProjectReplicaListRequest
Filter by name
type ApiComputeProjectReplicaServiceGetRequest ¶
type ApiComputeProjectReplicaServiceGetRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
func (ApiComputeProjectReplicaServiceGetRequest) Execute ¶
func (r ApiComputeProjectReplicaServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiComputeProjectReplicaServiceListRequest ¶
type ApiComputeProjectReplicaServiceListRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
func (ApiComputeProjectReplicaServiceListRequest) Execute ¶
func (r ApiComputeProjectReplicaServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiComputeProjectReplicaTagCreateRequest ¶
type ApiComputeProjectReplicaTagCreateRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
func (ApiComputeProjectReplicaTagCreateRequest) Execute ¶
func (r ApiComputeProjectReplicaTagCreateRequest) Execute() (*Tag, *http.Response, error)
type ApiComputeProjectReplicaTagDeleteRequest ¶
type ApiComputeProjectReplicaTagDeleteRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
type ApiComputeProjectReplicaTagGetRequest ¶
type ApiComputeProjectReplicaTagGetRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
type ApiComputeProjectReplicaTagListRequest ¶
type ApiComputeProjectReplicaTagListRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
type ApiComputeProjectReplicaTagPutRequest ¶
type ApiComputeProjectReplicaTagPutRequest struct { ApiService *ComputeProjectReplicaApiService // contains filtered or unexported fields }
func (ApiComputeProjectReplicaTagPutRequest) Execute ¶
func (r ApiComputeProjectReplicaTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiComputeProjectReplicaTagPutRequest) Tag ¶
func (r ApiComputeProjectReplicaTagPutRequest) Tag(tag []Tag) ApiComputeProjectReplicaTagPutRequest
type ApiComputeProjectVmConnectGetRequest ¶
type ApiComputeProjectVmConnectGetRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmConnectListRequest ¶
type ApiComputeProjectVmConnectListRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmConnectOpenRequest ¶
type ApiComputeProjectVmConnectOpenRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmConnectOpenRequest) ComputeProjectVmConnectOpen ¶
func (r ApiComputeProjectVmConnectOpenRequest) ComputeProjectVmConnectOpen(computeProjectVmConnectOpen ComputeProjectVmConnectOpen) ApiComputeProjectVmConnectOpenRequest
type ApiComputeProjectVmCreateRequest ¶
type ApiComputeProjectVmCreateRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmCreateRequest) ComputeProjectVmCreate ¶
func (r ApiComputeProjectVmCreateRequest) ComputeProjectVmCreate(computeProjectVmCreate ComputeProjectVmCreate) ApiComputeProjectVmCreateRequest
func (ApiComputeProjectVmCreateRequest) Execute ¶
func (r ApiComputeProjectVmCreateRequest) Execute() (*Vm, *http.Response, error)
func (ApiComputeProjectVmCreateRequest) XDryRun ¶
func (r ApiComputeProjectVmCreateRequest) XDryRun(xDryRun string) ApiComputeProjectVmCreateRequest
Dry run
func (ApiComputeProjectVmCreateRequest) XIdempotencyKey ¶
func (r ApiComputeProjectVmCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmCreateRequest
Idempotency key
type ApiComputeProjectVmDeleteRequest ¶
type ApiComputeProjectVmDeleteRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmDiskCreateRequest ¶
type ApiComputeProjectVmDiskCreateRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmDiskCreateRequest) ComputeProjectVmDiskCreate ¶
func (r ApiComputeProjectVmDiskCreateRequest) ComputeProjectVmDiskCreate(computeProjectVmDiskCreate ComputeProjectVmDiskCreate) ApiComputeProjectVmDiskCreateRequest
type ApiComputeProjectVmDiskListRequest ¶
type ApiComputeProjectVmDiskListRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmEventGetRequest ¶
type ApiComputeProjectVmEventGetRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmEventListRequest ¶
type ApiComputeProjectVmEventListRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmEventListRequest) Execute ¶
func (r ApiComputeProjectVmEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiComputeProjectVmEventListRequest) Limit ¶
func (r ApiComputeProjectVmEventListRequest) Limit(limit float32) ApiComputeProjectVmEventListRequest
$limit
func (ApiComputeProjectVmEventListRequest) Skip ¶
func (r ApiComputeProjectVmEventListRequest) Skip(skip float32) ApiComputeProjectVmEventListRequest
$skip
type ApiComputeProjectVmFlavourRequest ¶
type ApiComputeProjectVmFlavourRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmFlavourRequest) ComputeProjectVmFlavour ¶
func (r ApiComputeProjectVmFlavourRequest) ComputeProjectVmFlavour(computeProjectVmFlavour ComputeProjectVmFlavour) ApiComputeProjectVmFlavourRequest
func (ApiComputeProjectVmFlavourRequest) Execute ¶
func (r ApiComputeProjectVmFlavourRequest) Execute() (*Vm, *http.Response, error)
func (ApiComputeProjectVmFlavourRequest) XDryRun ¶
func (r ApiComputeProjectVmFlavourRequest) XDryRun(xDryRun string) ApiComputeProjectVmFlavourRequest
Dry run
func (ApiComputeProjectVmFlavourRequest) XIdempotencyKey ¶
func (r ApiComputeProjectVmFlavourRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmFlavourRequest
Idempotency key
type ApiComputeProjectVmGetRequest ¶
type ApiComputeProjectVmGetRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmIsoCreateRequest ¶
type ApiComputeProjectVmIsoCreateRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmIsoCreateRequest) ComputeProjectVmIsoCreate ¶
func (r ApiComputeProjectVmIsoCreateRequest) ComputeProjectVmIsoCreate(computeProjectVmIsoCreate ComputeProjectVmIsoCreate) ApiComputeProjectVmIsoCreateRequest
type ApiComputeProjectVmIsoListRequest ¶
type ApiComputeProjectVmIsoListRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmListRequest ¶
type ApiComputeProjectVmListRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmListRequest) Execute ¶
func (r ApiComputeProjectVmListRequest) Execute() ([]Vm, *http.Response, error)
func (ApiComputeProjectVmListRequest) Name ¶
func (r ApiComputeProjectVmListRequest) Name(name string) ApiComputeProjectVmListRequest
Filter by name
func (ApiComputeProjectVmListRequest) TagKey ¶
func (r ApiComputeProjectVmListRequest) TagKey(tagKey string) ApiComputeProjectVmListRequest
Filter by tag.key
func (ApiComputeProjectVmListRequest) TagValue ¶
func (r ApiComputeProjectVmListRequest) TagValue(tagValue string) ApiComputeProjectVmListRequest
Filter by tag.value
type ApiComputeProjectVmMetricGetRequest ¶
type ApiComputeProjectVmMetricGetRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmMetricListRequest ¶
type ApiComputeProjectVmMetricListRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmMetricSeriesListRequest ¶
type ApiComputeProjectVmMetricSeriesListRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmMetricSeriesListRequest) Aligner ¶
func (r ApiComputeProjectVmMetricSeriesListRequest) Aligner(aligner string) ApiComputeProjectVmMetricSeriesListRequest
aligner
func (ApiComputeProjectVmMetricSeriesListRequest) Execute ¶
func (r ApiComputeProjectVmMetricSeriesListRequest) Execute() ([]Point, *http.Response, error)
func (ApiComputeProjectVmMetricSeriesListRequest) Interval ¶
func (r ApiComputeProjectVmMetricSeriesListRequest) Interval(interval string) ApiComputeProjectVmMetricSeriesListRequest
interval
func (ApiComputeProjectVmMetricSeriesListRequest) Timespan ¶
func (r ApiComputeProjectVmMetricSeriesListRequest) Timespan(timespan string) ApiComputeProjectVmMetricSeriesListRequest
timespan
type ApiComputeProjectVmPasswordResetRequest ¶
type ApiComputeProjectVmPasswordResetRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmPasswordResetRequest) ComputeProjectVmPasswordReset ¶
func (r ApiComputeProjectVmPasswordResetRequest) ComputeProjectVmPasswordReset(computeProjectVmPasswordReset ComputeProjectVmPasswordReset) ApiComputeProjectVmPasswordResetRequest
func (ApiComputeProjectVmPasswordResetRequest) Execute ¶
func (r ApiComputeProjectVmPasswordResetRequest) Execute() (*Vm, *http.Response, error)
func (ApiComputeProjectVmPasswordResetRequest) XDryRun ¶
func (r ApiComputeProjectVmPasswordResetRequest) XDryRun(xDryRun string) ApiComputeProjectVmPasswordResetRequest
Dry run
func (ApiComputeProjectVmPasswordResetRequest) XIdempotencyKey ¶
func (r ApiComputeProjectVmPasswordResetRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmPasswordResetRequest
Idempotency key
type ApiComputeProjectVmRestartRequest ¶
type ApiComputeProjectVmRestartRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmRestartRequest) Execute ¶
func (r ApiComputeProjectVmRestartRequest) Execute() (*Vm, *http.Response, error)
func (ApiComputeProjectVmRestartRequest) XDryRun ¶
func (r ApiComputeProjectVmRestartRequest) XDryRun(xDryRun string) ApiComputeProjectVmRestartRequest
Dry run
func (ApiComputeProjectVmRestartRequest) XIdempotencyKey ¶
func (r ApiComputeProjectVmRestartRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmRestartRequest
Idempotency key
type ApiComputeProjectVmSerialportRequest ¶
type ApiComputeProjectVmSerialportRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmSerialportRequest) ComputeProjectVmSerialport ¶
func (r ApiComputeProjectVmSerialportRequest) ComputeProjectVmSerialport(computeProjectVmSerialport ComputeProjectVmSerialport) ApiComputeProjectVmSerialportRequest
func (ApiComputeProjectVmSerialportRequest) XDryRun ¶
func (r ApiComputeProjectVmSerialportRequest) XDryRun(xDryRun string) ApiComputeProjectVmSerialportRequest
Dry run
func (ApiComputeProjectVmSerialportRequest) XIdempotencyKey ¶
func (r ApiComputeProjectVmSerialportRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmSerialportRequest
Idempotency key
type ApiComputeProjectVmServiceGetRequest ¶
type ApiComputeProjectVmServiceGetRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmServiceGetRequest) Execute ¶
func (r ApiComputeProjectVmServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiComputeProjectVmServiceListRequest ¶
type ApiComputeProjectVmServiceListRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmServiceListRequest) Execute ¶
func (r ApiComputeProjectVmServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiComputeProjectVmStartRequest ¶
type ApiComputeProjectVmStartRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmStartRequest) Execute ¶
func (r ApiComputeProjectVmStartRequest) Execute() (*Vm, *http.Response, error)
func (ApiComputeProjectVmStartRequest) XDryRun ¶
func (r ApiComputeProjectVmStartRequest) XDryRun(xDryRun string) ApiComputeProjectVmStartRequest
Dry run
func (ApiComputeProjectVmStartRequest) XIdempotencyKey ¶
func (r ApiComputeProjectVmStartRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmStartRequest
Idempotency key
type ApiComputeProjectVmStopRequest ¶
type ApiComputeProjectVmStopRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmStopRequest) Execute ¶
func (r ApiComputeProjectVmStopRequest) Execute() (*Vm, *http.Response, error)
func (ApiComputeProjectVmStopRequest) XDryRun ¶
func (r ApiComputeProjectVmStopRequest) XDryRun(xDryRun string) ApiComputeProjectVmStopRequest
Dry run
func (ApiComputeProjectVmStopRequest) XIdempotencyKey ¶
func (r ApiComputeProjectVmStopRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmStopRequest
Idempotency key
type ApiComputeProjectVmTagCreateRequest ¶
type ApiComputeProjectVmTagCreateRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmTagCreateRequest) Execute ¶
func (r ApiComputeProjectVmTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiComputeProjectVmTagCreateRequest) Tag ¶
func (r ApiComputeProjectVmTagCreateRequest) Tag(tag Tag) ApiComputeProjectVmTagCreateRequest
type ApiComputeProjectVmTagDeleteRequest ¶
type ApiComputeProjectVmTagDeleteRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmTagGetRequest ¶
type ApiComputeProjectVmTagGetRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmTagListRequest ¶
type ApiComputeProjectVmTagListRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
type ApiComputeProjectVmTagPutRequest ¶
type ApiComputeProjectVmTagPutRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmTagPutRequest) Execute ¶
func (r ApiComputeProjectVmTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiComputeProjectVmTagPutRequest) Tag ¶
func (r ApiComputeProjectVmTagPutRequest) Tag(tag []Tag) ApiComputeProjectVmTagPutRequest
type ApiComputeProjectVmTurnoffRequest ¶
type ApiComputeProjectVmTurnoffRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmTurnoffRequest) Execute ¶
func (r ApiComputeProjectVmTurnoffRequest) Execute() (*Vm, *http.Response, error)
func (ApiComputeProjectVmTurnoffRequest) XDryRun ¶
func (r ApiComputeProjectVmTurnoffRequest) XDryRun(xDryRun string) ApiComputeProjectVmTurnoffRequest
Dry run
func (ApiComputeProjectVmTurnoffRequest) XIdempotencyKey ¶
func (r ApiComputeProjectVmTurnoffRequest) XIdempotencyKey(xIdempotencyKey string) ApiComputeProjectVmTurnoffRequest
Idempotency key
type ApiComputeProjectVmUpdateRequest ¶
type ApiComputeProjectVmUpdateRequest struct { ApiService *ComputeProjectVmApiService // contains filtered or unexported fields }
func (ApiComputeProjectVmUpdateRequest) ComputeProjectVmUpdate ¶
func (r ApiComputeProjectVmUpdateRequest) ComputeProjectVmUpdate(computeProjectVmUpdate ComputeProjectVmUpdate) ApiComputeProjectVmUpdateRequest
type ApiContainerProjectRegistryCreateRequest ¶
type ApiContainerProjectRegistryCreateRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryCreateRequest) ContainerProjectRegistryCreate ¶
func (r ApiContainerProjectRegistryCreateRequest) ContainerProjectRegistryCreate(containerProjectRegistryCreate ContainerProjectRegistryCreate) ApiContainerProjectRegistryCreateRequest
func (ApiContainerProjectRegistryCreateRequest) Execute ¶
func (r ApiContainerProjectRegistryCreateRequest) Execute() (*Registry, *http.Response, error)
func (ApiContainerProjectRegistryCreateRequest) XDryRun ¶
func (r ApiContainerProjectRegistryCreateRequest) XDryRun(xDryRun string) ApiContainerProjectRegistryCreateRequest
Dry run
func (ApiContainerProjectRegistryCreateRequest) XIdempotencyKey ¶
func (r ApiContainerProjectRegistryCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiContainerProjectRegistryCreateRequest
Idempotency key
type ApiContainerProjectRegistryCredentialCreateRequest ¶
type ApiContainerProjectRegistryCredentialCreateRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryCredentialCreateRequest) Execute ¶
func (r ApiContainerProjectRegistryCredentialCreateRequest) Execute() (*RegistryCredential, *http.Response, error)
func (ApiContainerProjectRegistryCredentialCreateRequest) RegistryCredential ¶
func (r ApiContainerProjectRegistryCredentialCreateRequest) RegistryCredential(registryCredential RegistryCredential) ApiContainerProjectRegistryCredentialCreateRequest
type ApiContainerProjectRegistryCredentialDeleteRequest ¶
type ApiContainerProjectRegistryCredentialDeleteRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
type ApiContainerProjectRegistryCredentialGetRequest ¶
type ApiContainerProjectRegistryCredentialGetRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryCredentialGetRequest) Execute ¶
func (r ApiContainerProjectRegistryCredentialGetRequest) Execute() (*RegistryCredential, *http.Response, error)
type ApiContainerProjectRegistryCredentialListRequest ¶
type ApiContainerProjectRegistryCredentialListRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryCredentialListRequest) Execute ¶
func (r ApiContainerProjectRegistryCredentialListRequest) Execute() ([]RegistryCredential, *http.Response, error)
type ApiContainerProjectRegistryCredentialPatchRequest ¶
type ApiContainerProjectRegistryCredentialPatchRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryCredentialPatchRequest) ContainerProjectRegistryCredentialPatch ¶
func (r ApiContainerProjectRegistryCredentialPatchRequest) ContainerProjectRegistryCredentialPatch(containerProjectRegistryCredentialPatch ContainerProjectRegistryCredentialPatch) ApiContainerProjectRegistryCredentialPatchRequest
func (ApiContainerProjectRegistryCredentialPatchRequest) Execute ¶
func (r ApiContainerProjectRegistryCredentialPatchRequest) Execute() (*RegistryCredential, *http.Response, error)
type ApiContainerProjectRegistryDeleteRequest ¶
type ApiContainerProjectRegistryDeleteRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
type ApiContainerProjectRegistryDomainCreateRequest ¶
type ApiContainerProjectRegistryDomainCreateRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryDomainCreateRequest) Domain ¶
func (r ApiContainerProjectRegistryDomainCreateRequest) Domain(domain Domain) ApiContainerProjectRegistryDomainCreateRequest
type ApiContainerProjectRegistryDomainDeleteRequest ¶
type ApiContainerProjectRegistryDomainDeleteRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
type ApiContainerProjectRegistryDomainGetRequest ¶
type ApiContainerProjectRegistryDomainGetRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
type ApiContainerProjectRegistryDomainListRequest ¶
type ApiContainerProjectRegistryDomainListRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
type ApiContainerProjectRegistryEventGetRequest ¶
type ApiContainerProjectRegistryEventGetRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
type ApiContainerProjectRegistryEventListRequest ¶
type ApiContainerProjectRegistryEventListRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryEventListRequest) Execute ¶
func (r ApiContainerProjectRegistryEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiContainerProjectRegistryEventListRequest) Limit ¶
func (r ApiContainerProjectRegistryEventListRequest) Limit(limit float32) ApiContainerProjectRegistryEventListRequest
$limit
func (ApiContainerProjectRegistryEventListRequest) Skip ¶
func (r ApiContainerProjectRegistryEventListRequest) Skip(skip float32) ApiContainerProjectRegistryEventListRequest
$skip
type ApiContainerProjectRegistryGetRequest ¶
type ApiContainerProjectRegistryGetRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
type ApiContainerProjectRegistryListRequest ¶
type ApiContainerProjectRegistryListRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryListRequest) Execute ¶
func (r ApiContainerProjectRegistryListRequest) Execute() ([]Registry, *http.Response, error)
func (ApiContainerProjectRegistryListRequest) Name ¶
func (r ApiContainerProjectRegistryListRequest) Name(name string) ApiContainerProjectRegistryListRequest
Filter by name
func (ApiContainerProjectRegistryListRequest) TagKey ¶
func (r ApiContainerProjectRegistryListRequest) TagKey(tagKey string) ApiContainerProjectRegistryListRequest
Filter by tag.key
func (ApiContainerProjectRegistryListRequest) TagValue ¶
func (r ApiContainerProjectRegistryListRequest) TagValue(tagValue string) ApiContainerProjectRegistryListRequest
Filter by tag.value
type ApiContainerProjectRegistryRepositoryGetRequest ¶
type ApiContainerProjectRegistryRepositoryGetRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryRepositoryGetRequest) Execute ¶
func (r ApiContainerProjectRegistryRepositoryGetRequest) Execute() (*ContainerRepository, *http.Response, error)
type ApiContainerProjectRegistryRepositoryImageDeleteRequest ¶
type ApiContainerProjectRegistryRepositoryImageDeleteRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
type ApiContainerProjectRegistryRepositoryImageGetRequest ¶
type ApiContainerProjectRegistryRepositoryImageGetRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryRepositoryImageGetRequest) Execute ¶
func (r ApiContainerProjectRegistryRepositoryImageGetRequest) Execute() (*ContainerImage, *http.Response, error)
type ApiContainerProjectRegistryRepositoryImageListRequest ¶
type ApiContainerProjectRegistryRepositoryImageListRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryRepositoryImageListRequest) Execute ¶
func (r ApiContainerProjectRegistryRepositoryImageListRequest) Execute() ([]ContainerImage, *http.Response, error)
type ApiContainerProjectRegistryRepositoryListRequest ¶
type ApiContainerProjectRegistryRepositoryListRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryRepositoryListRequest) Execute ¶
func (r ApiContainerProjectRegistryRepositoryListRequest) Execute() ([]ContainerRepository, *http.Response, error)
type ApiContainerProjectRegistryServiceGetRequest ¶
type ApiContainerProjectRegistryServiceGetRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryServiceGetRequest) Execute ¶
func (r ApiContainerProjectRegistryServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiContainerProjectRegistryServiceListRequest ¶
type ApiContainerProjectRegistryServiceListRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryServiceListRequest) Execute ¶
func (r ApiContainerProjectRegistryServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiContainerProjectRegistryStartRequest ¶
type ApiContainerProjectRegistryStartRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryStartRequest) Execute ¶
func (r ApiContainerProjectRegistryStartRequest) Execute() (*Registry, *http.Response, error)
func (ApiContainerProjectRegistryStartRequest) XDryRun ¶
func (r ApiContainerProjectRegistryStartRequest) XDryRun(xDryRun string) ApiContainerProjectRegistryStartRequest
Dry run
func (ApiContainerProjectRegistryStartRequest) XIdempotencyKey ¶
func (r ApiContainerProjectRegistryStartRequest) XIdempotencyKey(xIdempotencyKey string) ApiContainerProjectRegistryStartRequest
Idempotency key
type ApiContainerProjectRegistryStopRequest ¶
type ApiContainerProjectRegistryStopRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryStopRequest) Execute ¶
func (r ApiContainerProjectRegistryStopRequest) Execute() (*Registry, *http.Response, error)
func (ApiContainerProjectRegistryStopRequest) XDryRun ¶
func (r ApiContainerProjectRegistryStopRequest) XDryRun(xDryRun string) ApiContainerProjectRegistryStopRequest
Dry run
func (ApiContainerProjectRegistryStopRequest) XIdempotencyKey ¶
func (r ApiContainerProjectRegistryStopRequest) XIdempotencyKey(xIdempotencyKey string) ApiContainerProjectRegistryStopRequest
Idempotency key
type ApiContainerProjectRegistryTagCreateRequest ¶
type ApiContainerProjectRegistryTagCreateRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryTagCreateRequest) Execute ¶
func (r ApiContainerProjectRegistryTagCreateRequest) Execute() (*Tag, *http.Response, error)
type ApiContainerProjectRegistryTagDeleteRequest ¶
type ApiContainerProjectRegistryTagDeleteRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
type ApiContainerProjectRegistryTagGetRequest ¶
type ApiContainerProjectRegistryTagGetRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
type ApiContainerProjectRegistryTagListRequest ¶
type ApiContainerProjectRegistryTagListRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
type ApiContainerProjectRegistryTagPutRequest ¶
type ApiContainerProjectRegistryTagPutRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryTagPutRequest) Execute ¶
func (r ApiContainerProjectRegistryTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiContainerProjectRegistryTagPutRequest) Tag ¶
func (r ApiContainerProjectRegistryTagPutRequest) Tag(tag []Tag) ApiContainerProjectRegistryTagPutRequest
type ApiContainerProjectRegistryTransferRequest ¶
type ApiContainerProjectRegistryTransferRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryTransferRequest) ContainerProjectRegistryTransfer ¶
func (r ApiContainerProjectRegistryTransferRequest) ContainerProjectRegistryTransfer(containerProjectRegistryTransfer ContainerProjectRegistryTransfer) ApiContainerProjectRegistryTransferRequest
func (ApiContainerProjectRegistryTransferRequest) Execute ¶
func (r ApiContainerProjectRegistryTransferRequest) Execute() (*Registry, *http.Response, error)
func (ApiContainerProjectRegistryTransferRequest) XDryRun ¶
func (r ApiContainerProjectRegistryTransferRequest) XDryRun(xDryRun string) ApiContainerProjectRegistryTransferRequest
Dry run
func (ApiContainerProjectRegistryTransferRequest) XIdempotencyKey ¶
func (r ApiContainerProjectRegistryTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiContainerProjectRegistryTransferRequest
Idempotency key
type ApiContainerProjectRegistryUpdateRequest ¶
type ApiContainerProjectRegistryUpdateRequest struct { ApiService *ContainerProjectRegistryApiService // contains filtered or unexported fields }
func (ApiContainerProjectRegistryUpdateRequest) ContainerProjectRegistryUpdate ¶
func (r ApiContainerProjectRegistryUpdateRequest) ContainerProjectRegistryUpdate(containerProjectRegistryUpdate ContainerProjectRegistryUpdate) ApiContainerProjectRegistryUpdateRequest
type ApiDnsProjectZoneCreateRequest ¶
type ApiDnsProjectZoneCreateRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneCreateRequest) DnsProjectZoneCreate ¶
func (r ApiDnsProjectZoneCreateRequest) DnsProjectZoneCreate(dnsProjectZoneCreate DnsProjectZoneCreate) ApiDnsProjectZoneCreateRequest
func (ApiDnsProjectZoneCreateRequest) Execute ¶
func (r ApiDnsProjectZoneCreateRequest) Execute() (*Zone, *http.Response, error)
func (ApiDnsProjectZoneCreateRequest) XDryRun ¶
func (r ApiDnsProjectZoneCreateRequest) XDryRun(xDryRun string) ApiDnsProjectZoneCreateRequest
Dry run
func (ApiDnsProjectZoneCreateRequest) XIdempotencyKey ¶
func (r ApiDnsProjectZoneCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiDnsProjectZoneCreateRequest
Idempotency key
type ApiDnsProjectZoneDeleteRequest ¶
type ApiDnsProjectZoneDeleteRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
type ApiDnsProjectZoneEventGetRequest ¶
type ApiDnsProjectZoneEventGetRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
type ApiDnsProjectZoneEventListRequest ¶
type ApiDnsProjectZoneEventListRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneEventListRequest) Execute ¶
func (r ApiDnsProjectZoneEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiDnsProjectZoneEventListRequest) Limit ¶
func (r ApiDnsProjectZoneEventListRequest) Limit(limit float32) ApiDnsProjectZoneEventListRequest
$limit
func (ApiDnsProjectZoneEventListRequest) Skip ¶
func (r ApiDnsProjectZoneEventListRequest) Skip(skip float32) ApiDnsProjectZoneEventListRequest
$skip
type ApiDnsProjectZoneGetRequest ¶
type ApiDnsProjectZoneGetRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
type ApiDnsProjectZoneListRequest ¶
type ApiDnsProjectZoneListRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneListRequest) Execute ¶
func (r ApiDnsProjectZoneListRequest) Execute() ([]Zone, *http.Response, error)
func (ApiDnsProjectZoneListRequest) Name ¶
func (r ApiDnsProjectZoneListRequest) Name(name string) ApiDnsProjectZoneListRequest
Filter by name
func (ApiDnsProjectZoneListRequest) TagKey ¶
func (r ApiDnsProjectZoneListRequest) TagKey(tagKey string) ApiDnsProjectZoneListRequest
Filter by tag.key
func (ApiDnsProjectZoneListRequest) TagValue ¶
func (r ApiDnsProjectZoneListRequest) TagValue(tagValue string) ApiDnsProjectZoneListRequest
Filter by tag.value
type ApiDnsProjectZoneRecordsetCreateRequest ¶
type ApiDnsProjectZoneRecordsetCreateRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneRecordsetCreateRequest) DnsRecordset ¶
func (r ApiDnsProjectZoneRecordsetCreateRequest) DnsRecordset(dnsRecordset DnsRecordset) ApiDnsProjectZoneRecordsetCreateRequest
func (ApiDnsProjectZoneRecordsetCreateRequest) Execute ¶
func (r ApiDnsProjectZoneRecordsetCreateRequest) Execute() (*DnsRecordset, *http.Response, error)
type ApiDnsProjectZoneRecordsetDeleteRequest ¶
type ApiDnsProjectZoneRecordsetDeleteRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
type ApiDnsProjectZoneRecordsetGetRequest ¶
type ApiDnsProjectZoneRecordsetGetRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneRecordsetGetRequest) Execute ¶
func (r ApiDnsProjectZoneRecordsetGetRequest) Execute() (*DnsRecordset, *http.Response, error)
type ApiDnsProjectZoneRecordsetListRequest ¶
type ApiDnsProjectZoneRecordsetListRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneRecordsetListRequest) Execute ¶
func (r ApiDnsProjectZoneRecordsetListRequest) Execute() ([]DnsRecordset, *http.Response, error)
type ApiDnsProjectZoneRecordsetPatchRequest ¶
type ApiDnsProjectZoneRecordsetPatchRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneRecordsetPatchRequest) DnsProjectZoneRecordsetPatch ¶
func (r ApiDnsProjectZoneRecordsetPatchRequest) DnsProjectZoneRecordsetPatch(dnsProjectZoneRecordsetPatch DnsProjectZoneRecordsetPatch) ApiDnsProjectZoneRecordsetPatchRequest
func (ApiDnsProjectZoneRecordsetPatchRequest) Execute ¶
func (r ApiDnsProjectZoneRecordsetPatchRequest) Execute() (*DnsRecordset, *http.Response, error)
type ApiDnsProjectZoneRecordsetRecordCreateRequest ¶
type ApiDnsProjectZoneRecordsetRecordCreateRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneRecordsetRecordCreateRequest) DnsRecord ¶
func (r ApiDnsProjectZoneRecordsetRecordCreateRequest) DnsRecord(dnsRecord DnsRecord) ApiDnsProjectZoneRecordsetRecordCreateRequest
type ApiDnsProjectZoneRecordsetRecordDeleteRequest ¶
type ApiDnsProjectZoneRecordsetRecordDeleteRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
type ApiDnsProjectZoneRecordsetRecordGetRequest ¶
type ApiDnsProjectZoneRecordsetRecordGetRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
type ApiDnsProjectZoneRecordsetRecordListRequest ¶
type ApiDnsProjectZoneRecordsetRecordListRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
type ApiDnsProjectZoneRecordsetRecordPutRequest ¶
type ApiDnsProjectZoneRecordsetRecordPutRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneRecordsetRecordPutRequest) DnsRecord ¶
func (r ApiDnsProjectZoneRecordsetRecordPutRequest) DnsRecord(dnsRecord []DnsRecord) ApiDnsProjectZoneRecordsetRecordPutRequest
type ApiDnsProjectZoneServiceGetRequest ¶
type ApiDnsProjectZoneServiceGetRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneServiceGetRequest) Execute ¶
func (r ApiDnsProjectZoneServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiDnsProjectZoneServiceListRequest ¶
type ApiDnsProjectZoneServiceListRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneServiceListRequest) Execute ¶
func (r ApiDnsProjectZoneServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiDnsProjectZoneTagCreateRequest ¶
type ApiDnsProjectZoneTagCreateRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneTagCreateRequest) Execute ¶
func (r ApiDnsProjectZoneTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiDnsProjectZoneTagCreateRequest) Tag ¶
func (r ApiDnsProjectZoneTagCreateRequest) Tag(tag Tag) ApiDnsProjectZoneTagCreateRequest
type ApiDnsProjectZoneTagDeleteRequest ¶
type ApiDnsProjectZoneTagDeleteRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
type ApiDnsProjectZoneTagGetRequest ¶
type ApiDnsProjectZoneTagGetRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
type ApiDnsProjectZoneTagListRequest ¶
type ApiDnsProjectZoneTagListRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
type ApiDnsProjectZoneTagPutRequest ¶
type ApiDnsProjectZoneTagPutRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneTagPutRequest) Execute ¶
func (r ApiDnsProjectZoneTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiDnsProjectZoneTagPutRequest) Tag ¶
func (r ApiDnsProjectZoneTagPutRequest) Tag(tag []Tag) ApiDnsProjectZoneTagPutRequest
type ApiDnsProjectZoneUpdateRequest ¶
type ApiDnsProjectZoneUpdateRequest struct { ApiService *DnsProjectZoneApiService // contains filtered or unexported fields }
func (ApiDnsProjectZoneUpdateRequest) DnsProjectZoneUpdate ¶
func (r ApiDnsProjectZoneUpdateRequest) DnsProjectZoneUpdate(dnsProjectZoneUpdate DnsProjectZoneUpdate) ApiDnsProjectZoneUpdateRequest
type ApiIamOrganisationBillingListRequest ¶
type ApiIamOrganisationBillingListRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationBillingListRequest) End ¶
func (r ApiIamOrganisationBillingListRequest) End(end time.Time) ApiIamOrganisationBillingListRequest
end
func (ApiIamOrganisationBillingListRequest) Execute ¶
func (r ApiIamOrganisationBillingListRequest) Execute() ([]Billing, *http.Response, error)
func (ApiIamOrganisationBillingListRequest) ResourceType ¶
func (r ApiIamOrganisationBillingListRequest) ResourceType(resourceType string) ApiIamOrganisationBillingListRequest
resource.type
func (ApiIamOrganisationBillingListRequest) Start ¶
func (r ApiIamOrganisationBillingListRequest) Start(start time.Time) ApiIamOrganisationBillingListRequest
start
type ApiIamOrganisationCreateRequest ¶
type ApiIamOrganisationCreateRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationCreateRequest) Execute ¶
func (r ApiIamOrganisationCreateRequest) Execute() (*Organisation, *http.Response, error)
func (ApiIamOrganisationCreateRequest) IamOrganisationCreate ¶
func (r ApiIamOrganisationCreateRequest) IamOrganisationCreate(iamOrganisationCreate IamOrganisationCreate) ApiIamOrganisationCreateRequest
func (ApiIamOrganisationCreateRequest) XDryRun ¶
func (r ApiIamOrganisationCreateRequest) XDryRun(xDryRun string) ApiIamOrganisationCreateRequest
Dry run
func (ApiIamOrganisationCreateRequest) XIdempotencyKey ¶
func (r ApiIamOrganisationCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamOrganisationCreateRequest
Idempotency key
type ApiIamOrganisationDeleteRequest ¶
type ApiIamOrganisationDeleteRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationDeleteRequest) Execute ¶
func (r ApiIamOrganisationDeleteRequest) Execute() (*Organisation, *http.Response, error)
type ApiIamOrganisationEventGetRequest ¶
type ApiIamOrganisationEventGetRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationEventListRequest ¶
type ApiIamOrganisationEventListRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationEventListRequest) Execute ¶
func (r ApiIamOrganisationEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiIamOrganisationEventListRequest) Limit ¶
func (r ApiIamOrganisationEventListRequest) Limit(limit float32) ApiIamOrganisationEventListRequest
$limit
func (ApiIamOrganisationEventListRequest) Skip ¶
func (r ApiIamOrganisationEventListRequest) Skip(skip float32) ApiIamOrganisationEventListRequest
$skip
type ApiIamOrganisationGetRequest ¶
type ApiIamOrganisationGetRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationGetRequest) Execute ¶
func (r ApiIamOrganisationGetRequest) Execute() (*Organisation, *http.Response, error)
type ApiIamOrganisationInvitationAcceptRequest ¶
type ApiIamOrganisationInvitationAcceptRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationInvitationAcceptRequest) Execute ¶
func (r ApiIamOrganisationInvitationAcceptRequest) Execute() (*Invitation, *http.Response, error)
func (ApiIamOrganisationInvitationAcceptRequest) IamOrganisationInvitationAccept ¶
func (r ApiIamOrganisationInvitationAcceptRequest) IamOrganisationInvitationAccept(iamOrganisationInvitationAccept IamOrganisationInvitationAccept) ApiIamOrganisationInvitationAcceptRequest
type ApiIamOrganisationInvitationDeleteRequest ¶
type ApiIamOrganisationInvitationDeleteRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationInvitationGetRequest ¶
type ApiIamOrganisationInvitationGetRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationInvitationGetRequest) Execute ¶
func (r ApiIamOrganisationInvitationGetRequest) Execute() (*Invitation, *http.Response, error)
type ApiIamOrganisationInvitationListRequest ¶
type ApiIamOrganisationInvitationListRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationInvitationListRequest) Execute ¶
func (r ApiIamOrganisationInvitationListRequest) Execute() ([]Invitation, *http.Response, error)
func (ApiIamOrganisationInvitationListRequest) Resource ¶
func (r ApiIamOrganisationInvitationListRequest) Resource(resource string) ApiIamOrganisationInvitationListRequest
resource
type ApiIamOrganisationInvoiceDownloadRequest ¶
type ApiIamOrganisationInvoiceDownloadRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationInvoiceGetRequest ¶
type ApiIamOrganisationInvoiceGetRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationInvoiceListRequest ¶
type ApiIamOrganisationInvoiceListRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationListRequest ¶
type ApiIamOrganisationListRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationListRequest) Active ¶
func (r ApiIamOrganisationListRequest) Active(active bool) ApiIamOrganisationListRequest
Filter by active
func (ApiIamOrganisationListRequest) BillingCompany ¶
func (r ApiIamOrganisationListRequest) BillingCompany(billingCompany string) ApiIamOrganisationListRequest
Filter by billing.company
func (ApiIamOrganisationListRequest) Execute ¶
func (r ApiIamOrganisationListRequest) Execute() ([]Organisation, *http.Response, error)
func (ApiIamOrganisationListRequest) Limit ¶
func (r ApiIamOrganisationListRequest) Limit(limit float32) ApiIamOrganisationListRequest
Filter by $limit
func (ApiIamOrganisationListRequest) Name ¶
func (r ApiIamOrganisationListRequest) Name(name string) ApiIamOrganisationListRequest
Filter by name
type ApiIamOrganisationOwnershipCreateRequest ¶
type ApiIamOrganisationOwnershipCreateRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationOwnershipCreateRequest) Execute ¶
func (r ApiIamOrganisationOwnershipCreateRequest) Execute() (*Organisation, *http.Response, error)
func (ApiIamOrganisationOwnershipCreateRequest) IamOrganisationOwnershipCreate ¶
func (r ApiIamOrganisationOwnershipCreateRequest) IamOrganisationOwnershipCreate(iamOrganisationOwnershipCreate IamOrganisationOwnershipCreate) ApiIamOrganisationOwnershipCreateRequest
type ApiIamOrganisationOwnershipDeleteRequest ¶
type ApiIamOrganisationOwnershipDeleteRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationOwnershipGetRequest ¶
type ApiIamOrganisationOwnershipGetRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationOwnershipListRequest ¶
type ApiIamOrganisationOwnershipListRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationPaymentAllocateRequest ¶
type ApiIamOrganisationPaymentAllocateRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPaymentAllocateRequest) Execute ¶
func (r ApiIamOrganisationPaymentAllocateRequest) Execute() (*Payment, *http.Response, error)
func (ApiIamOrganisationPaymentAllocateRequest) IamOrganisationPaymentAllocate ¶
func (r ApiIamOrganisationPaymentAllocateRequest) IamOrganisationPaymentAllocate(iamOrganisationPaymentAllocate IamOrganisationPaymentAllocate) ApiIamOrganisationPaymentAllocateRequest
type ApiIamOrganisationPaymentGetRequest ¶
type ApiIamOrganisationPaymentGetRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationPaymentListRequest ¶
type ApiIamOrganisationPaymentListRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationPolicyActorCreateRequest ¶
type ApiIamOrganisationPolicyActorCreateRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyActorCreateRequest) Execute ¶
func (r ApiIamOrganisationPolicyActorCreateRequest) Execute() (*IamActorOrGroup, *http.Response, error)
func (ApiIamOrganisationPolicyActorCreateRequest) IamActorOrGroup ¶
func (r ApiIamOrganisationPolicyActorCreateRequest) IamActorOrGroup(iamActorOrGroup IamActorOrGroup) ApiIamOrganisationPolicyActorCreateRequest
type ApiIamOrganisationPolicyActorDeleteRequest ¶
type ApiIamOrganisationPolicyActorDeleteRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyActorDeleteRequest) Execute ¶
func (r ApiIamOrganisationPolicyActorDeleteRequest) Execute() (*IamActorOrGroup, *http.Response, error)
type ApiIamOrganisationPolicyActorGetRequest ¶
type ApiIamOrganisationPolicyActorGetRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyActorGetRequest) Execute ¶
func (r ApiIamOrganisationPolicyActorGetRequest) Execute() (*IamActorOrGroup, *http.Response, error)
type ApiIamOrganisationPolicyActorListRequest ¶
type ApiIamOrganisationPolicyActorListRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyActorListRequest) Execute ¶
func (r ApiIamOrganisationPolicyActorListRequest) Execute() ([]IamActorOrGroup, *http.Response, error)
type ApiIamOrganisationPolicyCreateRequest ¶
type ApiIamOrganisationPolicyCreateRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyCreateRequest) Execute ¶
func (r ApiIamOrganisationPolicyCreateRequest) Execute() (*Policy, *http.Response, error)
func (ApiIamOrganisationPolicyCreateRequest) IamProjectPolicyCreate ¶
func (r ApiIamOrganisationPolicyCreateRequest) IamProjectPolicyCreate(iamProjectPolicyCreate IamProjectPolicyCreate) ApiIamOrganisationPolicyCreateRequest
func (ApiIamOrganisationPolicyCreateRequest) XDryRun ¶
func (r ApiIamOrganisationPolicyCreateRequest) XDryRun(xDryRun string) ApiIamOrganisationPolicyCreateRequest
Dry run
func (ApiIamOrganisationPolicyCreateRequest) XIdempotencyKey ¶
func (r ApiIamOrganisationPolicyCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamOrganisationPolicyCreateRequest
Idempotency key
type ApiIamOrganisationPolicyDeleteRequest ¶
type ApiIamOrganisationPolicyDeleteRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
type ApiIamOrganisationPolicyEventGetRequest ¶
type ApiIamOrganisationPolicyEventGetRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
type ApiIamOrganisationPolicyEventListRequest ¶
type ApiIamOrganisationPolicyEventListRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyEventListRequest) Execute ¶
func (r ApiIamOrganisationPolicyEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiIamOrganisationPolicyEventListRequest) Limit ¶
func (r ApiIamOrganisationPolicyEventListRequest) Limit(limit float32) ApiIamOrganisationPolicyEventListRequest
$limit
func (ApiIamOrganisationPolicyEventListRequest) Skip ¶
func (r ApiIamOrganisationPolicyEventListRequest) Skip(skip float32) ApiIamOrganisationPolicyEventListRequest
$skip
type ApiIamOrganisationPolicyGetRequest ¶
type ApiIamOrganisationPolicyGetRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
type ApiIamOrganisationPolicyListRequest ¶
type ApiIamOrganisationPolicyListRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyListRequest) Execute ¶
func (r ApiIamOrganisationPolicyListRequest) Execute() ([]Policy, *http.Response, error)
func (ApiIamOrganisationPolicyListRequest) Name ¶
func (r ApiIamOrganisationPolicyListRequest) Name(name string) ApiIamOrganisationPolicyListRequest
Filter by name
func (ApiIamOrganisationPolicyListRequest) Resource ¶
func (r ApiIamOrganisationPolicyListRequest) Resource(resource string) ApiIamOrganisationPolicyListRequest
Filter by resource
func (ApiIamOrganisationPolicyListRequest) TagKey ¶
func (r ApiIamOrganisationPolicyListRequest) TagKey(tagKey string) ApiIamOrganisationPolicyListRequest
Filter by tag.key
func (ApiIamOrganisationPolicyListRequest) TagValue ¶
func (r ApiIamOrganisationPolicyListRequest) TagValue(tagValue string) ApiIamOrganisationPolicyListRequest
Filter by tag.value
type ApiIamOrganisationPolicyServiceGetRequest ¶
type ApiIamOrganisationPolicyServiceGetRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyServiceGetRequest) Execute ¶
func (r ApiIamOrganisationPolicyServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiIamOrganisationPolicyServiceListRequest ¶
type ApiIamOrganisationPolicyServiceListRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyServiceListRequest) Execute ¶
func (r ApiIamOrganisationPolicyServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiIamOrganisationPolicyTagCreateRequest ¶
type ApiIamOrganisationPolicyTagCreateRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyTagCreateRequest) Execute ¶
func (r ApiIamOrganisationPolicyTagCreateRequest) Execute() (*Tag, *http.Response, error)
type ApiIamOrganisationPolicyTagDeleteRequest ¶
type ApiIamOrganisationPolicyTagDeleteRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
type ApiIamOrganisationPolicyTagGetRequest ¶
type ApiIamOrganisationPolicyTagGetRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
type ApiIamOrganisationPolicyTagListRequest ¶
type ApiIamOrganisationPolicyTagListRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
type ApiIamOrganisationPolicyTagPutRequest ¶
type ApiIamOrganisationPolicyTagPutRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyTagPutRequest) Execute ¶
func (r ApiIamOrganisationPolicyTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiIamOrganisationPolicyTagPutRequest) Tag ¶
func (r ApiIamOrganisationPolicyTagPutRequest) Tag(tag []Tag) ApiIamOrganisationPolicyTagPutRequest
type ApiIamOrganisationPolicyUpdateRequest ¶
type ApiIamOrganisationPolicyUpdateRequest struct { ApiService *IamOrganisationPolicyApiService // contains filtered or unexported fields }
func (ApiIamOrganisationPolicyUpdateRequest) Execute ¶
func (r ApiIamOrganisationPolicyUpdateRequest) Execute() (*Policy, *http.Response, error)
func (ApiIamOrganisationPolicyUpdateRequest) IamProjectPolicyUpdate ¶
func (r ApiIamOrganisationPolicyUpdateRequest) IamProjectPolicyUpdate(iamProjectPolicyUpdate IamProjectPolicyUpdate) ApiIamOrganisationPolicyUpdateRequest
type ApiIamOrganisationProformaCreateRequest ¶
type ApiIamOrganisationProformaCreateRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationProformaCreateRequest) Execute ¶
func (r ApiIamOrganisationProformaCreateRequest) Execute() (*Proforma, *http.Response, error)
func (ApiIamOrganisationProformaCreateRequest) IamOrganisationProformaCreate ¶
func (r ApiIamOrganisationProformaCreateRequest) IamOrganisationProformaCreate(iamOrganisationProformaCreate IamOrganisationProformaCreate) ApiIamOrganisationProformaCreateRequest
type ApiIamOrganisationProformaDownloadRequest ¶
type ApiIamOrganisationProformaDownloadRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationProformaGetRequest ¶
type ApiIamOrganisationProformaGetRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationProformaListRequest ¶
type ApiIamOrganisationProformaListRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationRoleCreateRequest ¶
type ApiIamOrganisationRoleCreateRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRoleCreateRequest) Execute ¶
func (r ApiIamOrganisationRoleCreateRequest) Execute() (*Role, *http.Response, error)
func (ApiIamOrganisationRoleCreateRequest) IamProjectRoleCreate ¶
func (r ApiIamOrganisationRoleCreateRequest) IamProjectRoleCreate(iamProjectRoleCreate IamProjectRoleCreate) ApiIamOrganisationRoleCreateRequest
func (ApiIamOrganisationRoleCreateRequest) XDryRun ¶
func (r ApiIamOrganisationRoleCreateRequest) XDryRun(xDryRun string) ApiIamOrganisationRoleCreateRequest
Dry run
func (ApiIamOrganisationRoleCreateRequest) XIdempotencyKey ¶
func (r ApiIamOrganisationRoleCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamOrganisationRoleCreateRequest
Idempotency key
type ApiIamOrganisationRoleDeleteRequest ¶
type ApiIamOrganisationRoleDeleteRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
type ApiIamOrganisationRoleEventGetRequest ¶
type ApiIamOrganisationRoleEventGetRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
type ApiIamOrganisationRoleEventListRequest ¶
type ApiIamOrganisationRoleEventListRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRoleEventListRequest) Execute ¶
func (r ApiIamOrganisationRoleEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiIamOrganisationRoleEventListRequest) Limit ¶
func (r ApiIamOrganisationRoleEventListRequest) Limit(limit float32) ApiIamOrganisationRoleEventListRequest
$limit
func (ApiIamOrganisationRoleEventListRequest) Skip ¶
func (r ApiIamOrganisationRoleEventListRequest) Skip(skip float32) ApiIamOrganisationRoleEventListRequest
$skip
type ApiIamOrganisationRoleGetRequest ¶
type ApiIamOrganisationRoleGetRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
type ApiIamOrganisationRoleListRequest ¶
type ApiIamOrganisationRoleListRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRoleListRequest) Execute ¶
func (r ApiIamOrganisationRoleListRequest) Execute() ([]Role, *http.Response, error)
func (ApiIamOrganisationRoleListRequest) Name ¶
func (r ApiIamOrganisationRoleListRequest) Name(name string) ApiIamOrganisationRoleListRequest
Filter by name
func (ApiIamOrganisationRoleListRequest) TagKey ¶
func (r ApiIamOrganisationRoleListRequest) TagKey(tagKey string) ApiIamOrganisationRoleListRequest
Filter by tag.key
func (ApiIamOrganisationRoleListRequest) TagValue ¶
func (r ApiIamOrganisationRoleListRequest) TagValue(tagValue string) ApiIamOrganisationRoleListRequest
Filter by tag.value
type ApiIamOrganisationRolePermissionCreateRequest ¶
type ApiIamOrganisationRolePermissionCreateRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRolePermissionCreateRequest) Execute ¶
func (r ApiIamOrganisationRolePermissionCreateRequest) Execute() (*IamPermission, *http.Response, error)
func (ApiIamOrganisationRolePermissionCreateRequest) IamPermission ¶
func (r ApiIamOrganisationRolePermissionCreateRequest) IamPermission(iamPermission IamPermission) ApiIamOrganisationRolePermissionCreateRequest
type ApiIamOrganisationRolePermissionDeleteRequest ¶
type ApiIamOrganisationRolePermissionDeleteRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRolePermissionDeleteRequest) Execute ¶
func (r ApiIamOrganisationRolePermissionDeleteRequest) Execute() (*IamPermission, *http.Response, error)
type ApiIamOrganisationRolePermissionGetRequest ¶
type ApiIamOrganisationRolePermissionGetRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRolePermissionGetRequest) Execute ¶
func (r ApiIamOrganisationRolePermissionGetRequest) Execute() (*IamPermission, *http.Response, error)
type ApiIamOrganisationRolePermissionListRequest ¶
type ApiIamOrganisationRolePermissionListRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRolePermissionListRequest) Execute ¶
func (r ApiIamOrganisationRolePermissionListRequest) Execute() ([]IamPermission, *http.Response, error)
type ApiIamOrganisationRolePermissionPutRequest ¶
type ApiIamOrganisationRolePermissionPutRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRolePermissionPutRequest) Execute ¶
func (r ApiIamOrganisationRolePermissionPutRequest) Execute() ([]IamPermission, *http.Response, error)
func (ApiIamOrganisationRolePermissionPutRequest) IamPermission ¶
func (r ApiIamOrganisationRolePermissionPutRequest) IamPermission(iamPermission []IamPermission) ApiIamOrganisationRolePermissionPutRequest
type ApiIamOrganisationRoleServiceGetRequest ¶
type ApiIamOrganisationRoleServiceGetRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRoleServiceGetRequest) Execute ¶
func (r ApiIamOrganisationRoleServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiIamOrganisationRoleServiceListRequest ¶
type ApiIamOrganisationRoleServiceListRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRoleServiceListRequest) Execute ¶
func (r ApiIamOrganisationRoleServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiIamOrganisationRoleTagCreateRequest ¶
type ApiIamOrganisationRoleTagCreateRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRoleTagCreateRequest) Execute ¶
func (r ApiIamOrganisationRoleTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiIamOrganisationRoleTagCreateRequest) Tag ¶
func (r ApiIamOrganisationRoleTagCreateRequest) Tag(tag Tag) ApiIamOrganisationRoleTagCreateRequest
type ApiIamOrganisationRoleTagDeleteRequest ¶
type ApiIamOrganisationRoleTagDeleteRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
type ApiIamOrganisationRoleTagGetRequest ¶
type ApiIamOrganisationRoleTagGetRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
type ApiIamOrganisationRoleTagListRequest ¶
type ApiIamOrganisationRoleTagListRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
type ApiIamOrganisationRoleTagPutRequest ¶
type ApiIamOrganisationRoleTagPutRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRoleTagPutRequest) Execute ¶
func (r ApiIamOrganisationRoleTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiIamOrganisationRoleTagPutRequest) Tag ¶
func (r ApiIamOrganisationRoleTagPutRequest) Tag(tag []Tag) ApiIamOrganisationRoleTagPutRequest
type ApiIamOrganisationRoleUpdateRequest ¶
type ApiIamOrganisationRoleUpdateRequest struct { ApiService *IamOrganisationRoleApiService // contains filtered or unexported fields }
func (ApiIamOrganisationRoleUpdateRequest) Execute ¶
func (r ApiIamOrganisationRoleUpdateRequest) Execute() (*Role, *http.Response, error)
func (ApiIamOrganisationRoleUpdateRequest) IamProjectRoleUpdate ¶
func (r ApiIamOrganisationRoleUpdateRequest) IamProjectRoleUpdate(iamProjectRoleUpdate IamProjectRoleUpdate) ApiIamOrganisationRoleUpdateRequest
type ApiIamOrganisationServiceGetRequest ¶
type ApiIamOrganisationServiceGetRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationServiceGetRequest) Execute ¶
func (r ApiIamOrganisationServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiIamOrganisationServiceListRequest ¶
type ApiIamOrganisationServiceListRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationServiceListRequest) Execute ¶
func (r ApiIamOrganisationServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiIamOrganisationTransferAcceptRequest ¶
type ApiIamOrganisationTransferAcceptRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationTransferAcceptRequest) Execute ¶
func (r ApiIamOrganisationTransferAcceptRequest) Execute() (*Transfer, *http.Response, error)
func (ApiIamOrganisationTransferAcceptRequest) IamOrganisationTransferAccept ¶
func (r ApiIamOrganisationTransferAcceptRequest) IamOrganisationTransferAccept(iamOrganisationTransferAccept IamOrganisationTransferAccept) ApiIamOrganisationTransferAcceptRequest
type ApiIamOrganisationTransferGetRequest ¶
type ApiIamOrganisationTransferGetRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationTransferListRequest ¶
type ApiIamOrganisationTransferListRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
type ApiIamOrganisationUpdateRequest ¶
type ApiIamOrganisationUpdateRequest struct { ApiService *IamOrganisationApiService // contains filtered or unexported fields }
func (ApiIamOrganisationUpdateRequest) Execute ¶
func (r ApiIamOrganisationUpdateRequest) Execute() (*Organisation, *http.Response, error)
func (ApiIamOrganisationUpdateRequest) IamOrganisationUpdate ¶
func (r ApiIamOrganisationUpdateRequest) IamOrganisationUpdate(iamOrganisationUpdate IamOrganisationUpdate) ApiIamOrganisationUpdateRequest
type ApiIamProjectApplicationCreateRequest ¶
type ApiIamProjectApplicationCreateRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationCreateRequest) Execute ¶
func (r ApiIamProjectApplicationCreateRequest) Execute() (*Application, *http.Response, error)
func (ApiIamProjectApplicationCreateRequest) IamProjectApplicationCreate ¶
func (r ApiIamProjectApplicationCreateRequest) IamProjectApplicationCreate(iamProjectApplicationCreate IamProjectApplicationCreate) ApiIamProjectApplicationCreateRequest
func (ApiIamProjectApplicationCreateRequest) XDryRun ¶
func (r ApiIamProjectApplicationCreateRequest) XDryRun(xDryRun string) ApiIamProjectApplicationCreateRequest
Dry run
func (ApiIamProjectApplicationCreateRequest) XIdempotencyKey ¶
func (r ApiIamProjectApplicationCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectApplicationCreateRequest
Idempotency key
type ApiIamProjectApplicationCredentialCreateRequest ¶
type ApiIamProjectApplicationCredentialCreateRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationCredentialCreateRequest) ApplicationCredential ¶
func (r ApiIamProjectApplicationCredentialCreateRequest) ApplicationCredential(applicationCredential ApplicationCredential) ApiIamProjectApplicationCredentialCreateRequest
func (ApiIamProjectApplicationCredentialCreateRequest) Execute ¶
func (r ApiIamProjectApplicationCredentialCreateRequest) Execute() (*ApplicationCredential, *http.Response, error)
type ApiIamProjectApplicationCredentialDeleteRequest ¶
type ApiIamProjectApplicationCredentialDeleteRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationCredentialDeleteRequest) Execute ¶
func (r ApiIamProjectApplicationCredentialDeleteRequest) Execute() (*Application, *http.Response, error)
type ApiIamProjectApplicationCredentialGetRequest ¶
type ApiIamProjectApplicationCredentialGetRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationCredentialGetRequest) Execute ¶
func (r ApiIamProjectApplicationCredentialGetRequest) Execute() (*ApplicationCredential, *http.Response, error)
type ApiIamProjectApplicationCredentialListRequest ¶
type ApiIamProjectApplicationCredentialListRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationCredentialListRequest) Execute ¶
func (r ApiIamProjectApplicationCredentialListRequest) Execute() ([]ApplicationCredential, *http.Response, error)
type ApiIamProjectApplicationCredentialPatchRequest ¶
type ApiIamProjectApplicationCredentialPatchRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationCredentialPatchRequest) Execute ¶
func (r ApiIamProjectApplicationCredentialPatchRequest) Execute() (*ApplicationCredential, *http.Response, error)
func (ApiIamProjectApplicationCredentialPatchRequest) IamProjectApplicationCredentialPatch ¶
func (r ApiIamProjectApplicationCredentialPatchRequest) IamProjectApplicationCredentialPatch(iamProjectApplicationCredentialPatch IamProjectApplicationCredentialPatch) ApiIamProjectApplicationCredentialPatchRequest
type ApiIamProjectApplicationDeleteRequest ¶
type ApiIamProjectApplicationDeleteRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationDeleteRequest) Execute ¶
func (r ApiIamProjectApplicationDeleteRequest) Execute() (*Application, *http.Response, error)
type ApiIamProjectApplicationEventGetRequest ¶
type ApiIamProjectApplicationEventGetRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
type ApiIamProjectApplicationEventListRequest ¶
type ApiIamProjectApplicationEventListRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationEventListRequest) Execute ¶
func (r ApiIamProjectApplicationEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiIamProjectApplicationEventListRequest) Limit ¶
func (r ApiIamProjectApplicationEventListRequest) Limit(limit float32) ApiIamProjectApplicationEventListRequest
$limit
func (ApiIamProjectApplicationEventListRequest) Skip ¶
func (r ApiIamProjectApplicationEventListRequest) Skip(skip float32) ApiIamProjectApplicationEventListRequest
$skip
type ApiIamProjectApplicationGetRequest ¶
type ApiIamProjectApplicationGetRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationGetRequest) Execute ¶
func (r ApiIamProjectApplicationGetRequest) Execute() (*Application, *http.Response, error)
type ApiIamProjectApplicationListRequest ¶
type ApiIamProjectApplicationListRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationListRequest) Execute ¶
func (r ApiIamProjectApplicationListRequest) Execute() ([]Application, *http.Response, error)
func (ApiIamProjectApplicationListRequest) Name ¶
func (r ApiIamProjectApplicationListRequest) Name(name string) ApiIamProjectApplicationListRequest
Filter by name
func (ApiIamProjectApplicationListRequest) TagKey ¶
func (r ApiIamProjectApplicationListRequest) TagKey(tagKey string) ApiIamProjectApplicationListRequest
Filter by tag.key
func (ApiIamProjectApplicationListRequest) TagValue ¶
func (r ApiIamProjectApplicationListRequest) TagValue(tagValue string) ApiIamProjectApplicationListRequest
Filter by tag.value
type ApiIamProjectApplicationRedirectCreateRequest ¶
type ApiIamProjectApplicationRedirectCreateRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationRedirectCreateRequest) Execute ¶
func (r ApiIamProjectApplicationRedirectCreateRequest) Execute() (*IamRedirect, *http.Response, error)
func (ApiIamProjectApplicationRedirectCreateRequest) IamRedirect ¶
func (r ApiIamProjectApplicationRedirectCreateRequest) IamRedirect(iamRedirect IamRedirect) ApiIamProjectApplicationRedirectCreateRequest
type ApiIamProjectApplicationRedirectDeleteRequest ¶
type ApiIamProjectApplicationRedirectDeleteRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationRedirectDeleteRequest) Execute ¶
func (r ApiIamProjectApplicationRedirectDeleteRequest) Execute() (*Application, *http.Response, error)
type ApiIamProjectApplicationRedirectGetRequest ¶
type ApiIamProjectApplicationRedirectGetRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationRedirectGetRequest) Execute ¶
func (r ApiIamProjectApplicationRedirectGetRequest) Execute() (*IamRedirect, *http.Response, error)
type ApiIamProjectApplicationRedirectListRequest ¶
type ApiIamProjectApplicationRedirectListRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationRedirectListRequest) Execute ¶
func (r ApiIamProjectApplicationRedirectListRequest) Execute() ([]IamRedirect, *http.Response, error)
type ApiIamProjectApplicationRedirectPatchRequest ¶
type ApiIamProjectApplicationRedirectPatchRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationRedirectPatchRequest) Execute ¶
func (r ApiIamProjectApplicationRedirectPatchRequest) Execute() (*IamRedirect, *http.Response, error)
func (ApiIamProjectApplicationRedirectPatchRequest) IamProjectApplicationRedirectPatch ¶
func (r ApiIamProjectApplicationRedirectPatchRequest) IamProjectApplicationRedirectPatch(iamProjectApplicationRedirectPatch IamProjectApplicationRedirectPatch) ApiIamProjectApplicationRedirectPatchRequest
type ApiIamProjectApplicationServiceGetRequest ¶
type ApiIamProjectApplicationServiceGetRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationServiceGetRequest) Execute ¶
func (r ApiIamProjectApplicationServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiIamProjectApplicationServiceListRequest ¶
type ApiIamProjectApplicationServiceListRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationServiceListRequest) Execute ¶
func (r ApiIamProjectApplicationServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiIamProjectApplicationTagCreateRequest ¶
type ApiIamProjectApplicationTagCreateRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationTagCreateRequest) Execute ¶
func (r ApiIamProjectApplicationTagCreateRequest) Execute() (*Tag, *http.Response, error)
type ApiIamProjectApplicationTagDeleteRequest ¶
type ApiIamProjectApplicationTagDeleteRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
type ApiIamProjectApplicationTagGetRequest ¶
type ApiIamProjectApplicationTagGetRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
type ApiIamProjectApplicationTagListRequest ¶
type ApiIamProjectApplicationTagListRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
type ApiIamProjectApplicationTagPutRequest ¶
type ApiIamProjectApplicationTagPutRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationTagPutRequest) Execute ¶
func (r ApiIamProjectApplicationTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiIamProjectApplicationTagPutRequest) Tag ¶
func (r ApiIamProjectApplicationTagPutRequest) Tag(tag []Tag) ApiIamProjectApplicationTagPutRequest
type ApiIamProjectApplicationUpdateRequest ¶
type ApiIamProjectApplicationUpdateRequest struct { ApiService *IamProjectApplicationApiService // contains filtered or unexported fields }
func (ApiIamProjectApplicationUpdateRequest) Execute ¶
func (r ApiIamProjectApplicationUpdateRequest) Execute() (*Application, *http.Response, error)
func (ApiIamProjectApplicationUpdateRequest) IamProjectApplicationUpdate ¶
func (r ApiIamProjectApplicationUpdateRequest) IamProjectApplicationUpdate(iamProjectApplicationUpdate IamProjectApplicationUpdate) ApiIamProjectApplicationUpdateRequest
type ApiIamProjectBillingListRequest ¶
type ApiIamProjectBillingListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectBillingListRequest) End ¶
func (r ApiIamProjectBillingListRequest) End(end time.Time) ApiIamProjectBillingListRequest
end
func (ApiIamProjectBillingListRequest) Execute ¶
func (r ApiIamProjectBillingListRequest) Execute() ([]Billing, *http.Response, error)
func (ApiIamProjectBillingListRequest) ResourceType ¶
func (r ApiIamProjectBillingListRequest) ResourceType(resourceType string) ApiIamProjectBillingListRequest
resource.type
func (ApiIamProjectBillingListRequest) Start ¶
func (r ApiIamProjectBillingListRequest) Start(start time.Time) ApiIamProjectBillingListRequest
start
type ApiIamProjectCostGetRequest ¶
type ApiIamProjectCostGetRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectCostListRequest ¶
type ApiIamProjectCostListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectCostSeriesListRequest ¶
type ApiIamProjectCostSeriesListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectCostSeriesListRequest) Execute ¶
func (r ApiIamProjectCostSeriesListRequest) Execute() ([]Point, *http.Response, error)
func (ApiIamProjectCostSeriesListRequest) Timespan ¶
func (r ApiIamProjectCostSeriesListRequest) Timespan(timespan string) ApiIamProjectCostSeriesListRequest
timespan
type ApiIamProjectCreateRequest ¶
type ApiIamProjectCreateRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectCreateRequest) Execute ¶
func (r ApiIamProjectCreateRequest) Execute() (*Project, *http.Response, error)
func (ApiIamProjectCreateRequest) IamProjectCreate ¶
func (r ApiIamProjectCreateRequest) IamProjectCreate(iamProjectCreate IamProjectCreate) ApiIamProjectCreateRequest
func (ApiIamProjectCreateRequest) XDryRun ¶
func (r ApiIamProjectCreateRequest) XDryRun(xDryRun string) ApiIamProjectCreateRequest
Dry run
func (ApiIamProjectCreateRequest) XIdempotencyKey ¶
func (r ApiIamProjectCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectCreateRequest
Idempotency key
type ApiIamProjectCredentialStoreCreateRequest ¶
type ApiIamProjectCredentialStoreCreateRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectCredentialStoreCreateRequest) Execute ¶
func (r ApiIamProjectCredentialStoreCreateRequest) Execute() (*ProjectCredential, *http.Response, error)
func (ApiIamProjectCredentialStoreCreateRequest) ProjectCredential ¶
func (r ApiIamProjectCredentialStoreCreateRequest) ProjectCredential(projectCredential ProjectCredential) ApiIamProjectCredentialStoreCreateRequest
type ApiIamProjectCredentialStoreDeleteRequest ¶
type ApiIamProjectCredentialStoreDeleteRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectCredentialStoreGetRequest ¶
type ApiIamProjectCredentialStoreGetRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectCredentialStoreGetRequest) Execute ¶
func (r ApiIamProjectCredentialStoreGetRequest) Execute() (*ProjectCredential, *http.Response, error)
type ApiIamProjectCredentialStoreListRequest ¶
type ApiIamProjectCredentialStoreListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectCredentialStoreListRequest) Execute ¶
func (r ApiIamProjectCredentialStoreListRequest) Execute() ([]ProjectCredential, *http.Response, error)
type ApiIamProjectCredentialStorePatchRequest ¶
type ApiIamProjectCredentialStorePatchRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectCredentialStorePatchRequest) Execute ¶
func (r ApiIamProjectCredentialStorePatchRequest) Execute() (*ProjectCredential, *http.Response, error)
func (ApiIamProjectCredentialStorePatchRequest) IamProjectCredentialStorePatch ¶
func (r ApiIamProjectCredentialStorePatchRequest) IamProjectCredentialStorePatch(iamProjectCredentialStorePatch IamProjectCredentialStorePatch) ApiIamProjectCredentialStorePatchRequest
type ApiIamProjectDeleteRequest ¶
type ApiIamProjectDeleteRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectEventGetRequest ¶
type ApiIamProjectEventGetRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectEventListRequest ¶
type ApiIamProjectEventListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectEventListRequest) Execute ¶
func (r ApiIamProjectEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiIamProjectEventListRequest) Limit ¶
func (r ApiIamProjectEventListRequest) Limit(limit float32) ApiIamProjectEventListRequest
$limit
func (ApiIamProjectEventListRequest) Skip ¶
func (r ApiIamProjectEventListRequest) Skip(skip float32) ApiIamProjectEventListRequest
$skip
type ApiIamProjectGetRequest ¶
type ApiIamProjectGetRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectGroupActorCreateRequest ¶
type ApiIamProjectGroupActorCreateRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
func (ApiIamProjectGroupActorCreateRequest) Execute ¶
func (r ApiIamProjectGroupActorCreateRequest) Execute() (*IamActor, *http.Response, error)
func (ApiIamProjectGroupActorCreateRequest) IamActor ¶
func (r ApiIamProjectGroupActorCreateRequest) IamActor(iamActor IamActor) ApiIamProjectGroupActorCreateRequest
type ApiIamProjectGroupActorDeleteRequest ¶
type ApiIamProjectGroupActorDeleteRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
type ApiIamProjectGroupActorGetRequest ¶
type ApiIamProjectGroupActorGetRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
type ApiIamProjectGroupActorListRequest ¶
type ApiIamProjectGroupActorListRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
type ApiIamProjectGroupCreateRequest ¶
type ApiIamProjectGroupCreateRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
func (ApiIamProjectGroupCreateRequest) Execute ¶
func (r ApiIamProjectGroupCreateRequest) Execute() (*Group, *http.Response, error)
func (ApiIamProjectGroupCreateRequest) IamProjectGroupCreate ¶
func (r ApiIamProjectGroupCreateRequest) IamProjectGroupCreate(iamProjectGroupCreate IamProjectGroupCreate) ApiIamProjectGroupCreateRequest
func (ApiIamProjectGroupCreateRequest) XDryRun ¶
func (r ApiIamProjectGroupCreateRequest) XDryRun(xDryRun string) ApiIamProjectGroupCreateRequest
Dry run
func (ApiIamProjectGroupCreateRequest) XIdempotencyKey ¶
func (r ApiIamProjectGroupCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectGroupCreateRequest
Idempotency key
type ApiIamProjectGroupDeleteRequest ¶
type ApiIamProjectGroupDeleteRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
type ApiIamProjectGroupEventGetRequest ¶
type ApiIamProjectGroupEventGetRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
type ApiIamProjectGroupEventListRequest ¶
type ApiIamProjectGroupEventListRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
func (ApiIamProjectGroupEventListRequest) Execute ¶
func (r ApiIamProjectGroupEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiIamProjectGroupEventListRequest) Limit ¶
func (r ApiIamProjectGroupEventListRequest) Limit(limit float32) ApiIamProjectGroupEventListRequest
$limit
func (ApiIamProjectGroupEventListRequest) Skip ¶
func (r ApiIamProjectGroupEventListRequest) Skip(skip float32) ApiIamProjectGroupEventListRequest
$skip
type ApiIamProjectGroupGetRequest ¶
type ApiIamProjectGroupGetRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
type ApiIamProjectGroupListRequest ¶
type ApiIamProjectGroupListRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
func (ApiIamProjectGroupListRequest) Execute ¶
func (r ApiIamProjectGroupListRequest) Execute() ([]Group, *http.Response, error)
func (ApiIamProjectGroupListRequest) Name ¶
func (r ApiIamProjectGroupListRequest) Name(name string) ApiIamProjectGroupListRequest
Filter by name
func (ApiIamProjectGroupListRequest) TagKey ¶
func (r ApiIamProjectGroupListRequest) TagKey(tagKey string) ApiIamProjectGroupListRequest
Filter by tag.key
func (ApiIamProjectGroupListRequest) TagValue ¶
func (r ApiIamProjectGroupListRequest) TagValue(tagValue string) ApiIamProjectGroupListRequest
Filter by tag.value
type ApiIamProjectGroupServiceGetRequest ¶
type ApiIamProjectGroupServiceGetRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
func (ApiIamProjectGroupServiceGetRequest) Execute ¶
func (r ApiIamProjectGroupServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiIamProjectGroupServiceListRequest ¶
type ApiIamProjectGroupServiceListRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
func (ApiIamProjectGroupServiceListRequest) Execute ¶
func (r ApiIamProjectGroupServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiIamProjectGroupTagCreateRequest ¶
type ApiIamProjectGroupTagCreateRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
func (ApiIamProjectGroupTagCreateRequest) Execute ¶
func (r ApiIamProjectGroupTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiIamProjectGroupTagCreateRequest) Tag ¶
func (r ApiIamProjectGroupTagCreateRequest) Tag(tag Tag) ApiIamProjectGroupTagCreateRequest
type ApiIamProjectGroupTagDeleteRequest ¶
type ApiIamProjectGroupTagDeleteRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
type ApiIamProjectGroupTagGetRequest ¶
type ApiIamProjectGroupTagGetRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
type ApiIamProjectGroupTagListRequest ¶
type ApiIamProjectGroupTagListRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
type ApiIamProjectGroupTagPutRequest ¶
type ApiIamProjectGroupTagPutRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
func (ApiIamProjectGroupTagPutRequest) Execute ¶
func (r ApiIamProjectGroupTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiIamProjectGroupTagPutRequest) Tag ¶
func (r ApiIamProjectGroupTagPutRequest) Tag(tag []Tag) ApiIamProjectGroupTagPutRequest
type ApiIamProjectGroupUpdateRequest ¶
type ApiIamProjectGroupUpdateRequest struct { ApiService *IamProjectGroupApiService // contains filtered or unexported fields }
func (ApiIamProjectGroupUpdateRequest) Execute ¶
func (r ApiIamProjectGroupUpdateRequest) Execute() (*Group, *http.Response, error)
func (ApiIamProjectGroupUpdateRequest) IamProjectGroupUpdate ¶
func (r ApiIamProjectGroupUpdateRequest) IamProjectGroupUpdate(iamProjectGroupUpdate IamProjectGroupUpdate) ApiIamProjectGroupUpdateRequest
type ApiIamProjectInvitationAcceptRequest ¶
type ApiIamProjectInvitationAcceptRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectInvitationAcceptRequest) Execute ¶
func (r ApiIamProjectInvitationAcceptRequest) Execute() (*Invitation, *http.Response, error)
func (ApiIamProjectInvitationAcceptRequest) IamProjectInvitationAccept ¶
func (r ApiIamProjectInvitationAcceptRequest) IamProjectInvitationAccept(iamProjectInvitationAccept IamProjectInvitationAccept) ApiIamProjectInvitationAcceptRequest
type ApiIamProjectInvitationDeleteRequest ¶
type ApiIamProjectInvitationDeleteRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectInvitationGetRequest ¶
type ApiIamProjectInvitationGetRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectInvitationGetRequest) Execute ¶
func (r ApiIamProjectInvitationGetRequest) Execute() (*Invitation, *http.Response, error)
type ApiIamProjectInvitationListRequest ¶
type ApiIamProjectInvitationListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectInvitationListRequest) Execute ¶
func (r ApiIamProjectInvitationListRequest) Execute() ([]Invitation, *http.Response, error)
func (ApiIamProjectInvitationListRequest) Resource ¶
func (r ApiIamProjectInvitationListRequest) Resource(resource string) ApiIamProjectInvitationListRequest
resource
type ApiIamProjectInvoiceListRequest ¶
type ApiIamProjectInvoiceListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectListRequest ¶
type ApiIamProjectListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectListRequest) Active ¶
func (r ApiIamProjectListRequest) Active(active bool) ApiIamProjectListRequest
Filter by active
func (ApiIamProjectListRequest) Execute ¶
func (r ApiIamProjectListRequest) Execute() ([]Project, *http.Response, error)
func (ApiIamProjectListRequest) Lean ¶
func (r ApiIamProjectListRequest) Lean(lean bool) ApiIamProjectListRequest
return a lightweight version of the resource
func (ApiIamProjectListRequest) Limit ¶
func (r ApiIamProjectListRequest) Limit(limit float32) ApiIamProjectListRequest
Filter by $limit
func (ApiIamProjectListRequest) Name ¶
func (r ApiIamProjectListRequest) Name(name string) ApiIamProjectListRequest
Filter by name
func (ApiIamProjectListRequest) Organisation ¶
func (r ApiIamProjectListRequest) Organisation(organisation string) ApiIamProjectListRequest
Filter by organisation
func (ApiIamProjectListRequest) TagKey ¶
func (r ApiIamProjectListRequest) TagKey(tagKey string) ApiIamProjectListRequest
Filter by tag.key
func (ApiIamProjectListRequest) TagValue ¶
func (r ApiIamProjectListRequest) TagValue(tagValue string) ApiIamProjectListRequest
Filter by tag.value
type ApiIamProjectOwnershipCreateRequest ¶
type ApiIamProjectOwnershipCreateRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectOwnershipCreateRequest) Execute ¶
func (r ApiIamProjectOwnershipCreateRequest) Execute() (*Project, *http.Response, error)
func (ApiIamProjectOwnershipCreateRequest) IamProjectOwnershipCreate ¶
func (r ApiIamProjectOwnershipCreateRequest) IamProjectOwnershipCreate(iamProjectOwnershipCreate IamProjectOwnershipCreate) ApiIamProjectOwnershipCreateRequest
type ApiIamProjectOwnershipDeleteRequest ¶
type ApiIamProjectOwnershipDeleteRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectOwnershipGetRequest ¶
type ApiIamProjectOwnershipGetRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectOwnershipListRequest ¶
type ApiIamProjectOwnershipListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectPaymentListRequest ¶
type ApiIamProjectPaymentListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectPolicyActorCreateRequest ¶
type ApiIamProjectPolicyActorCreateRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyActorCreateRequest) Execute ¶
func (r ApiIamProjectPolicyActorCreateRequest) Execute() (*IamActorOrGroup, *http.Response, error)
func (ApiIamProjectPolicyActorCreateRequest) IamActorOrGroup ¶
func (r ApiIamProjectPolicyActorCreateRequest) IamActorOrGroup(iamActorOrGroup IamActorOrGroup) ApiIamProjectPolicyActorCreateRequest
type ApiIamProjectPolicyActorDeleteRequest ¶
type ApiIamProjectPolicyActorDeleteRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyActorDeleteRequest) Execute ¶
func (r ApiIamProjectPolicyActorDeleteRequest) Execute() (*IamActorOrGroup, *http.Response, error)
type ApiIamProjectPolicyActorGetRequest ¶
type ApiIamProjectPolicyActorGetRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyActorGetRequest) Execute ¶
func (r ApiIamProjectPolicyActorGetRequest) Execute() (*IamActorOrGroup, *http.Response, error)
type ApiIamProjectPolicyActorListRequest ¶
type ApiIamProjectPolicyActorListRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyActorListRequest) Execute ¶
func (r ApiIamProjectPolicyActorListRequest) Execute() ([]IamActorOrGroup, *http.Response, error)
type ApiIamProjectPolicyCreateRequest ¶
type ApiIamProjectPolicyCreateRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyCreateRequest) Execute ¶
func (r ApiIamProjectPolicyCreateRequest) Execute() (*Policy, *http.Response, error)
func (ApiIamProjectPolicyCreateRequest) IamProjectPolicyCreate ¶
func (r ApiIamProjectPolicyCreateRequest) IamProjectPolicyCreate(iamProjectPolicyCreate IamProjectPolicyCreate) ApiIamProjectPolicyCreateRequest
func (ApiIamProjectPolicyCreateRequest) XDryRun ¶
func (r ApiIamProjectPolicyCreateRequest) XDryRun(xDryRun string) ApiIamProjectPolicyCreateRequest
Dry run
func (ApiIamProjectPolicyCreateRequest) XIdempotencyKey ¶
func (r ApiIamProjectPolicyCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectPolicyCreateRequest
Idempotency key
type ApiIamProjectPolicyDeleteRequest ¶
type ApiIamProjectPolicyDeleteRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
type ApiIamProjectPolicyEventGetRequest ¶
type ApiIamProjectPolicyEventGetRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
type ApiIamProjectPolicyEventListRequest ¶
type ApiIamProjectPolicyEventListRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyEventListRequest) Execute ¶
func (r ApiIamProjectPolicyEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiIamProjectPolicyEventListRequest) Limit ¶
func (r ApiIamProjectPolicyEventListRequest) Limit(limit float32) ApiIamProjectPolicyEventListRequest
$limit
func (ApiIamProjectPolicyEventListRequest) Skip ¶
func (r ApiIamProjectPolicyEventListRequest) Skip(skip float32) ApiIamProjectPolicyEventListRequest
$skip
type ApiIamProjectPolicyGetRequest ¶
type ApiIamProjectPolicyGetRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
type ApiIamProjectPolicyListRequest ¶
type ApiIamProjectPolicyListRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyListRequest) Execute ¶
func (r ApiIamProjectPolicyListRequest) Execute() ([]Policy, *http.Response, error)
func (ApiIamProjectPolicyListRequest) Name ¶
func (r ApiIamProjectPolicyListRequest) Name(name string) ApiIamProjectPolicyListRequest
Filter by name
func (ApiIamProjectPolicyListRequest) Resource ¶
func (r ApiIamProjectPolicyListRequest) Resource(resource string) ApiIamProjectPolicyListRequest
Filter by resource
func (ApiIamProjectPolicyListRequest) TagKey ¶
func (r ApiIamProjectPolicyListRequest) TagKey(tagKey string) ApiIamProjectPolicyListRequest
Filter by tag.key
func (ApiIamProjectPolicyListRequest) TagValue ¶
func (r ApiIamProjectPolicyListRequest) TagValue(tagValue string) ApiIamProjectPolicyListRequest
Filter by tag.value
type ApiIamProjectPolicyServiceGetRequest ¶
type ApiIamProjectPolicyServiceGetRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyServiceGetRequest) Execute ¶
func (r ApiIamProjectPolicyServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiIamProjectPolicyServiceListRequest ¶
type ApiIamProjectPolicyServiceListRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyServiceListRequest) Execute ¶
func (r ApiIamProjectPolicyServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiIamProjectPolicyTagCreateRequest ¶
type ApiIamProjectPolicyTagCreateRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyTagCreateRequest) Execute ¶
func (r ApiIamProjectPolicyTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiIamProjectPolicyTagCreateRequest) Tag ¶
func (r ApiIamProjectPolicyTagCreateRequest) Tag(tag Tag) ApiIamProjectPolicyTagCreateRequest
type ApiIamProjectPolicyTagDeleteRequest ¶
type ApiIamProjectPolicyTagDeleteRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
type ApiIamProjectPolicyTagGetRequest ¶
type ApiIamProjectPolicyTagGetRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
type ApiIamProjectPolicyTagListRequest ¶
type ApiIamProjectPolicyTagListRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
type ApiIamProjectPolicyTagPutRequest ¶
type ApiIamProjectPolicyTagPutRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyTagPutRequest) Execute ¶
func (r ApiIamProjectPolicyTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiIamProjectPolicyTagPutRequest) Tag ¶
func (r ApiIamProjectPolicyTagPutRequest) Tag(tag []Tag) ApiIamProjectPolicyTagPutRequest
type ApiIamProjectPolicyUpdateRequest ¶
type ApiIamProjectPolicyUpdateRequest struct { ApiService *IamProjectPolicyApiService // contains filtered or unexported fields }
func (ApiIamProjectPolicyUpdateRequest) Execute ¶
func (r ApiIamProjectPolicyUpdateRequest) Execute() (*Policy, *http.Response, error)
func (ApiIamProjectPolicyUpdateRequest) IamProjectPolicyUpdate ¶
func (r ApiIamProjectPolicyUpdateRequest) IamProjectPolicyUpdate(iamProjectPolicyUpdate IamProjectPolicyUpdate) ApiIamProjectPolicyUpdateRequest
type ApiIamProjectProformaListRequest ¶
type ApiIamProjectProformaListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectQuotaGetRequest ¶
type ApiIamProjectQuotaGetRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectQuotaLimitPatchRequest ¶
type ApiIamProjectQuotaLimitPatchRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectQuotaLimitPatchRequest) Execute ¶
func (r ApiIamProjectQuotaLimitPatchRequest) Execute() (*QuotaLimit, *http.Response, error)
func (ApiIamProjectQuotaLimitPatchRequest) IamProjectQuotaLimitPatch ¶
func (r ApiIamProjectQuotaLimitPatchRequest) IamProjectQuotaLimitPatch(iamProjectQuotaLimitPatch IamProjectQuotaLimitPatch) ApiIamProjectQuotaLimitPatchRequest
type ApiIamProjectQuotaListRequest ¶
type ApiIamProjectQuotaListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectRoleCreateRequest ¶
type ApiIamProjectRoleCreateRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRoleCreateRequest) Execute ¶
func (r ApiIamProjectRoleCreateRequest) Execute() (*Role, *http.Response, error)
func (ApiIamProjectRoleCreateRequest) IamProjectRoleCreate ¶
func (r ApiIamProjectRoleCreateRequest) IamProjectRoleCreate(iamProjectRoleCreate IamProjectRoleCreate) ApiIamProjectRoleCreateRequest
func (ApiIamProjectRoleCreateRequest) XDryRun ¶
func (r ApiIamProjectRoleCreateRequest) XDryRun(xDryRun string) ApiIamProjectRoleCreateRequest
Dry run
func (ApiIamProjectRoleCreateRequest) XIdempotencyKey ¶
func (r ApiIamProjectRoleCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectRoleCreateRequest
Idempotency key
type ApiIamProjectRoleDeleteRequest ¶
type ApiIamProjectRoleDeleteRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
type ApiIamProjectRoleEventGetRequest ¶
type ApiIamProjectRoleEventGetRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
type ApiIamProjectRoleEventListRequest ¶
type ApiIamProjectRoleEventListRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRoleEventListRequest) Execute ¶
func (r ApiIamProjectRoleEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiIamProjectRoleEventListRequest) Limit ¶
func (r ApiIamProjectRoleEventListRequest) Limit(limit float32) ApiIamProjectRoleEventListRequest
$limit
func (ApiIamProjectRoleEventListRequest) Skip ¶
func (r ApiIamProjectRoleEventListRequest) Skip(skip float32) ApiIamProjectRoleEventListRequest
$skip
type ApiIamProjectRoleGetRequest ¶
type ApiIamProjectRoleGetRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
type ApiIamProjectRoleListRequest ¶
type ApiIamProjectRoleListRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRoleListRequest) Execute ¶
func (r ApiIamProjectRoleListRequest) Execute() ([]Role, *http.Response, error)
func (ApiIamProjectRoleListRequest) Name ¶
func (r ApiIamProjectRoleListRequest) Name(name string) ApiIamProjectRoleListRequest
Filter by name
func (ApiIamProjectRoleListRequest) TagKey ¶
func (r ApiIamProjectRoleListRequest) TagKey(tagKey string) ApiIamProjectRoleListRequest
Filter by tag.key
func (ApiIamProjectRoleListRequest) TagValue ¶
func (r ApiIamProjectRoleListRequest) TagValue(tagValue string) ApiIamProjectRoleListRequest
Filter by tag.value
type ApiIamProjectRolePermissionCreateRequest ¶
type ApiIamProjectRolePermissionCreateRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRolePermissionCreateRequest) Execute ¶
func (r ApiIamProjectRolePermissionCreateRequest) Execute() (*IamPermission, *http.Response, error)
func (ApiIamProjectRolePermissionCreateRequest) IamPermission ¶
func (r ApiIamProjectRolePermissionCreateRequest) IamPermission(iamPermission IamPermission) ApiIamProjectRolePermissionCreateRequest
type ApiIamProjectRolePermissionDeleteRequest ¶
type ApiIamProjectRolePermissionDeleteRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRolePermissionDeleteRequest) Execute ¶
func (r ApiIamProjectRolePermissionDeleteRequest) Execute() (*IamPermission, *http.Response, error)
type ApiIamProjectRolePermissionGetRequest ¶
type ApiIamProjectRolePermissionGetRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRolePermissionGetRequest) Execute ¶
func (r ApiIamProjectRolePermissionGetRequest) Execute() (*IamPermission, *http.Response, error)
type ApiIamProjectRolePermissionListRequest ¶
type ApiIamProjectRolePermissionListRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRolePermissionListRequest) Execute ¶
func (r ApiIamProjectRolePermissionListRequest) Execute() ([]IamPermission, *http.Response, error)
type ApiIamProjectRolePermissionPutRequest ¶
type ApiIamProjectRolePermissionPutRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRolePermissionPutRequest) Execute ¶
func (r ApiIamProjectRolePermissionPutRequest) Execute() ([]IamPermission, *http.Response, error)
func (ApiIamProjectRolePermissionPutRequest) IamPermission ¶
func (r ApiIamProjectRolePermissionPutRequest) IamPermission(iamPermission []IamPermission) ApiIamProjectRolePermissionPutRequest
type ApiIamProjectRoleServiceGetRequest ¶
type ApiIamProjectRoleServiceGetRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRoleServiceGetRequest) Execute ¶
func (r ApiIamProjectRoleServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiIamProjectRoleServiceListRequest ¶
type ApiIamProjectRoleServiceListRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRoleServiceListRequest) Execute ¶
func (r ApiIamProjectRoleServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiIamProjectRoleTagCreateRequest ¶
type ApiIamProjectRoleTagCreateRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRoleTagCreateRequest) Execute ¶
func (r ApiIamProjectRoleTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiIamProjectRoleTagCreateRequest) Tag ¶
func (r ApiIamProjectRoleTagCreateRequest) Tag(tag Tag) ApiIamProjectRoleTagCreateRequest
type ApiIamProjectRoleTagDeleteRequest ¶
type ApiIamProjectRoleTagDeleteRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
type ApiIamProjectRoleTagGetRequest ¶
type ApiIamProjectRoleTagGetRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
type ApiIamProjectRoleTagListRequest ¶
type ApiIamProjectRoleTagListRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
type ApiIamProjectRoleTagPutRequest ¶
type ApiIamProjectRoleTagPutRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRoleTagPutRequest) Execute ¶
func (r ApiIamProjectRoleTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiIamProjectRoleTagPutRequest) Tag ¶
func (r ApiIamProjectRoleTagPutRequest) Tag(tag []Tag) ApiIamProjectRoleTagPutRequest
type ApiIamProjectRoleUpdateRequest ¶
type ApiIamProjectRoleUpdateRequest struct { ApiService *IamProjectRoleApiService // contains filtered or unexported fields }
func (ApiIamProjectRoleUpdateRequest) Execute ¶
func (r ApiIamProjectRoleUpdateRequest) Execute() (*Role, *http.Response, error)
func (ApiIamProjectRoleUpdateRequest) IamProjectRoleUpdate ¶
func (r ApiIamProjectRoleUpdateRequest) IamProjectRoleUpdate(iamProjectRoleUpdate IamProjectRoleUpdate) ApiIamProjectRoleUpdateRequest
type ApiIamProjectSaCreateRequest ¶
type ApiIamProjectSaCreateRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaCreateRequest) Execute ¶
func (r ApiIamProjectSaCreateRequest) Execute() (*Sa, *http.Response, error)
func (ApiIamProjectSaCreateRequest) IamProjectSaCreate ¶
func (r ApiIamProjectSaCreateRequest) IamProjectSaCreate(iamProjectSaCreate IamProjectSaCreate) ApiIamProjectSaCreateRequest
func (ApiIamProjectSaCreateRequest) XDryRun ¶
func (r ApiIamProjectSaCreateRequest) XDryRun(xDryRun string) ApiIamProjectSaCreateRequest
Dry run
func (ApiIamProjectSaCreateRequest) XIdempotencyKey ¶
func (r ApiIamProjectSaCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectSaCreateRequest
Idempotency key
type ApiIamProjectSaCredentialCreateRequest ¶
type ApiIamProjectSaCredentialCreateRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaCredentialCreateRequest) Execute ¶
func (r ApiIamProjectSaCredentialCreateRequest) Execute() (*SaCredential, *http.Response, error)
func (ApiIamProjectSaCredentialCreateRequest) SaCredential ¶
func (r ApiIamProjectSaCredentialCreateRequest) SaCredential(saCredential SaCredential) ApiIamProjectSaCredentialCreateRequest
type ApiIamProjectSaCredentialDeleteRequest ¶
type ApiIamProjectSaCredentialDeleteRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
type ApiIamProjectSaCredentialGetRequest ¶
type ApiIamProjectSaCredentialGetRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaCredentialGetRequest) Execute ¶
func (r ApiIamProjectSaCredentialGetRequest) Execute() (*SaCredential, *http.Response, error)
type ApiIamProjectSaCredentialListRequest ¶
type ApiIamProjectSaCredentialListRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaCredentialListRequest) Execute ¶
func (r ApiIamProjectSaCredentialListRequest) Execute() ([]SaCredential, *http.Response, error)
type ApiIamProjectSaCredentialPatchRequest ¶
type ApiIamProjectSaCredentialPatchRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaCredentialPatchRequest) Execute ¶
func (r ApiIamProjectSaCredentialPatchRequest) Execute() (*SaCredential, *http.Response, error)
func (ApiIamProjectSaCredentialPatchRequest) IamProjectSaCredentialPatch ¶
func (r ApiIamProjectSaCredentialPatchRequest) IamProjectSaCredentialPatch(iamProjectSaCredentialPatch IamProjectSaCredentialPatch) ApiIamProjectSaCredentialPatchRequest
type ApiIamProjectSaDeleteRequest ¶
type ApiIamProjectSaDeleteRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
type ApiIamProjectSaEventGetRequest ¶
type ApiIamProjectSaEventGetRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
type ApiIamProjectSaEventListRequest ¶
type ApiIamProjectSaEventListRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaEventListRequest) Execute ¶
func (r ApiIamProjectSaEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiIamProjectSaEventListRequest) Limit ¶
func (r ApiIamProjectSaEventListRequest) Limit(limit float32) ApiIamProjectSaEventListRequest
$limit
func (ApiIamProjectSaEventListRequest) Skip ¶
func (r ApiIamProjectSaEventListRequest) Skip(skip float32) ApiIamProjectSaEventListRequest
$skip
type ApiIamProjectSaGetRequest ¶
type ApiIamProjectSaGetRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
type ApiIamProjectSaListRequest ¶
type ApiIamProjectSaListRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaListRequest) Execute ¶
func (r ApiIamProjectSaListRequest) Execute() ([]Sa, *http.Response, error)
func (ApiIamProjectSaListRequest) Name ¶
func (r ApiIamProjectSaListRequest) Name(name string) ApiIamProjectSaListRequest
Filter by name
func (ApiIamProjectSaListRequest) TagKey ¶
func (r ApiIamProjectSaListRequest) TagKey(tagKey string) ApiIamProjectSaListRequest
Filter by tag.key
func (ApiIamProjectSaListRequest) TagValue ¶
func (r ApiIamProjectSaListRequest) TagValue(tagValue string) ApiIamProjectSaListRequest
Filter by tag.value
type ApiIamProjectSaServiceGetRequest ¶
type ApiIamProjectSaServiceGetRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaServiceGetRequest) Execute ¶
func (r ApiIamProjectSaServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiIamProjectSaServiceListRequest ¶
type ApiIamProjectSaServiceListRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaServiceListRequest) Execute ¶
func (r ApiIamProjectSaServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiIamProjectSaTagCreateRequest ¶
type ApiIamProjectSaTagCreateRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaTagCreateRequest) Execute ¶
func (r ApiIamProjectSaTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiIamProjectSaTagCreateRequest) Tag ¶
func (r ApiIamProjectSaTagCreateRequest) Tag(tag Tag) ApiIamProjectSaTagCreateRequest
type ApiIamProjectSaTagDeleteRequest ¶
type ApiIamProjectSaTagDeleteRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
type ApiIamProjectSaTagGetRequest ¶
type ApiIamProjectSaTagGetRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
type ApiIamProjectSaTagListRequest ¶
type ApiIamProjectSaTagListRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
type ApiIamProjectSaTagPutRequest ¶
type ApiIamProjectSaTagPutRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaTagPutRequest) Execute ¶
func (r ApiIamProjectSaTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiIamProjectSaTagPutRequest) Tag ¶
func (r ApiIamProjectSaTagPutRequest) Tag(tag []Tag) ApiIamProjectSaTagPutRequest
type ApiIamProjectSaUpdateRequest ¶
type ApiIamProjectSaUpdateRequest struct { ApiService *IamProjectSaApiService // contains filtered or unexported fields }
func (ApiIamProjectSaUpdateRequest) Execute ¶
func (r ApiIamProjectSaUpdateRequest) Execute() (*Sa, *http.Response, error)
func (ApiIamProjectSaUpdateRequest) IamProjectSaUpdate ¶
func (r ApiIamProjectSaUpdateRequest) IamProjectSaUpdate(iamProjectSaUpdate IamProjectSaUpdate) ApiIamProjectSaUpdateRequest
type ApiIamProjectServiceGetRequest ¶
type ApiIamProjectServiceGetRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectServiceGetRequest) Execute ¶
func (r ApiIamProjectServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiIamProjectServiceListRequest ¶
type ApiIamProjectServiceListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectServiceListRequest) Execute ¶
func (r ApiIamProjectServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiIamProjectTagCreateRequest ¶
type ApiIamProjectTagCreateRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectTagCreateRequest) Execute ¶
func (r ApiIamProjectTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiIamProjectTagCreateRequest) Tag ¶
func (r ApiIamProjectTagCreateRequest) Tag(tag Tag) ApiIamProjectTagCreateRequest
type ApiIamProjectTagDeleteRequest ¶
type ApiIamProjectTagDeleteRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectTagGetRequest ¶
type ApiIamProjectTagGetRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectTagListRequest ¶
type ApiIamProjectTagListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectTagPutRequest ¶
type ApiIamProjectTagPutRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectTagPutRequest) Execute ¶
func (r ApiIamProjectTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiIamProjectTagPutRequest) Tag ¶
func (r ApiIamProjectTagPutRequest) Tag(tag []Tag) ApiIamProjectTagPutRequest
type ApiIamProjectThresholdCreateRequest ¶
type ApiIamProjectThresholdCreateRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectThresholdCreateRequest) Execute ¶
func (r ApiIamProjectThresholdCreateRequest) Execute() (*ProjectThreshold, *http.Response, error)
func (ApiIamProjectThresholdCreateRequest) IamProjectThresholdCreate ¶
func (r ApiIamProjectThresholdCreateRequest) IamProjectThresholdCreate(iamProjectThresholdCreate IamProjectThresholdCreate) ApiIamProjectThresholdCreateRequest
type ApiIamProjectThresholdDeleteRequest ¶
type ApiIamProjectThresholdDeleteRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectThresholdGetRequest ¶
type ApiIamProjectThresholdGetRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectThresholdGetRequest) Execute ¶
func (r ApiIamProjectThresholdGetRequest) Execute() (*ProjectThreshold, *http.Response, error)
type ApiIamProjectThresholdListRequest ¶
type ApiIamProjectThresholdListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectThresholdListRequest) Execute ¶
func (r ApiIamProjectThresholdListRequest) Execute() ([]ProjectThreshold, *http.Response, error)
type ApiIamProjectTransferRequest ¶
type ApiIamProjectTransferRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectTransferRequest) Execute ¶
func (r ApiIamProjectTransferRequest) Execute() (*Project, *http.Response, error)
func (ApiIamProjectTransferRequest) IamProjectTransfer ¶
func (r ApiIamProjectTransferRequest) IamProjectTransfer(iamProjectTransfer IamProjectTransfer) ApiIamProjectTransferRequest
func (ApiIamProjectTransferRequest) XDryRun ¶
func (r ApiIamProjectTransferRequest) XDryRun(xDryRun string) ApiIamProjectTransferRequest
Dry run
func (ApiIamProjectTransferRequest) XIdempotencyKey ¶
func (r ApiIamProjectTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiIamProjectTransferRequest
Idempotency key
type ApiIamProjectUpdateRequest ¶
type ApiIamProjectUpdateRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectUpdateRequest) Execute ¶
func (r ApiIamProjectUpdateRequest) Execute() (*Project, *http.Response, error)
func (ApiIamProjectUpdateRequest) IamProjectUpdate ¶
func (r ApiIamProjectUpdateRequest) IamProjectUpdate(iamProjectUpdate IamProjectUpdate) ApiIamProjectUpdateRequest
type ApiIamProjectUsageGetRequest ¶
type ApiIamProjectUsageGetRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectUsageListRequest ¶
type ApiIamProjectUsageListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
type ApiIamProjectUsageSeriesListRequest ¶
type ApiIamProjectUsageSeriesListRequest struct { ApiService *IamProjectApiService // contains filtered or unexported fields }
func (ApiIamProjectUsageSeriesListRequest) Color ¶
func (r ApiIamProjectUsageSeriesListRequest) Color(color string) ApiIamProjectUsageSeriesListRequest
color
func (ApiIamProjectUsageSeriesListRequest) Execute ¶
func (r ApiIamProjectUsageSeriesListRequest) Execute() ([]Point, *http.Response, error)
func (ApiIamProjectUsageSeriesListRequest) Timespan ¶
func (r ApiIamProjectUsageSeriesListRequest) Timespan(timespan string) ApiIamProjectUsageSeriesListRequest
timespan
type ApiIamUserAuthorizationCodeRequest ¶
type ApiIamUserAuthorizationCodeRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
func (ApiIamUserAuthorizationCodeRequest) Execute ¶
func (r ApiIamUserAuthorizationCodeRequest) Execute() (*InlineResponse200, *http.Response, error)
func (ApiIamUserAuthorizationCodeRequest) IamUserAuthorizationCode ¶
func (r ApiIamUserAuthorizationCodeRequest) IamUserAuthorizationCode(iamUserAuthorizationCode IamUserAuthorizationCode) ApiIamUserAuthorizationCodeRequest
type ApiIamUserAuthorizationCreateRequest ¶
type ApiIamUserAuthorizationCreateRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
func (ApiIamUserAuthorizationCreateRequest) Execute ¶
func (r ApiIamUserAuthorizationCreateRequest) Execute() (*IamUserAuthorization, *http.Response, error)
func (ApiIamUserAuthorizationCreateRequest) IamUserAuthorization ¶
func (r ApiIamUserAuthorizationCreateRequest) IamUserAuthorization(iamUserAuthorization IamUserAuthorization) ApiIamUserAuthorizationCreateRequest
type ApiIamUserAuthorizationDeleteRequest ¶
type ApiIamUserAuthorizationDeleteRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
type ApiIamUserAuthorizationGetRequest ¶
type ApiIamUserAuthorizationGetRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
func (ApiIamUserAuthorizationGetRequest) Execute ¶
func (r ApiIamUserAuthorizationGetRequest) Execute() (*IamUserAuthorization, *http.Response, error)
type ApiIamUserAuthorizationListRequest ¶
type ApiIamUserAuthorizationListRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
func (ApiIamUserAuthorizationListRequest) Execute ¶
func (r ApiIamUserAuthorizationListRequest) Execute() ([]IamUserAuthorization, *http.Response, error)
type ApiIamUserCredentialAuthtokenDeleteRequest ¶
type ApiIamUserCredentialAuthtokenDeleteRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
type ApiIamUserCredentialAuthtokenGetRequest ¶
type ApiIamUserCredentialAuthtokenGetRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
type ApiIamUserCredentialAuthtokenListRequest ¶
type ApiIamUserCredentialAuthtokenListRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
type ApiIamUserCredentialCreateRequest ¶
type ApiIamUserCredentialCreateRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
func (ApiIamUserCredentialCreateRequest) Execute ¶
func (r ApiIamUserCredentialCreateRequest) Execute() (*UserCredential, *http.Response, error)
func (ApiIamUserCredentialCreateRequest) UserCredential ¶
func (r ApiIamUserCredentialCreateRequest) UserCredential(userCredential UserCredential) ApiIamUserCredentialCreateRequest
type ApiIamUserCredentialDeleteRequest ¶
type ApiIamUserCredentialDeleteRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
type ApiIamUserCredentialGetRequest ¶
type ApiIamUserCredentialGetRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
func (ApiIamUserCredentialGetRequest) Execute ¶
func (r ApiIamUserCredentialGetRequest) Execute() (*UserCredential, *http.Response, error)
type ApiIamUserCredentialListRequest ¶
type ApiIamUserCredentialListRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
func (ApiIamUserCredentialListRequest) Execute ¶
func (r ApiIamUserCredentialListRequest) Execute() ([]UserCredential, *http.Response, error)
type ApiIamUserCredentialPatchRequest ¶
type ApiIamUserCredentialPatchRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
func (ApiIamUserCredentialPatchRequest) Execute ¶
func (r ApiIamUserCredentialPatchRequest) Execute() (*UserCredential, *http.Response, error)
func (ApiIamUserCredentialPatchRequest) IamUserCredentialPatch ¶
func (r ApiIamUserCredentialPatchRequest) IamUserCredentialPatch(iamUserCredentialPatch IamUserCredentialPatch) ApiIamUserCredentialPatchRequest
type ApiIamUserDeleteRequest ¶
type ApiIamUserDeleteRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
type ApiIamUserGetRequest ¶
type ApiIamUserGetRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
type ApiIamUserServiceGetRequest ¶
type ApiIamUserServiceGetRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
func (ApiIamUserServiceGetRequest) Execute ¶
func (r ApiIamUserServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiIamUserServiceListRequest ¶
type ApiIamUserServiceListRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
func (ApiIamUserServiceListRequest) Execute ¶
func (r ApiIamUserServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiIamUserUpdateRequest ¶
type ApiIamUserUpdateRequest struct { ApiService *IamUserApiService // contains filtered or unexported fields }
func (ApiIamUserUpdateRequest) Execute ¶
func (r ApiIamUserUpdateRequest) Execute() (*User, *http.Response, error)
func (ApiIamUserUpdateRequest) IamUserUpdate ¶
func (r ApiIamUserUpdateRequest) IamUserUpdate(iamUserUpdate IamUserUpdate) ApiIamUserUpdateRequest
type ApiInsightProjectJournalCreateRequest ¶
type ApiInsightProjectJournalCreateRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalCreateRequest) Execute ¶
func (r ApiInsightProjectJournalCreateRequest) Execute() (*Journal, *http.Response, error)
func (ApiInsightProjectJournalCreateRequest) InsightProjectJournalCreate ¶
func (r ApiInsightProjectJournalCreateRequest) InsightProjectJournalCreate(insightProjectJournalCreate InsightProjectJournalCreate) ApiInsightProjectJournalCreateRequest
func (ApiInsightProjectJournalCreateRequest) XDryRun ¶
func (r ApiInsightProjectJournalCreateRequest) XDryRun(xDryRun string) ApiInsightProjectJournalCreateRequest
Dry run
func (ApiInsightProjectJournalCreateRequest) XIdempotencyKey ¶
func (r ApiInsightProjectJournalCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiInsightProjectJournalCreateRequest
Idempotency key
type ApiInsightProjectJournalCredentialCreateRequest ¶
type ApiInsightProjectJournalCredentialCreateRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalCredentialCreateRequest) Execute ¶
func (r ApiInsightProjectJournalCredentialCreateRequest) Execute() (*JournalCredential, *http.Response, error)
func (ApiInsightProjectJournalCredentialCreateRequest) JournalCredential ¶
func (r ApiInsightProjectJournalCredentialCreateRequest) JournalCredential(journalCredential JournalCredential) ApiInsightProjectJournalCredentialCreateRequest
type ApiInsightProjectJournalCredentialDeleteRequest ¶
type ApiInsightProjectJournalCredentialDeleteRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
type ApiInsightProjectJournalCredentialGetRequest ¶
type ApiInsightProjectJournalCredentialGetRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalCredentialGetRequest) Execute ¶
func (r ApiInsightProjectJournalCredentialGetRequest) Execute() (*JournalCredential, *http.Response, error)
type ApiInsightProjectJournalCredentialListRequest ¶
type ApiInsightProjectJournalCredentialListRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalCredentialListRequest) Execute ¶
func (r ApiInsightProjectJournalCredentialListRequest) Execute() ([]JournalCredential, *http.Response, error)
type ApiInsightProjectJournalCredentialPatchRequest ¶
type ApiInsightProjectJournalCredentialPatchRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalCredentialPatchRequest) Execute ¶
func (r ApiInsightProjectJournalCredentialPatchRequest) Execute() (*JournalCredential, *http.Response, error)
func (ApiInsightProjectJournalCredentialPatchRequest) InsightProjectJournalCredentialPatch ¶
func (r ApiInsightProjectJournalCredentialPatchRequest) InsightProjectJournalCredentialPatch(insightProjectJournalCredentialPatch InsightProjectJournalCredentialPatch) ApiInsightProjectJournalCredentialPatchRequest
type ApiInsightProjectJournalDeleteRequest ¶
type ApiInsightProjectJournalDeleteRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
type ApiInsightProjectJournalEventGetRequest ¶
type ApiInsightProjectJournalEventGetRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
type ApiInsightProjectJournalEventListRequest ¶
type ApiInsightProjectJournalEventListRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalEventListRequest) Execute ¶
func (r ApiInsightProjectJournalEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiInsightProjectJournalEventListRequest) Limit ¶
func (r ApiInsightProjectJournalEventListRequest) Limit(limit float32) ApiInsightProjectJournalEventListRequest
$limit
func (ApiInsightProjectJournalEventListRequest) Skip ¶
func (r ApiInsightProjectJournalEventListRequest) Skip(skip float32) ApiInsightProjectJournalEventListRequest
$skip
type ApiInsightProjectJournalGetRequest ¶
type ApiInsightProjectJournalGetRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
type ApiInsightProjectJournalListRequest ¶
type ApiInsightProjectJournalListRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalListRequest) Execute ¶
func (r ApiInsightProjectJournalListRequest) Execute() ([]Journal, *http.Response, error)
func (ApiInsightProjectJournalListRequest) Name ¶
func (r ApiInsightProjectJournalListRequest) Name(name string) ApiInsightProjectJournalListRequest
Filter by name
func (ApiInsightProjectJournalListRequest) TagKey ¶
func (r ApiInsightProjectJournalListRequest) TagKey(tagKey string) ApiInsightProjectJournalListRequest
Filter by tag.key
func (ApiInsightProjectJournalListRequest) TagValue ¶
func (r ApiInsightProjectJournalListRequest) TagValue(tagValue string) ApiInsightProjectJournalListRequest
Filter by tag.value
type ApiInsightProjectJournalLogGetRequest ¶
type ApiInsightProjectJournalLogGetRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalLogGetRequest) Execute ¶
func (r ApiInsightProjectJournalLogGetRequest) Execute() (*InlineResponseDefault, *http.Response, error)
func (ApiInsightProjectJournalLogGetRequest) Follow ¶
func (r ApiInsightProjectJournalLogGetRequest) Follow(follow bool) ApiInsightProjectJournalLogGetRequest
follow
func (ApiInsightProjectJournalLogGetRequest) Since ¶
func (r ApiInsightProjectJournalLogGetRequest) Since(since time.Time) ApiInsightProjectJournalLogGetRequest
since
func (ApiInsightProjectJournalLogGetRequest) Tag ¶
func (r ApiInsightProjectJournalLogGetRequest) Tag(tag []Tag) ApiInsightProjectJournalLogGetRequest
tag
func (ApiInsightProjectJournalLogGetRequest) Tail ¶
func (r ApiInsightProjectJournalLogGetRequest) Tail(tail float32) ApiInsightProjectJournalLogGetRequest
tail
func (ApiInsightProjectJournalLogGetRequest) Until ¶
func (r ApiInsightProjectJournalLogGetRequest) Until(until time.Time) ApiInsightProjectJournalLogGetRequest
until
type ApiInsightProjectJournalServiceGetRequest ¶
type ApiInsightProjectJournalServiceGetRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalServiceGetRequest) Execute ¶
func (r ApiInsightProjectJournalServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiInsightProjectJournalServiceListRequest ¶
type ApiInsightProjectJournalServiceListRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalServiceListRequest) Execute ¶
func (r ApiInsightProjectJournalServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiInsightProjectJournalTagCreateRequest ¶
type ApiInsightProjectJournalTagCreateRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalTagCreateRequest) Execute ¶
func (r ApiInsightProjectJournalTagCreateRequest) Execute() (*Tag, *http.Response, error)
type ApiInsightProjectJournalTagDeleteRequest ¶
type ApiInsightProjectJournalTagDeleteRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
type ApiInsightProjectJournalTagGetRequest ¶
type ApiInsightProjectJournalTagGetRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
type ApiInsightProjectJournalTagListRequest ¶
type ApiInsightProjectJournalTagListRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
type ApiInsightProjectJournalTagPutRequest ¶
type ApiInsightProjectJournalTagPutRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalTagPutRequest) Execute ¶
func (r ApiInsightProjectJournalTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiInsightProjectJournalTagPutRequest) Tag ¶
func (r ApiInsightProjectJournalTagPutRequest) Tag(tag []Tag) ApiInsightProjectJournalTagPutRequest
type ApiInsightProjectJournalTransferRequest ¶
type ApiInsightProjectJournalTransferRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalTransferRequest) Execute ¶
func (r ApiInsightProjectJournalTransferRequest) Execute() (*Journal, *http.Response, error)
func (ApiInsightProjectJournalTransferRequest) InsightProjectJournalTransfer ¶
func (r ApiInsightProjectJournalTransferRequest) InsightProjectJournalTransfer(insightProjectJournalTransfer InsightProjectJournalTransfer) ApiInsightProjectJournalTransferRequest
func (ApiInsightProjectJournalTransferRequest) XDryRun ¶
func (r ApiInsightProjectJournalTransferRequest) XDryRun(xDryRun string) ApiInsightProjectJournalTransferRequest
Dry run
func (ApiInsightProjectJournalTransferRequest) XIdempotencyKey ¶
func (r ApiInsightProjectJournalTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiInsightProjectJournalTransferRequest
Idempotency key
type ApiInsightProjectJournalUpdateRequest ¶
type ApiInsightProjectJournalUpdateRequest struct { ApiService *InsightProjectJournalApiService // contains filtered or unexported fields }
func (ApiInsightProjectJournalUpdateRequest) Execute ¶
func (r ApiInsightProjectJournalUpdateRequest) Execute() (*Journal, *http.Response, error)
func (ApiInsightProjectJournalUpdateRequest) InsightProjectJournalUpdate ¶
func (r ApiInsightProjectJournalUpdateRequest) InsightProjectJournalUpdate(insightProjectJournalUpdate InsightProjectJournalUpdate) ApiInsightProjectJournalUpdateRequest
type ApiNetworkingProjectFirewallCreateRequest ¶
type ApiNetworkingProjectFirewallCreateRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallCreateRequest) Execute ¶
func (r ApiNetworkingProjectFirewallCreateRequest) Execute() (*Firewall, *http.Response, error)
func (ApiNetworkingProjectFirewallCreateRequest) NetworkingProjectFirewallCreate ¶
func (r ApiNetworkingProjectFirewallCreateRequest) NetworkingProjectFirewallCreate(networkingProjectFirewallCreate NetworkingProjectFirewallCreate) ApiNetworkingProjectFirewallCreateRequest
func (ApiNetworkingProjectFirewallCreateRequest) XDryRun ¶
func (r ApiNetworkingProjectFirewallCreateRequest) XDryRun(xDryRun string) ApiNetworkingProjectFirewallCreateRequest
Dry run
func (ApiNetworkingProjectFirewallCreateRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectFirewallCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectFirewallCreateRequest
Idempotency key
type ApiNetworkingProjectFirewallDeleteRequest ¶
type ApiNetworkingProjectFirewallDeleteRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
type ApiNetworkingProjectFirewallEgressCreateRequest ¶
type ApiNetworkingProjectFirewallEgressCreateRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallEgressCreateRequest) Execute ¶
func (r ApiNetworkingProjectFirewallEgressCreateRequest) Execute() (*NetworkingRule, *http.Response, error)
func (ApiNetworkingProjectFirewallEgressCreateRequest) NetworkingRule ¶
func (r ApiNetworkingProjectFirewallEgressCreateRequest) NetworkingRule(networkingRule NetworkingRule) ApiNetworkingProjectFirewallEgressCreateRequest
type ApiNetworkingProjectFirewallEgressDeleteRequest ¶
type ApiNetworkingProjectFirewallEgressDeleteRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
type ApiNetworkingProjectFirewallEgressGetRequest ¶
type ApiNetworkingProjectFirewallEgressGetRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallEgressGetRequest) Execute ¶
func (r ApiNetworkingProjectFirewallEgressGetRequest) Execute() (*NetworkingRule, *http.Response, error)
type ApiNetworkingProjectFirewallEgressListRequest ¶
type ApiNetworkingProjectFirewallEgressListRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallEgressListRequest) Execute ¶
func (r ApiNetworkingProjectFirewallEgressListRequest) Execute() ([]NetworkingRule, *http.Response, error)
type ApiNetworkingProjectFirewallEgressPutRequest ¶
type ApiNetworkingProjectFirewallEgressPutRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallEgressPutRequest) Execute ¶
func (r ApiNetworkingProjectFirewallEgressPutRequest) Execute() ([]NetworkingRule, *http.Response, error)
func (ApiNetworkingProjectFirewallEgressPutRequest) NetworkingRule ¶
func (r ApiNetworkingProjectFirewallEgressPutRequest) NetworkingRule(networkingRule []NetworkingRule) ApiNetworkingProjectFirewallEgressPutRequest
type ApiNetworkingProjectFirewallEventGetRequest ¶
type ApiNetworkingProjectFirewallEventGetRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
type ApiNetworkingProjectFirewallEventListRequest ¶
type ApiNetworkingProjectFirewallEventListRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallEventListRequest) Execute ¶
func (r ApiNetworkingProjectFirewallEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiNetworkingProjectFirewallEventListRequest) Limit ¶
func (r ApiNetworkingProjectFirewallEventListRequest) Limit(limit float32) ApiNetworkingProjectFirewallEventListRequest
$limit
func (ApiNetworkingProjectFirewallEventListRequest) Skip ¶
func (r ApiNetworkingProjectFirewallEventListRequest) Skip(skip float32) ApiNetworkingProjectFirewallEventListRequest
$skip
type ApiNetworkingProjectFirewallGetRequest ¶
type ApiNetworkingProjectFirewallGetRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
type ApiNetworkingProjectFirewallIngressCreateRequest ¶
type ApiNetworkingProjectFirewallIngressCreateRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallIngressCreateRequest) Execute ¶
func (r ApiNetworkingProjectFirewallIngressCreateRequest) Execute() (*NetworkingRule, *http.Response, error)
func (ApiNetworkingProjectFirewallIngressCreateRequest) NetworkingRule ¶
func (r ApiNetworkingProjectFirewallIngressCreateRequest) NetworkingRule(networkingRule NetworkingRule) ApiNetworkingProjectFirewallIngressCreateRequest
type ApiNetworkingProjectFirewallIngressDeleteRequest ¶
type ApiNetworkingProjectFirewallIngressDeleteRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
type ApiNetworkingProjectFirewallIngressGetRequest ¶
type ApiNetworkingProjectFirewallIngressGetRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallIngressGetRequest) Execute ¶
func (r ApiNetworkingProjectFirewallIngressGetRequest) Execute() (*NetworkingRule, *http.Response, error)
type ApiNetworkingProjectFirewallIngressListRequest ¶
type ApiNetworkingProjectFirewallIngressListRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallIngressListRequest) Execute ¶
func (r ApiNetworkingProjectFirewallIngressListRequest) Execute() ([]NetworkingRule, *http.Response, error)
type ApiNetworkingProjectFirewallIngressPutRequest ¶
type ApiNetworkingProjectFirewallIngressPutRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallIngressPutRequest) Execute ¶
func (r ApiNetworkingProjectFirewallIngressPutRequest) Execute() ([]NetworkingRule, *http.Response, error)
func (ApiNetworkingProjectFirewallIngressPutRequest) NetworkingRule ¶
func (r ApiNetworkingProjectFirewallIngressPutRequest) NetworkingRule(networkingRule []NetworkingRule) ApiNetworkingProjectFirewallIngressPutRequest
type ApiNetworkingProjectFirewallListRequest ¶
type ApiNetworkingProjectFirewallListRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallListRequest) Execute ¶
func (r ApiNetworkingProjectFirewallListRequest) Execute() ([]Firewall, *http.Response, error)
func (ApiNetworkingProjectFirewallListRequest) Name ¶
func (r ApiNetworkingProjectFirewallListRequest) Name(name string) ApiNetworkingProjectFirewallListRequest
Filter by name
func (ApiNetworkingProjectFirewallListRequest) TagKey ¶
func (r ApiNetworkingProjectFirewallListRequest) TagKey(tagKey string) ApiNetworkingProjectFirewallListRequest
Filter by tag.key
func (ApiNetworkingProjectFirewallListRequest) TagValue ¶
func (r ApiNetworkingProjectFirewallListRequest) TagValue(tagValue string) ApiNetworkingProjectFirewallListRequest
Filter by tag.value
type ApiNetworkingProjectFirewallServiceGetRequest ¶
type ApiNetworkingProjectFirewallServiceGetRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallServiceGetRequest) Execute ¶
func (r ApiNetworkingProjectFirewallServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiNetworkingProjectFirewallServiceListRequest ¶
type ApiNetworkingProjectFirewallServiceListRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallServiceListRequest) Execute ¶
func (r ApiNetworkingProjectFirewallServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiNetworkingProjectFirewallTagCreateRequest ¶
type ApiNetworkingProjectFirewallTagCreateRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallTagCreateRequest) Execute ¶
func (r ApiNetworkingProjectFirewallTagCreateRequest) Execute() (*Tag, *http.Response, error)
type ApiNetworkingProjectFirewallTagDeleteRequest ¶
type ApiNetworkingProjectFirewallTagDeleteRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
type ApiNetworkingProjectFirewallTagGetRequest ¶
type ApiNetworkingProjectFirewallTagGetRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
type ApiNetworkingProjectFirewallTagListRequest ¶
type ApiNetworkingProjectFirewallTagListRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
type ApiNetworkingProjectFirewallTagPutRequest ¶
type ApiNetworkingProjectFirewallTagPutRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallTagPutRequest) Execute ¶
func (r ApiNetworkingProjectFirewallTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiNetworkingProjectFirewallTagPutRequest) Tag ¶
func (r ApiNetworkingProjectFirewallTagPutRequest) Tag(tag []Tag) ApiNetworkingProjectFirewallTagPutRequest
type ApiNetworkingProjectFirewallTransferRequest ¶
type ApiNetworkingProjectFirewallTransferRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallTransferRequest) Execute ¶
func (r ApiNetworkingProjectFirewallTransferRequest) Execute() (*Firewall, *http.Response, error)
func (ApiNetworkingProjectFirewallTransferRequest) NetworkingProjectFirewallTransfer ¶
func (r ApiNetworkingProjectFirewallTransferRequest) NetworkingProjectFirewallTransfer(networkingProjectFirewallTransfer NetworkingProjectFirewallTransfer) ApiNetworkingProjectFirewallTransferRequest
func (ApiNetworkingProjectFirewallTransferRequest) XDryRun ¶
func (r ApiNetworkingProjectFirewallTransferRequest) XDryRun(xDryRun string) ApiNetworkingProjectFirewallTransferRequest
Dry run
func (ApiNetworkingProjectFirewallTransferRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectFirewallTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectFirewallTransferRequest
Idempotency key
type ApiNetworkingProjectFirewallUpdateRequest ¶
type ApiNetworkingProjectFirewallUpdateRequest struct { ApiService *NetworkingProjectFirewallApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectFirewallUpdateRequest) Execute ¶
func (r ApiNetworkingProjectFirewallUpdateRequest) Execute() (*Firewall, *http.Response, error)
func (ApiNetworkingProjectFirewallUpdateRequest) NetworkingProjectFirewallUpdate ¶
func (r ApiNetworkingProjectFirewallUpdateRequest) NetworkingProjectFirewallUpdate(networkingProjectFirewallUpdate NetworkingProjectFirewallUpdate) ApiNetworkingProjectFirewallUpdateRequest
type ApiNetworkingProjectIpAssociateRequest ¶
type ApiNetworkingProjectIpAssociateRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpAssociateRequest) Execute ¶
func (r ApiNetworkingProjectIpAssociateRequest) Execute() (*Ip, *http.Response, error)
func (ApiNetworkingProjectIpAssociateRequest) NetworkingProjectIpAssociate ¶
func (r ApiNetworkingProjectIpAssociateRequest) NetworkingProjectIpAssociate(networkingProjectIpAssociate NetworkingProjectIpAssociate) ApiNetworkingProjectIpAssociateRequest
func (ApiNetworkingProjectIpAssociateRequest) XDryRun ¶
func (r ApiNetworkingProjectIpAssociateRequest) XDryRun(xDryRun string) ApiNetworkingProjectIpAssociateRequest
Dry run
func (ApiNetworkingProjectIpAssociateRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectIpAssociateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectIpAssociateRequest
Idempotency key
type ApiNetworkingProjectIpCreateRequest ¶
type ApiNetworkingProjectIpCreateRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpCreateRequest) Execute ¶
func (r ApiNetworkingProjectIpCreateRequest) Execute() (*Ip, *http.Response, error)
func (ApiNetworkingProjectIpCreateRequest) NetworkingProjectIpCreate ¶
func (r ApiNetworkingProjectIpCreateRequest) NetworkingProjectIpCreate(networkingProjectIpCreate NetworkingProjectIpCreate) ApiNetworkingProjectIpCreateRequest
func (ApiNetworkingProjectIpCreateRequest) XDryRun ¶
func (r ApiNetworkingProjectIpCreateRequest) XDryRun(xDryRun string) ApiNetworkingProjectIpCreateRequest
Dry run
func (ApiNetworkingProjectIpCreateRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectIpCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectIpCreateRequest
Idempotency key
type ApiNetworkingProjectIpDeleteRequest ¶
type ApiNetworkingProjectIpDeleteRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectIpDisassociateRequest ¶
type ApiNetworkingProjectIpDisassociateRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpDisassociateRequest) Execute ¶
func (r ApiNetworkingProjectIpDisassociateRequest) Execute() (*Ip, *http.Response, error)
func (ApiNetworkingProjectIpDisassociateRequest) XDryRun ¶
func (r ApiNetworkingProjectIpDisassociateRequest) XDryRun(xDryRun string) ApiNetworkingProjectIpDisassociateRequest
Dry run
func (ApiNetworkingProjectIpDisassociateRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectIpDisassociateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectIpDisassociateRequest
Idempotency key
type ApiNetworkingProjectIpEventGetRequest ¶
type ApiNetworkingProjectIpEventGetRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectIpEventListRequest ¶
type ApiNetworkingProjectIpEventListRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpEventListRequest) Execute ¶
func (r ApiNetworkingProjectIpEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiNetworkingProjectIpEventListRequest) Limit ¶
func (r ApiNetworkingProjectIpEventListRequest) Limit(limit float32) ApiNetworkingProjectIpEventListRequest
$limit
func (ApiNetworkingProjectIpEventListRequest) Skip ¶
func (r ApiNetworkingProjectIpEventListRequest) Skip(skip float32) ApiNetworkingProjectIpEventListRequest
$skip
type ApiNetworkingProjectIpGetRequest ¶
type ApiNetworkingProjectIpGetRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectIpListRequest ¶
type ApiNetworkingProjectIpListRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpListRequest) AssociatedNetadp ¶
func (r ApiNetworkingProjectIpListRequest) AssociatedNetadp(associatedNetadp string) ApiNetworkingProjectIpListRequest
Filter by associated.netadp
func (ApiNetworkingProjectIpListRequest) Execute ¶
func (r ApiNetworkingProjectIpListRequest) Execute() ([]Ip, *http.Response, error)
func (ApiNetworkingProjectIpListRequest) Network ¶
func (r ApiNetworkingProjectIpListRequest) Network(network string) ApiNetworkingProjectIpListRequest
Filter by network
func (ApiNetworkingProjectIpListRequest) TagKey ¶
func (r ApiNetworkingProjectIpListRequest) TagKey(tagKey string) ApiNetworkingProjectIpListRequest
Filter by tag.key
func (ApiNetworkingProjectIpListRequest) TagValue ¶
func (r ApiNetworkingProjectIpListRequest) TagValue(tagValue string) ApiNetworkingProjectIpListRequest
Filter by tag.value
type ApiNetworkingProjectIpPersistRequest ¶
type ApiNetworkingProjectIpPersistRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpPersistRequest) Execute ¶
func (r ApiNetworkingProjectIpPersistRequest) Execute() (*Ip, *http.Response, error)
func (ApiNetworkingProjectIpPersistRequest) XDryRun ¶
func (r ApiNetworkingProjectIpPersistRequest) XDryRun(xDryRun string) ApiNetworkingProjectIpPersistRequest
Dry run
func (ApiNetworkingProjectIpPersistRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectIpPersistRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectIpPersistRequest
Idempotency key
type ApiNetworkingProjectIpServiceGetRequest ¶
type ApiNetworkingProjectIpServiceGetRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpServiceGetRequest) Execute ¶
func (r ApiNetworkingProjectIpServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiNetworkingProjectIpServiceListRequest ¶
type ApiNetworkingProjectIpServiceListRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpServiceListRequest) Execute ¶
func (r ApiNetworkingProjectIpServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiNetworkingProjectIpTagCreateRequest ¶
type ApiNetworkingProjectIpTagCreateRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpTagCreateRequest) Execute ¶
func (r ApiNetworkingProjectIpTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiNetworkingProjectIpTagCreateRequest) Tag ¶
func (r ApiNetworkingProjectIpTagCreateRequest) Tag(tag Tag) ApiNetworkingProjectIpTagCreateRequest
type ApiNetworkingProjectIpTagDeleteRequest ¶
type ApiNetworkingProjectIpTagDeleteRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectIpTagGetRequest ¶
type ApiNetworkingProjectIpTagGetRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectIpTagListRequest ¶
type ApiNetworkingProjectIpTagListRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectIpTagPutRequest ¶
type ApiNetworkingProjectIpTagPutRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpTagPutRequest) Execute ¶
func (r ApiNetworkingProjectIpTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiNetworkingProjectIpTagPutRequest) Tag ¶
func (r ApiNetworkingProjectIpTagPutRequest) Tag(tag []Tag) ApiNetworkingProjectIpTagPutRequest
type ApiNetworkingProjectIpTransferRequest ¶
type ApiNetworkingProjectIpTransferRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpTransferRequest) Execute ¶
func (r ApiNetworkingProjectIpTransferRequest) Execute() (*Ip, *http.Response, error)
func (ApiNetworkingProjectIpTransferRequest) NetworkingProjectIpTransfer ¶
func (r ApiNetworkingProjectIpTransferRequest) NetworkingProjectIpTransfer(networkingProjectIpTransfer NetworkingProjectIpTransfer) ApiNetworkingProjectIpTransferRequest
func (ApiNetworkingProjectIpTransferRequest) XDryRun ¶
func (r ApiNetworkingProjectIpTransferRequest) XDryRun(xDryRun string) ApiNetworkingProjectIpTransferRequest
Dry run
func (ApiNetworkingProjectIpTransferRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectIpTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectIpTransferRequest
Idempotency key
type ApiNetworkingProjectIpUpdateRequest ¶
type ApiNetworkingProjectIpUpdateRequest struct { ApiService *NetworkingProjectIpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectIpUpdateRequest) Execute ¶
func (r ApiNetworkingProjectIpUpdateRequest) Execute() (*Ip, *http.Response, error)
func (ApiNetworkingProjectIpUpdateRequest) NetworkingProjectIpUpdate ¶
func (r ApiNetworkingProjectIpUpdateRequest) NetworkingProjectIpUpdate(networkingProjectIpUpdate NetworkingProjectIpUpdate) ApiNetworkingProjectIpUpdateRequest
type ApiNetworkingProjectNetadpCreateRequest ¶
type ApiNetworkingProjectNetadpCreateRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetadpCreateRequest) Execute ¶
func (r ApiNetworkingProjectNetadpCreateRequest) Execute() (*Netadp, *http.Response, error)
func (ApiNetworkingProjectNetadpCreateRequest) NetworkingProjectNetadpCreate ¶
func (r ApiNetworkingProjectNetadpCreateRequest) NetworkingProjectNetadpCreate(networkingProjectNetadpCreate NetworkingProjectNetadpCreate) ApiNetworkingProjectNetadpCreateRequest
func (ApiNetworkingProjectNetadpCreateRequest) XDryRun ¶
func (r ApiNetworkingProjectNetadpCreateRequest) XDryRun(xDryRun string) ApiNetworkingProjectNetadpCreateRequest
Dry run
func (ApiNetworkingProjectNetadpCreateRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectNetadpCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectNetadpCreateRequest
Idempotency key
type ApiNetworkingProjectNetadpDeleteRequest ¶
type ApiNetworkingProjectNetadpDeleteRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetadpEventGetRequest ¶
type ApiNetworkingProjectNetadpEventGetRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetadpEventListRequest ¶
type ApiNetworkingProjectNetadpEventListRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetadpEventListRequest) Execute ¶
func (r ApiNetworkingProjectNetadpEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiNetworkingProjectNetadpEventListRequest) Limit ¶
func (r ApiNetworkingProjectNetadpEventListRequest) Limit(limit float32) ApiNetworkingProjectNetadpEventListRequest
$limit
func (ApiNetworkingProjectNetadpEventListRequest) Skip ¶
func (r ApiNetworkingProjectNetadpEventListRequest) Skip(skip float32) ApiNetworkingProjectNetadpEventListRequest
$skip
type ApiNetworkingProjectNetadpGetRequest ¶
type ApiNetworkingProjectNetadpGetRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetadpListRequest ¶
type ApiNetworkingProjectNetadpListRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetadpListRequest) AssignedId ¶
func (r ApiNetworkingProjectNetadpListRequest) AssignedId(assignedId string) ApiNetworkingProjectNetadpListRequest
Filter by assigned.id
func (ApiNetworkingProjectNetadpListRequest) AssignedResource ¶
func (r ApiNetworkingProjectNetadpListRequest) AssignedResource(assignedResource string) ApiNetworkingProjectNetadpListRequest
Filter by assigned.resource
func (ApiNetworkingProjectNetadpListRequest) Execute ¶
func (r ApiNetworkingProjectNetadpListRequest) Execute() ([]Netadp, *http.Response, error)
func (ApiNetworkingProjectNetadpListRequest) Network ¶
func (r ApiNetworkingProjectNetadpListRequest) Network(network string) ApiNetworkingProjectNetadpListRequest
Filter by network
func (ApiNetworkingProjectNetadpListRequest) TagKey ¶
func (r ApiNetworkingProjectNetadpListRequest) TagKey(tagKey string) ApiNetworkingProjectNetadpListRequest
Filter by tag.key
func (ApiNetworkingProjectNetadpListRequest) TagValue ¶
func (r ApiNetworkingProjectNetadpListRequest) TagValue(tagValue string) ApiNetworkingProjectNetadpListRequest
Filter by tag.value
type ApiNetworkingProjectNetadpMetricGetRequest ¶
type ApiNetworkingProjectNetadpMetricGetRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetadpMetricListRequest ¶
type ApiNetworkingProjectNetadpMetricListRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetadpMetricSeriesListRequest ¶
type ApiNetworkingProjectNetadpMetricSeriesListRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetadpMetricSeriesListRequest) Aligner ¶
func (r ApiNetworkingProjectNetadpMetricSeriesListRequest) Aligner(aligner string) ApiNetworkingProjectNetadpMetricSeriesListRequest
aligner
func (ApiNetworkingProjectNetadpMetricSeriesListRequest) Execute ¶
func (r ApiNetworkingProjectNetadpMetricSeriesListRequest) Execute() ([]Point, *http.Response, error)
func (ApiNetworkingProjectNetadpMetricSeriesListRequest) Interval ¶
func (r ApiNetworkingProjectNetadpMetricSeriesListRequest) Interval(interval string) ApiNetworkingProjectNetadpMetricSeriesListRequest
interval
func (ApiNetworkingProjectNetadpMetricSeriesListRequest) Timespan ¶
func (r ApiNetworkingProjectNetadpMetricSeriesListRequest) Timespan(timespan string) ApiNetworkingProjectNetadpMetricSeriesListRequest
timespan
type ApiNetworkingProjectNetadpServiceGetRequest ¶
type ApiNetworkingProjectNetadpServiceGetRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetadpServiceGetRequest) Execute ¶
func (r ApiNetworkingProjectNetadpServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiNetworkingProjectNetadpServiceListRequest ¶
type ApiNetworkingProjectNetadpServiceListRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetadpServiceListRequest) Execute ¶
func (r ApiNetworkingProjectNetadpServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiNetworkingProjectNetadpTagCreateRequest ¶
type ApiNetworkingProjectNetadpTagCreateRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetadpTagCreateRequest) Execute ¶
func (r ApiNetworkingProjectNetadpTagCreateRequest) Execute() (*Tag, *http.Response, error)
type ApiNetworkingProjectNetadpTagDeleteRequest ¶
type ApiNetworkingProjectNetadpTagDeleteRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetadpTagGetRequest ¶
type ApiNetworkingProjectNetadpTagGetRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetadpTagListRequest ¶
type ApiNetworkingProjectNetadpTagListRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetadpTagPutRequest ¶
type ApiNetworkingProjectNetadpTagPutRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetadpTagPutRequest) Execute ¶
func (r ApiNetworkingProjectNetadpTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiNetworkingProjectNetadpTagPutRequest) Tag ¶
func (r ApiNetworkingProjectNetadpTagPutRequest) Tag(tag []Tag) ApiNetworkingProjectNetadpTagPutRequest
type ApiNetworkingProjectNetadpUpdateRequest ¶
type ApiNetworkingProjectNetadpUpdateRequest struct { ApiService *NetworkingProjectNetadpApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetadpUpdateRequest) Execute ¶
func (r ApiNetworkingProjectNetadpUpdateRequest) Execute() (*Netadp, *http.Response, error)
func (ApiNetworkingProjectNetadpUpdateRequest) NetworkingProjectNetadpUpdate ¶
func (r ApiNetworkingProjectNetadpUpdateRequest) NetworkingProjectNetadpUpdate(networkingProjectNetadpUpdate NetworkingProjectNetadpUpdate) ApiNetworkingProjectNetadpUpdateRequest
type ApiNetworkingProjectNetgwAttachRequest ¶
type ApiNetworkingProjectNetgwAttachRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetgwAttachRequest) Execute ¶
func (r ApiNetworkingProjectNetgwAttachRequest) Execute() (*Netgw, *http.Response, error)
func (ApiNetworkingProjectNetgwAttachRequest) NetworkingProjectNetgwAttach ¶
func (r ApiNetworkingProjectNetgwAttachRequest) NetworkingProjectNetgwAttach(networkingProjectNetgwAttach NetworkingProjectNetgwAttach) ApiNetworkingProjectNetgwAttachRequest
func (ApiNetworkingProjectNetgwAttachRequest) XDryRun ¶
func (r ApiNetworkingProjectNetgwAttachRequest) XDryRun(xDryRun string) ApiNetworkingProjectNetgwAttachRequest
Dry run
func (ApiNetworkingProjectNetgwAttachRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectNetgwAttachRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectNetgwAttachRequest
Idempotency key
type ApiNetworkingProjectNetgwCreateRequest ¶
type ApiNetworkingProjectNetgwCreateRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetgwCreateRequest) Execute ¶
func (r ApiNetworkingProjectNetgwCreateRequest) Execute() (*Netgw, *http.Response, error)
func (ApiNetworkingProjectNetgwCreateRequest) NetworkingProjectNetgwCreate ¶
func (r ApiNetworkingProjectNetgwCreateRequest) NetworkingProjectNetgwCreate(networkingProjectNetgwCreate NetworkingProjectNetgwCreate) ApiNetworkingProjectNetgwCreateRequest
func (ApiNetworkingProjectNetgwCreateRequest) XDryRun ¶
func (r ApiNetworkingProjectNetgwCreateRequest) XDryRun(xDryRun string) ApiNetworkingProjectNetgwCreateRequest
Dry run
func (ApiNetworkingProjectNetgwCreateRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectNetgwCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectNetgwCreateRequest
Idempotency key
type ApiNetworkingProjectNetgwDeleteRequest ¶
type ApiNetworkingProjectNetgwDeleteRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetgwDetachRequest ¶
type ApiNetworkingProjectNetgwDetachRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetgwDetachRequest) Execute ¶
func (r ApiNetworkingProjectNetgwDetachRequest) Execute() (*Netgw, *http.Response, error)
func (ApiNetworkingProjectNetgwDetachRequest) XDryRun ¶
func (r ApiNetworkingProjectNetgwDetachRequest) XDryRun(xDryRun string) ApiNetworkingProjectNetgwDetachRequest
Dry run
func (ApiNetworkingProjectNetgwDetachRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectNetgwDetachRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectNetgwDetachRequest
Idempotency key
type ApiNetworkingProjectNetgwEventGetRequest ¶
type ApiNetworkingProjectNetgwEventGetRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetgwEventListRequest ¶
type ApiNetworkingProjectNetgwEventListRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetgwEventListRequest) Execute ¶
func (r ApiNetworkingProjectNetgwEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiNetworkingProjectNetgwEventListRequest) Limit ¶
func (r ApiNetworkingProjectNetgwEventListRequest) Limit(limit float32) ApiNetworkingProjectNetgwEventListRequest
$limit
func (ApiNetworkingProjectNetgwEventListRequest) Skip ¶
func (r ApiNetworkingProjectNetgwEventListRequest) Skip(skip float32) ApiNetworkingProjectNetgwEventListRequest
$skip
type ApiNetworkingProjectNetgwGetRequest ¶
type ApiNetworkingProjectNetgwGetRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetgwListRequest ¶
type ApiNetworkingProjectNetgwListRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetgwListRequest) Execute ¶
func (r ApiNetworkingProjectNetgwListRequest) Execute() ([]Netgw, *http.Response, error)
func (ApiNetworkingProjectNetgwListRequest) Name ¶
func (r ApiNetworkingProjectNetgwListRequest) Name(name string) ApiNetworkingProjectNetgwListRequest
Filter by name
func (ApiNetworkingProjectNetgwListRequest) TagKey ¶
func (r ApiNetworkingProjectNetgwListRequest) TagKey(tagKey string) ApiNetworkingProjectNetgwListRequest
Filter by tag.key
func (ApiNetworkingProjectNetgwListRequest) TagValue ¶
func (r ApiNetworkingProjectNetgwListRequest) TagValue(tagValue string) ApiNetworkingProjectNetgwListRequest
Filter by tag.value
type ApiNetworkingProjectNetgwServiceGetRequest ¶
type ApiNetworkingProjectNetgwServiceGetRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetgwServiceGetRequest) Execute ¶
func (r ApiNetworkingProjectNetgwServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiNetworkingProjectNetgwServiceListRequest ¶
type ApiNetworkingProjectNetgwServiceListRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetgwServiceListRequest) Execute ¶
func (r ApiNetworkingProjectNetgwServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiNetworkingProjectNetgwTagCreateRequest ¶
type ApiNetworkingProjectNetgwTagCreateRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetgwTagCreateRequest) Execute ¶
func (r ApiNetworkingProjectNetgwTagCreateRequest) Execute() (*Tag, *http.Response, error)
type ApiNetworkingProjectNetgwTagDeleteRequest ¶
type ApiNetworkingProjectNetgwTagDeleteRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetgwTagGetRequest ¶
type ApiNetworkingProjectNetgwTagGetRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetgwTagListRequest ¶
type ApiNetworkingProjectNetgwTagListRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetgwTagPutRequest ¶
type ApiNetworkingProjectNetgwTagPutRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetgwTagPutRequest) Execute ¶
func (r ApiNetworkingProjectNetgwTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiNetworkingProjectNetgwTagPutRequest) Tag ¶
func (r ApiNetworkingProjectNetgwTagPutRequest) Tag(tag []Tag) ApiNetworkingProjectNetgwTagPutRequest
type ApiNetworkingProjectNetgwUpdateRequest ¶
type ApiNetworkingProjectNetgwUpdateRequest struct { ApiService *NetworkingProjectNetgwApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetgwUpdateRequest) Execute ¶
func (r ApiNetworkingProjectNetgwUpdateRequest) Execute() (*Netgw, *http.Response, error)
func (ApiNetworkingProjectNetgwUpdateRequest) NetworkingProjectNetgwUpdate ¶
func (r ApiNetworkingProjectNetgwUpdateRequest) NetworkingProjectNetgwUpdate(networkingProjectNetgwUpdate NetworkingProjectNetgwUpdate) ApiNetworkingProjectNetgwUpdateRequest
type ApiNetworkingProjectNetworkCreateRequest ¶
type ApiNetworkingProjectNetworkCreateRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetworkCreateRequest) Execute ¶
func (r ApiNetworkingProjectNetworkCreateRequest) Execute() (*Network, *http.Response, error)
func (ApiNetworkingProjectNetworkCreateRequest) NetworkingProjectNetworkCreate ¶
func (r ApiNetworkingProjectNetworkCreateRequest) NetworkingProjectNetworkCreate(networkingProjectNetworkCreate NetworkingProjectNetworkCreate) ApiNetworkingProjectNetworkCreateRequest
func (ApiNetworkingProjectNetworkCreateRequest) XDryRun ¶
func (r ApiNetworkingProjectNetworkCreateRequest) XDryRun(xDryRun string) ApiNetworkingProjectNetworkCreateRequest
Dry run
func (ApiNetworkingProjectNetworkCreateRequest) XIdempotencyKey ¶
func (r ApiNetworkingProjectNetworkCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiNetworkingProjectNetworkCreateRequest
Idempotency key
type ApiNetworkingProjectNetworkDeleteRequest ¶
type ApiNetworkingProjectNetworkDeleteRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetworkEventGetRequest ¶
type ApiNetworkingProjectNetworkEventGetRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetworkEventListRequest ¶
type ApiNetworkingProjectNetworkEventListRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetworkEventListRequest) Execute ¶
func (r ApiNetworkingProjectNetworkEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiNetworkingProjectNetworkEventListRequest) Limit ¶
func (r ApiNetworkingProjectNetworkEventListRequest) Limit(limit float32) ApiNetworkingProjectNetworkEventListRequest
$limit
func (ApiNetworkingProjectNetworkEventListRequest) Skip ¶
func (r ApiNetworkingProjectNetworkEventListRequest) Skip(skip float32) ApiNetworkingProjectNetworkEventListRequest
$skip
type ApiNetworkingProjectNetworkGetRequest ¶
type ApiNetworkingProjectNetworkGetRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetworkListRequest ¶
type ApiNetworkingProjectNetworkListRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetworkListRequest) Execute ¶
func (r ApiNetworkingProjectNetworkListRequest) Execute() ([]Network, *http.Response, error)
func (ApiNetworkingProjectNetworkListRequest) Name ¶
func (r ApiNetworkingProjectNetworkListRequest) Name(name string) ApiNetworkingProjectNetworkListRequest
Filter by name
func (ApiNetworkingProjectNetworkListRequest) TagKey ¶
func (r ApiNetworkingProjectNetworkListRequest) TagKey(tagKey string) ApiNetworkingProjectNetworkListRequest
Filter by tag.key
func (ApiNetworkingProjectNetworkListRequest) TagValue ¶
func (r ApiNetworkingProjectNetworkListRequest) TagValue(tagValue string) ApiNetworkingProjectNetworkListRequest
Filter by tag.value
type ApiNetworkingProjectNetworkServiceGetRequest ¶
type ApiNetworkingProjectNetworkServiceGetRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetworkServiceGetRequest) Execute ¶
func (r ApiNetworkingProjectNetworkServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiNetworkingProjectNetworkServiceListRequest ¶
type ApiNetworkingProjectNetworkServiceListRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetworkServiceListRequest) Execute ¶
func (r ApiNetworkingProjectNetworkServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiNetworkingProjectNetworkTagCreateRequest ¶
type ApiNetworkingProjectNetworkTagCreateRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetworkTagCreateRequest) Execute ¶
func (r ApiNetworkingProjectNetworkTagCreateRequest) Execute() (*Tag, *http.Response, error)
type ApiNetworkingProjectNetworkTagDeleteRequest ¶
type ApiNetworkingProjectNetworkTagDeleteRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetworkTagGetRequest ¶
type ApiNetworkingProjectNetworkTagGetRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetworkTagListRequest ¶
type ApiNetworkingProjectNetworkTagListRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
type ApiNetworkingProjectNetworkTagPutRequest ¶
type ApiNetworkingProjectNetworkTagPutRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetworkTagPutRequest) Execute ¶
func (r ApiNetworkingProjectNetworkTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiNetworkingProjectNetworkTagPutRequest) Tag ¶
func (r ApiNetworkingProjectNetworkTagPutRequest) Tag(tag []Tag) ApiNetworkingProjectNetworkTagPutRequest
type ApiNetworkingProjectNetworkUpdateRequest ¶
type ApiNetworkingProjectNetworkUpdateRequest struct { ApiService *NetworkingProjectNetworkApiService // contains filtered or unexported fields }
func (ApiNetworkingProjectNetworkUpdateRequest) Execute ¶
func (r ApiNetworkingProjectNetworkUpdateRequest) Execute() (*Network, *http.Response, error)
func (ApiNetworkingProjectNetworkUpdateRequest) NetworkingProjectNetworkUpdate ¶
func (r ApiNetworkingProjectNetworkUpdateRequest) NetworkingProjectNetworkUpdate(networkingProjectNetworkUpdate NetworkingProjectNetworkUpdate) ApiNetworkingProjectNetworkUpdateRequest
type ApiProviderProjectAgentCreateRequest ¶
type ApiProviderProjectAgentCreateRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentCreateRequest) Execute ¶
func (r ApiProviderProjectAgentCreateRequest) Execute() (*Agent, *http.Response, error)
func (ApiProviderProjectAgentCreateRequest) ProviderProjectAgentCreate ¶
func (r ApiProviderProjectAgentCreateRequest) ProviderProjectAgentCreate(providerProjectAgentCreate ProviderProjectAgentCreate) ApiProviderProjectAgentCreateRequest
func (ApiProviderProjectAgentCreateRequest) XDryRun ¶
func (r ApiProviderProjectAgentCreateRequest) XDryRun(xDryRun string) ApiProviderProjectAgentCreateRequest
Dry run
func (ApiProviderProjectAgentCreateRequest) XIdempotencyKey ¶
func (r ApiProviderProjectAgentCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiProviderProjectAgentCreateRequest
Idempotency key
type ApiProviderProjectAgentCredentialCreateRequest ¶
type ApiProviderProjectAgentCredentialCreateRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentCredentialCreateRequest) AgentCredential ¶
func (r ApiProviderProjectAgentCredentialCreateRequest) AgentCredential(agentCredential AgentCredential) ApiProviderProjectAgentCredentialCreateRequest
func (ApiProviderProjectAgentCredentialCreateRequest) Execute ¶
func (r ApiProviderProjectAgentCredentialCreateRequest) Execute() (*AgentCredential, *http.Response, error)
type ApiProviderProjectAgentCredentialDeleteRequest ¶
type ApiProviderProjectAgentCredentialDeleteRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
type ApiProviderProjectAgentCredentialGetRequest ¶
type ApiProviderProjectAgentCredentialGetRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentCredentialGetRequest) Execute ¶
func (r ApiProviderProjectAgentCredentialGetRequest) Execute() (*AgentCredential, *http.Response, error)
type ApiProviderProjectAgentCredentialListRequest ¶
type ApiProviderProjectAgentCredentialListRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentCredentialListRequest) Execute ¶
func (r ApiProviderProjectAgentCredentialListRequest) Execute() ([]AgentCredential, *http.Response, error)
type ApiProviderProjectAgentCredentialPatchRequest ¶
type ApiProviderProjectAgentCredentialPatchRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentCredentialPatchRequest) Execute ¶
func (r ApiProviderProjectAgentCredentialPatchRequest) Execute() (*AgentCredential, *http.Response, error)
func (ApiProviderProjectAgentCredentialPatchRequest) ProviderProjectAgentCredentialPatch ¶
func (r ApiProviderProjectAgentCredentialPatchRequest) ProviderProjectAgentCredentialPatch(providerProjectAgentCredentialPatch ProviderProjectAgentCredentialPatch) ApiProviderProjectAgentCredentialPatchRequest
type ApiProviderProjectAgentDeleteRequest ¶
type ApiProviderProjectAgentDeleteRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
type ApiProviderProjectAgentEnabledServiceCreateRequest ¶
type ApiProviderProjectAgentEnabledServiceCreateRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentEnabledServiceCreateRequest) EnabledService ¶
func (r ApiProviderProjectAgentEnabledServiceCreateRequest) EnabledService(enabledService EnabledService) ApiProviderProjectAgentEnabledServiceCreateRequest
func (ApiProviderProjectAgentEnabledServiceCreateRequest) Execute ¶
func (r ApiProviderProjectAgentEnabledServiceCreateRequest) Execute() (*EnabledService, *http.Response, error)
type ApiProviderProjectAgentEnabledServiceDeleteRequest ¶
type ApiProviderProjectAgentEnabledServiceDeleteRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
type ApiProviderProjectAgentEnabledServiceGetRequest ¶
type ApiProviderProjectAgentEnabledServiceGetRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentEnabledServiceGetRequest) Execute ¶
func (r ApiProviderProjectAgentEnabledServiceGetRequest) Execute() (*EnabledService, *http.Response, error)
type ApiProviderProjectAgentEnabledServiceListRequest ¶
type ApiProviderProjectAgentEnabledServiceListRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentEnabledServiceListRequest) Execute ¶
func (r ApiProviderProjectAgentEnabledServiceListRequest) Execute() ([]EnabledService, *http.Response, error)
type ApiProviderProjectAgentEventGetRequest ¶
type ApiProviderProjectAgentEventGetRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
type ApiProviderProjectAgentEventListRequest ¶
type ApiProviderProjectAgentEventListRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentEventListRequest) Execute ¶
func (r ApiProviderProjectAgentEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiProviderProjectAgentEventListRequest) Limit ¶
func (r ApiProviderProjectAgentEventListRequest) Limit(limit float32) ApiProviderProjectAgentEventListRequest
$limit
func (ApiProviderProjectAgentEventListRequest) Skip ¶
func (r ApiProviderProjectAgentEventListRequest) Skip(skip float32) ApiProviderProjectAgentEventListRequest
$skip
type ApiProviderProjectAgentGetRequest ¶
type ApiProviderProjectAgentGetRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
type ApiProviderProjectAgentInspectRequest ¶
type ApiProviderProjectAgentInspectRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentInspectRequest) Execute ¶
func (r ApiProviderProjectAgentInspectRequest) Execute() (map[string]interface{}, *http.Response, error)
func (ApiProviderProjectAgentInspectRequest) XDryRun ¶
func (r ApiProviderProjectAgentInspectRequest) XDryRun(xDryRun string) ApiProviderProjectAgentInspectRequest
Dry run
func (ApiProviderProjectAgentInspectRequest) XIdempotencyKey ¶
func (r ApiProviderProjectAgentInspectRequest) XIdempotencyKey(xIdempotencyKey string) ApiProviderProjectAgentInspectRequest
Idempotency key
type ApiProviderProjectAgentListRequest ¶
type ApiProviderProjectAgentListRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentListRequest) EnabledServices ¶
func (r ApiProviderProjectAgentListRequest) EnabledServices(enabledServices string) ApiProviderProjectAgentListRequest
Filter by enabledServices
func (ApiProviderProjectAgentListRequest) Execute ¶
func (r ApiProviderProjectAgentListRequest) Execute() ([]Agent, *http.Response, error)
func (ApiProviderProjectAgentListRequest) Name ¶
func (r ApiProviderProjectAgentListRequest) Name(name string) ApiProviderProjectAgentListRequest
Filter by name
func (ApiProviderProjectAgentListRequest) TagKey ¶
func (r ApiProviderProjectAgentListRequest) TagKey(tagKey string) ApiProviderProjectAgentListRequest
Filter by tag.key
func (ApiProviderProjectAgentListRequest) TagValue ¶
func (r ApiProviderProjectAgentListRequest) TagValue(tagValue string) ApiProviderProjectAgentListRequest
Filter by tag.value
type ApiProviderProjectAgentResourceEventListRequest ¶
type ApiProviderProjectAgentResourceEventListRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentResourceEventListRequest) Execute ¶
func (r ApiProviderProjectAgentResourceEventListRequest) Execute() ([]ProviderAgentResourceEvent, *http.Response, error)
func (ApiProviderProjectAgentResourceEventListRequest) Limit ¶
func (r ApiProviderProjectAgentResourceEventListRequest) Limit(limit float32) ApiProviderProjectAgentResourceEventListRequest
$limit
func (ApiProviderProjectAgentResourceEventListRequest) Skip ¶
func (r ApiProviderProjectAgentResourceEventListRequest) Skip(skip float32) ApiProviderProjectAgentResourceEventListRequest
$skip
type ApiProviderProjectAgentResourceGetRequest ¶
type ApiProviderProjectAgentResourceGetRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentResourceGetRequest) Execute ¶
func (r ApiProviderProjectAgentResourceGetRequest) Execute() (*ProviderAgentResource, *http.Response, error)
type ApiProviderProjectAgentResourceInspectRequest ¶
type ApiProviderProjectAgentResourceInspectRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
type ApiProviderProjectAgentResourceListRequest ¶
type ApiProviderProjectAgentResourceListRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentResourceListRequest) Execute ¶
func (r ApiProviderProjectAgentResourceListRequest) Execute() ([]ProviderAgentResource, *http.Response, error)
type ApiProviderProjectAgentResourceRecreateRequest ¶
type ApiProviderProjectAgentResourceRecreateRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentResourceRecreateRequest) Execute ¶
func (r ApiProviderProjectAgentResourceRecreateRequest) Execute() (*ProviderAgentResource, *http.Response, error)
type ApiProviderProjectAgentServiceGetRequest ¶
type ApiProviderProjectAgentServiceGetRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentServiceGetRequest) Execute ¶
func (r ApiProviderProjectAgentServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiProviderProjectAgentServiceListRequest ¶
type ApiProviderProjectAgentServiceListRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentServiceListRequest) Execute ¶
func (r ApiProviderProjectAgentServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiProviderProjectAgentStartRequest ¶
type ApiProviderProjectAgentStartRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentStartRequest) Execute ¶
func (r ApiProviderProjectAgentStartRequest) Execute() (*Agent, *http.Response, error)
func (ApiProviderProjectAgentStartRequest) XDryRun ¶
func (r ApiProviderProjectAgentStartRequest) XDryRun(xDryRun string) ApiProviderProjectAgentStartRequest
Dry run
func (ApiProviderProjectAgentStartRequest) XIdempotencyKey ¶
func (r ApiProviderProjectAgentStartRequest) XIdempotencyKey(xIdempotencyKey string) ApiProviderProjectAgentStartRequest
Idempotency key
type ApiProviderProjectAgentSuspendRequest ¶
type ApiProviderProjectAgentSuspendRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentSuspendRequest) Execute ¶
func (r ApiProviderProjectAgentSuspendRequest) Execute() (*Agent, *http.Response, error)
func (ApiProviderProjectAgentSuspendRequest) XDryRun ¶
func (r ApiProviderProjectAgentSuspendRequest) XDryRun(xDryRun string) ApiProviderProjectAgentSuspendRequest
Dry run
func (ApiProviderProjectAgentSuspendRequest) XIdempotencyKey ¶
func (r ApiProviderProjectAgentSuspendRequest) XIdempotencyKey(xIdempotencyKey string) ApiProviderProjectAgentSuspendRequest
Idempotency key
type ApiProviderProjectAgentTagCreateRequest ¶
type ApiProviderProjectAgentTagCreateRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentTagCreateRequest) Execute ¶
func (r ApiProviderProjectAgentTagCreateRequest) Execute() (*Tag, *http.Response, error)
type ApiProviderProjectAgentTagDeleteRequest ¶
type ApiProviderProjectAgentTagDeleteRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
type ApiProviderProjectAgentTagGetRequest ¶
type ApiProviderProjectAgentTagGetRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
type ApiProviderProjectAgentTagListRequest ¶
type ApiProviderProjectAgentTagListRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
type ApiProviderProjectAgentTagPutRequest ¶
type ApiProviderProjectAgentTagPutRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentTagPutRequest) Execute ¶
func (r ApiProviderProjectAgentTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiProviderProjectAgentTagPutRequest) Tag ¶
func (r ApiProviderProjectAgentTagPutRequest) Tag(tag []Tag) ApiProviderProjectAgentTagPutRequest
type ApiProviderProjectAgentTransferRequest ¶
type ApiProviderProjectAgentTransferRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentTransferRequest) Execute ¶
func (r ApiProviderProjectAgentTransferRequest) Execute() (*Agent, *http.Response, error)
func (ApiProviderProjectAgentTransferRequest) ProviderProjectAgentTransfer ¶
func (r ApiProviderProjectAgentTransferRequest) ProviderProjectAgentTransfer(providerProjectAgentTransfer ProviderProjectAgentTransfer) ApiProviderProjectAgentTransferRequest
func (ApiProviderProjectAgentTransferRequest) XDryRun ¶
func (r ApiProviderProjectAgentTransferRequest) XDryRun(xDryRun string) ApiProviderProjectAgentTransferRequest
Dry run
func (ApiProviderProjectAgentTransferRequest) XIdempotencyKey ¶
func (r ApiProviderProjectAgentTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiProviderProjectAgentTransferRequest
Idempotency key
type ApiProviderProjectAgentUpdateRequest ¶
type ApiProviderProjectAgentUpdateRequest struct { ApiService *ProviderProjectAgentApiService // contains filtered or unexported fields }
func (ApiProviderProjectAgentUpdateRequest) Execute ¶
func (r ApiProviderProjectAgentUpdateRequest) Execute() (*Agent, *http.Response, error)
func (ApiProviderProjectAgentUpdateRequest) ProviderProjectAgentUpdate ¶
func (r ApiProviderProjectAgentUpdateRequest) ProviderProjectAgentUpdate(providerProjectAgentUpdate ProviderProjectAgentUpdate) ApiProviderProjectAgentUpdateRequest
type ApiSearchResourceListRequest ¶
type ApiSearchResourceListRequest struct { ApiService *SearchResourceApiService // contains filtered or unexported fields }
func (ApiSearchResourceListRequest) Execute ¶
func (r ApiSearchResourceListRequest) Execute() ([]Resource, *http.Response, error)
func (ApiSearchResourceListRequest) Query ¶
func (r ApiSearchResourceListRequest) Query(query string) ApiSearchResourceListRequest
Filter by query
type ApiStorageProjectBucketGetRequest ¶
type ApiStorageProjectBucketGetRequest struct { ApiService *StorageProjectBucketApiService // contains filtered or unexported fields }
type ApiStorageProjectBucketListRequest ¶
type ApiStorageProjectBucketListRequest struct { ApiService *StorageProjectBucketApiService // contains filtered or unexported fields }
type ApiStorageProjectBucketObjectDeleteRequest ¶
type ApiStorageProjectBucketObjectDeleteRequest struct { ApiService *StorageProjectBucketApiService // contains filtered or unexported fields }
type ApiStorageProjectBucketObjectDownloadRequest ¶
type ApiStorageProjectBucketObjectDownloadRequest struct { ApiService *StorageProjectBucketApiService // contains filtered or unexported fields }
type ApiStorageProjectBucketObjectGetRequest ¶
type ApiStorageProjectBucketObjectGetRequest struct { ApiService *StorageProjectBucketApiService // contains filtered or unexported fields }
func (ApiStorageProjectBucketObjectGetRequest) Execute ¶
func (r ApiStorageProjectBucketObjectGetRequest) Execute() (*StorageObject, *http.Response, error)
type ApiStorageProjectBucketObjectListRequest ¶
type ApiStorageProjectBucketObjectListRequest struct { ApiService *StorageProjectBucketApiService // contains filtered or unexported fields }
func (ApiStorageProjectBucketObjectListRequest) Execute ¶
func (r ApiStorageProjectBucketObjectListRequest) Execute() ([]StorageObject, *http.Response, error)
type ApiStorageProjectBucketUploadRequest ¶
type ApiStorageProjectBucketUploadRequest struct { ApiService *StorageProjectBucketApiService // contains filtered or unexported fields }
func (ApiStorageProjectBucketUploadRequest) Execute ¶
func (r ApiStorageProjectBucketUploadRequest) Execute() (*Bucket, *http.Response, error)
func (ApiStorageProjectBucketUploadRequest) StorageProjectBucketUpload ¶
func (r ApiStorageProjectBucketUploadRequest) StorageProjectBucketUpload(storageProjectBucketUpload StorageProjectBucketUpload) ApiStorageProjectBucketUploadRequest
func (ApiStorageProjectBucketUploadRequest) XDryRun ¶
func (r ApiStorageProjectBucketUploadRequest) XDryRun(xDryRun string) ApiStorageProjectBucketUploadRequest
Dry run
func (ApiStorageProjectBucketUploadRequest) XIdempotencyKey ¶
func (r ApiStorageProjectBucketUploadRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectBucketUploadRequest
Idempotency key
type ApiStorageProjectDiskCreateRequest ¶
type ApiStorageProjectDiskCreateRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskCreateRequest) Execute ¶
func (r ApiStorageProjectDiskCreateRequest) Execute() (*Disk, *http.Response, error)
func (ApiStorageProjectDiskCreateRequest) StorageProjectDiskCreate ¶
func (r ApiStorageProjectDiskCreateRequest) StorageProjectDiskCreate(storageProjectDiskCreate StorageProjectDiskCreate) ApiStorageProjectDiskCreateRequest
func (ApiStorageProjectDiskCreateRequest) XDryRun ¶
func (r ApiStorageProjectDiskCreateRequest) XDryRun(xDryRun string) ApiStorageProjectDiskCreateRequest
Dry run
func (ApiStorageProjectDiskCreateRequest) XIdempotencyKey ¶
func (r ApiStorageProjectDiskCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectDiskCreateRequest
Idempotency key
type ApiStorageProjectDiskDeleteRequest ¶
type ApiStorageProjectDiskDeleteRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
type ApiStorageProjectDiskDetachRequest ¶
type ApiStorageProjectDiskDetachRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskDetachRequest) Execute ¶
func (r ApiStorageProjectDiskDetachRequest) Execute() (*Disk, *http.Response, error)
func (ApiStorageProjectDiskDetachRequest) XDryRun ¶
func (r ApiStorageProjectDiskDetachRequest) XDryRun(xDryRun string) ApiStorageProjectDiskDetachRequest
Dry run
func (ApiStorageProjectDiskDetachRequest) XIdempotencyKey ¶
func (r ApiStorageProjectDiskDetachRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectDiskDetachRequest
Idempotency key
type ApiStorageProjectDiskDownloadRequest ¶
type ApiStorageProjectDiskDownloadRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskDownloadRequest) Execute ¶
func (r ApiStorageProjectDiskDownloadRequest) Execute() (*http.Response, error)
func (ApiStorageProjectDiskDownloadRequest) XDryRun ¶
func (r ApiStorageProjectDiskDownloadRequest) XDryRun(xDryRun string) ApiStorageProjectDiskDownloadRequest
Dry run
func (ApiStorageProjectDiskDownloadRequest) XIdempotencyKey ¶
func (r ApiStorageProjectDiskDownloadRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectDiskDownloadRequest
Idempotency key
type ApiStorageProjectDiskEventGetRequest ¶
type ApiStorageProjectDiskEventGetRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
type ApiStorageProjectDiskEventListRequest ¶
type ApiStorageProjectDiskEventListRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskEventListRequest) Execute ¶
func (r ApiStorageProjectDiskEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiStorageProjectDiskEventListRequest) Limit ¶
func (r ApiStorageProjectDiskEventListRequest) Limit(limit float32) ApiStorageProjectDiskEventListRequest
$limit
func (ApiStorageProjectDiskEventListRequest) Skip ¶
func (r ApiStorageProjectDiskEventListRequest) Skip(skip float32) ApiStorageProjectDiskEventListRequest
$skip
type ApiStorageProjectDiskGetRequest ¶
type ApiStorageProjectDiskGetRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
type ApiStorageProjectDiskListRequest ¶
type ApiStorageProjectDiskListRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskListRequest) Execute ¶
func (r ApiStorageProjectDiskListRequest) Execute() ([]Disk, *http.Response, error)
func (ApiStorageProjectDiskListRequest) Image ¶
func (r ApiStorageProjectDiskListRequest) Image(image string) ApiStorageProjectDiskListRequest
Filter by image
func (ApiStorageProjectDiskListRequest) Name ¶
func (r ApiStorageProjectDiskListRequest) Name(name string) ApiStorageProjectDiskListRequest
Filter by name
func (ApiStorageProjectDiskListRequest) TagKey ¶
func (r ApiStorageProjectDiskListRequest) TagKey(tagKey string) ApiStorageProjectDiskListRequest
Filter by tag.key
func (ApiStorageProjectDiskListRequest) TagValue ¶
func (r ApiStorageProjectDiskListRequest) TagValue(tagValue string) ApiStorageProjectDiskListRequest
Filter by tag.value
func (ApiStorageProjectDiskListRequest) Vm ¶
func (r ApiStorageProjectDiskListRequest) Vm(vm string) ApiStorageProjectDiskListRequest
Filter by vm
type ApiStorageProjectDiskMetricGetRequest ¶
type ApiStorageProjectDiskMetricGetRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
type ApiStorageProjectDiskMetricListRequest ¶
type ApiStorageProjectDiskMetricListRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
type ApiStorageProjectDiskMetricSeriesListRequest ¶
type ApiStorageProjectDiskMetricSeriesListRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskMetricSeriesListRequest) Aligner ¶
func (r ApiStorageProjectDiskMetricSeriesListRequest) Aligner(aligner string) ApiStorageProjectDiskMetricSeriesListRequest
aligner
func (ApiStorageProjectDiskMetricSeriesListRequest) Execute ¶
func (r ApiStorageProjectDiskMetricSeriesListRequest) Execute() ([]Point, *http.Response, error)
func (ApiStorageProjectDiskMetricSeriesListRequest) Interval ¶
func (r ApiStorageProjectDiskMetricSeriesListRequest) Interval(interval string) ApiStorageProjectDiskMetricSeriesListRequest
interval
func (ApiStorageProjectDiskMetricSeriesListRequest) Timespan ¶
func (r ApiStorageProjectDiskMetricSeriesListRequest) Timespan(timespan string) ApiStorageProjectDiskMetricSeriesListRequest
timespan
type ApiStorageProjectDiskResizeRequest ¶
type ApiStorageProjectDiskResizeRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskResizeRequest) Execute ¶
func (r ApiStorageProjectDiskResizeRequest) Execute() (*Disk, *http.Response, error)
func (ApiStorageProjectDiskResizeRequest) StorageProjectDiskResize ¶
func (r ApiStorageProjectDiskResizeRequest) StorageProjectDiskResize(storageProjectDiskResize StorageProjectDiskResize) ApiStorageProjectDiskResizeRequest
func (ApiStorageProjectDiskResizeRequest) XDryRun ¶
func (r ApiStorageProjectDiskResizeRequest) XDryRun(xDryRun string) ApiStorageProjectDiskResizeRequest
Dry run
func (ApiStorageProjectDiskResizeRequest) XIdempotencyKey ¶
func (r ApiStorageProjectDiskResizeRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectDiskResizeRequest
Idempotency key
type ApiStorageProjectDiskServiceGetRequest ¶
type ApiStorageProjectDiskServiceGetRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskServiceGetRequest) Execute ¶
func (r ApiStorageProjectDiskServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiStorageProjectDiskServiceListRequest ¶
type ApiStorageProjectDiskServiceListRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskServiceListRequest) Execute ¶
func (r ApiStorageProjectDiskServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiStorageProjectDiskTagCreateRequest ¶
type ApiStorageProjectDiskTagCreateRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskTagCreateRequest) Execute ¶
func (r ApiStorageProjectDiskTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiStorageProjectDiskTagCreateRequest) Tag ¶
func (r ApiStorageProjectDiskTagCreateRequest) Tag(tag Tag) ApiStorageProjectDiskTagCreateRequest
type ApiStorageProjectDiskTagDeleteRequest ¶
type ApiStorageProjectDiskTagDeleteRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
type ApiStorageProjectDiskTagGetRequest ¶
type ApiStorageProjectDiskTagGetRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
type ApiStorageProjectDiskTagListRequest ¶
type ApiStorageProjectDiskTagListRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
type ApiStorageProjectDiskTagPutRequest ¶
type ApiStorageProjectDiskTagPutRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskTagPutRequest) Execute ¶
func (r ApiStorageProjectDiskTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiStorageProjectDiskTagPutRequest) Tag ¶
func (r ApiStorageProjectDiskTagPutRequest) Tag(tag []Tag) ApiStorageProjectDiskTagPutRequest
type ApiStorageProjectDiskTransferRequest ¶
type ApiStorageProjectDiskTransferRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskTransferRequest) Execute ¶
func (r ApiStorageProjectDiskTransferRequest) Execute() (*Disk, *http.Response, error)
func (ApiStorageProjectDiskTransferRequest) StorageProjectDiskTransfer ¶
func (r ApiStorageProjectDiskTransferRequest) StorageProjectDiskTransfer(storageProjectDiskTransfer StorageProjectDiskTransfer) ApiStorageProjectDiskTransferRequest
func (ApiStorageProjectDiskTransferRequest) XDryRun ¶
func (r ApiStorageProjectDiskTransferRequest) XDryRun(xDryRun string) ApiStorageProjectDiskTransferRequest
Dry run
func (ApiStorageProjectDiskTransferRequest) XIdempotencyKey ¶
func (r ApiStorageProjectDiskTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectDiskTransferRequest
Idempotency key
type ApiStorageProjectDiskUpdateRequest ¶
type ApiStorageProjectDiskUpdateRequest struct { ApiService *StorageProjectDiskApiService // contains filtered or unexported fields }
func (ApiStorageProjectDiskUpdateRequest) Execute ¶
func (r ApiStorageProjectDiskUpdateRequest) Execute() (*Disk, *http.Response, error)
func (ApiStorageProjectDiskUpdateRequest) StorageProjectDiskUpdate ¶
func (r ApiStorageProjectDiskUpdateRequest) StorageProjectDiskUpdate(storageProjectDiskUpdate StorageProjectDiskUpdate) ApiStorageProjectDiskUpdateRequest
type ApiStorageProjectImageCreateRequest ¶
type ApiStorageProjectImageCreateRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
func (ApiStorageProjectImageCreateRequest) Execute ¶
func (r ApiStorageProjectImageCreateRequest) Execute() (*Image, *http.Response, error)
func (ApiStorageProjectImageCreateRequest) StorageProjectImageCreate ¶
func (r ApiStorageProjectImageCreateRequest) StorageProjectImageCreate(storageProjectImageCreate StorageProjectImageCreate) ApiStorageProjectImageCreateRequest
func (ApiStorageProjectImageCreateRequest) XDryRun ¶
func (r ApiStorageProjectImageCreateRequest) XDryRun(xDryRun string) ApiStorageProjectImageCreateRequest
Dry run
func (ApiStorageProjectImageCreateRequest) XIdempotencyKey ¶
func (r ApiStorageProjectImageCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectImageCreateRequest
Idempotency key
type ApiStorageProjectImageDeleteRequest ¶
type ApiStorageProjectImageDeleteRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
type ApiStorageProjectImageEventGetRequest ¶
type ApiStorageProjectImageEventGetRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
type ApiStorageProjectImageEventListRequest ¶
type ApiStorageProjectImageEventListRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
func (ApiStorageProjectImageEventListRequest) Execute ¶
func (r ApiStorageProjectImageEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiStorageProjectImageEventListRequest) Limit ¶
func (r ApiStorageProjectImageEventListRequest) Limit(limit float32) ApiStorageProjectImageEventListRequest
$limit
func (ApiStorageProjectImageEventListRequest) Skip ¶
func (r ApiStorageProjectImageEventListRequest) Skip(skip float32) ApiStorageProjectImageEventListRequest
$skip
type ApiStorageProjectImageGetRequest ¶
type ApiStorageProjectImageGetRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
type ApiStorageProjectImageListRequest ¶
type ApiStorageProjectImageListRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
func (ApiStorageProjectImageListRequest) Execute ¶
func (r ApiStorageProjectImageListRequest) Execute() ([]Image, *http.Response, error)
func (ApiStorageProjectImageListRequest) Name ¶
func (r ApiStorageProjectImageListRequest) Name(name string) ApiStorageProjectImageListRequest
Filter by name
func (ApiStorageProjectImageListRequest) TagKey ¶
func (r ApiStorageProjectImageListRequest) TagKey(tagKey string) ApiStorageProjectImageListRequest
Filter by tag.key
func (ApiStorageProjectImageListRequest) TagValue ¶
func (r ApiStorageProjectImageListRequest) TagValue(tagValue string) ApiStorageProjectImageListRequest
Filter by tag.value
type ApiStorageProjectImageServiceGetRequest ¶
type ApiStorageProjectImageServiceGetRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
func (ApiStorageProjectImageServiceGetRequest) Execute ¶
func (r ApiStorageProjectImageServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiStorageProjectImageServiceListRequest ¶
type ApiStorageProjectImageServiceListRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
func (ApiStorageProjectImageServiceListRequest) Execute ¶
func (r ApiStorageProjectImageServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiStorageProjectImageTagCreateRequest ¶
type ApiStorageProjectImageTagCreateRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
func (ApiStorageProjectImageTagCreateRequest) Execute ¶
func (r ApiStorageProjectImageTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiStorageProjectImageTagCreateRequest) Tag ¶
func (r ApiStorageProjectImageTagCreateRequest) Tag(tag Tag) ApiStorageProjectImageTagCreateRequest
type ApiStorageProjectImageTagDeleteRequest ¶
type ApiStorageProjectImageTagDeleteRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
type ApiStorageProjectImageTagGetRequest ¶
type ApiStorageProjectImageTagGetRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
type ApiStorageProjectImageTagListRequest ¶
type ApiStorageProjectImageTagListRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
type ApiStorageProjectImageTagPutRequest ¶
type ApiStorageProjectImageTagPutRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
func (ApiStorageProjectImageTagPutRequest) Execute ¶
func (r ApiStorageProjectImageTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiStorageProjectImageTagPutRequest) Tag ¶
func (r ApiStorageProjectImageTagPutRequest) Tag(tag []Tag) ApiStorageProjectImageTagPutRequest
type ApiStorageProjectImageTransferRequest ¶
type ApiStorageProjectImageTransferRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
func (ApiStorageProjectImageTransferRequest) Execute ¶
func (r ApiStorageProjectImageTransferRequest) Execute() (*Image, *http.Response, error)
func (ApiStorageProjectImageTransferRequest) StorageProjectImageTransfer ¶
func (r ApiStorageProjectImageTransferRequest) StorageProjectImageTransfer(storageProjectImageTransfer StorageProjectImageTransfer) ApiStorageProjectImageTransferRequest
func (ApiStorageProjectImageTransferRequest) XDryRun ¶
func (r ApiStorageProjectImageTransferRequest) XDryRun(xDryRun string) ApiStorageProjectImageTransferRequest
Dry run
func (ApiStorageProjectImageTransferRequest) XIdempotencyKey ¶
func (r ApiStorageProjectImageTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectImageTransferRequest
Idempotency key
type ApiStorageProjectImageUpdateRequest ¶
type ApiStorageProjectImageUpdateRequest struct { ApiService *StorageProjectImageApiService // contains filtered or unexported fields }
func (ApiStorageProjectImageUpdateRequest) Execute ¶
func (r ApiStorageProjectImageUpdateRequest) Execute() (*Image, *http.Response, error)
func (ApiStorageProjectImageUpdateRequest) StorageProjectImageUpdate ¶
func (r ApiStorageProjectImageUpdateRequest) StorageProjectImageUpdate(storageProjectImageUpdate StorageProjectImageUpdate) ApiStorageProjectImageUpdateRequest
type ApiStorageProjectIsoCreateRequest ¶
type ApiStorageProjectIsoCreateRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
func (ApiStorageProjectIsoCreateRequest) Execute ¶
func (r ApiStorageProjectIsoCreateRequest) Execute() (*Iso, *http.Response, error)
func (ApiStorageProjectIsoCreateRequest) StorageProjectIsoCreate ¶
func (r ApiStorageProjectIsoCreateRequest) StorageProjectIsoCreate(storageProjectIsoCreate StorageProjectIsoCreate) ApiStorageProjectIsoCreateRequest
func (ApiStorageProjectIsoCreateRequest) XDryRun ¶
func (r ApiStorageProjectIsoCreateRequest) XDryRun(xDryRun string) ApiStorageProjectIsoCreateRequest
Dry run
func (ApiStorageProjectIsoCreateRequest) XIdempotencyKey ¶
func (r ApiStorageProjectIsoCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectIsoCreateRequest
Idempotency key
type ApiStorageProjectIsoDeleteRequest ¶
type ApiStorageProjectIsoDeleteRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
type ApiStorageProjectIsoDetachRequest ¶
type ApiStorageProjectIsoDetachRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
func (ApiStorageProjectIsoDetachRequest) Execute ¶
func (r ApiStorageProjectIsoDetachRequest) Execute() (*Iso, *http.Response, error)
func (ApiStorageProjectIsoDetachRequest) StorageProjectIsoDetach ¶
func (r ApiStorageProjectIsoDetachRequest) StorageProjectIsoDetach(storageProjectIsoDetach StorageProjectIsoDetach) ApiStorageProjectIsoDetachRequest
func (ApiStorageProjectIsoDetachRequest) XDryRun ¶
func (r ApiStorageProjectIsoDetachRequest) XDryRun(xDryRun string) ApiStorageProjectIsoDetachRequest
Dry run
func (ApiStorageProjectIsoDetachRequest) XIdempotencyKey ¶
func (r ApiStorageProjectIsoDetachRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectIsoDetachRequest
Idempotency key
type ApiStorageProjectIsoEventGetRequest ¶
type ApiStorageProjectIsoEventGetRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
type ApiStorageProjectIsoEventListRequest ¶
type ApiStorageProjectIsoEventListRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
func (ApiStorageProjectIsoEventListRequest) Execute ¶
func (r ApiStorageProjectIsoEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiStorageProjectIsoEventListRequest) Limit ¶
func (r ApiStorageProjectIsoEventListRequest) Limit(limit float32) ApiStorageProjectIsoEventListRequest
$limit
func (ApiStorageProjectIsoEventListRequest) Skip ¶
func (r ApiStorageProjectIsoEventListRequest) Skip(skip float32) ApiStorageProjectIsoEventListRequest
$skip
type ApiStorageProjectIsoGetRequest ¶
type ApiStorageProjectIsoGetRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
type ApiStorageProjectIsoListRequest ¶
type ApiStorageProjectIsoListRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
func (ApiStorageProjectIsoListRequest) Execute ¶
func (r ApiStorageProjectIsoListRequest) Execute() ([]Iso, *http.Response, error)
func (ApiStorageProjectIsoListRequest) Name ¶
func (r ApiStorageProjectIsoListRequest) Name(name string) ApiStorageProjectIsoListRequest
Filter by name
func (ApiStorageProjectIsoListRequest) TagKey ¶
func (r ApiStorageProjectIsoListRequest) TagKey(tagKey string) ApiStorageProjectIsoListRequest
Filter by tag.key
func (ApiStorageProjectIsoListRequest) TagValue ¶
func (r ApiStorageProjectIsoListRequest) TagValue(tagValue string) ApiStorageProjectIsoListRequest
Filter by tag.value
type ApiStorageProjectIsoServiceGetRequest ¶
type ApiStorageProjectIsoServiceGetRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
func (ApiStorageProjectIsoServiceGetRequest) Execute ¶
func (r ApiStorageProjectIsoServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiStorageProjectIsoServiceListRequest ¶
type ApiStorageProjectIsoServiceListRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
func (ApiStorageProjectIsoServiceListRequest) Execute ¶
func (r ApiStorageProjectIsoServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiStorageProjectIsoTagCreateRequest ¶
type ApiStorageProjectIsoTagCreateRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
func (ApiStorageProjectIsoTagCreateRequest) Execute ¶
func (r ApiStorageProjectIsoTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiStorageProjectIsoTagCreateRequest) Tag ¶
func (r ApiStorageProjectIsoTagCreateRequest) Tag(tag Tag) ApiStorageProjectIsoTagCreateRequest
type ApiStorageProjectIsoTagDeleteRequest ¶
type ApiStorageProjectIsoTagDeleteRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
type ApiStorageProjectIsoTagGetRequest ¶
type ApiStorageProjectIsoTagGetRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
type ApiStorageProjectIsoTagListRequest ¶
type ApiStorageProjectIsoTagListRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
type ApiStorageProjectIsoTagPutRequest ¶
type ApiStorageProjectIsoTagPutRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
func (ApiStorageProjectIsoTagPutRequest) Execute ¶
func (r ApiStorageProjectIsoTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiStorageProjectIsoTagPutRequest) Tag ¶
func (r ApiStorageProjectIsoTagPutRequest) Tag(tag []Tag) ApiStorageProjectIsoTagPutRequest
type ApiStorageProjectIsoTransferRequest ¶
type ApiStorageProjectIsoTransferRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
func (ApiStorageProjectIsoTransferRequest) Execute ¶
func (r ApiStorageProjectIsoTransferRequest) Execute() (*Iso, *http.Response, error)
func (ApiStorageProjectIsoTransferRequest) StorageProjectIsoTransfer ¶
func (r ApiStorageProjectIsoTransferRequest) StorageProjectIsoTransfer(storageProjectIsoTransfer StorageProjectIsoTransfer) ApiStorageProjectIsoTransferRequest
func (ApiStorageProjectIsoTransferRequest) XDryRun ¶
func (r ApiStorageProjectIsoTransferRequest) XDryRun(xDryRun string) ApiStorageProjectIsoTransferRequest
Dry run
func (ApiStorageProjectIsoTransferRequest) XIdempotencyKey ¶
func (r ApiStorageProjectIsoTransferRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectIsoTransferRequest
Idempotency key
type ApiStorageProjectIsoUpdateRequest ¶
type ApiStorageProjectIsoUpdateRequest struct { ApiService *StorageProjectIsoApiService // contains filtered or unexported fields }
func (ApiStorageProjectIsoUpdateRequest) Execute ¶
func (r ApiStorageProjectIsoUpdateRequest) Execute() (*Iso, *http.Response, error)
func (ApiStorageProjectIsoUpdateRequest) StorageProjectIsoUpdate ¶
func (r ApiStorageProjectIsoUpdateRequest) StorageProjectIsoUpdate(storageProjectIsoUpdate StorageProjectIsoUpdate) ApiStorageProjectIsoUpdateRequest
type ApiStorageProjectVaultConnectGetRequest ¶
type ApiStorageProjectVaultConnectGetRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultConnectGetRequest) Execute ¶
func (r ApiStorageProjectVaultConnectGetRequest) Execute() (*ResourceConnect, *http.Response, error)
type ApiStorageProjectVaultConnectListRequest ¶
type ApiStorageProjectVaultConnectListRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultConnectListRequest) Execute ¶
func (r ApiStorageProjectVaultConnectListRequest) Execute() ([]ResourceConnect, *http.Response, error)
type ApiStorageProjectVaultCreateRequest ¶
type ApiStorageProjectVaultCreateRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultCreateRequest) Execute ¶
func (r ApiStorageProjectVaultCreateRequest) Execute() (*Vault, *http.Response, error)
func (ApiStorageProjectVaultCreateRequest) StorageProjectVaultCreate ¶
func (r ApiStorageProjectVaultCreateRequest) StorageProjectVaultCreate(storageProjectVaultCreate StorageProjectVaultCreate) ApiStorageProjectVaultCreateRequest
func (ApiStorageProjectVaultCreateRequest) XDryRun ¶
func (r ApiStorageProjectVaultCreateRequest) XDryRun(xDryRun string) ApiStorageProjectVaultCreateRequest
Dry run
func (ApiStorageProjectVaultCreateRequest) XIdempotencyKey ¶
func (r ApiStorageProjectVaultCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectVaultCreateRequest
Idempotency key
type ApiStorageProjectVaultCredentialCreateRequest ¶
type ApiStorageProjectVaultCredentialCreateRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultCredentialCreateRequest) Execute ¶
func (r ApiStorageProjectVaultCredentialCreateRequest) Execute() (*VaultCredential, *http.Response, error)
func (ApiStorageProjectVaultCredentialCreateRequest) VaultCredential ¶
func (r ApiStorageProjectVaultCredentialCreateRequest) VaultCredential(vaultCredential VaultCredential) ApiStorageProjectVaultCredentialCreateRequest
type ApiStorageProjectVaultCredentialDeleteRequest ¶
type ApiStorageProjectVaultCredentialDeleteRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
type ApiStorageProjectVaultCredentialGetRequest ¶
type ApiStorageProjectVaultCredentialGetRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultCredentialGetRequest) Execute ¶
func (r ApiStorageProjectVaultCredentialGetRequest) Execute() (*VaultCredential, *http.Response, error)
type ApiStorageProjectVaultCredentialListRequest ¶
type ApiStorageProjectVaultCredentialListRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultCredentialListRequest) Execute ¶
func (r ApiStorageProjectVaultCredentialListRequest) Execute() ([]VaultCredential, *http.Response, error)
type ApiStorageProjectVaultCredentialPatchRequest ¶
type ApiStorageProjectVaultCredentialPatchRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultCredentialPatchRequest) Execute ¶
func (r ApiStorageProjectVaultCredentialPatchRequest) Execute() (*VaultCredential, *http.Response, error)
func (ApiStorageProjectVaultCredentialPatchRequest) StorageProjectVaultCredentialPatch ¶
func (r ApiStorageProjectVaultCredentialPatchRequest) StorageProjectVaultCredentialPatch(storageProjectVaultCredentialPatch StorageProjectVaultCredentialPatch) ApiStorageProjectVaultCredentialPatchRequest
type ApiStorageProjectVaultDeleteRequest ¶
type ApiStorageProjectVaultDeleteRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultDeleteRequest) Execute ¶
func (r ApiStorageProjectVaultDeleteRequest) Execute() (*Vault, *http.Response, error)
func (ApiStorageProjectVaultDeleteRequest) StorageProjectVaultDelete ¶
func (r ApiStorageProjectVaultDeleteRequest) StorageProjectVaultDelete(storageProjectVaultDelete StorageProjectVaultDelete) ApiStorageProjectVaultDeleteRequest
type ApiStorageProjectVaultEventGetRequest ¶
type ApiStorageProjectVaultEventGetRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
type ApiStorageProjectVaultEventListRequest ¶
type ApiStorageProjectVaultEventListRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultEventListRequest) Execute ¶
func (r ApiStorageProjectVaultEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiStorageProjectVaultEventListRequest) Limit ¶
func (r ApiStorageProjectVaultEventListRequest) Limit(limit float32) ApiStorageProjectVaultEventListRequest
$limit
func (ApiStorageProjectVaultEventListRequest) Skip ¶
func (r ApiStorageProjectVaultEventListRequest) Skip(skip float32) ApiStorageProjectVaultEventListRequest
$skip
type ApiStorageProjectVaultGetRequest ¶
type ApiStorageProjectVaultGetRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
type ApiStorageProjectVaultListRequest ¶
type ApiStorageProjectVaultListRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultListRequest) Execute ¶
func (r ApiStorageProjectVaultListRequest) Execute() ([]Vault, *http.Response, error)
func (ApiStorageProjectVaultListRequest) Name ¶
func (r ApiStorageProjectVaultListRequest) Name(name string) ApiStorageProjectVaultListRequest
Filter by name
func (ApiStorageProjectVaultListRequest) TagKey ¶
func (r ApiStorageProjectVaultListRequest) TagKey(tagKey string) ApiStorageProjectVaultListRequest
Filter by tag.key
func (ApiStorageProjectVaultListRequest) TagValue ¶
func (r ApiStorageProjectVaultListRequest) TagValue(tagValue string) ApiStorageProjectVaultListRequest
Filter by tag.value
type ApiStorageProjectVaultResizeRequest ¶
type ApiStorageProjectVaultResizeRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultResizeRequest) Execute ¶
func (r ApiStorageProjectVaultResizeRequest) Execute() (*Vault, *http.Response, error)
func (ApiStorageProjectVaultResizeRequest) StorageProjectVaultResize ¶
func (r ApiStorageProjectVaultResizeRequest) StorageProjectVaultResize(storageProjectVaultResize StorageProjectVaultResize) ApiStorageProjectVaultResizeRequest
func (ApiStorageProjectVaultResizeRequest) XDryRun ¶
func (r ApiStorageProjectVaultResizeRequest) XDryRun(xDryRun string) ApiStorageProjectVaultResizeRequest
Dry run
func (ApiStorageProjectVaultResizeRequest) XIdempotencyKey ¶
func (r ApiStorageProjectVaultResizeRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectVaultResizeRequest
Idempotency key
type ApiStorageProjectVaultServiceGetRequest ¶
type ApiStorageProjectVaultServiceGetRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultServiceGetRequest) Execute ¶
func (r ApiStorageProjectVaultServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiStorageProjectVaultServiceListRequest ¶
type ApiStorageProjectVaultServiceListRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultServiceListRequest) Execute ¶
func (r ApiStorageProjectVaultServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiStorageProjectVaultSnapshotCreateRequest ¶
type ApiStorageProjectVaultSnapshotCreateRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultSnapshotCreateRequest) Execute ¶
func (r ApiStorageProjectVaultSnapshotCreateRequest) Execute() (*StorageSnapshot, *http.Response, error)
func (ApiStorageProjectVaultSnapshotCreateRequest) StorageProjectVaultSnapshotCreate ¶
func (r ApiStorageProjectVaultSnapshotCreateRequest) StorageProjectVaultSnapshotCreate(storageProjectVaultSnapshotCreate StorageProjectVaultSnapshotCreate) ApiStorageProjectVaultSnapshotCreateRequest
type ApiStorageProjectVaultSnapshotDeleteRequest ¶
type ApiStorageProjectVaultSnapshotDeleteRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultSnapshotDeleteRequest) Execute ¶
func (r ApiStorageProjectVaultSnapshotDeleteRequest) Execute() (*StorageSnapshot, *http.Response, error)
type ApiStorageProjectVaultSnapshotGetRequest ¶
type ApiStorageProjectVaultSnapshotGetRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultSnapshotGetRequest) Execute ¶
func (r ApiStorageProjectVaultSnapshotGetRequest) Execute() (*StorageSnapshot, *http.Response, error)
type ApiStorageProjectVaultSnapshotListRequest ¶
type ApiStorageProjectVaultSnapshotListRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultSnapshotListRequest) Execute ¶
func (r ApiStorageProjectVaultSnapshotListRequest) Execute() ([]StorageSnapshot, *http.Response, error)
type ApiStorageProjectVaultStartRequest ¶
type ApiStorageProjectVaultStartRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultStartRequest) Execute ¶
func (r ApiStorageProjectVaultStartRequest) Execute() (*Vault, *http.Response, error)
func (ApiStorageProjectVaultStartRequest) XDryRun ¶
func (r ApiStorageProjectVaultStartRequest) XDryRun(xDryRun string) ApiStorageProjectVaultStartRequest
Dry run
func (ApiStorageProjectVaultStartRequest) XIdempotencyKey ¶
func (r ApiStorageProjectVaultStartRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectVaultStartRequest
Idempotency key
type ApiStorageProjectVaultStopRequest ¶
type ApiStorageProjectVaultStopRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultStopRequest) Execute ¶
func (r ApiStorageProjectVaultStopRequest) Execute() (*Vault, *http.Response, error)
func (ApiStorageProjectVaultStopRequest) XDryRun ¶
func (r ApiStorageProjectVaultStopRequest) XDryRun(xDryRun string) ApiStorageProjectVaultStopRequest
Dry run
func (ApiStorageProjectVaultStopRequest) XIdempotencyKey ¶
func (r ApiStorageProjectVaultStopRequest) XIdempotencyKey(xIdempotencyKey string) ApiStorageProjectVaultStopRequest
Idempotency key
type ApiStorageProjectVaultTagCreateRequest ¶
type ApiStorageProjectVaultTagCreateRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultTagCreateRequest) Execute ¶
func (r ApiStorageProjectVaultTagCreateRequest) Execute() (*Tag, *http.Response, error)
func (ApiStorageProjectVaultTagCreateRequest) Tag ¶
func (r ApiStorageProjectVaultTagCreateRequest) Tag(tag Tag) ApiStorageProjectVaultTagCreateRequest
type ApiStorageProjectVaultTagDeleteRequest ¶
type ApiStorageProjectVaultTagDeleteRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
type ApiStorageProjectVaultTagGetRequest ¶
type ApiStorageProjectVaultTagGetRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
type ApiStorageProjectVaultTagListRequest ¶
type ApiStorageProjectVaultTagListRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
type ApiStorageProjectVaultTagPutRequest ¶
type ApiStorageProjectVaultTagPutRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultTagPutRequest) Execute ¶
func (r ApiStorageProjectVaultTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiStorageProjectVaultTagPutRequest) Tag ¶
func (r ApiStorageProjectVaultTagPutRequest) Tag(tag []Tag) ApiStorageProjectVaultTagPutRequest
type ApiStorageProjectVaultUpdateRequest ¶
type ApiStorageProjectVaultUpdateRequest struct { ApiService *StorageProjectVaultApiService // contains filtered or unexported fields }
func (ApiStorageProjectVaultUpdateRequest) Execute ¶
func (r ApiStorageProjectVaultUpdateRequest) Execute() (*Vault, *http.Response, error)
func (ApiStorageProjectVaultUpdateRequest) StorageProjectVaultUpdate ¶
func (r ApiStorageProjectVaultUpdateRequest) StorageProjectVaultUpdate(storageProjectVaultUpdate StorageProjectVaultUpdate) ApiStorageProjectVaultUpdateRequest
type ApiSupportProjectTicketCloseRequest ¶
type ApiSupportProjectTicketCloseRequest struct { ApiService *SupportProjectTicketApiService // contains filtered or unexported fields }
func (ApiSupportProjectTicketCloseRequest) Execute ¶
func (r ApiSupportProjectTicketCloseRequest) Execute() (*Ticket, *http.Response, error)
func (ApiSupportProjectTicketCloseRequest) XDryRun ¶
func (r ApiSupportProjectTicketCloseRequest) XDryRun(xDryRun string) ApiSupportProjectTicketCloseRequest
Dry run
func (ApiSupportProjectTicketCloseRequest) XIdempotencyKey ¶
func (r ApiSupportProjectTicketCloseRequest) XIdempotencyKey(xIdempotencyKey string) ApiSupportProjectTicketCloseRequest
Idempotency key
type ApiSupportProjectTicketCreateRequest ¶
type ApiSupportProjectTicketCreateRequest struct { ApiService *SupportProjectTicketApiService // contains filtered or unexported fields }
func (ApiSupportProjectTicketCreateRequest) Execute ¶
func (r ApiSupportProjectTicketCreateRequest) Execute() (*Ticket, *http.Response, error)
func (ApiSupportProjectTicketCreateRequest) SupportProjectTicketCreate ¶
func (r ApiSupportProjectTicketCreateRequest) SupportProjectTicketCreate(supportProjectTicketCreate SupportProjectTicketCreate) ApiSupportProjectTicketCreateRequest
func (ApiSupportProjectTicketCreateRequest) XDryRun ¶
func (r ApiSupportProjectTicketCreateRequest) XDryRun(xDryRun string) ApiSupportProjectTicketCreateRequest
Dry run
func (ApiSupportProjectTicketCreateRequest) XIdempotencyKey ¶
func (r ApiSupportProjectTicketCreateRequest) XIdempotencyKey(xIdempotencyKey string) ApiSupportProjectTicketCreateRequest
Idempotency key
type ApiSupportProjectTicketGetRequest ¶
type ApiSupportProjectTicketGetRequest struct { ApiService *SupportProjectTicketApiService // contains filtered or unexported fields }
type ApiSupportProjectTicketListRequest ¶
type ApiSupportProjectTicketListRequest struct { ApiService *SupportProjectTicketApiService // contains filtered or unexported fields }
func (ApiSupportProjectTicketListRequest) Execute ¶
func (r ApiSupportProjectTicketListRequest) Execute() ([]Ticket, *http.Response, error)
func (ApiSupportProjectTicketListRequest) State ¶
func (r ApiSupportProjectTicketListRequest) State(state string) ApiSupportProjectTicketListRequest
Filter by state
type ApiSupportProjectTicketMessageCreateRequest ¶
type ApiSupportProjectTicketMessageCreateRequest struct { ApiService *SupportProjectTicketApiService // contains filtered or unexported fields }
func (ApiSupportProjectTicketMessageCreateRequest) Execute ¶
func (r ApiSupportProjectTicketMessageCreateRequest) Execute() (*SupportMessage, *http.Response, error)
func (ApiSupportProjectTicketMessageCreateRequest) SupportMessage ¶
func (r ApiSupportProjectTicketMessageCreateRequest) SupportMessage(supportMessage SupportMessage) ApiSupportProjectTicketMessageCreateRequest
type ApiSupportProjectTicketMessageGetRequest ¶
type ApiSupportProjectTicketMessageGetRequest struct { ApiService *SupportProjectTicketApiService // contains filtered or unexported fields }
func (ApiSupportProjectTicketMessageGetRequest) Execute ¶
func (r ApiSupportProjectTicketMessageGetRequest) Execute() (*SupportMessage, *http.Response, error)
type ApiSupportProjectTicketMessageListRequest ¶
type ApiSupportProjectTicketMessageListRequest struct { ApiService *SupportProjectTicketApiService // contains filtered or unexported fields }
func (ApiSupportProjectTicketMessageListRequest) Execute ¶
func (r ApiSupportProjectTicketMessageListRequest) Execute() ([]SupportMessage, *http.Response, error)
type ApiVmhostProjectInstanceEventGetRequest ¶
type ApiVmhostProjectInstanceEventGetRequest struct { ApiService *VmhostProjectInstanceApiService // contains filtered or unexported fields }
type ApiVmhostProjectInstanceEventListRequest ¶
type ApiVmhostProjectInstanceEventListRequest struct { ApiService *VmhostProjectInstanceApiService // contains filtered or unexported fields }
func (ApiVmhostProjectInstanceEventListRequest) Execute ¶
func (r ApiVmhostProjectInstanceEventListRequest) Execute() ([]Event, *http.Response, error)
func (ApiVmhostProjectInstanceEventListRequest) Limit ¶
func (r ApiVmhostProjectInstanceEventListRequest) Limit(limit float32) ApiVmhostProjectInstanceEventListRequest
$limit
func (ApiVmhostProjectInstanceEventListRequest) Skip ¶
func (r ApiVmhostProjectInstanceEventListRequest) Skip(skip float32) ApiVmhostProjectInstanceEventListRequest
$skip
type ApiVmhostProjectInstanceGetRequest ¶
type ApiVmhostProjectInstanceGetRequest struct { ApiService *VmhostProjectInstanceApiService // contains filtered or unexported fields }
type ApiVmhostProjectInstanceListRequest ¶
type ApiVmhostProjectInstanceListRequest struct { ApiService *VmhostProjectInstanceApiService // contains filtered or unexported fields }
func (ApiVmhostProjectInstanceListRequest) EnabledServices ¶
func (r ApiVmhostProjectInstanceListRequest) EnabledServices(enabledServices string) ApiVmhostProjectInstanceListRequest
Filter by enabledServices
type ApiVmhostProjectInstanceServiceGetRequest ¶
type ApiVmhostProjectInstanceServiceGetRequest struct { ApiService *VmhostProjectInstanceApiService // contains filtered or unexported fields }
func (ApiVmhostProjectInstanceServiceGetRequest) Execute ¶
func (r ApiVmhostProjectInstanceServiceGetRequest) Execute() (*ResourceService, *http.Response, error)
type ApiVmhostProjectInstanceServiceListRequest ¶
type ApiVmhostProjectInstanceServiceListRequest struct { ApiService *VmhostProjectInstanceApiService // contains filtered or unexported fields }
func (ApiVmhostProjectInstanceServiceListRequest) Execute ¶
func (r ApiVmhostProjectInstanceServiceListRequest) Execute() ([]ResourceService, *http.Response, error)
type ApiVmhostProjectInstanceTagCreateRequest ¶
type ApiVmhostProjectInstanceTagCreateRequest struct { ApiService *VmhostProjectInstanceApiService // contains filtered or unexported fields }
func (ApiVmhostProjectInstanceTagCreateRequest) Execute ¶
func (r ApiVmhostProjectInstanceTagCreateRequest) Execute() (*Tag, *http.Response, error)
type ApiVmhostProjectInstanceTagDeleteRequest ¶
type ApiVmhostProjectInstanceTagDeleteRequest struct { ApiService *VmhostProjectInstanceApiService // contains filtered or unexported fields }
type ApiVmhostProjectInstanceTagGetRequest ¶
type ApiVmhostProjectInstanceTagGetRequest struct { ApiService *VmhostProjectInstanceApiService // contains filtered or unexported fields }
type ApiVmhostProjectInstanceTagListRequest ¶
type ApiVmhostProjectInstanceTagListRequest struct { ApiService *VmhostProjectInstanceApiService // contains filtered or unexported fields }
type ApiVmhostProjectInstanceTagPutRequest ¶
type ApiVmhostProjectInstanceTagPutRequest struct { ApiService *VmhostProjectInstanceApiService // contains filtered or unexported fields }
func (ApiVmhostProjectInstanceTagPutRequest) Execute ¶
func (r ApiVmhostProjectInstanceTagPutRequest) Execute() ([]Tag, *http.Response, error)
func (ApiVmhostProjectInstanceTagPutRequest) Tag ¶
func (r ApiVmhostProjectInstanceTagPutRequest) Tag(tag []Tag) ApiVmhostProjectInstanceTagPutRequest
type Application ¶
type Application struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Application struct for Application
func NewApplication ¶
func NewApplication(id string, name string) *Application
NewApplication instantiates a new Application object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationWithDefaults ¶
func NewApplicationWithDefaults() *Application
NewApplicationWithDefaults instantiates a new Application object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Application) GetCreatedBy ¶
func (o *Application) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Application) GetCreatedByOk ¶
func (o *Application) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetCreatedOn ¶
func (o *Application) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Application) GetCreatedOnOk ¶
func (o *Application) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetFlavour ¶
func (o *Application) GetFlavour() string
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Application) GetFlavourOk ¶
func (o *Application) GetFlavourOk() (*string, bool)
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetIdOk ¶
func (o *Application) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Application) GetModifiedBy ¶
func (o *Application) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Application) GetModifiedByOk ¶
func (o *Application) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetModifiedOn ¶
func (o *Application) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Application) GetModifiedOnOk ¶
func (o *Application) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetName ¶
func (o *Application) GetName() string
GetName returns the Name field value
func (*Application) GetNameOk ¶
func (o *Application) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Application) GetProject ¶
func (o *Application) GetProject() string
GetProject returns the Project field value if set, zero value otherwise.
func (*Application) GetProjectOk ¶
func (o *Application) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetState ¶
func (o *Application) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*Application) GetStateOk ¶
func (o *Application) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetTag ¶
func (o *Application) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*Application) GetTagOk ¶
func (o *Application) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetUri ¶
func (o *Application) GetUri() string
GetUri returns the Uri field value if set, zero value otherwise.
func (*Application) GetUriOk ¶
func (o *Application) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) HasCreatedBy ¶
func (o *Application) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*Application) HasCreatedOn ¶
func (o *Application) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*Application) HasFlavour ¶
func (o *Application) HasFlavour() bool
HasFlavour returns a boolean if a field has been set.
func (*Application) HasModifiedBy ¶
func (o *Application) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (*Application) HasModifiedOn ¶
func (o *Application) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*Application) HasProject ¶
func (o *Application) HasProject() bool
HasProject returns a boolean if a field has been set.
func (*Application) HasState ¶
func (o *Application) HasState() bool
HasState returns a boolean if a field has been set.
func (*Application) HasTag ¶
func (o *Application) HasTag() bool
HasTag returns a boolean if a field has been set.
func (*Application) HasUri ¶
func (o *Application) HasUri() bool
HasUri returns a boolean if a field has been set.
func (Application) MarshalJSON ¶
func (o Application) MarshalJSON() ([]byte, error)
func (*Application) SetCreatedBy ¶
func (o *Application) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Application) SetCreatedOn ¶
func (o *Application) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Application) SetFlavour ¶
func (o *Application) SetFlavour(v string)
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Application) SetModifiedBy ¶
func (o *Application) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Application) SetModifiedOn ¶
func (o *Application) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Application) SetProject ¶
func (o *Application) SetProject(v string)
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Application) SetState ¶
func (o *Application) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*Application) SetTag ¶
func (o *Application) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
func (*Application) SetUri ¶
func (o *Application) SetUri(v string)
SetUri gets a reference to the given string and assigns it to the Uri field.
type ApplicationCredential ¶
type ApplicationCredential struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Fingerprint *string `json:"fingerprint,omitempty"` Id *string `json:"id,omitempty"` Name string `json:"name"` Token *string `json:"token,omitempty"` Type string `json:"type"` Value string `json:"value"` }
ApplicationCredential struct for ApplicationCredential
func NewApplicationCredential ¶
func NewApplicationCredential(name string, type_ string, value string) *ApplicationCredential
NewApplicationCredential instantiates a new ApplicationCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationCredentialWithDefaults ¶
func NewApplicationCredentialWithDefaults() *ApplicationCredential
NewApplicationCredentialWithDefaults instantiates a new ApplicationCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationCredential) GetCreatedBy ¶
func (o *ApplicationCredential) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*ApplicationCredential) GetCreatedByOk ¶
func (o *ApplicationCredential) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationCredential) GetCreatedOn ¶
func (o *ApplicationCredential) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*ApplicationCredential) GetCreatedOnOk ¶
func (o *ApplicationCredential) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationCredential) GetFingerprint ¶
func (o *ApplicationCredential) GetFingerprint() string
GetFingerprint returns the Fingerprint field value if set, zero value otherwise.
func (*ApplicationCredential) GetFingerprintOk ¶
func (o *ApplicationCredential) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationCredential) GetId ¶
func (o *ApplicationCredential) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationCredential) GetIdOk ¶
func (o *ApplicationCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationCredential) GetName ¶
func (o *ApplicationCredential) GetName() string
GetName returns the Name field value
func (*ApplicationCredential) GetNameOk ¶
func (o *ApplicationCredential) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ApplicationCredential) GetToken ¶
func (o *ApplicationCredential) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*ApplicationCredential) GetTokenOk ¶
func (o *ApplicationCredential) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationCredential) GetType ¶
func (o *ApplicationCredential) GetType() string
GetType returns the Type field value
func (*ApplicationCredential) GetTypeOk ¶
func (o *ApplicationCredential) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ApplicationCredential) GetValue ¶
func (o *ApplicationCredential) GetValue() string
GetValue returns the Value field value
func (*ApplicationCredential) GetValueOk ¶
func (o *ApplicationCredential) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*ApplicationCredential) HasCreatedBy ¶
func (o *ApplicationCredential) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*ApplicationCredential) HasCreatedOn ¶
func (o *ApplicationCredential) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*ApplicationCredential) HasFingerprint ¶
func (o *ApplicationCredential) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (*ApplicationCredential) HasId ¶
func (o *ApplicationCredential) HasId() bool
HasId returns a boolean if a field has been set.
func (*ApplicationCredential) HasToken ¶
func (o *ApplicationCredential) HasToken() bool
HasToken returns a boolean if a field has been set.
func (ApplicationCredential) MarshalJSON ¶
func (o ApplicationCredential) MarshalJSON() ([]byte, error)
func (*ApplicationCredential) SetCreatedBy ¶
func (o *ApplicationCredential) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*ApplicationCredential) SetCreatedOn ¶
func (o *ApplicationCredential) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*ApplicationCredential) SetFingerprint ¶
func (o *ApplicationCredential) SetFingerprint(v string)
SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.
func (*ApplicationCredential) SetId ¶
func (o *ApplicationCredential) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ApplicationCredential) SetName ¶
func (o *ApplicationCredential) SetName(v string)
SetName sets field value
func (*ApplicationCredential) SetToken ¶
func (o *ApplicationCredential) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*ApplicationCredential) SetType ¶
func (o *ApplicationCredential) SetType(v string)
SetType sets field value
func (*ApplicationCredential) SetValue ¶
func (o *ApplicationCredential) SetValue(v string)
SetValue sets field value
type Attempt ¶
type Attempt struct { Agent *string `json:"agent,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Error *bool `json:"error,omitempty"` Id *string `json:"id,omitempty"` Status *float32 `json:"status,omitempty"` Stderr *map[string]string `json:"stderr,omitempty"` Stdout *map[string]string `json:"stdout,omitempty"` }
Attempt struct for Attempt
func NewAttempt ¶
func NewAttempt() *Attempt
NewAttempt instantiates a new Attempt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAttemptWithDefaults ¶
func NewAttemptWithDefaults() *Attempt
NewAttemptWithDefaults instantiates a new Attempt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Attempt) GetAgentOk ¶
GetAgentOk returns a tuple with the Agent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Attempt) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Attempt) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Attempt) GetErrorOk ¶
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Attempt) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Attempt) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Attempt) GetStderrOk ¶
GetStderrOk returns a tuple with the Stderr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Attempt) GetStdoutOk ¶
GetStdoutOk returns a tuple with the Stdout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Attempt) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (Attempt) MarshalJSON ¶
func (*Attempt) SetAgent ¶
SetAgent gets a reference to the given string and assigns it to the Agent field.
func (*Attempt) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Attempt) SetError ¶
SetError gets a reference to the given bool and assigns it to the Error field.
func (*Attempt) SetStatus ¶
SetStatus gets a reference to the given float32 and assigns it to the Status field.
type AuthToken ¶
type AuthToken struct { Access []AuthTokenAccess `json:"access,omitempty"` ClientIp *string `json:"clientIp,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Expiry *time.Time `json:"expiry,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` UserAgent *string `json:"userAgent,omitempty"` }
AuthToken struct for AuthToken
func NewAuthToken ¶
func NewAuthToken() *AuthToken
NewAuthToken instantiates a new AuthToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAuthTokenWithDefaults ¶
func NewAuthTokenWithDefaults() *AuthToken
NewAuthTokenWithDefaults instantiates a new AuthToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AuthToken) GetAccess ¶
func (o *AuthToken) GetAccess() []AuthTokenAccess
GetAccess returns the Access field value if set, zero value otherwise.
func (*AuthToken) GetAccessOk ¶
func (o *AuthToken) GetAccessOk() ([]AuthTokenAccess, bool)
GetAccessOk returns a tuple with the Access field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthToken) GetClientIp ¶
GetClientIp returns the ClientIp field value if set, zero value otherwise.
func (*AuthToken) GetClientIpOk ¶
GetClientIpOk returns a tuple with the ClientIp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthToken) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*AuthToken) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthToken) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*AuthToken) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthToken) GetExpiry ¶
GetExpiry returns the Expiry field value if set, zero value otherwise.
func (*AuthToken) GetExpiryOk ¶
GetExpiryOk returns a tuple with the Expiry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthToken) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthToken) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthToken) GetUserAgent ¶
GetUserAgent returns the UserAgent field value if set, zero value otherwise.
func (*AuthToken) GetUserAgentOk ¶
GetUserAgentOk returns a tuple with the UserAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthToken) HasClientIp ¶
HasClientIp returns a boolean if a field has been set.
func (*AuthToken) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*AuthToken) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*AuthToken) HasUserAgent ¶
HasUserAgent returns a boolean if a field has been set.
func (AuthToken) MarshalJSON ¶
func (*AuthToken) SetAccess ¶
func (o *AuthToken) SetAccess(v []AuthTokenAccess)
SetAccess gets a reference to the given []AuthTokenAccess and assigns it to the Access field.
func (*AuthToken) SetClientIp ¶
SetClientIp gets a reference to the given string and assigns it to the ClientIp field.
func (*AuthToken) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*AuthToken) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*AuthToken) SetExpiry ¶
SetExpiry gets a reference to the given time.Time and assigns it to the Expiry field.
func (*AuthToken) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*AuthToken) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*AuthToken) SetUserAgent ¶
SetUserAgent gets a reference to the given string and assigns it to the UserAgent field.
type AuthTokenAccess ¶
AuthTokenAccess struct for AuthTokenAccess
func NewAuthTokenAccess ¶
func NewAuthTokenAccess(method string, path string) *AuthTokenAccess
NewAuthTokenAccess instantiates a new AuthTokenAccess object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAuthTokenAccessWithDefaults ¶
func NewAuthTokenAccessWithDefaults() *AuthTokenAccess
NewAuthTokenAccessWithDefaults instantiates a new AuthTokenAccess object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AuthTokenAccess) GetMethod ¶
func (o *AuthTokenAccess) GetMethod() string
GetMethod returns the Method field value
func (*AuthTokenAccess) GetMethodOk ¶
func (o *AuthTokenAccess) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*AuthTokenAccess) GetPath ¶
func (o *AuthTokenAccess) GetPath() string
GetPath returns the Path field value
func (*AuthTokenAccess) GetPathOk ¶
func (o *AuthTokenAccess) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (AuthTokenAccess) MarshalJSON ¶
func (o AuthTokenAccess) MarshalJSON() ([]byte, error)
func (*AuthTokenAccess) SetMethod ¶
func (o *AuthTokenAccess) SetMethod(v string)
SetMethod sets field value
func (*AuthTokenAccess) SetPath ¶
func (o *AuthTokenAccess) SetPath(v string)
SetPath sets field value
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Billing ¶
type Billing struct { Charges []BillingCharges `json:"charges,omitempty"` Id *string `json:"id,omitempty"` OneTime *bool `json:"oneTime,omitempty"` Period *string `json:"period,omitempty"` Price *float32 `json:"price,omitempty"` Project *string `json:"project,omitempty"` Quantity *float32 `json:"quantity,omitempty"` Resource *BillingResource `json:"resource,omitempty"` Service *BillingService `json:"service,omitempty"` }
Billing struct for Billing
func NewBilling ¶
func NewBilling() *Billing
NewBilling instantiates a new Billing object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingWithDefaults ¶
func NewBillingWithDefaults() *Billing
NewBillingWithDefaults instantiates a new Billing object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Billing) GetCharges ¶
func (o *Billing) GetCharges() []BillingCharges
GetCharges returns the Charges field value if set, zero value otherwise.
func (*Billing) GetChargesOk ¶
func (o *Billing) GetChargesOk() ([]BillingCharges, bool)
GetChargesOk returns a tuple with the Charges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Billing) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Billing) GetOneTime ¶
GetOneTime returns the OneTime field value if set, zero value otherwise.
func (*Billing) GetOneTimeOk ¶
GetOneTimeOk returns a tuple with the OneTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Billing) GetPeriodOk ¶
GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Billing) GetPriceOk ¶
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Billing) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Billing) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Billing) GetQuantity ¶
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*Billing) GetQuantityOk ¶
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Billing) GetResource ¶
func (o *Billing) GetResource() BillingResource
GetResource returns the Resource field value if set, zero value otherwise.
func (*Billing) GetResourceOk ¶
func (o *Billing) GetResourceOk() (*BillingResource, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Billing) GetService ¶
func (o *Billing) GetService() BillingService
GetService returns the Service field value if set, zero value otherwise.
func (*Billing) GetServiceOk ¶
func (o *Billing) GetServiceOk() (*BillingService, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Billing) HasCharges ¶
HasCharges returns a boolean if a field has been set.
func (*Billing) HasOneTime ¶
HasOneTime returns a boolean if a field has been set.
func (*Billing) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Billing) HasQuantity ¶
HasQuantity returns a boolean if a field has been set.
func (*Billing) HasResource ¶
HasResource returns a boolean if a field has been set.
func (*Billing) HasService ¶
HasService returns a boolean if a field has been set.
func (Billing) MarshalJSON ¶
func (*Billing) SetCharges ¶
func (o *Billing) SetCharges(v []BillingCharges)
SetCharges gets a reference to the given []BillingCharges and assigns it to the Charges field.
func (*Billing) SetOneTime ¶
SetOneTime gets a reference to the given bool and assigns it to the OneTime field.
func (*Billing) SetPeriod ¶
SetPeriod gets a reference to the given string and assigns it to the Period field.
func (*Billing) SetPrice ¶
SetPrice gets a reference to the given float32 and assigns it to the Price field.
func (*Billing) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Billing) SetQuantity ¶
SetQuantity gets a reference to the given float32 and assigns it to the Quantity field.
func (*Billing) SetResource ¶
func (o *Billing) SetResource(v BillingResource)
SetResource gets a reference to the given BillingResource and assigns it to the Resource field.
func (*Billing) SetService ¶
func (o *Billing) SetService(v BillingService)
SetService gets a reference to the given BillingService and assigns it to the Service field.
type BillingAddress ¶
type BillingAddress struct { City string `json:"city"` Country *string `json:"country,omitempty"` Street string `json:"street"` Zipcode string `json:"zipcode"` }
BillingAddress struct for BillingAddress
func NewBillingAddress ¶
func NewBillingAddress(city string, street string, zipcode string) *BillingAddress
NewBillingAddress instantiates a new BillingAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingAddressWithDefaults ¶
func NewBillingAddressWithDefaults() *BillingAddress
NewBillingAddressWithDefaults instantiates a new BillingAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingAddress) GetCity ¶
func (o *BillingAddress) GetCity() string
GetCity returns the City field value
func (*BillingAddress) GetCityOk ¶
func (o *BillingAddress) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field value and a boolean to check if the value has been set.
func (*BillingAddress) GetCountry ¶
func (o *BillingAddress) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*BillingAddress) GetCountryOk ¶
func (o *BillingAddress) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingAddress) GetStreet ¶
func (o *BillingAddress) GetStreet() string
GetStreet returns the Street field value
func (*BillingAddress) GetStreetOk ¶
func (o *BillingAddress) GetStreetOk() (*string, bool)
GetStreetOk returns a tuple with the Street field value and a boolean to check if the value has been set.
func (*BillingAddress) GetZipcode ¶
func (o *BillingAddress) GetZipcode() string
GetZipcode returns the Zipcode field value
func (*BillingAddress) GetZipcodeOk ¶
func (o *BillingAddress) GetZipcodeOk() (*string, bool)
GetZipcodeOk returns a tuple with the Zipcode field value and a boolean to check if the value has been set.
func (*BillingAddress) HasCountry ¶
func (o *BillingAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (BillingAddress) MarshalJSON ¶
func (o BillingAddress) MarshalJSON() ([]byte, error)
func (*BillingAddress) SetCity ¶
func (o *BillingAddress) SetCity(v string)
SetCity sets field value
func (*BillingAddress) SetCountry ¶
func (o *BillingAddress) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*BillingAddress) SetStreet ¶
func (o *BillingAddress) SetStreet(v string)
SetStreet sets field value
func (*BillingAddress) SetZipcode ¶
func (o *BillingAddress) SetZipcode(v string)
SetZipcode sets field value
type BillingAddress1 ¶
type BillingAddress1 struct { City *string `json:"city,omitempty"` Street *string `json:"street,omitempty"` Zipcode *string `json:"zipcode,omitempty"` }
BillingAddress1 struct for BillingAddress1
func NewBillingAddress1 ¶
func NewBillingAddress1() *BillingAddress1
NewBillingAddress1 instantiates a new BillingAddress1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingAddress1WithDefaults ¶
func NewBillingAddress1WithDefaults() *BillingAddress1
NewBillingAddress1WithDefaults instantiates a new BillingAddress1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingAddress1) GetCity ¶
func (o *BillingAddress1) GetCity() string
GetCity returns the City field value if set, zero value otherwise.
func (*BillingAddress1) GetCityOk ¶
func (o *BillingAddress1) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingAddress1) GetStreet ¶
func (o *BillingAddress1) GetStreet() string
GetStreet returns the Street field value if set, zero value otherwise.
func (*BillingAddress1) GetStreetOk ¶
func (o *BillingAddress1) GetStreetOk() (*string, bool)
GetStreetOk returns a tuple with the Street field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingAddress1) GetZipcode ¶
func (o *BillingAddress1) GetZipcode() string
GetZipcode returns the Zipcode field value if set, zero value otherwise.
func (*BillingAddress1) GetZipcodeOk ¶
func (o *BillingAddress1) GetZipcodeOk() (*string, bool)
GetZipcodeOk returns a tuple with the Zipcode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingAddress1) HasCity ¶
func (o *BillingAddress1) HasCity() bool
HasCity returns a boolean if a field has been set.
func (*BillingAddress1) HasStreet ¶
func (o *BillingAddress1) HasStreet() bool
HasStreet returns a boolean if a field has been set.
func (*BillingAddress1) HasZipcode ¶
func (o *BillingAddress1) HasZipcode() bool
HasZipcode returns a boolean if a field has been set.
func (BillingAddress1) MarshalJSON ¶
func (o BillingAddress1) MarshalJSON() ([]byte, error)
func (*BillingAddress1) SetCity ¶
func (o *BillingAddress1) SetCity(v string)
SetCity gets a reference to the given string and assigns it to the City field.
func (*BillingAddress1) SetStreet ¶
func (o *BillingAddress1) SetStreet(v string)
SetStreet gets a reference to the given string and assigns it to the Street field.
func (*BillingAddress1) SetZipcode ¶
func (o *BillingAddress1) SetZipcode(v string)
SetZipcode gets a reference to the given string and assigns it to the Zipcode field.
type BillingCharges ¶
type BillingCharges struct { End *string `json:"end,omitempty"` Id *string `json:"id,omitempty"` PaidFrom *string `json:"paidFrom,omitempty"` PaidOn *string `json:"paidOn,omitempty"` Price *float32 `json:"price,omitempty"` Quantity *float32 `json:"quantity,omitempty"` Start *string `json:"start,omitempty"` Value *float32 `json:"value,omitempty"` }
BillingCharges struct for BillingCharges
func NewBillingCharges ¶
func NewBillingCharges() *BillingCharges
NewBillingCharges instantiates a new BillingCharges object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingChargesWithDefaults ¶
func NewBillingChargesWithDefaults() *BillingCharges
NewBillingChargesWithDefaults instantiates a new BillingCharges object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingCharges) GetEnd ¶
func (o *BillingCharges) GetEnd() string
GetEnd returns the End field value if set, zero value otherwise.
func (*BillingCharges) GetEndOk ¶
func (o *BillingCharges) GetEndOk() (*string, bool)
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCharges) GetId ¶
func (o *BillingCharges) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BillingCharges) GetIdOk ¶
func (o *BillingCharges) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCharges) GetPaidFrom ¶
func (o *BillingCharges) GetPaidFrom() string
GetPaidFrom returns the PaidFrom field value if set, zero value otherwise.
func (*BillingCharges) GetPaidFromOk ¶
func (o *BillingCharges) GetPaidFromOk() (*string, bool)
GetPaidFromOk returns a tuple with the PaidFrom field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCharges) GetPaidOn ¶
func (o *BillingCharges) GetPaidOn() string
GetPaidOn returns the PaidOn field value if set, zero value otherwise.
func (*BillingCharges) GetPaidOnOk ¶
func (o *BillingCharges) GetPaidOnOk() (*string, bool)
GetPaidOnOk returns a tuple with the PaidOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCharges) GetPrice ¶
func (o *BillingCharges) GetPrice() float32
GetPrice returns the Price field value if set, zero value otherwise.
func (*BillingCharges) GetPriceOk ¶
func (o *BillingCharges) GetPriceOk() (*float32, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCharges) GetQuantity ¶
func (o *BillingCharges) GetQuantity() float32
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*BillingCharges) GetQuantityOk ¶
func (o *BillingCharges) GetQuantityOk() (*float32, bool)
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCharges) GetStart ¶
func (o *BillingCharges) GetStart() string
GetStart returns the Start field value if set, zero value otherwise.
func (*BillingCharges) GetStartOk ¶
func (o *BillingCharges) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCharges) GetValue ¶
func (o *BillingCharges) GetValue() float32
GetValue returns the Value field value if set, zero value otherwise.
func (*BillingCharges) GetValueOk ¶
func (o *BillingCharges) GetValueOk() (*float32, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingCharges) HasEnd ¶
func (o *BillingCharges) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (*BillingCharges) HasId ¶
func (o *BillingCharges) HasId() bool
HasId returns a boolean if a field has been set.
func (*BillingCharges) HasPaidFrom ¶
func (o *BillingCharges) HasPaidFrom() bool
HasPaidFrom returns a boolean if a field has been set.
func (*BillingCharges) HasPaidOn ¶
func (o *BillingCharges) HasPaidOn() bool
HasPaidOn returns a boolean if a field has been set.
func (*BillingCharges) HasPrice ¶
func (o *BillingCharges) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*BillingCharges) HasQuantity ¶
func (o *BillingCharges) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (*BillingCharges) HasStart ¶
func (o *BillingCharges) HasStart() bool
HasStart returns a boolean if a field has been set.
func (*BillingCharges) HasValue ¶
func (o *BillingCharges) HasValue() bool
HasValue returns a boolean if a field has been set.
func (BillingCharges) MarshalJSON ¶
func (o BillingCharges) MarshalJSON() ([]byte, error)
func (*BillingCharges) SetEnd ¶
func (o *BillingCharges) SetEnd(v string)
SetEnd gets a reference to the given string and assigns it to the End field.
func (*BillingCharges) SetId ¶
func (o *BillingCharges) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BillingCharges) SetPaidFrom ¶
func (o *BillingCharges) SetPaidFrom(v string)
SetPaidFrom gets a reference to the given string and assigns it to the PaidFrom field.
func (*BillingCharges) SetPaidOn ¶
func (o *BillingCharges) SetPaidOn(v string)
SetPaidOn gets a reference to the given string and assigns it to the PaidOn field.
func (*BillingCharges) SetPrice ¶
func (o *BillingCharges) SetPrice(v float32)
SetPrice gets a reference to the given float32 and assigns it to the Price field.
func (*BillingCharges) SetQuantity ¶
func (o *BillingCharges) SetQuantity(v float32)
SetQuantity gets a reference to the given float32 and assigns it to the Quantity field.
func (*BillingCharges) SetStart ¶
func (o *BillingCharges) SetStart(v string)
SetStart gets a reference to the given string and assigns it to the Start field.
func (*BillingCharges) SetValue ¶
func (o *BillingCharges) SetValue(v float32)
SetValue gets a reference to the given float32 and assigns it to the Value field.
type BillingProjectServiceApiService ¶
type BillingProjectServiceApiService service
BillingProjectServiceApiService BillingProjectServiceApi service
func (*BillingProjectServiceApiService) BillingProjectServiceGet ¶
func (a *BillingProjectServiceApiService) BillingProjectServiceGet(ctx context.Context, projectId string, serviceId string) ApiBillingProjectServiceGetRequest
BillingProjectServiceGet Get billing/service
Returns a single service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param serviceId Service Id @return ApiBillingProjectServiceGetRequest
func (*BillingProjectServiceApiService) BillingProjectServiceGetExecute ¶
func (a *BillingProjectServiceApiService) BillingProjectServiceGetExecute(r ApiBillingProjectServiceGetRequest) (*Service, *http.Response, error)
Execute executes the request
@return Service
func (*BillingProjectServiceApiService) BillingProjectServiceList ¶
func (a *BillingProjectServiceApiService) BillingProjectServiceList(ctx context.Context, projectId string) ApiBillingProjectServiceListRequest
BillingProjectServiceList List billing/service
List service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiBillingProjectServiceListRequest
func (*BillingProjectServiceApiService) BillingProjectServiceListExecute ¶
func (a *BillingProjectServiceApiService) BillingProjectServiceListExecute(r ApiBillingProjectServiceListRequest) ([]Service, *http.Response, error)
Execute executes the request
@return []Service
type BillingResource ¶
type BillingResource struct { Deleted *bool `json:"deleted,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` }
BillingResource struct for BillingResource
func NewBillingResource ¶
func NewBillingResource() *BillingResource
NewBillingResource instantiates a new BillingResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingResourceWithDefaults ¶
func NewBillingResourceWithDefaults() *BillingResource
NewBillingResourceWithDefaults instantiates a new BillingResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingResource) GetDeleted ¶
func (o *BillingResource) GetDeleted() bool
GetDeleted returns the Deleted field value if set, zero value otherwise.
func (*BillingResource) GetDeletedOk ¶
func (o *BillingResource) GetDeletedOk() (*bool, bool)
GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingResource) GetId ¶
func (o *BillingResource) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BillingResource) GetIdOk ¶
func (o *BillingResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingResource) GetName ¶
func (o *BillingResource) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*BillingResource) GetNameOk ¶
func (o *BillingResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingResource) GetType ¶
func (o *BillingResource) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*BillingResource) GetTypeOk ¶
func (o *BillingResource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingResource) HasDeleted ¶
func (o *BillingResource) HasDeleted() bool
HasDeleted returns a boolean if a field has been set.
func (*BillingResource) HasId ¶
func (o *BillingResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*BillingResource) HasName ¶
func (o *BillingResource) HasName() bool
HasName returns a boolean if a field has been set.
func (*BillingResource) HasType ¶
func (o *BillingResource) HasType() bool
HasType returns a boolean if a field has been set.
func (BillingResource) MarshalJSON ¶
func (o BillingResource) MarshalJSON() ([]byte, error)
func (*BillingResource) SetDeleted ¶
func (o *BillingResource) SetDeleted(v bool)
SetDeleted gets a reference to the given bool and assigns it to the Deleted field.
func (*BillingResource) SetId ¶
func (o *BillingResource) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BillingResource) SetName ¶
func (o *BillingResource) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*BillingResource) SetType ¶
func (o *BillingResource) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type BillingService ¶
type BillingService struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` }
BillingService struct for BillingService
func NewBillingService ¶
func NewBillingService() *BillingService
NewBillingService instantiates a new BillingService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBillingServiceWithDefaults ¶
func NewBillingServiceWithDefaults() *BillingService
NewBillingServiceWithDefaults instantiates a new BillingService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BillingService) GetId ¶
func (o *BillingService) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BillingService) GetIdOk ¶
func (o *BillingService) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingService) GetName ¶
func (o *BillingService) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*BillingService) GetNameOk ¶
func (o *BillingService) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingService) GetType ¶
func (o *BillingService) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*BillingService) GetTypeOk ¶
func (o *BillingService) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BillingService) HasId ¶
func (o *BillingService) HasId() bool
HasId returns a boolean if a field has been set.
func (*BillingService) HasName ¶
func (o *BillingService) HasName() bool
HasName returns a boolean if a field has been set.
func (*BillingService) HasType ¶
func (o *BillingService) HasType() bool
HasType returns a boolean if a field has been set.
func (BillingService) MarshalJSON ¶
func (o BillingService) MarshalJSON() ([]byte, error)
func (*BillingService) SetId ¶
func (o *BillingService) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BillingService) SetName ¶
func (o *BillingService) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*BillingService) SetType ¶
func (o *BillingService) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type Bucket ¶
type Bucket struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Organisation *string `json:"organisation,omitempty"` Project *string `json:"project,omitempty"` SizeUsed *float32 `json:"sizeUsed,omitempty"` State *string `json:"state,omitempty"` Uri *string `json:"uri,omitempty"` }
Bucket struct for Bucket
func NewBucket ¶
NewBucket instantiates a new Bucket object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBucketWithDefaults ¶
func NewBucketWithDefaults() *Bucket
NewBucketWithDefaults instantiates a new Bucket object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Bucket) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Bucket) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Bucket) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Bucket) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Bucket) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Bucket) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Bucket) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Bucket) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Bucket) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Bucket) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Bucket) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Bucket) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Bucket) GetOrganisation ¶
GetOrganisation returns the Organisation field value if set, zero value otherwise.
func (*Bucket) GetOrganisationOk ¶
GetOrganisationOk returns a tuple with the Organisation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Bucket) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Bucket) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Bucket) GetSizeUsed ¶
GetSizeUsed returns the SizeUsed field value if set, zero value otherwise.
func (*Bucket) GetSizeUsedOk ¶
GetSizeUsedOk returns a tuple with the SizeUsed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Bucket) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Bucket) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Bucket) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Bucket) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Bucket) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Bucket) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Bucket) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Bucket) HasOrganisation ¶
HasOrganisation returns a boolean if a field has been set.
func (*Bucket) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Bucket) HasSizeUsed ¶
HasSizeUsed returns a boolean if a field has been set.
func (Bucket) MarshalJSON ¶
func (*Bucket) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Bucket) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Bucket) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Bucket) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Bucket) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Bucket) SetOrganisation ¶
SetOrganisation gets a reference to the given string and assigns it to the Organisation field.
func (*Bucket) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Bucket) SetSizeUsed ¶
SetSizeUsed gets a reference to the given float32 and assigns it to the SizeUsed field.
type ComputeProjectReplicaApiService ¶
type ComputeProjectReplicaApiService service
ComputeProjectReplicaApiService ComputeProjectReplicaApi service
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaCreate ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaCreate(ctx context.Context, projectId string, locationId string) ApiComputeProjectReplicaCreateRequest
ComputeProjectReplicaCreate Create compute/replica
Create replica
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiComputeProjectReplicaCreateRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaCreateExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaCreateExecute(r ApiComputeProjectReplicaCreateRequest) (*Replica, *http.Response, error)
Execute executes the request
@return Replica
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaDelete ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaDelete(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaDeleteRequest
ComputeProjectReplicaDelete Delete compute/replica
Delete replica
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @return ApiComputeProjectReplicaDeleteRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaDeleteExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaDeleteExecute(r ApiComputeProjectReplicaDeleteRequest) (*Replica, *http.Response, error)
Execute executes the request
@return Replica
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaDiskList ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaDiskList(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaDiskListRequest
ComputeProjectReplicaDiskList List compute/replica.disk
List compute/replica.disk
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @return ApiComputeProjectReplicaDiskListRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaDiskListExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaDiskListExecute(r ApiComputeProjectReplicaDiskListRequest) ([]Disk, *http.Response, error)
Execute executes the request
@return []Disk
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaEventGet ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaEventGet(ctx context.Context, projectId string, locationId string, replicaId string, eventId string) ApiComputeProjectReplicaEventGetRequest
ComputeProjectReplicaEventGet Get compute/replica.event
Get compute/replica.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @param eventId eventId @return ApiComputeProjectReplicaEventGetRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaEventGetExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaEventGetExecute(r ApiComputeProjectReplicaEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaEventList ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaEventList(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaEventListRequest
ComputeProjectReplicaEventList List compute/replica.event
List compute/replica.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @return ApiComputeProjectReplicaEventListRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaEventListExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaEventListExecute(r ApiComputeProjectReplicaEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaGet ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaGet(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaGetRequest
ComputeProjectReplicaGet Get compute/replica
Returns a single replica
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @return ApiComputeProjectReplicaGetRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaGetExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaGetExecute(r ApiComputeProjectReplicaGetRequest) (*Replica, *http.Response, error)
Execute executes the request
@return Replica
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaList ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaList(ctx context.Context, projectId string, locationId string) ApiComputeProjectReplicaListRequest
ComputeProjectReplicaList List compute/replica
List replica
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiComputeProjectReplicaListRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaListExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaListExecute(r ApiComputeProjectReplicaListRequest) ([]Replica, *http.Response, error)
Execute executes the request
@return []Replica
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaServiceGet ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaServiceGet(ctx context.Context, projectId string, locationId string, replicaId string, serviceId string) ApiComputeProjectReplicaServiceGetRequest
ComputeProjectReplicaServiceGet Get compute/replica.service
Get compute/replica.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @param serviceId serviceId @return ApiComputeProjectReplicaServiceGetRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaServiceGetExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaServiceGetExecute(r ApiComputeProjectReplicaServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaServiceList ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaServiceList(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaServiceListRequest
ComputeProjectReplicaServiceList List compute/replica.service
List compute/replica.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @return ApiComputeProjectReplicaServiceListRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaServiceListExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaServiceListExecute(r ApiComputeProjectReplicaServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaTagCreate ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagCreate(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaTagCreateRequest
ComputeProjectReplicaTagCreate Create compute/replica.tag
Create compute/replica.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @return ApiComputeProjectReplicaTagCreateRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaTagCreateExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagCreateExecute(r ApiComputeProjectReplicaTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaTagDelete ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagDelete(ctx context.Context, projectId string, locationId string, replicaId string, tagId string) ApiComputeProjectReplicaTagDeleteRequest
ComputeProjectReplicaTagDelete Delete compute/replica.tag
Delete compute/replica.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @param tagId tagId @return ApiComputeProjectReplicaTagDeleteRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaTagDeleteExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagDeleteExecute(r ApiComputeProjectReplicaTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaTagGet ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagGet(ctx context.Context, projectId string, locationId string, replicaId string, tagId string) ApiComputeProjectReplicaTagGetRequest
ComputeProjectReplicaTagGet Get compute/replica.tag
Get compute/replica.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @param tagId tagId @return ApiComputeProjectReplicaTagGetRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaTagGetExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagGetExecute(r ApiComputeProjectReplicaTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaTagList ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagList(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaTagListRequest
ComputeProjectReplicaTagList List compute/replica.tag
List compute/replica.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @return ApiComputeProjectReplicaTagListRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaTagListExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagListExecute(r ApiComputeProjectReplicaTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaTagPut ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagPut(ctx context.Context, projectId string, locationId string, replicaId string) ApiComputeProjectReplicaTagPutRequest
ComputeProjectReplicaTagPut Replace compute/replica.tag
Replace compute/replica.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param replicaId Replica Id @return ApiComputeProjectReplicaTagPutRequest
func (*ComputeProjectReplicaApiService) ComputeProjectReplicaTagPutExecute ¶
func (a *ComputeProjectReplicaApiService) ComputeProjectReplicaTagPutExecute(r ApiComputeProjectReplicaTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
type ComputeProjectReplicaCreate ¶
type ComputeProjectReplicaCreate struct { Hostname string `json:"hostname"` Secret string `json:"secret"` }
ComputeProjectReplicaCreate struct for ComputeProjectReplicaCreate
func NewComputeProjectReplicaCreate ¶
func NewComputeProjectReplicaCreate(hostname string, secret string) *ComputeProjectReplicaCreate
NewComputeProjectReplicaCreate instantiates a new ComputeProjectReplicaCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectReplicaCreateWithDefaults ¶
func NewComputeProjectReplicaCreateWithDefaults() *ComputeProjectReplicaCreate
NewComputeProjectReplicaCreateWithDefaults instantiates a new ComputeProjectReplicaCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectReplicaCreate) GetHostname ¶
func (o *ComputeProjectReplicaCreate) GetHostname() string
GetHostname returns the Hostname field value
func (*ComputeProjectReplicaCreate) GetHostnameOk ¶
func (o *ComputeProjectReplicaCreate) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.
func (*ComputeProjectReplicaCreate) GetSecret ¶
func (o *ComputeProjectReplicaCreate) GetSecret() string
GetSecret returns the Secret field value
func (*ComputeProjectReplicaCreate) GetSecretOk ¶
func (o *ComputeProjectReplicaCreate) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.
func (ComputeProjectReplicaCreate) MarshalJSON ¶
func (o ComputeProjectReplicaCreate) MarshalJSON() ([]byte, error)
func (*ComputeProjectReplicaCreate) SetHostname ¶
func (o *ComputeProjectReplicaCreate) SetHostname(v string)
SetHostname sets field value
func (*ComputeProjectReplicaCreate) SetSecret ¶
func (o *ComputeProjectReplicaCreate) SetSecret(v string)
SetSecret sets field value
type ComputeProjectVmApiService ¶
type ComputeProjectVmApiService service
ComputeProjectVmApiService ComputeProjectVmApi service
func (*ComputeProjectVmApiService) ComputeProjectVmConnectGet ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmConnectGet(ctx context.Context, projectId string, locationId string, vmId string, connectId string) ApiComputeProjectVmConnectGetRequest
ComputeProjectVmConnectGet Get compute/vm.connect
Get compute/vm.connect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @param connectId connectId @return ApiComputeProjectVmConnectGetRequest
func (*ComputeProjectVmApiService) ComputeProjectVmConnectGetExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmConnectGetExecute(r ApiComputeProjectVmConnectGetRequest) (*Connect, *http.Response, error)
Execute executes the request
@return Connect
func (*ComputeProjectVmApiService) ComputeProjectVmConnectList ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmConnectList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmConnectListRequest
ComputeProjectVmConnectList List compute/vm.connect
List compute/vm.connect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmConnectListRequest
func (*ComputeProjectVmApiService) ComputeProjectVmConnectListExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmConnectListExecute(r ApiComputeProjectVmConnectListRequest) ([]Connect, *http.Response, error)
Execute executes the request
@return []Connect
func (*ComputeProjectVmApiService) ComputeProjectVmConnectOpen ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmConnectOpen(ctx context.Context, projectId string, locationId string, vmId string, connectId string) ApiComputeProjectVmConnectOpenRequest
ComputeProjectVmConnectOpen Open compute/vm.connect
action open
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @param connectId connectId @return ApiComputeProjectVmConnectOpenRequest
func (*ComputeProjectVmApiService) ComputeProjectVmConnectOpenExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmConnectOpenExecute(r ApiComputeProjectVmConnectOpenRequest) (*http.Response, error)
Execute executes the request
func (*ComputeProjectVmApiService) ComputeProjectVmCreate ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmCreate(ctx context.Context, projectId string, locationId string) ApiComputeProjectVmCreateRequest
ComputeProjectVmCreate Create compute/vm
Create vm
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiComputeProjectVmCreateRequest
func (*ComputeProjectVmApiService) ComputeProjectVmCreateExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmCreateExecute(r ApiComputeProjectVmCreateRequest) (*Vm, *http.Response, error)
Execute executes the request
@return Vm
func (*ComputeProjectVmApiService) ComputeProjectVmDelete ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmDelete(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmDeleteRequest
ComputeProjectVmDelete Delete compute/vm
Delete vm
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmDeleteRequest
func (*ComputeProjectVmApiService) ComputeProjectVmDeleteExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmDeleteExecute(r ApiComputeProjectVmDeleteRequest) (*Vm, *http.Response, error)
Execute executes the request
@return Vm
func (*ComputeProjectVmApiService) ComputeProjectVmDiskCreate ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmDiskCreate(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmDiskCreateRequest
ComputeProjectVmDiskCreate Create compute/vm.disk
Create compute/vm.disk
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmDiskCreateRequest
func (*ComputeProjectVmApiService) ComputeProjectVmDiskCreateExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmDiskCreateExecute(r ApiComputeProjectVmDiskCreateRequest) (*Disk, *http.Response, error)
Execute executes the request
@return Disk
func (*ComputeProjectVmApiService) ComputeProjectVmDiskList ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmDiskList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmDiskListRequest
ComputeProjectVmDiskList List compute/vm.disk
List compute/vm.disk
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmDiskListRequest
func (*ComputeProjectVmApiService) ComputeProjectVmDiskListExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmDiskListExecute(r ApiComputeProjectVmDiskListRequest) ([]Disk, *http.Response, error)
Execute executes the request
@return []Disk
func (*ComputeProjectVmApiService) ComputeProjectVmEventGet ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmEventGet(ctx context.Context, projectId string, locationId string, vmId string, eventId string) ApiComputeProjectVmEventGetRequest
ComputeProjectVmEventGet Get compute/vm.event
Get compute/vm.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @param eventId eventId @return ApiComputeProjectVmEventGetRequest
func (*ComputeProjectVmApiService) ComputeProjectVmEventGetExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmEventGetExecute(r ApiComputeProjectVmEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*ComputeProjectVmApiService) ComputeProjectVmEventList ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmEventList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmEventListRequest
ComputeProjectVmEventList List compute/vm.event
List compute/vm.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmEventListRequest
func (*ComputeProjectVmApiService) ComputeProjectVmEventListExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmEventListExecute(r ApiComputeProjectVmEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*ComputeProjectVmApiService) ComputeProjectVmFlavour ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmFlavour(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmFlavourRequest
ComputeProjectVmFlavour Flavour compute/vm
action flavour
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmFlavourRequest
func (*ComputeProjectVmApiService) ComputeProjectVmFlavourExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmFlavourExecute(r ApiComputeProjectVmFlavourRequest) (*Vm, *http.Response, error)
Execute executes the request
@return Vm
func (*ComputeProjectVmApiService) ComputeProjectVmGet ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmGet(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmGetRequest
ComputeProjectVmGet Get compute/vm
Returns a single vm
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmGetRequest
func (*ComputeProjectVmApiService) ComputeProjectVmGetExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmGetExecute(r ApiComputeProjectVmGetRequest) (*Vm, *http.Response, error)
Execute executes the request
@return Vm
func (*ComputeProjectVmApiService) ComputeProjectVmIsoCreate ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmIsoCreate(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmIsoCreateRequest
ComputeProjectVmIsoCreate Create compute/vm.iso
Create compute/vm.iso
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmIsoCreateRequest
func (*ComputeProjectVmApiService) ComputeProjectVmIsoCreateExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmIsoCreateExecute(r ApiComputeProjectVmIsoCreateRequest) (*Iso, *http.Response, error)
Execute executes the request
@return Iso
func (*ComputeProjectVmApiService) ComputeProjectVmIsoList ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmIsoList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmIsoListRequest
ComputeProjectVmIsoList List compute/vm.iso
List compute/vm.iso
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmIsoListRequest
func (*ComputeProjectVmApiService) ComputeProjectVmIsoListExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmIsoListExecute(r ApiComputeProjectVmIsoListRequest) ([]Iso, *http.Response, error)
Execute executes the request
@return []Iso
func (*ComputeProjectVmApiService) ComputeProjectVmList ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmList(ctx context.Context, projectId string, locationId string) ApiComputeProjectVmListRequest
ComputeProjectVmList List compute/vm
List vm
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiComputeProjectVmListRequest
func (*ComputeProjectVmApiService) ComputeProjectVmListExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmListExecute(r ApiComputeProjectVmListRequest) ([]Vm, *http.Response, error)
Execute executes the request
@return []Vm
func (*ComputeProjectVmApiService) ComputeProjectVmMetricGet ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmMetricGet(ctx context.Context, projectId string, locationId string, vmId string, metricId string) ApiComputeProjectVmMetricGetRequest
ComputeProjectVmMetricGet Get compute/vm.metric
Get compute/vm.metric
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @param metricId metricId @return ApiComputeProjectVmMetricGetRequest
func (*ComputeProjectVmApiService) ComputeProjectVmMetricGetExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmMetricGetExecute(r ApiComputeProjectVmMetricGetRequest) (*Metric, *http.Response, error)
Execute executes the request
@return Metric
func (*ComputeProjectVmApiService) ComputeProjectVmMetricList ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmMetricList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmMetricListRequest
ComputeProjectVmMetricList List compute/vm.metric
List compute/vm.metric
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmMetricListRequest
func (*ComputeProjectVmApiService) ComputeProjectVmMetricListExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmMetricListExecute(r ApiComputeProjectVmMetricListRequest) ([]Metric, *http.Response, error)
Execute executes the request
@return []Metric
func (*ComputeProjectVmApiService) ComputeProjectVmMetricSeriesList ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmMetricSeriesList(ctx context.Context, projectId string, locationId string, vmId string, metricId string) ApiComputeProjectVmMetricSeriesListRequest
ComputeProjectVmMetricSeriesList List compute/vm.series
List compute/vm.series
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @param metricId metricId @return ApiComputeProjectVmMetricSeriesListRequest
func (*ComputeProjectVmApiService) ComputeProjectVmMetricSeriesListExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmMetricSeriesListExecute(r ApiComputeProjectVmMetricSeriesListRequest) ([]Point, *http.Response, error)
Execute executes the request
@return []Point
func (*ComputeProjectVmApiService) ComputeProjectVmPasswordReset ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmPasswordReset(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmPasswordResetRequest
ComputeProjectVmPasswordReset Password reset compute/vm
action password_reset
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmPasswordResetRequest
func (*ComputeProjectVmApiService) ComputeProjectVmPasswordResetExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmPasswordResetExecute(r ApiComputeProjectVmPasswordResetRequest) (*Vm, *http.Response, error)
Execute executes the request
@return Vm
func (*ComputeProjectVmApiService) ComputeProjectVmRestart ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmRestart(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmRestartRequest
ComputeProjectVmRestart Restart compute/vm
action restart
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmRestartRequest
func (*ComputeProjectVmApiService) ComputeProjectVmRestartExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmRestartExecute(r ApiComputeProjectVmRestartRequest) (*Vm, *http.Response, error)
Execute executes the request
@return Vm
func (*ComputeProjectVmApiService) ComputeProjectVmSerialport ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmSerialport(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmSerialportRequest
ComputeProjectVmSerialport Serialport compute/vm
action serialport
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmSerialportRequest
func (*ComputeProjectVmApiService) ComputeProjectVmSerialportExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmSerialportExecute(r ApiComputeProjectVmSerialportRequest) (**os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*ComputeProjectVmApiService) ComputeProjectVmServiceGet ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmServiceGet(ctx context.Context, projectId string, locationId string, vmId string, serviceId string) ApiComputeProjectVmServiceGetRequest
ComputeProjectVmServiceGet Get compute/vm.service
Get compute/vm.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @param serviceId serviceId @return ApiComputeProjectVmServiceGetRequest
func (*ComputeProjectVmApiService) ComputeProjectVmServiceGetExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmServiceGetExecute(r ApiComputeProjectVmServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*ComputeProjectVmApiService) ComputeProjectVmServiceList ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmServiceList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmServiceListRequest
ComputeProjectVmServiceList List compute/vm.service
List compute/vm.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmServiceListRequest
func (*ComputeProjectVmApiService) ComputeProjectVmServiceListExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmServiceListExecute(r ApiComputeProjectVmServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*ComputeProjectVmApiService) ComputeProjectVmStart ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmStart(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmStartRequest
ComputeProjectVmStart Start compute/vm
action start
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmStartRequest
func (*ComputeProjectVmApiService) ComputeProjectVmStartExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmStartExecute(r ApiComputeProjectVmStartRequest) (*Vm, *http.Response, error)
Execute executes the request
@return Vm
func (*ComputeProjectVmApiService) ComputeProjectVmStop ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmStop(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmStopRequest
ComputeProjectVmStop Stop compute/vm
action stop
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmStopRequest
func (*ComputeProjectVmApiService) ComputeProjectVmStopExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmStopExecute(r ApiComputeProjectVmStopRequest) (*Vm, *http.Response, error)
Execute executes the request
@return Vm
func (*ComputeProjectVmApiService) ComputeProjectVmTagCreate ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTagCreate(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmTagCreateRequest
ComputeProjectVmTagCreate Create compute/vm.tag
Create compute/vm.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmTagCreateRequest
func (*ComputeProjectVmApiService) ComputeProjectVmTagCreateExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTagCreateExecute(r ApiComputeProjectVmTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*ComputeProjectVmApiService) ComputeProjectVmTagDelete ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTagDelete(ctx context.Context, projectId string, locationId string, vmId string, tagId string) ApiComputeProjectVmTagDeleteRequest
ComputeProjectVmTagDelete Delete compute/vm.tag
Delete compute/vm.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @param tagId tagId @return ApiComputeProjectVmTagDeleteRequest
func (*ComputeProjectVmApiService) ComputeProjectVmTagDeleteExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTagDeleteExecute(r ApiComputeProjectVmTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ComputeProjectVmApiService) ComputeProjectVmTagGet ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTagGet(ctx context.Context, projectId string, locationId string, vmId string, tagId string) ApiComputeProjectVmTagGetRequest
ComputeProjectVmTagGet Get compute/vm.tag
Get compute/vm.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @param tagId tagId @return ApiComputeProjectVmTagGetRequest
func (*ComputeProjectVmApiService) ComputeProjectVmTagGetExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTagGetExecute(r ApiComputeProjectVmTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*ComputeProjectVmApiService) ComputeProjectVmTagList ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTagList(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmTagListRequest
ComputeProjectVmTagList List compute/vm.tag
List compute/vm.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmTagListRequest
func (*ComputeProjectVmApiService) ComputeProjectVmTagListExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTagListExecute(r ApiComputeProjectVmTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*ComputeProjectVmApiService) ComputeProjectVmTagPut ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTagPut(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmTagPutRequest
ComputeProjectVmTagPut Replace compute/vm.tag
Replace compute/vm.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmTagPutRequest
func (*ComputeProjectVmApiService) ComputeProjectVmTagPutExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTagPutExecute(r ApiComputeProjectVmTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*ComputeProjectVmApiService) ComputeProjectVmTurnoff ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTurnoff(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmTurnoffRequest
ComputeProjectVmTurnoff Turnoff compute/vm
action turnoff
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmTurnoffRequest
func (*ComputeProjectVmApiService) ComputeProjectVmTurnoffExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmTurnoffExecute(r ApiComputeProjectVmTurnoffRequest) (*Vm, *http.Response, error)
Execute executes the request
@return Vm
func (*ComputeProjectVmApiService) ComputeProjectVmUpdate ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmUpdate(ctx context.Context, projectId string, locationId string, vmId string) ApiComputeProjectVmUpdateRequest
ComputeProjectVmUpdate Update compute/vm
Returns modified vm
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vmId Vm Id @return ApiComputeProjectVmUpdateRequest
func (*ComputeProjectVmApiService) ComputeProjectVmUpdateExecute ¶
func (a *ComputeProjectVmApiService) ComputeProjectVmUpdateExecute(r ApiComputeProjectVmUpdateRequest) (*Vm, *http.Response, error)
Execute executes the request
@return Vm
type ComputeProjectVmConnectOpen ¶
type ComputeProjectVmConnectOpen struct {
Protocol *string `json:"protocol,omitempty"`
}
ComputeProjectVmConnectOpen struct for ComputeProjectVmConnectOpen
func NewComputeProjectVmConnectOpen ¶
func NewComputeProjectVmConnectOpen() *ComputeProjectVmConnectOpen
NewComputeProjectVmConnectOpen instantiates a new ComputeProjectVmConnectOpen object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectVmConnectOpenWithDefaults ¶
func NewComputeProjectVmConnectOpenWithDefaults() *ComputeProjectVmConnectOpen
NewComputeProjectVmConnectOpenWithDefaults instantiates a new ComputeProjectVmConnectOpen object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectVmConnectOpen) GetProtocol ¶
func (o *ComputeProjectVmConnectOpen) GetProtocol() string
GetProtocol returns the Protocol field value if set, zero value otherwise.
func (*ComputeProjectVmConnectOpen) GetProtocolOk ¶
func (o *ComputeProjectVmConnectOpen) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmConnectOpen) HasProtocol ¶
func (o *ComputeProjectVmConnectOpen) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (ComputeProjectVmConnectOpen) MarshalJSON ¶
func (o ComputeProjectVmConnectOpen) MarshalJSON() ([]byte, error)
func (*ComputeProjectVmConnectOpen) SetProtocol ¶
func (o *ComputeProjectVmConnectOpen) SetProtocol(v string)
SetProtocol gets a reference to the given string and assigns it to the Protocol field.
type ComputeProjectVmCreate ¶
type ComputeProjectVmCreate struct { Credential []ComputeProjectVmCreateCredential `json:"credential,omitempty"` Disk []ComputeProjectVmCreateDisk `json:"disk,omitempty"` Image *string `json:"image,omitempty"` Iso *string `json:"iso,omitempty"` Name string `json:"name"` Netadp []ComputeProjectVmCreateNetadp `json:"netadp,omitempty"` Service string `json:"service"` Start *bool `json:"start,omitempty"` Tag []Tag `json:"tag,omitempty"` UserMetadata *string `json:"userMetadata,omitempty"` Username *string `json:"username,omitempty"` }
ComputeProjectVmCreate struct for ComputeProjectVmCreate
func NewComputeProjectVmCreate ¶
func NewComputeProjectVmCreate(name string, service string) *ComputeProjectVmCreate
NewComputeProjectVmCreate instantiates a new ComputeProjectVmCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectVmCreateWithDefaults ¶
func NewComputeProjectVmCreateWithDefaults() *ComputeProjectVmCreate
NewComputeProjectVmCreateWithDefaults instantiates a new ComputeProjectVmCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectVmCreate) GetCredential ¶
func (o *ComputeProjectVmCreate) GetCredential() []ComputeProjectVmCreateCredential
GetCredential returns the Credential field value if set, zero value otherwise.
func (*ComputeProjectVmCreate) GetCredentialOk ¶
func (o *ComputeProjectVmCreate) GetCredentialOk() ([]ComputeProjectVmCreateCredential, bool)
GetCredentialOk returns a tuple with the Credential field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmCreate) GetDisk ¶
func (o *ComputeProjectVmCreate) GetDisk() []ComputeProjectVmCreateDisk
GetDisk returns the Disk field value if set, zero value otherwise.
func (*ComputeProjectVmCreate) GetDiskOk ¶
func (o *ComputeProjectVmCreate) GetDiskOk() ([]ComputeProjectVmCreateDisk, bool)
GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmCreate) GetImage ¶
func (o *ComputeProjectVmCreate) GetImage() string
GetImage returns the Image field value if set, zero value otherwise.
func (*ComputeProjectVmCreate) GetImageOk ¶
func (o *ComputeProjectVmCreate) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmCreate) GetIso ¶
func (o *ComputeProjectVmCreate) GetIso() string
GetIso returns the Iso field value if set, zero value otherwise.
func (*ComputeProjectVmCreate) GetIsoOk ¶
func (o *ComputeProjectVmCreate) GetIsoOk() (*string, bool)
GetIsoOk returns a tuple with the Iso field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmCreate) GetName ¶
func (o *ComputeProjectVmCreate) GetName() string
GetName returns the Name field value
func (*ComputeProjectVmCreate) GetNameOk ¶
func (o *ComputeProjectVmCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ComputeProjectVmCreate) GetNetadp ¶
func (o *ComputeProjectVmCreate) GetNetadp() []ComputeProjectVmCreateNetadp
GetNetadp returns the Netadp field value if set, zero value otherwise.
func (*ComputeProjectVmCreate) GetNetadpOk ¶
func (o *ComputeProjectVmCreate) GetNetadpOk() ([]ComputeProjectVmCreateNetadp, bool)
GetNetadpOk returns a tuple with the Netadp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmCreate) GetService ¶
func (o *ComputeProjectVmCreate) GetService() string
GetService returns the Service field value
func (*ComputeProjectVmCreate) GetServiceOk ¶
func (o *ComputeProjectVmCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (*ComputeProjectVmCreate) GetStart ¶
func (o *ComputeProjectVmCreate) GetStart() bool
GetStart returns the Start field value if set, zero value otherwise.
func (*ComputeProjectVmCreate) GetStartOk ¶
func (o *ComputeProjectVmCreate) GetStartOk() (*bool, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmCreate) GetTag ¶
func (o *ComputeProjectVmCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*ComputeProjectVmCreate) GetTagOk ¶
func (o *ComputeProjectVmCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmCreate) GetUserMetadata ¶
func (o *ComputeProjectVmCreate) GetUserMetadata() string
GetUserMetadata returns the UserMetadata field value if set, zero value otherwise.
func (*ComputeProjectVmCreate) GetUserMetadataOk ¶
func (o *ComputeProjectVmCreate) GetUserMetadataOk() (*string, bool)
GetUserMetadataOk returns a tuple with the UserMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmCreate) GetUsername ¶
func (o *ComputeProjectVmCreate) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*ComputeProjectVmCreate) GetUsernameOk ¶
func (o *ComputeProjectVmCreate) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmCreate) HasCredential ¶
func (o *ComputeProjectVmCreate) HasCredential() bool
HasCredential returns a boolean if a field has been set.
func (*ComputeProjectVmCreate) HasDisk ¶
func (o *ComputeProjectVmCreate) HasDisk() bool
HasDisk returns a boolean if a field has been set.
func (*ComputeProjectVmCreate) HasImage ¶
func (o *ComputeProjectVmCreate) HasImage() bool
HasImage returns a boolean if a field has been set.
func (*ComputeProjectVmCreate) HasIso ¶
func (o *ComputeProjectVmCreate) HasIso() bool
HasIso returns a boolean if a field has been set.
func (*ComputeProjectVmCreate) HasNetadp ¶
func (o *ComputeProjectVmCreate) HasNetadp() bool
HasNetadp returns a boolean if a field has been set.
func (*ComputeProjectVmCreate) HasStart ¶
func (o *ComputeProjectVmCreate) HasStart() bool
HasStart returns a boolean if a field has been set.
func (*ComputeProjectVmCreate) HasTag ¶
func (o *ComputeProjectVmCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (*ComputeProjectVmCreate) HasUserMetadata ¶
func (o *ComputeProjectVmCreate) HasUserMetadata() bool
HasUserMetadata returns a boolean if a field has been set.
func (*ComputeProjectVmCreate) HasUsername ¶
func (o *ComputeProjectVmCreate) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (ComputeProjectVmCreate) MarshalJSON ¶
func (o ComputeProjectVmCreate) MarshalJSON() ([]byte, error)
func (*ComputeProjectVmCreate) SetCredential ¶
func (o *ComputeProjectVmCreate) SetCredential(v []ComputeProjectVmCreateCredential)
SetCredential gets a reference to the given []ComputeProjectVmCreateCredential and assigns it to the Credential field.
func (*ComputeProjectVmCreate) SetDisk ¶
func (o *ComputeProjectVmCreate) SetDisk(v []ComputeProjectVmCreateDisk)
SetDisk gets a reference to the given []ComputeProjectVmCreateDisk and assigns it to the Disk field.
func (*ComputeProjectVmCreate) SetImage ¶
func (o *ComputeProjectVmCreate) SetImage(v string)
SetImage gets a reference to the given string and assigns it to the Image field.
func (*ComputeProjectVmCreate) SetIso ¶
func (o *ComputeProjectVmCreate) SetIso(v string)
SetIso gets a reference to the given string and assigns it to the Iso field.
func (*ComputeProjectVmCreate) SetName ¶
func (o *ComputeProjectVmCreate) SetName(v string)
SetName sets field value
func (*ComputeProjectVmCreate) SetNetadp ¶
func (o *ComputeProjectVmCreate) SetNetadp(v []ComputeProjectVmCreateNetadp)
SetNetadp gets a reference to the given []ComputeProjectVmCreateNetadp and assigns it to the Netadp field.
func (*ComputeProjectVmCreate) SetService ¶
func (o *ComputeProjectVmCreate) SetService(v string)
SetService sets field value
func (*ComputeProjectVmCreate) SetStart ¶
func (o *ComputeProjectVmCreate) SetStart(v bool)
SetStart gets a reference to the given bool and assigns it to the Start field.
func (*ComputeProjectVmCreate) SetTag ¶
func (o *ComputeProjectVmCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
func (*ComputeProjectVmCreate) SetUserMetadata ¶
func (o *ComputeProjectVmCreate) SetUserMetadata(v string)
SetUserMetadata gets a reference to the given string and assigns it to the UserMetadata field.
func (*ComputeProjectVmCreate) SetUsername ¶
func (o *ComputeProjectVmCreate) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
type ComputeProjectVmCreateCredential ¶
type ComputeProjectVmCreateCredential struct { Type string `json:"type"` // - user credential (by id or name) - project credential (by id or name) - raw openssh public key (starting with `ssh-rsa/ssh-ed25519`) - defaults to user keys Value string `json:"value"` }
ComputeProjectVmCreateCredential struct for ComputeProjectVmCreateCredential
func NewComputeProjectVmCreateCredential ¶
func NewComputeProjectVmCreateCredential(type_ string, value string) *ComputeProjectVmCreateCredential
NewComputeProjectVmCreateCredential instantiates a new ComputeProjectVmCreateCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectVmCreateCredentialWithDefaults ¶
func NewComputeProjectVmCreateCredentialWithDefaults() *ComputeProjectVmCreateCredential
NewComputeProjectVmCreateCredentialWithDefaults instantiates a new ComputeProjectVmCreateCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectVmCreateCredential) GetType ¶
func (o *ComputeProjectVmCreateCredential) GetType() string
GetType returns the Type field value
func (*ComputeProjectVmCreateCredential) GetTypeOk ¶
func (o *ComputeProjectVmCreateCredential) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ComputeProjectVmCreateCredential) GetValue ¶
func (o *ComputeProjectVmCreateCredential) GetValue() string
GetValue returns the Value field value
func (*ComputeProjectVmCreateCredential) GetValueOk ¶
func (o *ComputeProjectVmCreateCredential) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (ComputeProjectVmCreateCredential) MarshalJSON ¶
func (o ComputeProjectVmCreateCredential) MarshalJSON() ([]byte, error)
func (*ComputeProjectVmCreateCredential) SetType ¶
func (o *ComputeProjectVmCreateCredential) SetType(v string)
SetType sets field value
func (*ComputeProjectVmCreateCredential) SetValue ¶
func (o *ComputeProjectVmCreateCredential) SetValue(v string)
SetValue sets field value
type ComputeProjectVmCreateDisk ¶
type ComputeProjectVmCreateDisk struct { Name string `json:"name"` Service string `json:"service"` Size float32 `json:"size"` }
ComputeProjectVmCreateDisk struct for ComputeProjectVmCreateDisk
func NewComputeProjectVmCreateDisk ¶
func NewComputeProjectVmCreateDisk(name string, service string, size float32) *ComputeProjectVmCreateDisk
NewComputeProjectVmCreateDisk instantiates a new ComputeProjectVmCreateDisk object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectVmCreateDiskWithDefaults ¶
func NewComputeProjectVmCreateDiskWithDefaults() *ComputeProjectVmCreateDisk
NewComputeProjectVmCreateDiskWithDefaults instantiates a new ComputeProjectVmCreateDisk object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectVmCreateDisk) GetName ¶
func (o *ComputeProjectVmCreateDisk) GetName() string
GetName returns the Name field value
func (*ComputeProjectVmCreateDisk) GetNameOk ¶
func (o *ComputeProjectVmCreateDisk) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ComputeProjectVmCreateDisk) GetService ¶
func (o *ComputeProjectVmCreateDisk) GetService() string
GetService returns the Service field value
func (*ComputeProjectVmCreateDisk) GetServiceOk ¶
func (o *ComputeProjectVmCreateDisk) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (*ComputeProjectVmCreateDisk) GetSize ¶
func (o *ComputeProjectVmCreateDisk) GetSize() float32
GetSize returns the Size field value
func (*ComputeProjectVmCreateDisk) GetSizeOk ¶
func (o *ComputeProjectVmCreateDisk) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (ComputeProjectVmCreateDisk) MarshalJSON ¶
func (o ComputeProjectVmCreateDisk) MarshalJSON() ([]byte, error)
func (*ComputeProjectVmCreateDisk) SetName ¶
func (o *ComputeProjectVmCreateDisk) SetName(v string)
SetName sets field value
func (*ComputeProjectVmCreateDisk) SetService ¶
func (o *ComputeProjectVmCreateDisk) SetService(v string)
SetService sets field value
func (*ComputeProjectVmCreateDisk) SetSize ¶
func (o *ComputeProjectVmCreateDisk) SetSize(v float32)
SetSize sets field value
type ComputeProjectVmCreateNetadp ¶
type ComputeProjectVmCreateNetadp struct { Firewall *string `json:"firewall,omitempty"` Ip []string `json:"ip,omitempty"` Network string `json:"network"` }
ComputeProjectVmCreateNetadp struct for ComputeProjectVmCreateNetadp
func NewComputeProjectVmCreateNetadp ¶
func NewComputeProjectVmCreateNetadp(network string) *ComputeProjectVmCreateNetadp
NewComputeProjectVmCreateNetadp instantiates a new ComputeProjectVmCreateNetadp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectVmCreateNetadpWithDefaults ¶
func NewComputeProjectVmCreateNetadpWithDefaults() *ComputeProjectVmCreateNetadp
NewComputeProjectVmCreateNetadpWithDefaults instantiates a new ComputeProjectVmCreateNetadp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectVmCreateNetadp) GetFirewall ¶
func (o *ComputeProjectVmCreateNetadp) GetFirewall() string
GetFirewall returns the Firewall field value if set, zero value otherwise.
func (*ComputeProjectVmCreateNetadp) GetFirewallOk ¶
func (o *ComputeProjectVmCreateNetadp) GetFirewallOk() (*string, bool)
GetFirewallOk returns a tuple with the Firewall field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmCreateNetadp) GetIp ¶
func (o *ComputeProjectVmCreateNetadp) GetIp() []string
GetIp returns the Ip field value if set, zero value otherwise.
func (*ComputeProjectVmCreateNetadp) GetIpOk ¶
func (o *ComputeProjectVmCreateNetadp) GetIpOk() ([]string, bool)
GetIpOk returns a tuple with the Ip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmCreateNetadp) GetNetwork ¶
func (o *ComputeProjectVmCreateNetadp) GetNetwork() string
GetNetwork returns the Network field value
func (*ComputeProjectVmCreateNetadp) GetNetworkOk ¶
func (o *ComputeProjectVmCreateNetadp) GetNetworkOk() (*string, bool)
GetNetworkOk returns a tuple with the Network field value and a boolean to check if the value has been set.
func (*ComputeProjectVmCreateNetadp) HasFirewall ¶
func (o *ComputeProjectVmCreateNetadp) HasFirewall() bool
HasFirewall returns a boolean if a field has been set.
func (*ComputeProjectVmCreateNetadp) HasIp ¶
func (o *ComputeProjectVmCreateNetadp) HasIp() bool
HasIp returns a boolean if a field has been set.
func (ComputeProjectVmCreateNetadp) MarshalJSON ¶
func (o ComputeProjectVmCreateNetadp) MarshalJSON() ([]byte, error)
func (*ComputeProjectVmCreateNetadp) SetFirewall ¶
func (o *ComputeProjectVmCreateNetadp) SetFirewall(v string)
SetFirewall gets a reference to the given string and assigns it to the Firewall field.
func (*ComputeProjectVmCreateNetadp) SetIp ¶
func (o *ComputeProjectVmCreateNetadp) SetIp(v []string)
SetIp gets a reference to the given []string and assigns it to the Ip field.
func (*ComputeProjectVmCreateNetadp) SetNetwork ¶
func (o *ComputeProjectVmCreateNetadp) SetNetwork(v string)
SetNetwork sets field value
type ComputeProjectVmDiskCreate ¶
type ComputeProjectVmDiskCreate struct {
Disk string `json:"disk"`
}
ComputeProjectVmDiskCreate struct for ComputeProjectVmDiskCreate
func NewComputeProjectVmDiskCreate ¶
func NewComputeProjectVmDiskCreate(disk string) *ComputeProjectVmDiskCreate
NewComputeProjectVmDiskCreate instantiates a new ComputeProjectVmDiskCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectVmDiskCreateWithDefaults ¶
func NewComputeProjectVmDiskCreateWithDefaults() *ComputeProjectVmDiskCreate
NewComputeProjectVmDiskCreateWithDefaults instantiates a new ComputeProjectVmDiskCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectVmDiskCreate) GetDisk ¶
func (o *ComputeProjectVmDiskCreate) GetDisk() string
GetDisk returns the Disk field value
func (*ComputeProjectVmDiskCreate) GetDiskOk ¶
func (o *ComputeProjectVmDiskCreate) GetDiskOk() (*string, bool)
GetDiskOk returns a tuple with the Disk field value and a boolean to check if the value has been set.
func (ComputeProjectVmDiskCreate) MarshalJSON ¶
func (o ComputeProjectVmDiskCreate) MarshalJSON() ([]byte, error)
func (*ComputeProjectVmDiskCreate) SetDisk ¶
func (o *ComputeProjectVmDiskCreate) SetDisk(v string)
SetDisk sets field value
type ComputeProjectVmFlavour ¶
type ComputeProjectVmFlavour struct {
Service string `json:"service"`
}
ComputeProjectVmFlavour struct for ComputeProjectVmFlavour
func NewComputeProjectVmFlavour ¶
func NewComputeProjectVmFlavour(service string) *ComputeProjectVmFlavour
NewComputeProjectVmFlavour instantiates a new ComputeProjectVmFlavour object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectVmFlavourWithDefaults ¶
func NewComputeProjectVmFlavourWithDefaults() *ComputeProjectVmFlavour
NewComputeProjectVmFlavourWithDefaults instantiates a new ComputeProjectVmFlavour object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectVmFlavour) GetService ¶
func (o *ComputeProjectVmFlavour) GetService() string
GetService returns the Service field value
func (*ComputeProjectVmFlavour) GetServiceOk ¶
func (o *ComputeProjectVmFlavour) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (ComputeProjectVmFlavour) MarshalJSON ¶
func (o ComputeProjectVmFlavour) MarshalJSON() ([]byte, error)
func (*ComputeProjectVmFlavour) SetService ¶
func (o *ComputeProjectVmFlavour) SetService(v string)
SetService sets field value
type ComputeProjectVmIsoCreate ¶
type ComputeProjectVmIsoCreate struct {
Iso *string `json:"iso,omitempty"`
}
ComputeProjectVmIsoCreate struct for ComputeProjectVmIsoCreate
func NewComputeProjectVmIsoCreate ¶
func NewComputeProjectVmIsoCreate() *ComputeProjectVmIsoCreate
NewComputeProjectVmIsoCreate instantiates a new ComputeProjectVmIsoCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectVmIsoCreateWithDefaults ¶
func NewComputeProjectVmIsoCreateWithDefaults() *ComputeProjectVmIsoCreate
NewComputeProjectVmIsoCreateWithDefaults instantiates a new ComputeProjectVmIsoCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectVmIsoCreate) GetIso ¶
func (o *ComputeProjectVmIsoCreate) GetIso() string
GetIso returns the Iso field value if set, zero value otherwise.
func (*ComputeProjectVmIsoCreate) GetIsoOk ¶
func (o *ComputeProjectVmIsoCreate) GetIsoOk() (*string, bool)
GetIsoOk returns a tuple with the Iso field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmIsoCreate) HasIso ¶
func (o *ComputeProjectVmIsoCreate) HasIso() bool
HasIso returns a boolean if a field has been set.
func (ComputeProjectVmIsoCreate) MarshalJSON ¶
func (o ComputeProjectVmIsoCreate) MarshalJSON() ([]byte, error)
func (*ComputeProjectVmIsoCreate) SetIso ¶
func (o *ComputeProjectVmIsoCreate) SetIso(v string)
SetIso gets a reference to the given string and assigns it to the Iso field.
type ComputeProjectVmPasswordReset ¶
type ComputeProjectVmPasswordReset struct { Exponent string `json:"exponent"` Modulus string `json:"modulus"` UserName string `json:"userName"` }
ComputeProjectVmPasswordReset struct for ComputeProjectVmPasswordReset
func NewComputeProjectVmPasswordReset ¶
func NewComputeProjectVmPasswordReset(exponent string, modulus string, userName string) *ComputeProjectVmPasswordReset
NewComputeProjectVmPasswordReset instantiates a new ComputeProjectVmPasswordReset object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectVmPasswordResetWithDefaults ¶
func NewComputeProjectVmPasswordResetWithDefaults() *ComputeProjectVmPasswordReset
NewComputeProjectVmPasswordResetWithDefaults instantiates a new ComputeProjectVmPasswordReset object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectVmPasswordReset) GetExponent ¶
func (o *ComputeProjectVmPasswordReset) GetExponent() string
GetExponent returns the Exponent field value
func (*ComputeProjectVmPasswordReset) GetExponentOk ¶
func (o *ComputeProjectVmPasswordReset) GetExponentOk() (*string, bool)
GetExponentOk returns a tuple with the Exponent field value and a boolean to check if the value has been set.
func (*ComputeProjectVmPasswordReset) GetModulus ¶
func (o *ComputeProjectVmPasswordReset) GetModulus() string
GetModulus returns the Modulus field value
func (*ComputeProjectVmPasswordReset) GetModulusOk ¶
func (o *ComputeProjectVmPasswordReset) GetModulusOk() (*string, bool)
GetModulusOk returns a tuple with the Modulus field value and a boolean to check if the value has been set.
func (*ComputeProjectVmPasswordReset) GetUserName ¶
func (o *ComputeProjectVmPasswordReset) GetUserName() string
GetUserName returns the UserName field value
func (*ComputeProjectVmPasswordReset) GetUserNameOk ¶
func (o *ComputeProjectVmPasswordReset) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value and a boolean to check if the value has been set.
func (ComputeProjectVmPasswordReset) MarshalJSON ¶
func (o ComputeProjectVmPasswordReset) MarshalJSON() ([]byte, error)
func (*ComputeProjectVmPasswordReset) SetExponent ¶
func (o *ComputeProjectVmPasswordReset) SetExponent(v string)
SetExponent sets field value
func (*ComputeProjectVmPasswordReset) SetModulus ¶
func (o *ComputeProjectVmPasswordReset) SetModulus(v string)
SetModulus sets field value
func (*ComputeProjectVmPasswordReset) SetUserName ¶
func (o *ComputeProjectVmPasswordReset) SetUserName(v string)
SetUserName sets field value
type ComputeProjectVmSerialport ¶
type ComputeProjectVmSerialport struct {
Number *string `json:"number,omitempty"`
}
ComputeProjectVmSerialport struct for ComputeProjectVmSerialport
func NewComputeProjectVmSerialport ¶
func NewComputeProjectVmSerialport() *ComputeProjectVmSerialport
NewComputeProjectVmSerialport instantiates a new ComputeProjectVmSerialport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectVmSerialportWithDefaults ¶
func NewComputeProjectVmSerialportWithDefaults() *ComputeProjectVmSerialport
NewComputeProjectVmSerialportWithDefaults instantiates a new ComputeProjectVmSerialport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectVmSerialport) GetNumber ¶
func (o *ComputeProjectVmSerialport) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise.
func (*ComputeProjectVmSerialport) GetNumberOk ¶
func (o *ComputeProjectVmSerialport) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmSerialport) HasNumber ¶
func (o *ComputeProjectVmSerialport) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (ComputeProjectVmSerialport) MarshalJSON ¶
func (o ComputeProjectVmSerialport) MarshalJSON() ([]byte, error)
func (*ComputeProjectVmSerialport) SetNumber ¶
func (o *ComputeProjectVmSerialport) SetNumber(v string)
SetNumber gets a reference to the given string and assigns it to the Number field.
type ComputeProjectVmUpdate ¶
type ComputeProjectVmUpdate struct { Name *string `json:"name,omitempty"` UserMetadata *string `json:"userMetadata,omitempty"` }
ComputeProjectVmUpdate struct for ComputeProjectVmUpdate
func NewComputeProjectVmUpdate ¶
func NewComputeProjectVmUpdate() *ComputeProjectVmUpdate
NewComputeProjectVmUpdate instantiates a new ComputeProjectVmUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewComputeProjectVmUpdateWithDefaults ¶
func NewComputeProjectVmUpdateWithDefaults() *ComputeProjectVmUpdate
NewComputeProjectVmUpdateWithDefaults instantiates a new ComputeProjectVmUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ComputeProjectVmUpdate) GetName ¶
func (o *ComputeProjectVmUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ComputeProjectVmUpdate) GetNameOk ¶
func (o *ComputeProjectVmUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmUpdate) GetUserMetadata ¶
func (o *ComputeProjectVmUpdate) GetUserMetadata() string
GetUserMetadata returns the UserMetadata field value if set, zero value otherwise.
func (*ComputeProjectVmUpdate) GetUserMetadataOk ¶
func (o *ComputeProjectVmUpdate) GetUserMetadataOk() (*string, bool)
GetUserMetadataOk returns a tuple with the UserMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ComputeProjectVmUpdate) HasName ¶
func (o *ComputeProjectVmUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*ComputeProjectVmUpdate) HasUserMetadata ¶
func (o *ComputeProjectVmUpdate) HasUserMetadata() bool
HasUserMetadata returns a boolean if a field has been set.
func (ComputeProjectVmUpdate) MarshalJSON ¶
func (o ComputeProjectVmUpdate) MarshalJSON() ([]byte, error)
func (*ComputeProjectVmUpdate) SetName ¶
func (o *ComputeProjectVmUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ComputeProjectVmUpdate) SetUserMetadata ¶
func (o *ComputeProjectVmUpdate) SetUserMetadata(v string)
SetUserMetadata gets a reference to the given string and assigns it to the UserMetadata field.
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type Connect ¶
Connect struct for Connect
func NewConnect ¶
NewConnect instantiates a new Connect object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConnectWithDefaults ¶
func NewConnectWithDefaults() *Connect
NewConnectWithDefaults instantiates a new Connect object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Connect) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Connect) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Connect) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (Connect) MarshalJSON ¶
type ContainerImage ¶
type ContainerImage struct { CreatedOn time.Time `json:"createdOn"` Digest string `json:"digest"` Id *string `json:"id,omitempty"` ModifiedOn time.Time `json:"modifiedOn"` Name string `json:"name"` }
ContainerImage struct for ContainerImage
func NewContainerImage ¶
func NewContainerImage(createdOn time.Time, digest string, modifiedOn time.Time, name string) *ContainerImage
NewContainerImage instantiates a new ContainerImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContainerImageWithDefaults ¶
func NewContainerImageWithDefaults() *ContainerImage
NewContainerImageWithDefaults instantiates a new ContainerImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContainerImage) GetCreatedOn ¶
func (o *ContainerImage) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value
func (*ContainerImage) GetCreatedOnOk ¶
func (o *ContainerImage) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.
func (*ContainerImage) GetDigest ¶
func (o *ContainerImage) GetDigest() string
GetDigest returns the Digest field value
func (*ContainerImage) GetDigestOk ¶
func (o *ContainerImage) GetDigestOk() (*string, bool)
GetDigestOk returns a tuple with the Digest field value and a boolean to check if the value has been set.
func (*ContainerImage) GetId ¶
func (o *ContainerImage) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ContainerImage) GetIdOk ¶
func (o *ContainerImage) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContainerImage) GetModifiedOn ¶
func (o *ContainerImage) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value
func (*ContainerImage) GetModifiedOnOk ¶
func (o *ContainerImage) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value and a boolean to check if the value has been set.
func (*ContainerImage) GetName ¶
func (o *ContainerImage) GetName() string
GetName returns the Name field value
func (*ContainerImage) GetNameOk ¶
func (o *ContainerImage) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ContainerImage) HasId ¶
func (o *ContainerImage) HasId() bool
HasId returns a boolean if a field has been set.
func (ContainerImage) MarshalJSON ¶
func (o ContainerImage) MarshalJSON() ([]byte, error)
func (*ContainerImage) SetCreatedOn ¶
func (o *ContainerImage) SetCreatedOn(v time.Time)
SetCreatedOn sets field value
func (*ContainerImage) SetDigest ¶
func (o *ContainerImage) SetDigest(v string)
SetDigest sets field value
func (*ContainerImage) SetId ¶
func (o *ContainerImage) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ContainerImage) SetModifiedOn ¶
func (o *ContainerImage) SetModifiedOn(v time.Time)
SetModifiedOn sets field value
func (*ContainerImage) SetName ¶
func (o *ContainerImage) SetName(v string)
SetName sets field value
type ContainerProjectRegistryApiService ¶
type ContainerProjectRegistryApiService service
ContainerProjectRegistryApiService ContainerProjectRegistryApi service
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCreate ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCreate(ctx context.Context, projectId string, locationId string) ApiContainerProjectRegistryCreateRequest
ContainerProjectRegistryCreate Create container/registry
Create registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiContainerProjectRegistryCreateRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCreateExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCreateExecute(r ApiContainerProjectRegistryCreateRequest) (*Registry, *http.Response, error)
Execute executes the request
@return Registry
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialCreate ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialCreate(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryCredentialCreateRequest
ContainerProjectRegistryCredentialCreate Create container/registry.credential
Create container/registry.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryCredentialCreateRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialCreateExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialCreateExecute(r ApiContainerProjectRegistryCredentialCreateRequest) (*RegistryCredential, *http.Response, error)
Execute executes the request
@return RegistryCredential
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialDelete ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialDelete(ctx context.Context, projectId string, locationId string, registryId string, credentialId string) ApiContainerProjectRegistryCredentialDeleteRequest
ContainerProjectRegistryCredentialDelete Delete container/registry.credential
Delete container/registry.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param credentialId credentialId @return ApiContainerProjectRegistryCredentialDeleteRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialDeleteExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialDeleteExecute(r ApiContainerProjectRegistryCredentialDeleteRequest) (*Registry, *http.Response, error)
Execute executes the request
@return Registry
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialGet ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialGet(ctx context.Context, projectId string, locationId string, registryId string, credentialId string) ApiContainerProjectRegistryCredentialGetRequest
ContainerProjectRegistryCredentialGet Get container/registry.credential
Get container/registry.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param credentialId credentialId @return ApiContainerProjectRegistryCredentialGetRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialGetExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialGetExecute(r ApiContainerProjectRegistryCredentialGetRequest) (*RegistryCredential, *http.Response, error)
Execute executes the request
@return RegistryCredential
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialList ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryCredentialListRequest
ContainerProjectRegistryCredentialList List container/registry.credential
List container/registry.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryCredentialListRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialListExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialListExecute(r ApiContainerProjectRegistryCredentialListRequest) ([]RegistryCredential, *http.Response, error)
Execute executes the request
@return []RegistryCredential
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialPatch ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialPatch(ctx context.Context, projectId string, locationId string, registryId string, credentialId string) ApiContainerProjectRegistryCredentialPatchRequest
ContainerProjectRegistryCredentialPatch Update container/registry.credential
Update container/registry.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param credentialId credentialId @return ApiContainerProjectRegistryCredentialPatchRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialPatchExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryCredentialPatchExecute(r ApiContainerProjectRegistryCredentialPatchRequest) (*RegistryCredential, *http.Response, error)
Execute executes the request
@return RegistryCredential
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryDelete ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDelete(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryDeleteRequest
ContainerProjectRegistryDelete Delete container/registry
Delete registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryDeleteRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryDeleteExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDeleteExecute(r ApiContainerProjectRegistryDeleteRequest) (*Registry, *http.Response, error)
Execute executes the request
@return Registry
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryDomainCreate ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainCreate(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryDomainCreateRequest
ContainerProjectRegistryDomainCreate Create container/registry.domain
Create container/registry.domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryDomainCreateRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryDomainCreateExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainCreateExecute(r ApiContainerProjectRegistryDomainCreateRequest) (*Domain, *http.Response, error)
Execute executes the request
@return Domain
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryDomainDelete ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainDelete(ctx context.Context, projectId string, locationId string, registryId string, domainId string) ApiContainerProjectRegistryDomainDeleteRequest
ContainerProjectRegistryDomainDelete Delete container/registry.domain
Delete container/registry.domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param domainId domainId @return ApiContainerProjectRegistryDomainDeleteRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryDomainDeleteExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainDeleteExecute(r ApiContainerProjectRegistryDomainDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryDomainGet ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainGet(ctx context.Context, projectId string, locationId string, registryId string, domainId string) ApiContainerProjectRegistryDomainGetRequest
ContainerProjectRegistryDomainGet Get container/registry.domain
Get container/registry.domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param domainId domainId @return ApiContainerProjectRegistryDomainGetRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryDomainGetExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainGetExecute(r ApiContainerProjectRegistryDomainGetRequest) (*Domain, *http.Response, error)
Execute executes the request
@return Domain
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryDomainList ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryDomainListRequest
ContainerProjectRegistryDomainList List container/registry.domain
List container/registry.domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryDomainListRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryDomainListExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryDomainListExecute(r ApiContainerProjectRegistryDomainListRequest) ([]Domain, *http.Response, error)
Execute executes the request
@return []Domain
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryEventGet ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryEventGet(ctx context.Context, projectId string, locationId string, registryId string, eventId string) ApiContainerProjectRegistryEventGetRequest
ContainerProjectRegistryEventGet Get container/registry.event
Get container/registry.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param eventId eventId @return ApiContainerProjectRegistryEventGetRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryEventGetExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryEventGetExecute(r ApiContainerProjectRegistryEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryEventList ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryEventList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryEventListRequest
ContainerProjectRegistryEventList List container/registry.event
List container/registry.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryEventListRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryEventListExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryEventListExecute(r ApiContainerProjectRegistryEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryGet ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryGet(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryGetRequest
ContainerProjectRegistryGet Get container/registry
Returns a single registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryGetRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryGetExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryGetExecute(r ApiContainerProjectRegistryGetRequest) (*Registry, *http.Response, error)
Execute executes the request
@return Registry
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryList ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryList(ctx context.Context, projectId string, locationId string) ApiContainerProjectRegistryListRequest
ContainerProjectRegistryList List container/registry
List registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiContainerProjectRegistryListRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryListExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryListExecute(r ApiContainerProjectRegistryListRequest) ([]Registry, *http.Response, error)
Execute executes the request
@return []Registry
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryGet ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryGet(ctx context.Context, projectId string, locationId string, registryId string, repositoryId string) ApiContainerProjectRegistryRepositoryGetRequest
ContainerProjectRegistryRepositoryGet Get container/registry.repository
Get container/registry.repository
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param repositoryId repositoryId @return ApiContainerProjectRegistryRepositoryGetRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryGetExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryGetExecute(r ApiContainerProjectRegistryRepositoryGetRequest) (*ContainerRepository, *http.Response, error)
Execute executes the request
@return ContainerRepository
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageDelete ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageDelete(ctx context.Context, projectId string, locationId string, registryId string, repositoryId string, imageId string) ApiContainerProjectRegistryRepositoryImageDeleteRequest
ContainerProjectRegistryRepositoryImageDelete Delete container/registry.image
Delete container/registry.image
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param repositoryId repositoryId @param imageId imageId @return ApiContainerProjectRegistryRepositoryImageDeleteRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageDeleteExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageDeleteExecute(r ApiContainerProjectRegistryRepositoryImageDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageGet ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageGet(ctx context.Context, projectId string, locationId string, registryId string, repositoryId string, imageId string) ApiContainerProjectRegistryRepositoryImageGetRequest
ContainerProjectRegistryRepositoryImageGet Get container/registry.image
Get container/registry.image
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param repositoryId repositoryId @param imageId imageId @return ApiContainerProjectRegistryRepositoryImageGetRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageGetExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageGetExecute(r ApiContainerProjectRegistryRepositoryImageGetRequest) (*ContainerImage, *http.Response, error)
Execute executes the request
@return ContainerImage
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageList ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageList(ctx context.Context, projectId string, locationId string, registryId string, repositoryId string) ApiContainerProjectRegistryRepositoryImageListRequest
ContainerProjectRegistryRepositoryImageList List container/registry.image
List container/registry.image
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param repositoryId repositoryId @return ApiContainerProjectRegistryRepositoryImageListRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageListExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryImageListExecute(r ApiContainerProjectRegistryRepositoryImageListRequest) ([]ContainerImage, *http.Response, error)
Execute executes the request
@return []ContainerImage
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryList ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryRepositoryListRequest
ContainerProjectRegistryRepositoryList List container/registry.repository
List container/registry.repository
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryRepositoryListRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryListExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryRepositoryListExecute(r ApiContainerProjectRegistryRepositoryListRequest) ([]ContainerRepository, *http.Response, error)
Execute executes the request
@return []ContainerRepository
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryServiceGet ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryServiceGet(ctx context.Context, projectId string, locationId string, registryId string, serviceId string) ApiContainerProjectRegistryServiceGetRequest
ContainerProjectRegistryServiceGet Get container/registry.service
Get container/registry.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param serviceId serviceId @return ApiContainerProjectRegistryServiceGetRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryServiceGetExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryServiceGetExecute(r ApiContainerProjectRegistryServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryServiceList ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryServiceList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryServiceListRequest
ContainerProjectRegistryServiceList List container/registry.service
List container/registry.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryServiceListRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryServiceListExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryServiceListExecute(r ApiContainerProjectRegistryServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryStart ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryStart(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryStartRequest
ContainerProjectRegistryStart Start container/registry
action start
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryStartRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryStartExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryStartExecute(r ApiContainerProjectRegistryStartRequest) (*Registry, *http.Response, error)
Execute executes the request
@return Registry
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryStop ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryStop(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryStopRequest
ContainerProjectRegistryStop Stop container/registry
action stop
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryStopRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryStopExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryStopExecute(r ApiContainerProjectRegistryStopRequest) (*Registry, *http.Response, error)
Execute executes the request
@return Registry
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTagCreate ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagCreate(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryTagCreateRequest
ContainerProjectRegistryTagCreate Create container/registry.tag
Create container/registry.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryTagCreateRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTagCreateExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagCreateExecute(r ApiContainerProjectRegistryTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTagDelete ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagDelete(ctx context.Context, projectId string, locationId string, registryId string, tagId string) ApiContainerProjectRegistryTagDeleteRequest
ContainerProjectRegistryTagDelete Delete container/registry.tag
Delete container/registry.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param tagId tagId @return ApiContainerProjectRegistryTagDeleteRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTagDeleteExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagDeleteExecute(r ApiContainerProjectRegistryTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTagGet ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagGet(ctx context.Context, projectId string, locationId string, registryId string, tagId string) ApiContainerProjectRegistryTagGetRequest
ContainerProjectRegistryTagGet Get container/registry.tag
Get container/registry.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @param tagId tagId @return ApiContainerProjectRegistryTagGetRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTagGetExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagGetExecute(r ApiContainerProjectRegistryTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTagList ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagList(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryTagListRequest
ContainerProjectRegistryTagList List container/registry.tag
List container/registry.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryTagListRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTagListExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagListExecute(r ApiContainerProjectRegistryTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTagPut ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagPut(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryTagPutRequest
ContainerProjectRegistryTagPut Replace container/registry.tag
Replace container/registry.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryTagPutRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTagPutExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTagPutExecute(r ApiContainerProjectRegistryTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTransfer ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTransfer(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryTransferRequest
ContainerProjectRegistryTransfer Transfer container/registry
action transfer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryTransferRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryTransferExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryTransferExecute(r ApiContainerProjectRegistryTransferRequest) (*Registry, *http.Response, error)
Execute executes the request
@return Registry
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryUpdate ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryUpdate(ctx context.Context, projectId string, locationId string, registryId string) ApiContainerProjectRegistryUpdateRequest
ContainerProjectRegistryUpdate Update container/registry
Returns modified registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param registryId Registry Id @return ApiContainerProjectRegistryUpdateRequest
func (*ContainerProjectRegistryApiService) ContainerProjectRegistryUpdateExecute ¶
func (a *ContainerProjectRegistryApiService) ContainerProjectRegistryUpdateExecute(r ApiContainerProjectRegistryUpdateRequest) (*Registry, *http.Response, error)
Execute executes the request
@return Registry
type ContainerProjectRegistryCreate ¶
type ContainerProjectRegistryCreate struct { Name string `json:"name"` Service string `json:"service"` Tag []Tag `json:"tag,omitempty"` }
ContainerProjectRegistryCreate struct for ContainerProjectRegistryCreate
func NewContainerProjectRegistryCreate ¶
func NewContainerProjectRegistryCreate(name string, service string) *ContainerProjectRegistryCreate
NewContainerProjectRegistryCreate instantiates a new ContainerProjectRegistryCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContainerProjectRegistryCreateWithDefaults ¶
func NewContainerProjectRegistryCreateWithDefaults() *ContainerProjectRegistryCreate
NewContainerProjectRegistryCreateWithDefaults instantiates a new ContainerProjectRegistryCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContainerProjectRegistryCreate) GetName ¶
func (o *ContainerProjectRegistryCreate) GetName() string
GetName returns the Name field value
func (*ContainerProjectRegistryCreate) GetNameOk ¶
func (o *ContainerProjectRegistryCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ContainerProjectRegistryCreate) GetService ¶
func (o *ContainerProjectRegistryCreate) GetService() string
GetService returns the Service field value
func (*ContainerProjectRegistryCreate) GetServiceOk ¶
func (o *ContainerProjectRegistryCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (*ContainerProjectRegistryCreate) GetTag ¶
func (o *ContainerProjectRegistryCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*ContainerProjectRegistryCreate) GetTagOk ¶
func (o *ContainerProjectRegistryCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContainerProjectRegistryCreate) HasTag ¶
func (o *ContainerProjectRegistryCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (ContainerProjectRegistryCreate) MarshalJSON ¶
func (o ContainerProjectRegistryCreate) MarshalJSON() ([]byte, error)
func (*ContainerProjectRegistryCreate) SetName ¶
func (o *ContainerProjectRegistryCreate) SetName(v string)
SetName sets field value
func (*ContainerProjectRegistryCreate) SetService ¶
func (o *ContainerProjectRegistryCreate) SetService(v string)
SetService sets field value
func (*ContainerProjectRegistryCreate) SetTag ¶
func (o *ContainerProjectRegistryCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type ContainerProjectRegistryCredentialPatch ¶
type ContainerProjectRegistryCredentialPatch struct {
Name string `json:"name"`
}
ContainerProjectRegistryCredentialPatch struct for ContainerProjectRegistryCredentialPatch
func NewContainerProjectRegistryCredentialPatch ¶
func NewContainerProjectRegistryCredentialPatch(name string) *ContainerProjectRegistryCredentialPatch
NewContainerProjectRegistryCredentialPatch instantiates a new ContainerProjectRegistryCredentialPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContainerProjectRegistryCredentialPatchWithDefaults ¶
func NewContainerProjectRegistryCredentialPatchWithDefaults() *ContainerProjectRegistryCredentialPatch
NewContainerProjectRegistryCredentialPatchWithDefaults instantiates a new ContainerProjectRegistryCredentialPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContainerProjectRegistryCredentialPatch) GetName ¶
func (o *ContainerProjectRegistryCredentialPatch) GetName() string
GetName returns the Name field value
func (*ContainerProjectRegistryCredentialPatch) GetNameOk ¶
func (o *ContainerProjectRegistryCredentialPatch) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (ContainerProjectRegistryCredentialPatch) MarshalJSON ¶
func (o ContainerProjectRegistryCredentialPatch) MarshalJSON() ([]byte, error)
func (*ContainerProjectRegistryCredentialPatch) SetName ¶
func (o *ContainerProjectRegistryCredentialPatch) SetName(v string)
SetName sets field value
type ContainerProjectRegistryTransfer ¶
type ContainerProjectRegistryTransfer struct {
Project string `json:"project"`
}
ContainerProjectRegistryTransfer struct for ContainerProjectRegistryTransfer
func NewContainerProjectRegistryTransfer ¶
func NewContainerProjectRegistryTransfer(project string) *ContainerProjectRegistryTransfer
NewContainerProjectRegistryTransfer instantiates a new ContainerProjectRegistryTransfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContainerProjectRegistryTransferWithDefaults ¶
func NewContainerProjectRegistryTransferWithDefaults() *ContainerProjectRegistryTransfer
NewContainerProjectRegistryTransferWithDefaults instantiates a new ContainerProjectRegistryTransfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContainerProjectRegistryTransfer) GetProject ¶
func (o *ContainerProjectRegistryTransfer) GetProject() string
GetProject returns the Project field value
func (*ContainerProjectRegistryTransfer) GetProjectOk ¶
func (o *ContainerProjectRegistryTransfer) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (ContainerProjectRegistryTransfer) MarshalJSON ¶
func (o ContainerProjectRegistryTransfer) MarshalJSON() ([]byte, error)
func (*ContainerProjectRegistryTransfer) SetProject ¶
func (o *ContainerProjectRegistryTransfer) SetProject(v string)
SetProject sets field value
type ContainerProjectRegistryUpdate ¶
type ContainerProjectRegistryUpdate struct {
Name *string `json:"name,omitempty"`
}
ContainerProjectRegistryUpdate struct for ContainerProjectRegistryUpdate
func NewContainerProjectRegistryUpdate ¶
func NewContainerProjectRegistryUpdate() *ContainerProjectRegistryUpdate
NewContainerProjectRegistryUpdate instantiates a new ContainerProjectRegistryUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContainerProjectRegistryUpdateWithDefaults ¶
func NewContainerProjectRegistryUpdateWithDefaults() *ContainerProjectRegistryUpdate
NewContainerProjectRegistryUpdateWithDefaults instantiates a new ContainerProjectRegistryUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContainerProjectRegistryUpdate) GetName ¶
func (o *ContainerProjectRegistryUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ContainerProjectRegistryUpdate) GetNameOk ¶
func (o *ContainerProjectRegistryUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContainerProjectRegistryUpdate) HasName ¶
func (o *ContainerProjectRegistryUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (ContainerProjectRegistryUpdate) MarshalJSON ¶
func (o ContainerProjectRegistryUpdate) MarshalJSON() ([]byte, error)
func (*ContainerProjectRegistryUpdate) SetName ¶
func (o *ContainerProjectRegistryUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type ContainerRepository ¶
ContainerRepository struct for ContainerRepository
func NewContainerRepository ¶
func NewContainerRepository(name string) *ContainerRepository
NewContainerRepository instantiates a new ContainerRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContainerRepositoryWithDefaults ¶
func NewContainerRepositoryWithDefaults() *ContainerRepository
NewContainerRepositoryWithDefaults instantiates a new ContainerRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContainerRepository) GetId ¶
func (o *ContainerRepository) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ContainerRepository) GetIdOk ¶
func (o *ContainerRepository) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContainerRepository) GetName ¶
func (o *ContainerRepository) GetName() string
GetName returns the Name field value
func (*ContainerRepository) GetNameOk ¶
func (o *ContainerRepository) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ContainerRepository) HasId ¶
func (o *ContainerRepository) HasId() bool
HasId returns a boolean if a field has been set.
func (ContainerRepository) MarshalJSON ¶
func (o ContainerRepository) MarshalJSON() ([]byte, error)
func (*ContainerRepository) SetId ¶
func (o *ContainerRepository) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ContainerRepository) SetName ¶
func (o *ContainerRepository) SetName(v string)
SetName sets field value
type Disk ¶
type Disk struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` Image *string `json:"image,omitempty"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` Replica *string `json:"replica,omitempty"` Size *float32 `json:"size,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` Vm *string `json:"vm,omitempty"` }
Disk struct for Disk
func NewDisk ¶
NewDisk instantiates a new Disk object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDiskWithDefaults ¶
func NewDiskWithDefaults() *Disk
NewDiskWithDefaults instantiates a new Disk object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Disk) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Disk) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Disk) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Disk) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Disk) GetImageOk ¶
GetImageOk returns a tuple with the Image field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Disk) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Disk) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Disk) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Disk) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetReplica ¶
GetReplica returns the Replica field value if set, zero value otherwise.
func (*Disk) GetReplicaOk ¶
GetReplicaOk returns a tuple with the Replica field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) GetVmOk ¶
GetVmOk returns a tuple with the Vm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Disk) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Disk) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Disk) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Disk) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Disk) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Disk) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Disk) HasReplica ¶
HasReplica returns a boolean if a field has been set.
func (Disk) MarshalJSON ¶
func (*Disk) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Disk) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Disk) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Disk) SetImage ¶
SetImage gets a reference to the given string and assigns it to the Image field.
func (*Disk) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Disk) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Disk) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Disk) SetReplica ¶
SetReplica gets a reference to the given string and assigns it to the Replica field.
func (*Disk) SetSize ¶
SetSize gets a reference to the given float32 and assigns it to the Size field.
func (*Disk) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type DnsProjectZoneApiService ¶
type DnsProjectZoneApiService service
DnsProjectZoneApiService DnsProjectZoneApi service
func (*DnsProjectZoneApiService) DnsProjectZoneCreate ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneCreate(ctx context.Context, projectId string, locationId string) ApiDnsProjectZoneCreateRequest
DnsProjectZoneCreate Create dns/zone
Create zone
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiDnsProjectZoneCreateRequest
func (*DnsProjectZoneApiService) DnsProjectZoneCreateExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneCreateExecute(r ApiDnsProjectZoneCreateRequest) (*Zone, *http.Response, error)
Execute executes the request
@return Zone
func (*DnsProjectZoneApiService) DnsProjectZoneDelete ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneDelete(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneDeleteRequest
DnsProjectZoneDelete Delete dns/zone
Delete zone
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @return ApiDnsProjectZoneDeleteRequest
func (*DnsProjectZoneApiService) DnsProjectZoneDeleteExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneDeleteExecute(r ApiDnsProjectZoneDeleteRequest) (*Zone, *http.Response, error)
Execute executes the request
@return Zone
func (*DnsProjectZoneApiService) DnsProjectZoneEventGet ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneEventGet(ctx context.Context, projectId string, locationId string, zoneId string, eventId string) ApiDnsProjectZoneEventGetRequest
DnsProjectZoneEventGet Get dns/zone.event
Get dns/zone.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param eventId eventId @return ApiDnsProjectZoneEventGetRequest
func (*DnsProjectZoneApiService) DnsProjectZoneEventGetExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneEventGetExecute(r ApiDnsProjectZoneEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*DnsProjectZoneApiService) DnsProjectZoneEventList ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneEventList(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneEventListRequest
DnsProjectZoneEventList List dns/zone.event
List dns/zone.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @return ApiDnsProjectZoneEventListRequest
func (*DnsProjectZoneApiService) DnsProjectZoneEventListExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneEventListExecute(r ApiDnsProjectZoneEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*DnsProjectZoneApiService) DnsProjectZoneGet ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneGet(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneGetRequest
DnsProjectZoneGet Get dns/zone
Returns a single zone
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @return ApiDnsProjectZoneGetRequest
func (*DnsProjectZoneApiService) DnsProjectZoneGetExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneGetExecute(r ApiDnsProjectZoneGetRequest) (*Zone, *http.Response, error)
Execute executes the request
@return Zone
func (*DnsProjectZoneApiService) DnsProjectZoneList ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneList(ctx context.Context, projectId string, locationId string) ApiDnsProjectZoneListRequest
DnsProjectZoneList List dns/zone
List zone
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiDnsProjectZoneListRequest
func (*DnsProjectZoneApiService) DnsProjectZoneListExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneListExecute(r ApiDnsProjectZoneListRequest) ([]Zone, *http.Response, error)
Execute executes the request
@return []Zone
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetCreate ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetCreate(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneRecordsetCreateRequest
DnsProjectZoneRecordsetCreate Create dns/zone.recordset
Create dns/zone.recordset
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @return ApiDnsProjectZoneRecordsetCreateRequest
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetCreateExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetCreateExecute(r ApiDnsProjectZoneRecordsetCreateRequest) (*DnsRecordset, *http.Response, error)
Execute executes the request
@return DnsRecordset
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetDelete ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetDelete(ctx context.Context, projectId string, locationId string, zoneId string, recordsetId string) ApiDnsProjectZoneRecordsetDeleteRequest
DnsProjectZoneRecordsetDelete Delete dns/zone.recordset
Delete dns/zone.recordset
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param recordsetId recordsetId @return ApiDnsProjectZoneRecordsetDeleteRequest
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetDeleteExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetDeleteExecute(r ApiDnsProjectZoneRecordsetDeleteRequest) (*Zone, *http.Response, error)
Execute executes the request
@return Zone
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetGet ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetGet(ctx context.Context, projectId string, locationId string, zoneId string, recordsetId string) ApiDnsProjectZoneRecordsetGetRequest
DnsProjectZoneRecordsetGet Get dns/zone.recordset
Get dns/zone.recordset
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param recordsetId recordsetId @return ApiDnsProjectZoneRecordsetGetRequest
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetGetExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetGetExecute(r ApiDnsProjectZoneRecordsetGetRequest) (*DnsRecordset, *http.Response, error)
Execute executes the request
@return DnsRecordset
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetList ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetList(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneRecordsetListRequest
DnsProjectZoneRecordsetList List dns/zone.recordset
List dns/zone.recordset
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @return ApiDnsProjectZoneRecordsetListRequest
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetListExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetListExecute(r ApiDnsProjectZoneRecordsetListRequest) ([]DnsRecordset, *http.Response, error)
Execute executes the request
@return []DnsRecordset
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetPatch ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetPatch(ctx context.Context, projectId string, locationId string, zoneId string, recordsetId string) ApiDnsProjectZoneRecordsetPatchRequest
DnsProjectZoneRecordsetPatch Update dns/zone.recordset
Update dns/zone.recordset
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param recordsetId recordsetId @return ApiDnsProjectZoneRecordsetPatchRequest
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetPatchExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetPatchExecute(r ApiDnsProjectZoneRecordsetPatchRequest) (*DnsRecordset, *http.Response, error)
Execute executes the request
@return DnsRecordset
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordCreate ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordCreate(ctx context.Context, projectId string, locationId string, zoneId string, recordsetId string) ApiDnsProjectZoneRecordsetRecordCreateRequest
DnsProjectZoneRecordsetRecordCreate Create dns/zone.record
Create dns/zone.record
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param recordsetId recordsetId @return ApiDnsProjectZoneRecordsetRecordCreateRequest
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordCreateExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordCreateExecute(r ApiDnsProjectZoneRecordsetRecordCreateRequest) (*DnsRecord, *http.Response, error)
Execute executes the request
@return DnsRecord
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordDelete ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordDelete(ctx context.Context, projectId string, locationId string, zoneId string, recordsetId string, recordId string) ApiDnsProjectZoneRecordsetRecordDeleteRequest
DnsProjectZoneRecordsetRecordDelete Delete dns/zone.record
Delete dns/zone.record
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param recordsetId recordsetId @param recordId recordId @return ApiDnsProjectZoneRecordsetRecordDeleteRequest
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordDeleteExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordDeleteExecute(r ApiDnsProjectZoneRecordsetRecordDeleteRequest) (*http.Response, error)
Execute executes the request
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordGet ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordGet(ctx context.Context, projectId string, locationId string, zoneId string, recordsetId string, recordId string) ApiDnsProjectZoneRecordsetRecordGetRequest
DnsProjectZoneRecordsetRecordGet Get dns/zone.record
Get dns/zone.record
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param recordsetId recordsetId @param recordId recordId @return ApiDnsProjectZoneRecordsetRecordGetRequest
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordGetExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordGetExecute(r ApiDnsProjectZoneRecordsetRecordGetRequest) (*DnsRecord, *http.Response, error)
Execute executes the request
@return DnsRecord
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordList ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordList(ctx context.Context, projectId string, locationId string, zoneId string, recordsetId string) ApiDnsProjectZoneRecordsetRecordListRequest
DnsProjectZoneRecordsetRecordList List dns/zone.record
List dns/zone.record
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param recordsetId recordsetId @return ApiDnsProjectZoneRecordsetRecordListRequest
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordListExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordListExecute(r ApiDnsProjectZoneRecordsetRecordListRequest) ([]DnsRecord, *http.Response, error)
Execute executes the request
@return []DnsRecord
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordPut ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordPut(ctx context.Context, projectId string, locationId string, zoneId string, recordsetId string) ApiDnsProjectZoneRecordsetRecordPutRequest
DnsProjectZoneRecordsetRecordPut Replace dns/zone.record
Replace dns/zone.record
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param recordsetId recordsetId @return ApiDnsProjectZoneRecordsetRecordPutRequest
func (*DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordPutExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneRecordsetRecordPutExecute(r ApiDnsProjectZoneRecordsetRecordPutRequest) ([]DnsRecord, *http.Response, error)
Execute executes the request
@return []DnsRecord
func (*DnsProjectZoneApiService) DnsProjectZoneServiceGet ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneServiceGet(ctx context.Context, projectId string, locationId string, zoneId string, serviceId string) ApiDnsProjectZoneServiceGetRequest
DnsProjectZoneServiceGet Get dns/zone.service
Get dns/zone.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param serviceId serviceId @return ApiDnsProjectZoneServiceGetRequest
func (*DnsProjectZoneApiService) DnsProjectZoneServiceGetExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneServiceGetExecute(r ApiDnsProjectZoneServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*DnsProjectZoneApiService) DnsProjectZoneServiceList ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneServiceList(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneServiceListRequest
DnsProjectZoneServiceList List dns/zone.service
List dns/zone.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @return ApiDnsProjectZoneServiceListRequest
func (*DnsProjectZoneApiService) DnsProjectZoneServiceListExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneServiceListExecute(r ApiDnsProjectZoneServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*DnsProjectZoneApiService) DnsProjectZoneTagCreate ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneTagCreate(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneTagCreateRequest
DnsProjectZoneTagCreate Create dns/zone.tag
Create dns/zone.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @return ApiDnsProjectZoneTagCreateRequest
func (*DnsProjectZoneApiService) DnsProjectZoneTagCreateExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneTagCreateExecute(r ApiDnsProjectZoneTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*DnsProjectZoneApiService) DnsProjectZoneTagDelete ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneTagDelete(ctx context.Context, projectId string, locationId string, zoneId string, tagId string) ApiDnsProjectZoneTagDeleteRequest
DnsProjectZoneTagDelete Delete dns/zone.tag
Delete dns/zone.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param tagId tagId @return ApiDnsProjectZoneTagDeleteRequest
func (*DnsProjectZoneApiService) DnsProjectZoneTagDeleteExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneTagDeleteExecute(r ApiDnsProjectZoneTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*DnsProjectZoneApiService) DnsProjectZoneTagGet ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneTagGet(ctx context.Context, projectId string, locationId string, zoneId string, tagId string) ApiDnsProjectZoneTagGetRequest
DnsProjectZoneTagGet Get dns/zone.tag
Get dns/zone.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @param tagId tagId @return ApiDnsProjectZoneTagGetRequest
func (*DnsProjectZoneApiService) DnsProjectZoneTagGetExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneTagGetExecute(r ApiDnsProjectZoneTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*DnsProjectZoneApiService) DnsProjectZoneTagList ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneTagList(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneTagListRequest
DnsProjectZoneTagList List dns/zone.tag
List dns/zone.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @return ApiDnsProjectZoneTagListRequest
func (*DnsProjectZoneApiService) DnsProjectZoneTagListExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneTagListExecute(r ApiDnsProjectZoneTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*DnsProjectZoneApiService) DnsProjectZoneTagPut ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneTagPut(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneTagPutRequest
DnsProjectZoneTagPut Replace dns/zone.tag
Replace dns/zone.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @return ApiDnsProjectZoneTagPutRequest
func (*DnsProjectZoneApiService) DnsProjectZoneTagPutExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneTagPutExecute(r ApiDnsProjectZoneTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*DnsProjectZoneApiService) DnsProjectZoneUpdate ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneUpdate(ctx context.Context, projectId string, locationId string, zoneId string) ApiDnsProjectZoneUpdateRequest
DnsProjectZoneUpdate Update dns/zone
Returns modified zone
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param zoneId Zone Id @return ApiDnsProjectZoneUpdateRequest
func (*DnsProjectZoneApiService) DnsProjectZoneUpdateExecute ¶
func (a *DnsProjectZoneApiService) DnsProjectZoneUpdateExecute(r ApiDnsProjectZoneUpdateRequest) (*Zone, *http.Response, error)
Execute executes the request
@return Zone
type DnsProjectZoneCreate ¶
type DnsProjectZoneCreate struct { DnsName string `json:"dnsName"` Name string `json:"name"` Service string `json:"service"` Source *ZoneSource `json:"source,omitempty"` Tag []Tag `json:"tag,omitempty"` }
DnsProjectZoneCreate struct for DnsProjectZoneCreate
func NewDnsProjectZoneCreate ¶
func NewDnsProjectZoneCreate(dnsName string, name string, service string) *DnsProjectZoneCreate
NewDnsProjectZoneCreate instantiates a new DnsProjectZoneCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDnsProjectZoneCreateWithDefaults ¶
func NewDnsProjectZoneCreateWithDefaults() *DnsProjectZoneCreate
NewDnsProjectZoneCreateWithDefaults instantiates a new DnsProjectZoneCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DnsProjectZoneCreate) GetDnsName ¶
func (o *DnsProjectZoneCreate) GetDnsName() string
GetDnsName returns the DnsName field value
func (*DnsProjectZoneCreate) GetDnsNameOk ¶
func (o *DnsProjectZoneCreate) GetDnsNameOk() (*string, bool)
GetDnsNameOk returns a tuple with the DnsName field value and a boolean to check if the value has been set.
func (*DnsProjectZoneCreate) GetName ¶
func (o *DnsProjectZoneCreate) GetName() string
GetName returns the Name field value
func (*DnsProjectZoneCreate) GetNameOk ¶
func (o *DnsProjectZoneCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*DnsProjectZoneCreate) GetService ¶
func (o *DnsProjectZoneCreate) GetService() string
GetService returns the Service field value
func (*DnsProjectZoneCreate) GetServiceOk ¶
func (o *DnsProjectZoneCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (*DnsProjectZoneCreate) GetSource ¶
func (o *DnsProjectZoneCreate) GetSource() ZoneSource
GetSource returns the Source field value if set, zero value otherwise.
func (*DnsProjectZoneCreate) GetSourceOk ¶
func (o *DnsProjectZoneCreate) GetSourceOk() (*ZoneSource, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsProjectZoneCreate) GetTag ¶
func (o *DnsProjectZoneCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*DnsProjectZoneCreate) GetTagOk ¶
func (o *DnsProjectZoneCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsProjectZoneCreate) HasSource ¶
func (o *DnsProjectZoneCreate) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*DnsProjectZoneCreate) HasTag ¶
func (o *DnsProjectZoneCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (DnsProjectZoneCreate) MarshalJSON ¶
func (o DnsProjectZoneCreate) MarshalJSON() ([]byte, error)
func (*DnsProjectZoneCreate) SetDnsName ¶
func (o *DnsProjectZoneCreate) SetDnsName(v string)
SetDnsName sets field value
func (*DnsProjectZoneCreate) SetName ¶
func (o *DnsProjectZoneCreate) SetName(v string)
SetName sets field value
func (*DnsProjectZoneCreate) SetService ¶
func (o *DnsProjectZoneCreate) SetService(v string)
SetService sets field value
func (*DnsProjectZoneCreate) SetSource ¶
func (o *DnsProjectZoneCreate) SetSource(v ZoneSource)
SetSource gets a reference to the given ZoneSource and assigns it to the Source field.
func (*DnsProjectZoneCreate) SetTag ¶
func (o *DnsProjectZoneCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type DnsProjectZoneRecordsetPatch ¶
type DnsProjectZoneRecordsetPatch struct {
Ttl *float32 `json:"ttl,omitempty"`
}
DnsProjectZoneRecordsetPatch struct for DnsProjectZoneRecordsetPatch
func NewDnsProjectZoneRecordsetPatch ¶
func NewDnsProjectZoneRecordsetPatch() *DnsProjectZoneRecordsetPatch
NewDnsProjectZoneRecordsetPatch instantiates a new DnsProjectZoneRecordsetPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDnsProjectZoneRecordsetPatchWithDefaults ¶
func NewDnsProjectZoneRecordsetPatchWithDefaults() *DnsProjectZoneRecordsetPatch
NewDnsProjectZoneRecordsetPatchWithDefaults instantiates a new DnsProjectZoneRecordsetPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DnsProjectZoneRecordsetPatch) GetTtl ¶
func (o *DnsProjectZoneRecordsetPatch) GetTtl() float32
GetTtl returns the Ttl field value if set, zero value otherwise.
func (*DnsProjectZoneRecordsetPatch) GetTtlOk ¶
func (o *DnsProjectZoneRecordsetPatch) GetTtlOk() (*float32, bool)
GetTtlOk returns a tuple with the Ttl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsProjectZoneRecordsetPatch) HasTtl ¶
func (o *DnsProjectZoneRecordsetPatch) HasTtl() bool
HasTtl returns a boolean if a field has been set.
func (DnsProjectZoneRecordsetPatch) MarshalJSON ¶
func (o DnsProjectZoneRecordsetPatch) MarshalJSON() ([]byte, error)
func (*DnsProjectZoneRecordsetPatch) SetTtl ¶
func (o *DnsProjectZoneRecordsetPatch) SetTtl(v float32)
SetTtl gets a reference to the given float32 and assigns it to the Ttl field.
type DnsProjectZoneUpdate ¶
type DnsProjectZoneUpdate struct {
Name *string `json:"name,omitempty"`
}
DnsProjectZoneUpdate struct for DnsProjectZoneUpdate
func NewDnsProjectZoneUpdate ¶
func NewDnsProjectZoneUpdate() *DnsProjectZoneUpdate
NewDnsProjectZoneUpdate instantiates a new DnsProjectZoneUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDnsProjectZoneUpdateWithDefaults ¶
func NewDnsProjectZoneUpdateWithDefaults() *DnsProjectZoneUpdate
NewDnsProjectZoneUpdateWithDefaults instantiates a new DnsProjectZoneUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DnsProjectZoneUpdate) GetName ¶
func (o *DnsProjectZoneUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DnsProjectZoneUpdate) GetNameOk ¶
func (o *DnsProjectZoneUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsProjectZoneUpdate) HasName ¶
func (o *DnsProjectZoneUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (DnsProjectZoneUpdate) MarshalJSON ¶
func (o DnsProjectZoneUpdate) MarshalJSON() ([]byte, error)
func (*DnsProjectZoneUpdate) SetName ¶
func (o *DnsProjectZoneUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type DnsRecord ¶
type DnsRecord struct { // Template string: - {{REQUEST_IP}} is replaced by the requester ip address. Content string `json:"content"` Id *string `json:"id,omitempty"` }
DnsRecord struct for DnsRecord
func NewDnsRecord ¶
NewDnsRecord instantiates a new DnsRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDnsRecordWithDefaults ¶
func NewDnsRecordWithDefaults() *DnsRecord
NewDnsRecordWithDefaults instantiates a new DnsRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DnsRecord) GetContent ¶
GetContent returns the Content field value
func (*DnsRecord) GetContentOk ¶
GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.
func (*DnsRecord) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (DnsRecord) MarshalJSON ¶
func (*DnsRecord) SetContent ¶
SetContent sets field value
type DnsRecordset ¶
type DnsRecordset struct { Id *string `json:"id,omitempty"` // use '@' to reference the zone origin Name *string `json:"name,omitempty"` Record []DnsRecord `json:"record,omitempty"` Ttl *float32 `json:"ttl,omitempty"` Type string `json:"type"` }
DnsRecordset struct for DnsRecordset
func NewDnsRecordset ¶
func NewDnsRecordset(type_ string) *DnsRecordset
NewDnsRecordset instantiates a new DnsRecordset object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDnsRecordsetWithDefaults ¶
func NewDnsRecordsetWithDefaults() *DnsRecordset
NewDnsRecordsetWithDefaults instantiates a new DnsRecordset object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DnsRecordset) GetId ¶
func (o *DnsRecordset) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DnsRecordset) GetIdOk ¶
func (o *DnsRecordset) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRecordset) GetName ¶
func (o *DnsRecordset) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DnsRecordset) GetNameOk ¶
func (o *DnsRecordset) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRecordset) GetRecord ¶
func (o *DnsRecordset) GetRecord() []DnsRecord
GetRecord returns the Record field value if set, zero value otherwise.
func (*DnsRecordset) GetRecordOk ¶
func (o *DnsRecordset) GetRecordOk() ([]DnsRecord, bool)
GetRecordOk returns a tuple with the Record field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRecordset) GetTtl ¶
func (o *DnsRecordset) GetTtl() float32
GetTtl returns the Ttl field value if set, zero value otherwise.
func (*DnsRecordset) GetTtlOk ¶
func (o *DnsRecordset) GetTtlOk() (*float32, bool)
GetTtlOk returns a tuple with the Ttl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnsRecordset) GetType ¶
func (o *DnsRecordset) GetType() string
GetType returns the Type field value
func (*DnsRecordset) GetTypeOk ¶
func (o *DnsRecordset) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*DnsRecordset) HasId ¶
func (o *DnsRecordset) HasId() bool
HasId returns a boolean if a field has been set.
func (*DnsRecordset) HasName ¶
func (o *DnsRecordset) HasName() bool
HasName returns a boolean if a field has been set.
func (*DnsRecordset) HasRecord ¶
func (o *DnsRecordset) HasRecord() bool
HasRecord returns a boolean if a field has been set.
func (*DnsRecordset) HasTtl ¶
func (o *DnsRecordset) HasTtl() bool
HasTtl returns a boolean if a field has been set.
func (DnsRecordset) MarshalJSON ¶
func (o DnsRecordset) MarshalJSON() ([]byte, error)
func (*DnsRecordset) SetId ¶
func (o *DnsRecordset) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DnsRecordset) SetName ¶
func (o *DnsRecordset) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DnsRecordset) SetRecord ¶
func (o *DnsRecordset) SetRecord(v []DnsRecord)
SetRecord gets a reference to the given []DnsRecord and assigns it to the Record field.
func (*DnsRecordset) SetTtl ¶
func (o *DnsRecordset) SetTtl(v float32)
SetTtl gets a reference to the given float32 and assigns it to the Ttl field.
type Domain ¶
Domain struct for Domain
func NewDomain ¶
NewDomain instantiates a new Domain object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDomainWithDefaults ¶
func NewDomainWithDefaults() *Domain
NewDomainWithDefaults instantiates a new Domain object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Domain) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Domain) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (Domain) MarshalJSON ¶
type EnabledService ¶
type EnabledService struct { Id string `json:"id"` Name string `json:"name"` Service *string `json:"service,omitempty"` }
EnabledService struct for EnabledService
func NewEnabledService ¶
func NewEnabledService(id string, name string) *EnabledService
NewEnabledService instantiates a new EnabledService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnabledServiceWithDefaults ¶
func NewEnabledServiceWithDefaults() *EnabledService
NewEnabledServiceWithDefaults instantiates a new EnabledService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnabledService) GetId ¶
func (o *EnabledService) GetId() string
GetId returns the Id field value
func (*EnabledService) GetIdOk ¶
func (o *EnabledService) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EnabledService) GetName ¶
func (o *EnabledService) GetName() string
GetName returns the Name field value
func (*EnabledService) GetNameOk ¶
func (o *EnabledService) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EnabledService) GetService ¶
func (o *EnabledService) GetService() string
GetService returns the Service field value if set, zero value otherwise.
func (*EnabledService) GetServiceOk ¶
func (o *EnabledService) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnabledService) HasService ¶
func (o *EnabledService) HasService() bool
HasService returns a boolean if a field has been set.
func (EnabledService) MarshalJSON ¶
func (o EnabledService) MarshalJSON() ([]byte, error)
func (*EnabledService) SetName ¶
func (o *EnabledService) SetName(v string)
SetName sets field value
func (*EnabledService) SetService ¶
func (o *EnabledService) SetService(v string)
SetService gets a reference to the given string and assigns it to the Service field.
type Event ¶
type Event struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Resource *string `json:"resource,omitempty"` State *string `json:"state,omitempty"` }
Event struct for Event
func NewEvent ¶
func NewEvent() *Event
NewEvent instantiates a new Event object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventWithDefaults ¶
func NewEventWithDefaults() *Event
NewEventWithDefaults instantiates a new Event object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Event) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Event) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Event) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Event) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Event) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Event) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Event) GetResource ¶
GetResource returns the Resource field value if set, zero value otherwise.
func (*Event) GetResourceOk ¶
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Event) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Event) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Event) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Event) HasResource ¶
HasResource returns a boolean if a field has been set.
func (Event) MarshalJSON ¶
func (*Event) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Event) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Event) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Event) SetResource ¶
SetResource gets a reference to the given string and assigns it to the Resource field.
type EventBase ¶
type EventBase struct { CreatedOn *time.Time `json:"createdOn,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` State *string `json:"state,omitempty"` }
EventBase struct for EventBase
func NewEventBase ¶
func NewEventBase() *EventBase
NewEventBase instantiates a new EventBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventBaseWithDefaults ¶
func NewEventBaseWithDefaults() *EventBase
NewEventBaseWithDefaults instantiates a new EventBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventBase) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*EventBase) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventBase) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventBase) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventBase) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventBase) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (EventBase) MarshalJSON ¶
func (*EventBase) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*EventBase) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
type Firewall ¶
type Firewall struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Firewall struct for Firewall
func NewFirewall ¶
NewFirewall instantiates a new Firewall object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFirewallWithDefaults ¶
func NewFirewallWithDefaults() *Firewall
NewFirewallWithDefaults instantiates a new Firewall object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Firewall) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Firewall) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Firewall) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Firewall) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Firewall) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Firewall) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Firewall) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Firewall) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Firewall) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Firewall) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Firewall) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Firewall) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Firewall) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Firewall) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Firewall) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Firewall) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Firewall) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Firewall) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Firewall) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Firewall) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Firewall) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Firewall) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Firewall) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Firewall) MarshalJSON ¶
func (*Firewall) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Firewall) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Firewall) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Firewall) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Firewall) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Firewall) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Firewall) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type Group ¶
type Group struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Group struct for Group
func NewGroup ¶
NewGroup instantiates a new Group object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupWithDefaults ¶
func NewGroupWithDefaults() *Group
NewGroupWithDefaults instantiates a new Group object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Group) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Group) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Group) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Group) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Group) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Group) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Group) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Group) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Group) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Group) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Group) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Group) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Group) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Group) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Group) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Group) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Group) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Group) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Group) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Group) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Group) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Group) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Group) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Group) MarshalJSON ¶
func (*Group) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Group) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Group) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Group) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Group) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Group) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Group) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type Hdd ¶
type Hdd struct { ControllerLocation *float32 `json:"controllerLocation,omitempty"` ControllerNumber *string `json:"controllerNumber,omitempty"` ControllerType *string `json:"controllerType,omitempty"` Disk *string `json:"disk,omitempty"` Id *string `json:"id,omitempty"` MaximumIOPS *float32 `json:"maximumIOPS,omitempty"` }
Hdd struct for Hdd
func NewHdd ¶
func NewHdd() *Hdd
NewHdd instantiates a new Hdd object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHddWithDefaults ¶
func NewHddWithDefaults() *Hdd
NewHddWithDefaults instantiates a new Hdd object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Hdd) GetControllerLocation ¶
GetControllerLocation returns the ControllerLocation field value if set, zero value otherwise.
func (*Hdd) GetControllerLocationOk ¶
GetControllerLocationOk returns a tuple with the ControllerLocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hdd) GetControllerNumber ¶
GetControllerNumber returns the ControllerNumber field value if set, zero value otherwise.
func (*Hdd) GetControllerNumberOk ¶
GetControllerNumberOk returns a tuple with the ControllerNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hdd) GetControllerType ¶
GetControllerType returns the ControllerType field value if set, zero value otherwise.
func (*Hdd) GetControllerTypeOk ¶
GetControllerTypeOk returns a tuple with the ControllerType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hdd) GetDiskOk ¶
GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hdd) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hdd) GetMaximumIOPS ¶
GetMaximumIOPS returns the MaximumIOPS field value if set, zero value otherwise.
func (*Hdd) GetMaximumIOPSOk ¶
GetMaximumIOPSOk returns a tuple with the MaximumIOPS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Hdd) HasControllerLocation ¶
HasControllerLocation returns a boolean if a field has been set.
func (*Hdd) HasControllerNumber ¶
HasControllerNumber returns a boolean if a field has been set.
func (*Hdd) HasControllerType ¶
HasControllerType returns a boolean if a field has been set.
func (*Hdd) HasMaximumIOPS ¶
HasMaximumIOPS returns a boolean if a field has been set.
func (Hdd) MarshalJSON ¶
func (*Hdd) SetControllerLocation ¶
SetControllerLocation gets a reference to the given float32 and assigns it to the ControllerLocation field.
func (*Hdd) SetControllerNumber ¶
SetControllerNumber gets a reference to the given string and assigns it to the ControllerNumber field.
func (*Hdd) SetControllerType ¶
SetControllerType gets a reference to the given string and assigns it to the ControllerType field.
func (*Hdd) SetDisk ¶
SetDisk gets a reference to the given string and assigns it to the Disk field.
func (*Hdd) SetMaximumIOPS ¶
SetMaximumIOPS gets a reference to the given float32 and assigns it to the MaximumIOPS field.
type IamActor ¶
IamActor struct for IamActor
func NewIamActor ¶
NewIamActor instantiates a new IamActor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamActorWithDefaults ¶
func NewIamActorWithDefaults() *IamActor
NewIamActorWithDefaults instantiates a new IamActor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamActor) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamActor) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (IamActor) MarshalJSON ¶
type IamActorOrGroup ¶
IamActorOrGroup struct for IamActorOrGroup
func NewIamActorOrGroup ¶
func NewIamActorOrGroup(value string) *IamActorOrGroup
NewIamActorOrGroup instantiates a new IamActorOrGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamActorOrGroupWithDefaults ¶
func NewIamActorOrGroupWithDefaults() *IamActorOrGroup
NewIamActorOrGroupWithDefaults instantiates a new IamActorOrGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamActorOrGroup) GetId ¶
func (o *IamActorOrGroup) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*IamActorOrGroup) GetIdOk ¶
func (o *IamActorOrGroup) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamActorOrGroup) GetValue ¶
func (o *IamActorOrGroup) GetValue() string
GetValue returns the Value field value
func (*IamActorOrGroup) GetValueOk ¶
func (o *IamActorOrGroup) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*IamActorOrGroup) HasId ¶
func (o *IamActorOrGroup) HasId() bool
HasId returns a boolean if a field has been set.
func (IamActorOrGroup) MarshalJSON ¶
func (o IamActorOrGroup) MarshalJSON() ([]byte, error)
func (*IamActorOrGroup) SetId ¶
func (o *IamActorOrGroup) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*IamActorOrGroup) SetValue ¶
func (o *IamActorOrGroup) SetValue(v string)
SetValue sets field value
type IamOrganisationApiService ¶
type IamOrganisationApiService service
IamOrganisationApiService IamOrganisationApi service
func (*IamOrganisationApiService) IamOrganisationBillingList ¶
func (a *IamOrganisationApiService) IamOrganisationBillingList(ctx context.Context, organisationId string) ApiIamOrganisationBillingListRequest
IamOrganisationBillingList List iam/organisation.billing
List iam/organisation.billing
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationBillingListRequest
func (*IamOrganisationApiService) IamOrganisationBillingListExecute ¶
func (a *IamOrganisationApiService) IamOrganisationBillingListExecute(r ApiIamOrganisationBillingListRequest) ([]Billing, *http.Response, error)
Execute executes the request
@return []Billing
func (*IamOrganisationApiService) IamOrganisationCreate ¶
func (a *IamOrganisationApiService) IamOrganisationCreate(ctx context.Context) ApiIamOrganisationCreateRequest
IamOrganisationCreate Create iam/organisation
Create organisation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiIamOrganisationCreateRequest
func (*IamOrganisationApiService) IamOrganisationCreateExecute ¶
func (a *IamOrganisationApiService) IamOrganisationCreateExecute(r ApiIamOrganisationCreateRequest) (*Organisation, *http.Response, error)
Execute executes the request
@return Organisation
func (*IamOrganisationApiService) IamOrganisationDelete ¶
func (a *IamOrganisationApiService) IamOrganisationDelete(ctx context.Context, organisationId string) ApiIamOrganisationDeleteRequest
IamOrganisationDelete Delete iam/organisation
Delete organisation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationDeleteRequest
func (*IamOrganisationApiService) IamOrganisationDeleteExecute ¶
func (a *IamOrganisationApiService) IamOrganisationDeleteExecute(r ApiIamOrganisationDeleteRequest) (*Organisation, *http.Response, error)
Execute executes the request
@return Organisation
func (*IamOrganisationApiService) IamOrganisationEventGet ¶
func (a *IamOrganisationApiService) IamOrganisationEventGet(ctx context.Context, organisationId string, eventId string) ApiIamOrganisationEventGetRequest
IamOrganisationEventGet Get iam/organisation.event
Get iam/organisation.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param eventId eventId @return ApiIamOrganisationEventGetRequest
func (*IamOrganisationApiService) IamOrganisationEventGetExecute ¶
func (a *IamOrganisationApiService) IamOrganisationEventGetExecute(r ApiIamOrganisationEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*IamOrganisationApiService) IamOrganisationEventList ¶
func (a *IamOrganisationApiService) IamOrganisationEventList(ctx context.Context, organisationId string) ApiIamOrganisationEventListRequest
IamOrganisationEventList List iam/organisation.event
List iam/organisation.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationEventListRequest
func (*IamOrganisationApiService) IamOrganisationEventListExecute ¶
func (a *IamOrganisationApiService) IamOrganisationEventListExecute(r ApiIamOrganisationEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*IamOrganisationApiService) IamOrganisationGet ¶
func (a *IamOrganisationApiService) IamOrganisationGet(ctx context.Context, organisationId string) ApiIamOrganisationGetRequest
IamOrganisationGet Get iam/organisation
Returns a single organisation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationGetRequest
func (*IamOrganisationApiService) IamOrganisationGetExecute ¶
func (a *IamOrganisationApiService) IamOrganisationGetExecute(r ApiIamOrganisationGetRequest) (*Organisation, *http.Response, error)
Execute executes the request
@return Organisation
func (*IamOrganisationApiService) IamOrganisationInvitationAccept ¶
func (a *IamOrganisationApiService) IamOrganisationInvitationAccept(ctx context.Context, organisationId string, invitationId string) ApiIamOrganisationInvitationAcceptRequest
IamOrganisationInvitationAccept Accept iam/organisation.invitation
action accept
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param invitationId invitationId @return ApiIamOrganisationInvitationAcceptRequest
func (*IamOrganisationApiService) IamOrganisationInvitationAcceptExecute ¶
func (a *IamOrganisationApiService) IamOrganisationInvitationAcceptExecute(r ApiIamOrganisationInvitationAcceptRequest) (*Invitation, *http.Response, error)
Execute executes the request
@return Invitation
func (*IamOrganisationApiService) IamOrganisationInvitationDelete ¶
func (a *IamOrganisationApiService) IamOrganisationInvitationDelete(ctx context.Context, organisationId string, invitationId string) ApiIamOrganisationInvitationDeleteRequest
IamOrganisationInvitationDelete Delete iam/organisation.invitation
Delete iam/organisation.invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param invitationId invitationId @return ApiIamOrganisationInvitationDeleteRequest
func (*IamOrganisationApiService) IamOrganisationInvitationDeleteExecute ¶
func (a *IamOrganisationApiService) IamOrganisationInvitationDeleteExecute(r ApiIamOrganisationInvitationDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamOrganisationApiService) IamOrganisationInvitationGet ¶
func (a *IamOrganisationApiService) IamOrganisationInvitationGet(ctx context.Context, organisationId string, invitationId string) ApiIamOrganisationInvitationGetRequest
IamOrganisationInvitationGet Get iam/organisation.invitation
Get iam/organisation.invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param invitationId invitationId @return ApiIamOrganisationInvitationGetRequest
func (*IamOrganisationApiService) IamOrganisationInvitationGetExecute ¶
func (a *IamOrganisationApiService) IamOrganisationInvitationGetExecute(r ApiIamOrganisationInvitationGetRequest) (*Invitation, *http.Response, error)
Execute executes the request
@return Invitation
func (*IamOrganisationApiService) IamOrganisationInvitationList ¶
func (a *IamOrganisationApiService) IamOrganisationInvitationList(ctx context.Context, organisationId string) ApiIamOrganisationInvitationListRequest
IamOrganisationInvitationList List iam/organisation.invitation
List iam/organisation.invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationInvitationListRequest
func (*IamOrganisationApiService) IamOrganisationInvitationListExecute ¶
func (a *IamOrganisationApiService) IamOrganisationInvitationListExecute(r ApiIamOrganisationInvitationListRequest) ([]Invitation, *http.Response, error)
Execute executes the request
@return []Invitation
func (*IamOrganisationApiService) IamOrganisationInvoiceDownload ¶
func (a *IamOrganisationApiService) IamOrganisationInvoiceDownload(ctx context.Context, organisationId string, invoiceId string) ApiIamOrganisationInvoiceDownloadRequest
IamOrganisationInvoiceDownload Download iam/organisation.invoice
action download
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param invoiceId invoiceId @return ApiIamOrganisationInvoiceDownloadRequest
func (*IamOrganisationApiService) IamOrganisationInvoiceDownloadExecute ¶
func (a *IamOrganisationApiService) IamOrganisationInvoiceDownloadExecute(r ApiIamOrganisationInvoiceDownloadRequest) (**os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*IamOrganisationApiService) IamOrganisationInvoiceGet ¶
func (a *IamOrganisationApiService) IamOrganisationInvoiceGet(ctx context.Context, organisationId string, invoiceId string) ApiIamOrganisationInvoiceGetRequest
IamOrganisationInvoiceGet Get iam/organisation.invoice
Get iam/organisation.invoice
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param invoiceId invoiceId @return ApiIamOrganisationInvoiceGetRequest
func (*IamOrganisationApiService) IamOrganisationInvoiceGetExecute ¶
func (a *IamOrganisationApiService) IamOrganisationInvoiceGetExecute(r ApiIamOrganisationInvoiceGetRequest) (*Invoice, *http.Response, error)
Execute executes the request
@return Invoice
func (*IamOrganisationApiService) IamOrganisationInvoiceList ¶
func (a *IamOrganisationApiService) IamOrganisationInvoiceList(ctx context.Context, organisationId string) ApiIamOrganisationInvoiceListRequest
IamOrganisationInvoiceList List iam/organisation.invoice
List iam/organisation.invoice
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationInvoiceListRequest
func (*IamOrganisationApiService) IamOrganisationInvoiceListExecute ¶
func (a *IamOrganisationApiService) IamOrganisationInvoiceListExecute(r ApiIamOrganisationInvoiceListRequest) ([]Invoice, *http.Response, error)
Execute executes the request
@return []Invoice
func (*IamOrganisationApiService) IamOrganisationList ¶
func (a *IamOrganisationApiService) IamOrganisationList(ctx context.Context) ApiIamOrganisationListRequest
IamOrganisationList List iam/organisation
List organisation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiIamOrganisationListRequest
func (*IamOrganisationApiService) IamOrganisationListExecute ¶
func (a *IamOrganisationApiService) IamOrganisationListExecute(r ApiIamOrganisationListRequest) ([]Organisation, *http.Response, error)
Execute executes the request
@return []Organisation
func (*IamOrganisationApiService) IamOrganisationOwnershipCreate ¶
func (a *IamOrganisationApiService) IamOrganisationOwnershipCreate(ctx context.Context, organisationId string) ApiIamOrganisationOwnershipCreateRequest
IamOrganisationOwnershipCreate Create iam/organisation.ownership
Create iam/organisation.ownership
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationOwnershipCreateRequest
func (*IamOrganisationApiService) IamOrganisationOwnershipCreateExecute ¶
func (a *IamOrganisationApiService) IamOrganisationOwnershipCreateExecute(r ApiIamOrganisationOwnershipCreateRequest) (*Organisation, *http.Response, error)
Execute executes the request
@return Organisation
func (*IamOrganisationApiService) IamOrganisationOwnershipDelete ¶
func (a *IamOrganisationApiService) IamOrganisationOwnershipDelete(ctx context.Context, organisationId string, ownershipId string) ApiIamOrganisationOwnershipDeleteRequest
IamOrganisationOwnershipDelete Delete iam/organisation.ownership
Delete iam/organisation.ownership
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param ownershipId ownershipId @return ApiIamOrganisationOwnershipDeleteRequest
func (*IamOrganisationApiService) IamOrganisationOwnershipDeleteExecute ¶
func (a *IamOrganisationApiService) IamOrganisationOwnershipDeleteExecute(r ApiIamOrganisationOwnershipDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamOrganisationApiService) IamOrganisationOwnershipGet ¶
func (a *IamOrganisationApiService) IamOrganisationOwnershipGet(ctx context.Context, organisationId string, ownershipId string) ApiIamOrganisationOwnershipGetRequest
IamOrganisationOwnershipGet Get iam/organisation.ownership
Get iam/organisation.ownership
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param ownershipId ownershipId @return ApiIamOrganisationOwnershipGetRequest
func (*IamOrganisationApiService) IamOrganisationOwnershipGetExecute ¶
func (a *IamOrganisationApiService) IamOrganisationOwnershipGetExecute(r ApiIamOrganisationOwnershipGetRequest) (*Ownership, *http.Response, error)
Execute executes the request
@return Ownership
func (*IamOrganisationApiService) IamOrganisationOwnershipList ¶
func (a *IamOrganisationApiService) IamOrganisationOwnershipList(ctx context.Context, organisationId string) ApiIamOrganisationOwnershipListRequest
IamOrganisationOwnershipList List iam/organisation.ownership
List iam/organisation.ownership
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationOwnershipListRequest
func (*IamOrganisationApiService) IamOrganisationOwnershipListExecute ¶
func (a *IamOrganisationApiService) IamOrganisationOwnershipListExecute(r ApiIamOrganisationOwnershipListRequest) ([]Ownership, *http.Response, error)
Execute executes the request
@return []Ownership
func (*IamOrganisationApiService) IamOrganisationPaymentAllocate ¶
func (a *IamOrganisationApiService) IamOrganisationPaymentAllocate(ctx context.Context, organisationId string, paymentId string) ApiIamOrganisationPaymentAllocateRequest
IamOrganisationPaymentAllocate Allocate iam/organisation.payment
action allocate
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param paymentId paymentId @return ApiIamOrganisationPaymentAllocateRequest
func (*IamOrganisationApiService) IamOrganisationPaymentAllocateExecute ¶
func (a *IamOrganisationApiService) IamOrganisationPaymentAllocateExecute(r ApiIamOrganisationPaymentAllocateRequest) (*Payment, *http.Response, error)
Execute executes the request
@return Payment
func (*IamOrganisationApiService) IamOrganisationPaymentGet ¶
func (a *IamOrganisationApiService) IamOrganisationPaymentGet(ctx context.Context, organisationId string, paymentId string) ApiIamOrganisationPaymentGetRequest
IamOrganisationPaymentGet Get iam/organisation.payment
Get iam/organisation.payment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param paymentId paymentId @return ApiIamOrganisationPaymentGetRequest
func (*IamOrganisationApiService) IamOrganisationPaymentGetExecute ¶
func (a *IamOrganisationApiService) IamOrganisationPaymentGetExecute(r ApiIamOrganisationPaymentGetRequest) (*Payment, *http.Response, error)
Execute executes the request
@return Payment
func (*IamOrganisationApiService) IamOrganisationPaymentList ¶
func (a *IamOrganisationApiService) IamOrganisationPaymentList(ctx context.Context, organisationId string) ApiIamOrganisationPaymentListRequest
IamOrganisationPaymentList List iam/organisation.payment
List iam/organisation.payment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationPaymentListRequest
func (*IamOrganisationApiService) IamOrganisationPaymentListExecute ¶
func (a *IamOrganisationApiService) IamOrganisationPaymentListExecute(r ApiIamOrganisationPaymentListRequest) ([]Payment, *http.Response, error)
Execute executes the request
@return []Payment
func (*IamOrganisationApiService) IamOrganisationProformaCreate ¶
func (a *IamOrganisationApiService) IamOrganisationProformaCreate(ctx context.Context, organisationId string) ApiIamOrganisationProformaCreateRequest
IamOrganisationProformaCreate Create iam/organisation.proforma
Create iam/organisation.proforma
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationProformaCreateRequest
func (*IamOrganisationApiService) IamOrganisationProformaCreateExecute ¶
func (a *IamOrganisationApiService) IamOrganisationProformaCreateExecute(r ApiIamOrganisationProformaCreateRequest) (*Proforma, *http.Response, error)
Execute executes the request
@return Proforma
func (*IamOrganisationApiService) IamOrganisationProformaDownload ¶
func (a *IamOrganisationApiService) IamOrganisationProformaDownload(ctx context.Context, organisationId string, proformaId string) ApiIamOrganisationProformaDownloadRequest
IamOrganisationProformaDownload Download iam/organisation.proforma
action download
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param proformaId proformaId @return ApiIamOrganisationProformaDownloadRequest
func (*IamOrganisationApiService) IamOrganisationProformaDownloadExecute ¶
func (a *IamOrganisationApiService) IamOrganisationProformaDownloadExecute(r ApiIamOrganisationProformaDownloadRequest) (**os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*IamOrganisationApiService) IamOrganisationProformaGet ¶
func (a *IamOrganisationApiService) IamOrganisationProformaGet(ctx context.Context, organisationId string, proformaId string) ApiIamOrganisationProformaGetRequest
IamOrganisationProformaGet Get iam/organisation.proforma
Get iam/organisation.proforma
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param proformaId proformaId @return ApiIamOrganisationProformaGetRequest
func (*IamOrganisationApiService) IamOrganisationProformaGetExecute ¶
func (a *IamOrganisationApiService) IamOrganisationProformaGetExecute(r ApiIamOrganisationProformaGetRequest) (*Proforma, *http.Response, error)
Execute executes the request
@return Proforma
func (*IamOrganisationApiService) IamOrganisationProformaList ¶
func (a *IamOrganisationApiService) IamOrganisationProformaList(ctx context.Context, organisationId string) ApiIamOrganisationProformaListRequest
IamOrganisationProformaList List iam/organisation.proforma
List iam/organisation.proforma
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationProformaListRequest
func (*IamOrganisationApiService) IamOrganisationProformaListExecute ¶
func (a *IamOrganisationApiService) IamOrganisationProformaListExecute(r ApiIamOrganisationProformaListRequest) ([]Proforma, *http.Response, error)
Execute executes the request
@return []Proforma
func (*IamOrganisationApiService) IamOrganisationServiceGet ¶
func (a *IamOrganisationApiService) IamOrganisationServiceGet(ctx context.Context, organisationId string, serviceId string) ApiIamOrganisationServiceGetRequest
IamOrganisationServiceGet Get iam/organisation.service
Get iam/organisation.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param serviceId serviceId @return ApiIamOrganisationServiceGetRequest
func (*IamOrganisationApiService) IamOrganisationServiceGetExecute ¶
func (a *IamOrganisationApiService) IamOrganisationServiceGetExecute(r ApiIamOrganisationServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*IamOrganisationApiService) IamOrganisationServiceList ¶
func (a *IamOrganisationApiService) IamOrganisationServiceList(ctx context.Context, organisationId string) ApiIamOrganisationServiceListRequest
IamOrganisationServiceList List iam/organisation.service
List iam/organisation.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationServiceListRequest
func (*IamOrganisationApiService) IamOrganisationServiceListExecute ¶
func (a *IamOrganisationApiService) IamOrganisationServiceListExecute(r ApiIamOrganisationServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*IamOrganisationApiService) IamOrganisationTransferAccept ¶
func (a *IamOrganisationApiService) IamOrganisationTransferAccept(ctx context.Context, organisationId string, transferId string) ApiIamOrganisationTransferAcceptRequest
IamOrganisationTransferAccept Accept iam/organisation.transfer
action accept
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param transferId transferId @return ApiIamOrganisationTransferAcceptRequest
func (*IamOrganisationApiService) IamOrganisationTransferAcceptExecute ¶
func (a *IamOrganisationApiService) IamOrganisationTransferAcceptExecute(r ApiIamOrganisationTransferAcceptRequest) (*Transfer, *http.Response, error)
Execute executes the request
@return Transfer
func (*IamOrganisationApiService) IamOrganisationTransferGet ¶
func (a *IamOrganisationApiService) IamOrganisationTransferGet(ctx context.Context, organisationId string, transferId string) ApiIamOrganisationTransferGetRequest
IamOrganisationTransferGet Get iam/organisation.transfer
Get iam/organisation.transfer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param transferId transferId @return ApiIamOrganisationTransferGetRequest
func (*IamOrganisationApiService) IamOrganisationTransferGetExecute ¶
func (a *IamOrganisationApiService) IamOrganisationTransferGetExecute(r ApiIamOrganisationTransferGetRequest) (*Transfer, *http.Response, error)
Execute executes the request
@return Transfer
func (*IamOrganisationApiService) IamOrganisationTransferList ¶
func (a *IamOrganisationApiService) IamOrganisationTransferList(ctx context.Context, organisationId string) ApiIamOrganisationTransferListRequest
IamOrganisationTransferList List iam/organisation.transfer
List iam/organisation.transfer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationTransferListRequest
func (*IamOrganisationApiService) IamOrganisationTransferListExecute ¶
func (a *IamOrganisationApiService) IamOrganisationTransferListExecute(r ApiIamOrganisationTransferListRequest) ([]Transfer, *http.Response, error)
Execute executes the request
@return []Transfer
func (*IamOrganisationApiService) IamOrganisationUpdate ¶
func (a *IamOrganisationApiService) IamOrganisationUpdate(ctx context.Context, organisationId string) ApiIamOrganisationUpdateRequest
IamOrganisationUpdate Update iam/organisation
Returns modified organisation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationUpdateRequest
func (*IamOrganisationApiService) IamOrganisationUpdateExecute ¶
func (a *IamOrganisationApiService) IamOrganisationUpdateExecute(r ApiIamOrganisationUpdateRequest) (*Organisation, *http.Response, error)
Execute executes the request
@return Organisation
type IamOrganisationCreate ¶
type IamOrganisationCreate struct { Billing *OrganisationBilling `json:"billing,omitempty"` Name string `json:"name"` }
IamOrganisationCreate struct for IamOrganisationCreate
func NewIamOrganisationCreate ¶
func NewIamOrganisationCreate(name string) *IamOrganisationCreate
NewIamOrganisationCreate instantiates a new IamOrganisationCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamOrganisationCreateWithDefaults ¶
func NewIamOrganisationCreateWithDefaults() *IamOrganisationCreate
NewIamOrganisationCreateWithDefaults instantiates a new IamOrganisationCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamOrganisationCreate) GetBilling ¶
func (o *IamOrganisationCreate) GetBilling() OrganisationBilling
GetBilling returns the Billing field value if set, zero value otherwise.
func (*IamOrganisationCreate) GetBillingOk ¶
func (o *IamOrganisationCreate) GetBillingOk() (*OrganisationBilling, bool)
GetBillingOk returns a tuple with the Billing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamOrganisationCreate) GetName ¶
func (o *IamOrganisationCreate) GetName() string
GetName returns the Name field value
func (*IamOrganisationCreate) GetNameOk ¶
func (o *IamOrganisationCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IamOrganisationCreate) HasBilling ¶
func (o *IamOrganisationCreate) HasBilling() bool
HasBilling returns a boolean if a field has been set.
func (IamOrganisationCreate) MarshalJSON ¶
func (o IamOrganisationCreate) MarshalJSON() ([]byte, error)
func (*IamOrganisationCreate) SetBilling ¶
func (o *IamOrganisationCreate) SetBilling(v OrganisationBilling)
SetBilling gets a reference to the given OrganisationBilling and assigns it to the Billing field.
func (*IamOrganisationCreate) SetName ¶
func (o *IamOrganisationCreate) SetName(v string)
SetName sets field value
type IamOrganisationInvitationAccept ¶
type IamOrganisationInvitationAccept struct {
Token string `json:"token"`
}
IamOrganisationInvitationAccept struct for IamOrganisationInvitationAccept
func NewIamOrganisationInvitationAccept ¶
func NewIamOrganisationInvitationAccept(token string) *IamOrganisationInvitationAccept
NewIamOrganisationInvitationAccept instantiates a new IamOrganisationInvitationAccept object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamOrganisationInvitationAcceptWithDefaults ¶
func NewIamOrganisationInvitationAcceptWithDefaults() *IamOrganisationInvitationAccept
NewIamOrganisationInvitationAcceptWithDefaults instantiates a new IamOrganisationInvitationAccept object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamOrganisationInvitationAccept) GetToken ¶
func (o *IamOrganisationInvitationAccept) GetToken() string
GetToken returns the Token field value
func (*IamOrganisationInvitationAccept) GetTokenOk ¶
func (o *IamOrganisationInvitationAccept) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (IamOrganisationInvitationAccept) MarshalJSON ¶
func (o IamOrganisationInvitationAccept) MarshalJSON() ([]byte, error)
func (*IamOrganisationInvitationAccept) SetToken ¶
func (o *IamOrganisationInvitationAccept) SetToken(v string)
SetToken sets field value
type IamOrganisationOwnershipCreate ¶
type IamOrganisationOwnershipCreate struct {
Email string `json:"email"`
}
IamOrganisationOwnershipCreate struct for IamOrganisationOwnershipCreate
func NewIamOrganisationOwnershipCreate ¶
func NewIamOrganisationOwnershipCreate(email string) *IamOrganisationOwnershipCreate
NewIamOrganisationOwnershipCreate instantiates a new IamOrganisationOwnershipCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamOrganisationOwnershipCreateWithDefaults ¶
func NewIamOrganisationOwnershipCreateWithDefaults() *IamOrganisationOwnershipCreate
NewIamOrganisationOwnershipCreateWithDefaults instantiates a new IamOrganisationOwnershipCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamOrganisationOwnershipCreate) GetEmail ¶
func (o *IamOrganisationOwnershipCreate) GetEmail() string
GetEmail returns the Email field value
func (*IamOrganisationOwnershipCreate) GetEmailOk ¶
func (o *IamOrganisationOwnershipCreate) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (IamOrganisationOwnershipCreate) MarshalJSON ¶
func (o IamOrganisationOwnershipCreate) MarshalJSON() ([]byte, error)
func (*IamOrganisationOwnershipCreate) SetEmail ¶
func (o *IamOrganisationOwnershipCreate) SetEmail(v string)
SetEmail sets field value
type IamOrganisationPaymentAllocate ¶
type IamOrganisationPaymentAllocate struct {
Project string `json:"project"`
}
IamOrganisationPaymentAllocate struct for IamOrganisationPaymentAllocate
func NewIamOrganisationPaymentAllocate ¶
func NewIamOrganisationPaymentAllocate(project string) *IamOrganisationPaymentAllocate
NewIamOrganisationPaymentAllocate instantiates a new IamOrganisationPaymentAllocate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamOrganisationPaymentAllocateWithDefaults ¶
func NewIamOrganisationPaymentAllocateWithDefaults() *IamOrganisationPaymentAllocate
NewIamOrganisationPaymentAllocateWithDefaults instantiates a new IamOrganisationPaymentAllocate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamOrganisationPaymentAllocate) GetProject ¶
func (o *IamOrganisationPaymentAllocate) GetProject() string
GetProject returns the Project field value
func (*IamOrganisationPaymentAllocate) GetProjectOk ¶
func (o *IamOrganisationPaymentAllocate) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (IamOrganisationPaymentAllocate) MarshalJSON ¶
func (o IamOrganisationPaymentAllocate) MarshalJSON() ([]byte, error)
func (*IamOrganisationPaymentAllocate) SetProject ¶
func (o *IamOrganisationPaymentAllocate) SetProject(v string)
SetProject sets field value
type IamOrganisationPolicyApiService ¶
type IamOrganisationPolicyApiService service
IamOrganisationPolicyApiService IamOrganisationPolicyApi service
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyActorCreate ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorCreate(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyActorCreateRequest
IamOrganisationPolicyActorCreate Create iam/policy.actor
Create iam/policy.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @return ApiIamOrganisationPolicyActorCreateRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyActorCreateExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorCreateExecute(r ApiIamOrganisationPolicyActorCreateRequest) (*IamActorOrGroup, *http.Response, error)
Execute executes the request
@return IamActorOrGroup
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyActorDelete ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorDelete(ctx context.Context, organisationId string, policyId string, actorId string) ApiIamOrganisationPolicyActorDeleteRequest
IamOrganisationPolicyActorDelete Delete iam/policy.actor
Delete iam/policy.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @param actorId actorId @return ApiIamOrganisationPolicyActorDeleteRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyActorDeleteExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorDeleteExecute(r ApiIamOrganisationPolicyActorDeleteRequest) (*IamActorOrGroup, *http.Response, error)
Execute executes the request
@return IamActorOrGroup
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyActorGet ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorGet(ctx context.Context, organisationId string, policyId string, actorId string) ApiIamOrganisationPolicyActorGetRequest
IamOrganisationPolicyActorGet Get iam/policy.actor
Get iam/policy.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @param actorId actorId @return ApiIamOrganisationPolicyActorGetRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyActorGetExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorGetExecute(r ApiIamOrganisationPolicyActorGetRequest) (*IamActorOrGroup, *http.Response, error)
Execute executes the request
@return IamActorOrGroup
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyActorList ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorList(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyActorListRequest
IamOrganisationPolicyActorList List iam/policy.actor
List iam/policy.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @return ApiIamOrganisationPolicyActorListRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyActorListExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyActorListExecute(r ApiIamOrganisationPolicyActorListRequest) ([]IamActorOrGroup, *http.Response, error)
Execute executes the request
@return []IamActorOrGroup
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyCreate ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyCreate(ctx context.Context, organisationId string) ApiIamOrganisationPolicyCreateRequest
IamOrganisationPolicyCreate Create iam/policy
Create policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationPolicyCreateRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyCreateExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyCreateExecute(r ApiIamOrganisationPolicyCreateRequest) (*Policy, *http.Response, error)
Execute executes the request
@return Policy
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyDelete ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyDelete(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyDeleteRequest
IamOrganisationPolicyDelete Delete iam/policy
Delete policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @return ApiIamOrganisationPolicyDeleteRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyDeleteExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyDeleteExecute(r ApiIamOrganisationPolicyDeleteRequest) (*Policy, *http.Response, error)
Execute executes the request
@return Policy
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyEventGet ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyEventGet(ctx context.Context, organisationId string, policyId string, eventId string) ApiIamOrganisationPolicyEventGetRequest
IamOrganisationPolicyEventGet Get iam/policy.event
Get iam/policy.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @param eventId eventId @return ApiIamOrganisationPolicyEventGetRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyEventGetExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyEventGetExecute(r ApiIamOrganisationPolicyEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyEventList ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyEventList(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyEventListRequest
IamOrganisationPolicyEventList List iam/policy.event
List iam/policy.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @return ApiIamOrganisationPolicyEventListRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyEventListExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyEventListExecute(r ApiIamOrganisationPolicyEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyGet ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyGet(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyGetRequest
IamOrganisationPolicyGet Get iam/policy
Returns a single policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @return ApiIamOrganisationPolicyGetRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyGetExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyGetExecute(r ApiIamOrganisationPolicyGetRequest) (*Policy, *http.Response, error)
Execute executes the request
@return Policy
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyList ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyList(ctx context.Context, organisationId string) ApiIamOrganisationPolicyListRequest
IamOrganisationPolicyList List iam/policy
List policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationPolicyListRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyListExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyListExecute(r ApiIamOrganisationPolicyListRequest) ([]Policy, *http.Response, error)
Execute executes the request
@return []Policy
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyServiceGet ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyServiceGet(ctx context.Context, organisationId string, policyId string, serviceId string) ApiIamOrganisationPolicyServiceGetRequest
IamOrganisationPolicyServiceGet Get iam/policy.service
Get iam/policy.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @param serviceId serviceId @return ApiIamOrganisationPolicyServiceGetRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyServiceGetExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyServiceGetExecute(r ApiIamOrganisationPolicyServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyServiceList ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyServiceList(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyServiceListRequest
IamOrganisationPolicyServiceList List iam/policy.service
List iam/policy.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @return ApiIamOrganisationPolicyServiceListRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyServiceListExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyServiceListExecute(r ApiIamOrganisationPolicyServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyTagCreate ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagCreate(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyTagCreateRequest
IamOrganisationPolicyTagCreate Create iam/policy.tag
Create iam/policy.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @return ApiIamOrganisationPolicyTagCreateRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyTagCreateExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagCreateExecute(r ApiIamOrganisationPolicyTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyTagDelete ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagDelete(ctx context.Context, organisationId string, policyId string, tagId string) ApiIamOrganisationPolicyTagDeleteRequest
IamOrganisationPolicyTagDelete Delete iam/policy.tag
Delete iam/policy.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @param tagId tagId @return ApiIamOrganisationPolicyTagDeleteRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyTagDeleteExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagDeleteExecute(r ApiIamOrganisationPolicyTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyTagGet ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagGet(ctx context.Context, organisationId string, policyId string, tagId string) ApiIamOrganisationPolicyTagGetRequest
IamOrganisationPolicyTagGet Get iam/policy.tag
Get iam/policy.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @param tagId tagId @return ApiIamOrganisationPolicyTagGetRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyTagGetExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagGetExecute(r ApiIamOrganisationPolicyTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyTagList ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagList(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyTagListRequest
IamOrganisationPolicyTagList List iam/policy.tag
List iam/policy.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @return ApiIamOrganisationPolicyTagListRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyTagListExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagListExecute(r ApiIamOrganisationPolicyTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyTagPut ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagPut(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyTagPutRequest
IamOrganisationPolicyTagPut Replace iam/policy.tag
Replace iam/policy.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @return ApiIamOrganisationPolicyTagPutRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyTagPutExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyTagPutExecute(r ApiIamOrganisationPolicyTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyUpdate ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyUpdate(ctx context.Context, organisationId string, policyId string) ApiIamOrganisationPolicyUpdateRequest
IamOrganisationPolicyUpdate Update iam/policy
Returns modified policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param policyId Policy Id @return ApiIamOrganisationPolicyUpdateRequest
func (*IamOrganisationPolicyApiService) IamOrganisationPolicyUpdateExecute ¶
func (a *IamOrganisationPolicyApiService) IamOrganisationPolicyUpdateExecute(r ApiIamOrganisationPolicyUpdateRequest) (*Policy, *http.Response, error)
Execute executes the request
@return Policy
type IamOrganisationProformaCreate ¶
type IamOrganisationProformaCreate struct { Amount float32 `json:"amount"` Project string `json:"project"` }
IamOrganisationProformaCreate struct for IamOrganisationProformaCreate
func NewIamOrganisationProformaCreate ¶
func NewIamOrganisationProformaCreate(amount float32, project string) *IamOrganisationProformaCreate
NewIamOrganisationProformaCreate instantiates a new IamOrganisationProformaCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamOrganisationProformaCreateWithDefaults ¶
func NewIamOrganisationProformaCreateWithDefaults() *IamOrganisationProformaCreate
NewIamOrganisationProformaCreateWithDefaults instantiates a new IamOrganisationProformaCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamOrganisationProformaCreate) GetAmount ¶
func (o *IamOrganisationProformaCreate) GetAmount() float32
GetAmount returns the Amount field value
func (*IamOrganisationProformaCreate) GetAmountOk ¶
func (o *IamOrganisationProformaCreate) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*IamOrganisationProformaCreate) GetProject ¶
func (o *IamOrganisationProformaCreate) GetProject() string
GetProject returns the Project field value
func (*IamOrganisationProformaCreate) GetProjectOk ¶
func (o *IamOrganisationProformaCreate) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (IamOrganisationProformaCreate) MarshalJSON ¶
func (o IamOrganisationProformaCreate) MarshalJSON() ([]byte, error)
func (*IamOrganisationProformaCreate) SetAmount ¶
func (o *IamOrganisationProformaCreate) SetAmount(v float32)
SetAmount sets field value
func (*IamOrganisationProformaCreate) SetProject ¶
func (o *IamOrganisationProformaCreate) SetProject(v string)
SetProject sets field value
type IamOrganisationRoleApiService ¶
type IamOrganisationRoleApiService service
IamOrganisationRoleApiService IamOrganisationRoleApi service
func (*IamOrganisationRoleApiService) IamOrganisationRoleCreate ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleCreate(ctx context.Context, organisationId string) ApiIamOrganisationRoleCreateRequest
IamOrganisationRoleCreate Create iam/role
Create role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationRoleCreateRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleCreateExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleCreateExecute(r ApiIamOrganisationRoleCreateRequest) (*Role, *http.Response, error)
Execute executes the request
@return Role
func (*IamOrganisationRoleApiService) IamOrganisationRoleDelete ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleDelete(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleDeleteRequest
IamOrganisationRoleDelete Delete iam/role
Delete role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @return ApiIamOrganisationRoleDeleteRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleDeleteExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleDeleteExecute(r ApiIamOrganisationRoleDeleteRequest) (*Role, *http.Response, error)
Execute executes the request
@return Role
func (*IamOrganisationRoleApiService) IamOrganisationRoleEventGet ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleEventGet(ctx context.Context, organisationId string, roleId string, eventId string) ApiIamOrganisationRoleEventGetRequest
IamOrganisationRoleEventGet Get iam/role.event
Get iam/role.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @param eventId eventId @return ApiIamOrganisationRoleEventGetRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleEventGetExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleEventGetExecute(r ApiIamOrganisationRoleEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*IamOrganisationRoleApiService) IamOrganisationRoleEventList ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleEventList(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleEventListRequest
IamOrganisationRoleEventList List iam/role.event
List iam/role.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @return ApiIamOrganisationRoleEventListRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleEventListExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleEventListExecute(r ApiIamOrganisationRoleEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*IamOrganisationRoleApiService) IamOrganisationRoleGet ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleGet(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleGetRequest
IamOrganisationRoleGet Get iam/role
Returns a single role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @return ApiIamOrganisationRoleGetRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleGetExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleGetExecute(r ApiIamOrganisationRoleGetRequest) (*Role, *http.Response, error)
Execute executes the request
@return Role
func (*IamOrganisationRoleApiService) IamOrganisationRoleList ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleList(ctx context.Context, organisationId string) ApiIamOrganisationRoleListRequest
IamOrganisationRoleList List iam/role
List role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @return ApiIamOrganisationRoleListRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleListExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleListExecute(r ApiIamOrganisationRoleListRequest) ([]Role, *http.Response, error)
Execute executes the request
@return []Role
func (*IamOrganisationRoleApiService) IamOrganisationRolePermissionCreate ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionCreate(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRolePermissionCreateRequest
IamOrganisationRolePermissionCreate Create iam/role.permission
Create iam/role.permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @return ApiIamOrganisationRolePermissionCreateRequest
func (*IamOrganisationRoleApiService) IamOrganisationRolePermissionCreateExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionCreateExecute(r ApiIamOrganisationRolePermissionCreateRequest) (*IamPermission, *http.Response, error)
Execute executes the request
@return IamPermission
func (*IamOrganisationRoleApiService) IamOrganisationRolePermissionDelete ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionDelete(ctx context.Context, organisationId string, roleId string, permissionId string) ApiIamOrganisationRolePermissionDeleteRequest
IamOrganisationRolePermissionDelete Delete iam/role.permission
Delete iam/role.permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @param permissionId permissionId @return ApiIamOrganisationRolePermissionDeleteRequest
func (*IamOrganisationRoleApiService) IamOrganisationRolePermissionDeleteExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionDeleteExecute(r ApiIamOrganisationRolePermissionDeleteRequest) (*IamPermission, *http.Response, error)
Execute executes the request
@return IamPermission
func (*IamOrganisationRoleApiService) IamOrganisationRolePermissionGet ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionGet(ctx context.Context, organisationId string, roleId string, permissionId string) ApiIamOrganisationRolePermissionGetRequest
IamOrganisationRolePermissionGet Get iam/role.permission
Get iam/role.permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @param permissionId permissionId @return ApiIamOrganisationRolePermissionGetRequest
func (*IamOrganisationRoleApiService) IamOrganisationRolePermissionGetExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionGetExecute(r ApiIamOrganisationRolePermissionGetRequest) (*IamPermission, *http.Response, error)
Execute executes the request
@return IamPermission
func (*IamOrganisationRoleApiService) IamOrganisationRolePermissionList ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionList(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRolePermissionListRequest
IamOrganisationRolePermissionList List iam/role.permission
List iam/role.permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @return ApiIamOrganisationRolePermissionListRequest
func (*IamOrganisationRoleApiService) IamOrganisationRolePermissionListExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionListExecute(r ApiIamOrganisationRolePermissionListRequest) ([]IamPermission, *http.Response, error)
Execute executes the request
@return []IamPermission
func (*IamOrganisationRoleApiService) IamOrganisationRolePermissionPut ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionPut(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRolePermissionPutRequest
IamOrganisationRolePermissionPut Replace iam/role.permission
Replace iam/role.permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @return ApiIamOrganisationRolePermissionPutRequest
func (*IamOrganisationRoleApiService) IamOrganisationRolePermissionPutExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRolePermissionPutExecute(r ApiIamOrganisationRolePermissionPutRequest) ([]IamPermission, *http.Response, error)
Execute executes the request
@return []IamPermission
func (*IamOrganisationRoleApiService) IamOrganisationRoleServiceGet ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleServiceGet(ctx context.Context, organisationId string, roleId string, serviceId string) ApiIamOrganisationRoleServiceGetRequest
IamOrganisationRoleServiceGet Get iam/role.service
Get iam/role.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @param serviceId serviceId @return ApiIamOrganisationRoleServiceGetRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleServiceGetExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleServiceGetExecute(r ApiIamOrganisationRoleServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*IamOrganisationRoleApiService) IamOrganisationRoleServiceList ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleServiceList(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleServiceListRequest
IamOrganisationRoleServiceList List iam/role.service
List iam/role.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @return ApiIamOrganisationRoleServiceListRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleServiceListExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleServiceListExecute(r ApiIamOrganisationRoleServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*IamOrganisationRoleApiService) IamOrganisationRoleTagCreate ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagCreate(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleTagCreateRequest
IamOrganisationRoleTagCreate Create iam/role.tag
Create iam/role.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @return ApiIamOrganisationRoleTagCreateRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleTagCreateExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagCreateExecute(r ApiIamOrganisationRoleTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamOrganisationRoleApiService) IamOrganisationRoleTagDelete ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagDelete(ctx context.Context, organisationId string, roleId string, tagId string) ApiIamOrganisationRoleTagDeleteRequest
IamOrganisationRoleTagDelete Delete iam/role.tag
Delete iam/role.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @param tagId tagId @return ApiIamOrganisationRoleTagDeleteRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleTagDeleteExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagDeleteExecute(r ApiIamOrganisationRoleTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamOrganisationRoleApiService) IamOrganisationRoleTagGet ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagGet(ctx context.Context, organisationId string, roleId string, tagId string) ApiIamOrganisationRoleTagGetRequest
IamOrganisationRoleTagGet Get iam/role.tag
Get iam/role.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @param tagId tagId @return ApiIamOrganisationRoleTagGetRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleTagGetExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagGetExecute(r ApiIamOrganisationRoleTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamOrganisationRoleApiService) IamOrganisationRoleTagList ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagList(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleTagListRequest
IamOrganisationRoleTagList List iam/role.tag
List iam/role.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @return ApiIamOrganisationRoleTagListRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleTagListExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagListExecute(r ApiIamOrganisationRoleTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamOrganisationRoleApiService) IamOrganisationRoleTagPut ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagPut(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleTagPutRequest
IamOrganisationRoleTagPut Replace iam/role.tag
Replace iam/role.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @return ApiIamOrganisationRoleTagPutRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleTagPutExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleTagPutExecute(r ApiIamOrganisationRoleTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamOrganisationRoleApiService) IamOrganisationRoleUpdate ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleUpdate(ctx context.Context, organisationId string, roleId string) ApiIamOrganisationRoleUpdateRequest
IamOrganisationRoleUpdate Update iam/role
Returns modified role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organisationId Organisation Id @param roleId Role Id @return ApiIamOrganisationRoleUpdateRequest
func (*IamOrganisationRoleApiService) IamOrganisationRoleUpdateExecute ¶
func (a *IamOrganisationRoleApiService) IamOrganisationRoleUpdateExecute(r ApiIamOrganisationRoleUpdateRequest) (*Role, *http.Response, error)
Execute executes the request
@return Role
type IamOrganisationTransferAccept ¶
type IamOrganisationTransferAccept struct {
Payment string `json:"payment"`
}
IamOrganisationTransferAccept struct for IamOrganisationTransferAccept
func NewIamOrganisationTransferAccept ¶
func NewIamOrganisationTransferAccept(payment string) *IamOrganisationTransferAccept
NewIamOrganisationTransferAccept instantiates a new IamOrganisationTransferAccept object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamOrganisationTransferAcceptWithDefaults ¶
func NewIamOrganisationTransferAcceptWithDefaults() *IamOrganisationTransferAccept
NewIamOrganisationTransferAcceptWithDefaults instantiates a new IamOrganisationTransferAccept object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamOrganisationTransferAccept) GetPayment ¶
func (o *IamOrganisationTransferAccept) GetPayment() string
GetPayment returns the Payment field value
func (*IamOrganisationTransferAccept) GetPaymentOk ¶
func (o *IamOrganisationTransferAccept) GetPaymentOk() (*string, bool)
GetPaymentOk returns a tuple with the Payment field value and a boolean to check if the value has been set.
func (IamOrganisationTransferAccept) MarshalJSON ¶
func (o IamOrganisationTransferAccept) MarshalJSON() ([]byte, error)
func (*IamOrganisationTransferAccept) SetPayment ¶
func (o *IamOrganisationTransferAccept) SetPayment(v string)
SetPayment sets field value
type IamOrganisationUpdate ¶
type IamOrganisationUpdate struct { Billing *OrganisationBilling1 `json:"billing,omitempty"` Name *string `json:"name,omitempty"` }
IamOrganisationUpdate struct for IamOrganisationUpdate
func NewIamOrganisationUpdate ¶
func NewIamOrganisationUpdate() *IamOrganisationUpdate
NewIamOrganisationUpdate instantiates a new IamOrganisationUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamOrganisationUpdateWithDefaults ¶
func NewIamOrganisationUpdateWithDefaults() *IamOrganisationUpdate
NewIamOrganisationUpdateWithDefaults instantiates a new IamOrganisationUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamOrganisationUpdate) GetBilling ¶
func (o *IamOrganisationUpdate) GetBilling() OrganisationBilling1
GetBilling returns the Billing field value if set, zero value otherwise.
func (*IamOrganisationUpdate) GetBillingOk ¶
func (o *IamOrganisationUpdate) GetBillingOk() (*OrganisationBilling1, bool)
GetBillingOk returns a tuple with the Billing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamOrganisationUpdate) GetName ¶
func (o *IamOrganisationUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*IamOrganisationUpdate) GetNameOk ¶
func (o *IamOrganisationUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamOrganisationUpdate) HasBilling ¶
func (o *IamOrganisationUpdate) HasBilling() bool
HasBilling returns a boolean if a field has been set.
func (*IamOrganisationUpdate) HasName ¶
func (o *IamOrganisationUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (IamOrganisationUpdate) MarshalJSON ¶
func (o IamOrganisationUpdate) MarshalJSON() ([]byte, error)
func (*IamOrganisationUpdate) SetBilling ¶
func (o *IamOrganisationUpdate) SetBilling(v OrganisationBilling1)
SetBilling gets a reference to the given OrganisationBilling1 and assigns it to the Billing field.
func (*IamOrganisationUpdate) SetName ¶
func (o *IamOrganisationUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type IamPermission ¶
IamPermission struct for IamPermission
func NewIamPermission ¶
func NewIamPermission(value string) *IamPermission
NewIamPermission instantiates a new IamPermission object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamPermissionWithDefaults ¶
func NewIamPermissionWithDefaults() *IamPermission
NewIamPermissionWithDefaults instantiates a new IamPermission object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamPermission) GetId ¶
func (o *IamPermission) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*IamPermission) GetIdOk ¶
func (o *IamPermission) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamPermission) GetValue ¶
func (o *IamPermission) GetValue() string
GetValue returns the Value field value
func (*IamPermission) GetValueOk ¶
func (o *IamPermission) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*IamPermission) HasId ¶
func (o *IamPermission) HasId() bool
HasId returns a boolean if a field has been set.
func (IamPermission) MarshalJSON ¶
func (o IamPermission) MarshalJSON() ([]byte, error)
func (*IamPermission) SetId ¶
func (o *IamPermission) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*IamPermission) SetValue ¶
func (o *IamPermission) SetValue(v string)
SetValue sets field value
type IamProjectApiService ¶
type IamProjectApiService service
IamProjectApiService IamProjectApi service
func (*IamProjectApiService) IamProjectBillingList ¶
func (a *IamProjectApiService) IamProjectBillingList(ctx context.Context, projectId string) ApiIamProjectBillingListRequest
IamProjectBillingList List iam/project.billing
List iam/project.billing
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectBillingListRequest
func (*IamProjectApiService) IamProjectBillingListExecute ¶
func (a *IamProjectApiService) IamProjectBillingListExecute(r ApiIamProjectBillingListRequest) ([]Billing, *http.Response, error)
Execute executes the request
@return []Billing
func (*IamProjectApiService) IamProjectCostGet ¶
func (a *IamProjectApiService) IamProjectCostGet(ctx context.Context, projectId string, costId string) ApiIamProjectCostGetRequest
IamProjectCostGet Get iam/project.cost
Get iam/project.cost
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param costId costId @return ApiIamProjectCostGetRequest
func (*IamProjectApiService) IamProjectCostGetExecute ¶
func (a *IamProjectApiService) IamProjectCostGetExecute(r ApiIamProjectCostGetRequest) (*Metric, *http.Response, error)
Execute executes the request
@return Metric
func (*IamProjectApiService) IamProjectCostList ¶
func (a *IamProjectApiService) IamProjectCostList(ctx context.Context, projectId string) ApiIamProjectCostListRequest
IamProjectCostList List iam/project.cost
List iam/project.cost
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectCostListRequest
func (*IamProjectApiService) IamProjectCostListExecute ¶
func (a *IamProjectApiService) IamProjectCostListExecute(r ApiIamProjectCostListRequest) ([]Metric, *http.Response, error)
Execute executes the request
@return []Metric
func (*IamProjectApiService) IamProjectCostSeriesList ¶
func (a *IamProjectApiService) IamProjectCostSeriesList(ctx context.Context, projectId string, costId string) ApiIamProjectCostSeriesListRequest
IamProjectCostSeriesList List iam/project.series
List iam/project.series
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param costId costId @return ApiIamProjectCostSeriesListRequest
func (*IamProjectApiService) IamProjectCostSeriesListExecute ¶
func (a *IamProjectApiService) IamProjectCostSeriesListExecute(r ApiIamProjectCostSeriesListRequest) ([]Point, *http.Response, error)
Execute executes the request
@return []Point
func (*IamProjectApiService) IamProjectCreate ¶
func (a *IamProjectApiService) IamProjectCreate(ctx context.Context) ApiIamProjectCreateRequest
IamProjectCreate Create iam/project
Create project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiIamProjectCreateRequest
func (*IamProjectApiService) IamProjectCreateExecute ¶
func (a *IamProjectApiService) IamProjectCreateExecute(r ApiIamProjectCreateRequest) (*Project, *http.Response, error)
Execute executes the request
@return Project
func (*IamProjectApiService) IamProjectCredentialStoreCreate ¶
func (a *IamProjectApiService) IamProjectCredentialStoreCreate(ctx context.Context, projectId string) ApiIamProjectCredentialStoreCreateRequest
IamProjectCredentialStoreCreate Create iam/project.credentialStore
Create iam/project.credentialStore
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectCredentialStoreCreateRequest
func (*IamProjectApiService) IamProjectCredentialStoreCreateExecute ¶
func (a *IamProjectApiService) IamProjectCredentialStoreCreateExecute(r ApiIamProjectCredentialStoreCreateRequest) (*ProjectCredential, *http.Response, error)
Execute executes the request
@return ProjectCredential
func (*IamProjectApiService) IamProjectCredentialStoreDelete ¶
func (a *IamProjectApiService) IamProjectCredentialStoreDelete(ctx context.Context, projectId string, credentialStoreId string) ApiIamProjectCredentialStoreDeleteRequest
IamProjectCredentialStoreDelete Delete iam/project.credentialStore
Delete iam/project.credentialStore
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param credentialStoreId credentialStoreId @return ApiIamProjectCredentialStoreDeleteRequest
func (*IamProjectApiService) IamProjectCredentialStoreDeleteExecute ¶
func (a *IamProjectApiService) IamProjectCredentialStoreDeleteExecute(r ApiIamProjectCredentialStoreDeleteRequest) (*Project, *http.Response, error)
Execute executes the request
@return Project
func (*IamProjectApiService) IamProjectCredentialStoreGet ¶
func (a *IamProjectApiService) IamProjectCredentialStoreGet(ctx context.Context, projectId string, credentialStoreId string) ApiIamProjectCredentialStoreGetRequest
IamProjectCredentialStoreGet Get iam/project.credentialStore
Get iam/project.credentialStore
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param credentialStoreId credentialStoreId @return ApiIamProjectCredentialStoreGetRequest
func (*IamProjectApiService) IamProjectCredentialStoreGetExecute ¶
func (a *IamProjectApiService) IamProjectCredentialStoreGetExecute(r ApiIamProjectCredentialStoreGetRequest) (*ProjectCredential, *http.Response, error)
Execute executes the request
@return ProjectCredential
func (*IamProjectApiService) IamProjectCredentialStoreList ¶
func (a *IamProjectApiService) IamProjectCredentialStoreList(ctx context.Context, projectId string) ApiIamProjectCredentialStoreListRequest
IamProjectCredentialStoreList List iam/project.credentialStore
List iam/project.credentialStore
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectCredentialStoreListRequest
func (*IamProjectApiService) IamProjectCredentialStoreListExecute ¶
func (a *IamProjectApiService) IamProjectCredentialStoreListExecute(r ApiIamProjectCredentialStoreListRequest) ([]ProjectCredential, *http.Response, error)
Execute executes the request
@return []ProjectCredential
func (*IamProjectApiService) IamProjectCredentialStorePatch ¶
func (a *IamProjectApiService) IamProjectCredentialStorePatch(ctx context.Context, projectId string, credentialStoreId string) ApiIamProjectCredentialStorePatchRequest
IamProjectCredentialStorePatch Update iam/project.credentialStore
Update iam/project.credentialStore
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param credentialStoreId credentialStoreId @return ApiIamProjectCredentialStorePatchRequest
func (*IamProjectApiService) IamProjectCredentialStorePatchExecute ¶
func (a *IamProjectApiService) IamProjectCredentialStorePatchExecute(r ApiIamProjectCredentialStorePatchRequest) (*ProjectCredential, *http.Response, error)
Execute executes the request
@return ProjectCredential
func (*IamProjectApiService) IamProjectDelete ¶
func (a *IamProjectApiService) IamProjectDelete(ctx context.Context, projectId string) ApiIamProjectDeleteRequest
IamProjectDelete Delete iam/project
Delete project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectDeleteRequest
func (*IamProjectApiService) IamProjectDeleteExecute ¶
func (a *IamProjectApiService) IamProjectDeleteExecute(r ApiIamProjectDeleteRequest) (*Project, *http.Response, error)
Execute executes the request
@return Project
func (*IamProjectApiService) IamProjectEventGet ¶
func (a *IamProjectApiService) IamProjectEventGet(ctx context.Context, projectId string, eventId string) ApiIamProjectEventGetRequest
IamProjectEventGet Get iam/project.event
Get iam/project.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param eventId eventId @return ApiIamProjectEventGetRequest
func (*IamProjectApiService) IamProjectEventGetExecute ¶
func (a *IamProjectApiService) IamProjectEventGetExecute(r ApiIamProjectEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*IamProjectApiService) IamProjectEventList ¶
func (a *IamProjectApiService) IamProjectEventList(ctx context.Context, projectId string) ApiIamProjectEventListRequest
IamProjectEventList List iam/project.event
List iam/project.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectEventListRequest
func (*IamProjectApiService) IamProjectEventListExecute ¶
func (a *IamProjectApiService) IamProjectEventListExecute(r ApiIamProjectEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*IamProjectApiService) IamProjectGet ¶
func (a *IamProjectApiService) IamProjectGet(ctx context.Context, projectId string) ApiIamProjectGetRequest
IamProjectGet Get iam/project
Returns a single project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectGetRequest
func (*IamProjectApiService) IamProjectGetExecute ¶
func (a *IamProjectApiService) IamProjectGetExecute(r ApiIamProjectGetRequest) (*Project, *http.Response, error)
Execute executes the request
@return Project
func (*IamProjectApiService) IamProjectInvitationAccept ¶
func (a *IamProjectApiService) IamProjectInvitationAccept(ctx context.Context, projectId string, invitationId string) ApiIamProjectInvitationAcceptRequest
IamProjectInvitationAccept Accept iam/project.invitation
action accept
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param invitationId invitationId @return ApiIamProjectInvitationAcceptRequest
func (*IamProjectApiService) IamProjectInvitationAcceptExecute ¶
func (a *IamProjectApiService) IamProjectInvitationAcceptExecute(r ApiIamProjectInvitationAcceptRequest) (*Invitation, *http.Response, error)
Execute executes the request
@return Invitation
func (*IamProjectApiService) IamProjectInvitationDelete ¶
func (a *IamProjectApiService) IamProjectInvitationDelete(ctx context.Context, projectId string, invitationId string) ApiIamProjectInvitationDeleteRequest
IamProjectInvitationDelete Delete iam/project.invitation
Delete iam/project.invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param invitationId invitationId @return ApiIamProjectInvitationDeleteRequest
func (*IamProjectApiService) IamProjectInvitationDeleteExecute ¶
func (a *IamProjectApiService) IamProjectInvitationDeleteExecute(r ApiIamProjectInvitationDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamProjectApiService) IamProjectInvitationGet ¶
func (a *IamProjectApiService) IamProjectInvitationGet(ctx context.Context, projectId string, invitationId string) ApiIamProjectInvitationGetRequest
IamProjectInvitationGet Get iam/project.invitation
Get iam/project.invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param invitationId invitationId @return ApiIamProjectInvitationGetRequest
func (*IamProjectApiService) IamProjectInvitationGetExecute ¶
func (a *IamProjectApiService) IamProjectInvitationGetExecute(r ApiIamProjectInvitationGetRequest) (*Invitation, *http.Response, error)
Execute executes the request
@return Invitation
func (*IamProjectApiService) IamProjectInvitationList ¶
func (a *IamProjectApiService) IamProjectInvitationList(ctx context.Context, projectId string) ApiIamProjectInvitationListRequest
IamProjectInvitationList List iam/project.invitation
List iam/project.invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectInvitationListRequest
func (*IamProjectApiService) IamProjectInvitationListExecute ¶
func (a *IamProjectApiService) IamProjectInvitationListExecute(r ApiIamProjectInvitationListRequest) ([]Invitation, *http.Response, error)
Execute executes the request
@return []Invitation
func (*IamProjectApiService) IamProjectInvoiceList ¶
func (a *IamProjectApiService) IamProjectInvoiceList(ctx context.Context, projectId string) ApiIamProjectInvoiceListRequest
IamProjectInvoiceList List iam/project.invoice
List iam/project.invoice
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectInvoiceListRequest
func (*IamProjectApiService) IamProjectInvoiceListExecute ¶
func (a *IamProjectApiService) IamProjectInvoiceListExecute(r ApiIamProjectInvoiceListRequest) ([]Invoice, *http.Response, error)
Execute executes the request
@return []Invoice
func (*IamProjectApiService) IamProjectList ¶
func (a *IamProjectApiService) IamProjectList(ctx context.Context) ApiIamProjectListRequest
IamProjectList List iam/project
List project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiIamProjectListRequest
func (*IamProjectApiService) IamProjectListExecute ¶
func (a *IamProjectApiService) IamProjectListExecute(r ApiIamProjectListRequest) ([]Project, *http.Response, error)
Execute executes the request
@return []Project
func (*IamProjectApiService) IamProjectOwnershipCreate ¶
func (a *IamProjectApiService) IamProjectOwnershipCreate(ctx context.Context, projectId string) ApiIamProjectOwnershipCreateRequest
IamProjectOwnershipCreate Create iam/project.ownership
Create iam/project.ownership
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectOwnershipCreateRequest
func (*IamProjectApiService) IamProjectOwnershipCreateExecute ¶
func (a *IamProjectApiService) IamProjectOwnershipCreateExecute(r ApiIamProjectOwnershipCreateRequest) (*Project, *http.Response, error)
Execute executes the request
@return Project
func (*IamProjectApiService) IamProjectOwnershipDelete ¶
func (a *IamProjectApiService) IamProjectOwnershipDelete(ctx context.Context, projectId string, ownershipId string) ApiIamProjectOwnershipDeleteRequest
IamProjectOwnershipDelete Delete iam/project.ownership
Delete iam/project.ownership
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param ownershipId ownershipId @return ApiIamProjectOwnershipDeleteRequest
func (*IamProjectApiService) IamProjectOwnershipDeleteExecute ¶
func (a *IamProjectApiService) IamProjectOwnershipDeleteExecute(r ApiIamProjectOwnershipDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamProjectApiService) IamProjectOwnershipGet ¶
func (a *IamProjectApiService) IamProjectOwnershipGet(ctx context.Context, projectId string, ownershipId string) ApiIamProjectOwnershipGetRequest
IamProjectOwnershipGet Get iam/project.ownership
Get iam/project.ownership
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param ownershipId ownershipId @return ApiIamProjectOwnershipGetRequest
func (*IamProjectApiService) IamProjectOwnershipGetExecute ¶
func (a *IamProjectApiService) IamProjectOwnershipGetExecute(r ApiIamProjectOwnershipGetRequest) (*Ownership, *http.Response, error)
Execute executes the request
@return Ownership
func (*IamProjectApiService) IamProjectOwnershipList ¶
func (a *IamProjectApiService) IamProjectOwnershipList(ctx context.Context, projectId string) ApiIamProjectOwnershipListRequest
IamProjectOwnershipList List iam/project.ownership
List iam/project.ownership
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectOwnershipListRequest
func (*IamProjectApiService) IamProjectOwnershipListExecute ¶
func (a *IamProjectApiService) IamProjectOwnershipListExecute(r ApiIamProjectOwnershipListRequest) ([]Ownership, *http.Response, error)
Execute executes the request
@return []Ownership
func (*IamProjectApiService) IamProjectPaymentList ¶
func (a *IamProjectApiService) IamProjectPaymentList(ctx context.Context, projectId string) ApiIamProjectPaymentListRequest
IamProjectPaymentList List iam/project.payment
List iam/project.payment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectPaymentListRequest
func (*IamProjectApiService) IamProjectPaymentListExecute ¶
func (a *IamProjectApiService) IamProjectPaymentListExecute(r ApiIamProjectPaymentListRequest) ([]Payment, *http.Response, error)
Execute executes the request
@return []Payment
func (*IamProjectApiService) IamProjectProformaList ¶
func (a *IamProjectApiService) IamProjectProformaList(ctx context.Context, projectId string) ApiIamProjectProformaListRequest
IamProjectProformaList List iam/project.proforma
List iam/project.proforma
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectProformaListRequest
func (*IamProjectApiService) IamProjectProformaListExecute ¶
func (a *IamProjectApiService) IamProjectProformaListExecute(r ApiIamProjectProformaListRequest) ([]Proforma, *http.Response, error)
Execute executes the request
@return []Proforma
func (*IamProjectApiService) IamProjectQuotaGet ¶
func (a *IamProjectApiService) IamProjectQuotaGet(ctx context.Context, projectId string, quotaId string) ApiIamProjectQuotaGetRequest
IamProjectQuotaGet Get iam/project.quota
Get iam/project.quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param quotaId quotaId @return ApiIamProjectQuotaGetRequest
func (*IamProjectApiService) IamProjectQuotaGetExecute ¶
func (a *IamProjectApiService) IamProjectQuotaGetExecute(r ApiIamProjectQuotaGetRequest) (*Quota, *http.Response, error)
Execute executes the request
@return Quota
func (*IamProjectApiService) IamProjectQuotaLimitPatch ¶
func (a *IamProjectApiService) IamProjectQuotaLimitPatch(ctx context.Context, projectId string, quotaId string) ApiIamProjectQuotaLimitPatchRequest
IamProjectQuotaLimitPatch Update iam/project.limit
Update iam/project.limit
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param quotaId quotaId @return ApiIamProjectQuotaLimitPatchRequest
func (*IamProjectApiService) IamProjectQuotaLimitPatchExecute ¶
func (a *IamProjectApiService) IamProjectQuotaLimitPatchExecute(r ApiIamProjectQuotaLimitPatchRequest) (*QuotaLimit, *http.Response, error)
Execute executes the request
@return QuotaLimit
func (*IamProjectApiService) IamProjectQuotaList ¶
func (a *IamProjectApiService) IamProjectQuotaList(ctx context.Context, projectId string) ApiIamProjectQuotaListRequest
IamProjectQuotaList List iam/project.quota
List iam/project.quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectQuotaListRequest
func (*IamProjectApiService) IamProjectQuotaListExecute ¶
func (a *IamProjectApiService) IamProjectQuotaListExecute(r ApiIamProjectQuotaListRequest) ([]Quota, *http.Response, error)
Execute executes the request
@return []Quota
func (*IamProjectApiService) IamProjectServiceGet ¶
func (a *IamProjectApiService) IamProjectServiceGet(ctx context.Context, projectId string, serviceId string) ApiIamProjectServiceGetRequest
IamProjectServiceGet Get iam/project.service
Get iam/project.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param serviceId serviceId @return ApiIamProjectServiceGetRequest
func (*IamProjectApiService) IamProjectServiceGetExecute ¶
func (a *IamProjectApiService) IamProjectServiceGetExecute(r ApiIamProjectServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*IamProjectApiService) IamProjectServiceList ¶
func (a *IamProjectApiService) IamProjectServiceList(ctx context.Context, projectId string) ApiIamProjectServiceListRequest
IamProjectServiceList List iam/project.service
List iam/project.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectServiceListRequest
func (*IamProjectApiService) IamProjectServiceListExecute ¶
func (a *IamProjectApiService) IamProjectServiceListExecute(r ApiIamProjectServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*IamProjectApiService) IamProjectTagCreate ¶
func (a *IamProjectApiService) IamProjectTagCreate(ctx context.Context, projectId string) ApiIamProjectTagCreateRequest
IamProjectTagCreate Create iam/project.tag
Create iam/project.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectTagCreateRequest
func (*IamProjectApiService) IamProjectTagCreateExecute ¶
func (a *IamProjectApiService) IamProjectTagCreateExecute(r ApiIamProjectTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectApiService) IamProjectTagDelete ¶
func (a *IamProjectApiService) IamProjectTagDelete(ctx context.Context, projectId string, tagId string) ApiIamProjectTagDeleteRequest
IamProjectTagDelete Delete iam/project.tag
Delete iam/project.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param tagId tagId @return ApiIamProjectTagDeleteRequest
func (*IamProjectApiService) IamProjectTagDeleteExecute ¶
func (a *IamProjectApiService) IamProjectTagDeleteExecute(r ApiIamProjectTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamProjectApiService) IamProjectTagGet ¶
func (a *IamProjectApiService) IamProjectTagGet(ctx context.Context, projectId string, tagId string) ApiIamProjectTagGetRequest
IamProjectTagGet Get iam/project.tag
Get iam/project.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param tagId tagId @return ApiIamProjectTagGetRequest
func (*IamProjectApiService) IamProjectTagGetExecute ¶
func (a *IamProjectApiService) IamProjectTagGetExecute(r ApiIamProjectTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectApiService) IamProjectTagList ¶
func (a *IamProjectApiService) IamProjectTagList(ctx context.Context, projectId string) ApiIamProjectTagListRequest
IamProjectTagList List iam/project.tag
List iam/project.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectTagListRequest
func (*IamProjectApiService) IamProjectTagListExecute ¶
func (a *IamProjectApiService) IamProjectTagListExecute(r ApiIamProjectTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectApiService) IamProjectTagPut ¶
func (a *IamProjectApiService) IamProjectTagPut(ctx context.Context, projectId string) ApiIamProjectTagPutRequest
IamProjectTagPut Replace iam/project.tag
Replace iam/project.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectTagPutRequest
func (*IamProjectApiService) IamProjectTagPutExecute ¶
func (a *IamProjectApiService) IamProjectTagPutExecute(r ApiIamProjectTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectApiService) IamProjectThresholdCreate ¶
func (a *IamProjectApiService) IamProjectThresholdCreate(ctx context.Context, projectId string) ApiIamProjectThresholdCreateRequest
IamProjectThresholdCreate Create iam/project.threshold
Create iam/project.threshold
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectThresholdCreateRequest
func (*IamProjectApiService) IamProjectThresholdCreateExecute ¶
func (a *IamProjectApiService) IamProjectThresholdCreateExecute(r ApiIamProjectThresholdCreateRequest) (*ProjectThreshold, *http.Response, error)
Execute executes the request
@return ProjectThreshold
func (*IamProjectApiService) IamProjectThresholdDelete ¶
func (a *IamProjectApiService) IamProjectThresholdDelete(ctx context.Context, projectId string, thresholdId string) ApiIamProjectThresholdDeleteRequest
IamProjectThresholdDelete Delete iam/project.threshold
Delete iam/project.threshold
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param thresholdId thresholdId @return ApiIamProjectThresholdDeleteRequest
func (*IamProjectApiService) IamProjectThresholdDeleteExecute ¶
func (a *IamProjectApiService) IamProjectThresholdDeleteExecute(r ApiIamProjectThresholdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamProjectApiService) IamProjectThresholdGet ¶
func (a *IamProjectApiService) IamProjectThresholdGet(ctx context.Context, projectId string, thresholdId string) ApiIamProjectThresholdGetRequest
IamProjectThresholdGet Get iam/project.threshold
Get iam/project.threshold
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param thresholdId thresholdId @return ApiIamProjectThresholdGetRequest
func (*IamProjectApiService) IamProjectThresholdGetExecute ¶
func (a *IamProjectApiService) IamProjectThresholdGetExecute(r ApiIamProjectThresholdGetRequest) (*ProjectThreshold, *http.Response, error)
Execute executes the request
@return ProjectThreshold
func (*IamProjectApiService) IamProjectThresholdList ¶
func (a *IamProjectApiService) IamProjectThresholdList(ctx context.Context, projectId string) ApiIamProjectThresholdListRequest
IamProjectThresholdList List iam/project.threshold
List iam/project.threshold
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectThresholdListRequest
func (*IamProjectApiService) IamProjectThresholdListExecute ¶
func (a *IamProjectApiService) IamProjectThresholdListExecute(r ApiIamProjectThresholdListRequest) ([]ProjectThreshold, *http.Response, error)
Execute executes the request
@return []ProjectThreshold
func (*IamProjectApiService) IamProjectTransfer ¶
func (a *IamProjectApiService) IamProjectTransfer(ctx context.Context, projectId string) ApiIamProjectTransferRequest
IamProjectTransfer Transfer iam/project
action transfer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectTransferRequest
func (*IamProjectApiService) IamProjectTransferExecute ¶
func (a *IamProjectApiService) IamProjectTransferExecute(r ApiIamProjectTransferRequest) (*Project, *http.Response, error)
Execute executes the request
@return Project
func (*IamProjectApiService) IamProjectUpdate ¶
func (a *IamProjectApiService) IamProjectUpdate(ctx context.Context, projectId string) ApiIamProjectUpdateRequest
IamProjectUpdate Update iam/project
Returns modified project
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectUpdateRequest
func (*IamProjectApiService) IamProjectUpdateExecute ¶
func (a *IamProjectApiService) IamProjectUpdateExecute(r ApiIamProjectUpdateRequest) (*Project, *http.Response, error)
Execute executes the request
@return Project
func (*IamProjectApiService) IamProjectUsageGet ¶
func (a *IamProjectApiService) IamProjectUsageGet(ctx context.Context, projectId string, usageId string) ApiIamProjectUsageGetRequest
IamProjectUsageGet Get iam/project.usage
Get iam/project.usage
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param usageId usageId @return ApiIamProjectUsageGetRequest
func (*IamProjectApiService) IamProjectUsageGetExecute ¶
func (a *IamProjectApiService) IamProjectUsageGetExecute(r ApiIamProjectUsageGetRequest) (*Metric, *http.Response, error)
Execute executes the request
@return Metric
func (*IamProjectApiService) IamProjectUsageList ¶
func (a *IamProjectApiService) IamProjectUsageList(ctx context.Context, projectId string) ApiIamProjectUsageListRequest
IamProjectUsageList List iam/project.usage
List iam/project.usage
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectUsageListRequest
func (*IamProjectApiService) IamProjectUsageListExecute ¶
func (a *IamProjectApiService) IamProjectUsageListExecute(r ApiIamProjectUsageListRequest) ([]Metric, *http.Response, error)
Execute executes the request
@return []Metric
func (*IamProjectApiService) IamProjectUsageSeriesList ¶
func (a *IamProjectApiService) IamProjectUsageSeriesList(ctx context.Context, projectId string, usageId string) ApiIamProjectUsageSeriesListRequest
IamProjectUsageSeriesList List iam/project.series
List iam/project.series
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param usageId usageId @return ApiIamProjectUsageSeriesListRequest
func (*IamProjectApiService) IamProjectUsageSeriesListExecute ¶
func (a *IamProjectApiService) IamProjectUsageSeriesListExecute(r ApiIamProjectUsageSeriesListRequest) ([]Point, *http.Response, error)
Execute executes the request
@return []Point
type IamProjectApplicationApiService ¶
type IamProjectApplicationApiService service
IamProjectApplicationApiService IamProjectApplicationApi service
func (*IamProjectApplicationApiService) IamProjectApplicationCreate ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCreate(ctx context.Context, projectId string) ApiIamProjectApplicationCreateRequest
IamProjectApplicationCreate Create iam/application
Create application
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectApplicationCreateRequest
func (*IamProjectApplicationApiService) IamProjectApplicationCreateExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCreateExecute(r ApiIamProjectApplicationCreateRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
func (*IamProjectApplicationApiService) IamProjectApplicationCredentialCreate ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialCreate(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationCredentialCreateRequest
IamProjectApplicationCredentialCreate Create iam/application.credential
Create iam/application.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationCredentialCreateRequest
func (*IamProjectApplicationApiService) IamProjectApplicationCredentialCreateExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialCreateExecute(r ApiIamProjectApplicationCredentialCreateRequest) (*ApplicationCredential, *http.Response, error)
Execute executes the request
@return ApplicationCredential
func (*IamProjectApplicationApiService) IamProjectApplicationCredentialDelete ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialDelete(ctx context.Context, projectId string, applicationId string, credentialId string) ApiIamProjectApplicationCredentialDeleteRequest
IamProjectApplicationCredentialDelete Delete iam/application.credential
Delete iam/application.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @param credentialId credentialId @return ApiIamProjectApplicationCredentialDeleteRequest
func (*IamProjectApplicationApiService) IamProjectApplicationCredentialDeleteExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialDeleteExecute(r ApiIamProjectApplicationCredentialDeleteRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
func (*IamProjectApplicationApiService) IamProjectApplicationCredentialGet ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialGet(ctx context.Context, projectId string, applicationId string, credentialId string) ApiIamProjectApplicationCredentialGetRequest
IamProjectApplicationCredentialGet Get iam/application.credential
Get iam/application.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @param credentialId credentialId @return ApiIamProjectApplicationCredentialGetRequest
func (*IamProjectApplicationApiService) IamProjectApplicationCredentialGetExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialGetExecute(r ApiIamProjectApplicationCredentialGetRequest) (*ApplicationCredential, *http.Response, error)
Execute executes the request
@return ApplicationCredential
func (*IamProjectApplicationApiService) IamProjectApplicationCredentialList ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialList(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationCredentialListRequest
IamProjectApplicationCredentialList List iam/application.credential
List iam/application.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationCredentialListRequest
func (*IamProjectApplicationApiService) IamProjectApplicationCredentialListExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialListExecute(r ApiIamProjectApplicationCredentialListRequest) ([]ApplicationCredential, *http.Response, error)
Execute executes the request
@return []ApplicationCredential
func (*IamProjectApplicationApiService) IamProjectApplicationCredentialPatch ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialPatch(ctx context.Context, projectId string, applicationId string, credentialId string) ApiIamProjectApplicationCredentialPatchRequest
IamProjectApplicationCredentialPatch Update iam/application.credential
Update iam/application.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @param credentialId credentialId @return ApiIamProjectApplicationCredentialPatchRequest
func (*IamProjectApplicationApiService) IamProjectApplicationCredentialPatchExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationCredentialPatchExecute(r ApiIamProjectApplicationCredentialPatchRequest) (*ApplicationCredential, *http.Response, error)
Execute executes the request
@return ApplicationCredential
func (*IamProjectApplicationApiService) IamProjectApplicationDelete ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationDelete(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationDeleteRequest
IamProjectApplicationDelete Delete iam/application
Delete application
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationDeleteRequest
func (*IamProjectApplicationApiService) IamProjectApplicationDeleteExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationDeleteExecute(r ApiIamProjectApplicationDeleteRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
func (*IamProjectApplicationApiService) IamProjectApplicationEventGet ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationEventGet(ctx context.Context, projectId string, applicationId string, eventId string) ApiIamProjectApplicationEventGetRequest
IamProjectApplicationEventGet Get iam/application.event
Get iam/application.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @param eventId eventId @return ApiIamProjectApplicationEventGetRequest
func (*IamProjectApplicationApiService) IamProjectApplicationEventGetExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationEventGetExecute(r ApiIamProjectApplicationEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*IamProjectApplicationApiService) IamProjectApplicationEventList ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationEventList(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationEventListRequest
IamProjectApplicationEventList List iam/application.event
List iam/application.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationEventListRequest
func (*IamProjectApplicationApiService) IamProjectApplicationEventListExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationEventListExecute(r ApiIamProjectApplicationEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*IamProjectApplicationApiService) IamProjectApplicationGet ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationGet(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationGetRequest
IamProjectApplicationGet Get iam/application
Returns a single application
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationGetRequest
func (*IamProjectApplicationApiService) IamProjectApplicationGetExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationGetExecute(r ApiIamProjectApplicationGetRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
func (*IamProjectApplicationApiService) IamProjectApplicationList ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationList(ctx context.Context, projectId string) ApiIamProjectApplicationListRequest
IamProjectApplicationList List iam/application
List application
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectApplicationListRequest
func (*IamProjectApplicationApiService) IamProjectApplicationListExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationListExecute(r ApiIamProjectApplicationListRequest) ([]Application, *http.Response, error)
Execute executes the request
@return []Application
func (*IamProjectApplicationApiService) IamProjectApplicationRedirectCreate ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectCreate(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationRedirectCreateRequest
IamProjectApplicationRedirectCreate Create iam/application.redirect
Create iam/application.redirect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationRedirectCreateRequest
func (*IamProjectApplicationApiService) IamProjectApplicationRedirectCreateExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectCreateExecute(r ApiIamProjectApplicationRedirectCreateRequest) (*IamRedirect, *http.Response, error)
Execute executes the request
@return IamRedirect
func (*IamProjectApplicationApiService) IamProjectApplicationRedirectDelete ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectDelete(ctx context.Context, projectId string, applicationId string, redirectId string) ApiIamProjectApplicationRedirectDeleteRequest
IamProjectApplicationRedirectDelete Delete iam/application.redirect
Delete iam/application.redirect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @param redirectId redirectId @return ApiIamProjectApplicationRedirectDeleteRequest
func (*IamProjectApplicationApiService) IamProjectApplicationRedirectDeleteExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectDeleteExecute(r ApiIamProjectApplicationRedirectDeleteRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
func (*IamProjectApplicationApiService) IamProjectApplicationRedirectGet ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectGet(ctx context.Context, projectId string, applicationId string, redirectId string) ApiIamProjectApplicationRedirectGetRequest
IamProjectApplicationRedirectGet Get iam/application.redirect
Get iam/application.redirect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @param redirectId redirectId @return ApiIamProjectApplicationRedirectGetRequest
func (*IamProjectApplicationApiService) IamProjectApplicationRedirectGetExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectGetExecute(r ApiIamProjectApplicationRedirectGetRequest) (*IamRedirect, *http.Response, error)
Execute executes the request
@return IamRedirect
func (*IamProjectApplicationApiService) IamProjectApplicationRedirectList ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectList(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationRedirectListRequest
IamProjectApplicationRedirectList List iam/application.redirect
List iam/application.redirect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationRedirectListRequest
func (*IamProjectApplicationApiService) IamProjectApplicationRedirectListExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectListExecute(r ApiIamProjectApplicationRedirectListRequest) ([]IamRedirect, *http.Response, error)
Execute executes the request
@return []IamRedirect
func (*IamProjectApplicationApiService) IamProjectApplicationRedirectPatch ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectPatch(ctx context.Context, projectId string, applicationId string, redirectId string) ApiIamProjectApplicationRedirectPatchRequest
IamProjectApplicationRedirectPatch Update iam/application.redirect
Update iam/application.redirect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @param redirectId redirectId @return ApiIamProjectApplicationRedirectPatchRequest
func (*IamProjectApplicationApiService) IamProjectApplicationRedirectPatchExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationRedirectPatchExecute(r ApiIamProjectApplicationRedirectPatchRequest) (*IamRedirect, *http.Response, error)
Execute executes the request
@return IamRedirect
func (*IamProjectApplicationApiService) IamProjectApplicationServiceGet ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationServiceGet(ctx context.Context, projectId string, applicationId string, serviceId string) ApiIamProjectApplicationServiceGetRequest
IamProjectApplicationServiceGet Get iam/application.service
Get iam/application.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @param serviceId serviceId @return ApiIamProjectApplicationServiceGetRequest
func (*IamProjectApplicationApiService) IamProjectApplicationServiceGetExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationServiceGetExecute(r ApiIamProjectApplicationServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*IamProjectApplicationApiService) IamProjectApplicationServiceList ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationServiceList(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationServiceListRequest
IamProjectApplicationServiceList List iam/application.service
List iam/application.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationServiceListRequest
func (*IamProjectApplicationApiService) IamProjectApplicationServiceListExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationServiceListExecute(r ApiIamProjectApplicationServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*IamProjectApplicationApiService) IamProjectApplicationTagCreate ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationTagCreate(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationTagCreateRequest
IamProjectApplicationTagCreate Create iam/application.tag
Create iam/application.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationTagCreateRequest
func (*IamProjectApplicationApiService) IamProjectApplicationTagCreateExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationTagCreateExecute(r ApiIamProjectApplicationTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectApplicationApiService) IamProjectApplicationTagDelete ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationTagDelete(ctx context.Context, projectId string, applicationId string, tagId string) ApiIamProjectApplicationTagDeleteRequest
IamProjectApplicationTagDelete Delete iam/application.tag
Delete iam/application.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @param tagId tagId @return ApiIamProjectApplicationTagDeleteRequest
func (*IamProjectApplicationApiService) IamProjectApplicationTagDeleteExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationTagDeleteExecute(r ApiIamProjectApplicationTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamProjectApplicationApiService) IamProjectApplicationTagGet ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationTagGet(ctx context.Context, projectId string, applicationId string, tagId string) ApiIamProjectApplicationTagGetRequest
IamProjectApplicationTagGet Get iam/application.tag
Get iam/application.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @param tagId tagId @return ApiIamProjectApplicationTagGetRequest
func (*IamProjectApplicationApiService) IamProjectApplicationTagGetExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationTagGetExecute(r ApiIamProjectApplicationTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectApplicationApiService) IamProjectApplicationTagList ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationTagList(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationTagListRequest
IamProjectApplicationTagList List iam/application.tag
List iam/application.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationTagListRequest
func (*IamProjectApplicationApiService) IamProjectApplicationTagListExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationTagListExecute(r ApiIamProjectApplicationTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectApplicationApiService) IamProjectApplicationTagPut ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationTagPut(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationTagPutRequest
IamProjectApplicationTagPut Replace iam/application.tag
Replace iam/application.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationTagPutRequest
func (*IamProjectApplicationApiService) IamProjectApplicationTagPutExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationTagPutExecute(r ApiIamProjectApplicationTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectApplicationApiService) IamProjectApplicationUpdate ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationUpdate(ctx context.Context, projectId string, applicationId string) ApiIamProjectApplicationUpdateRequest
IamProjectApplicationUpdate Update iam/application
Returns modified application
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param applicationId Application Id @return ApiIamProjectApplicationUpdateRequest
func (*IamProjectApplicationApiService) IamProjectApplicationUpdateExecute ¶
func (a *IamProjectApplicationApiService) IamProjectApplicationUpdateExecute(r ApiIamProjectApplicationUpdateRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
type IamProjectApplicationCreate ¶
type IamProjectApplicationCreate struct { Name string `json:"name"` Redirect []IamRedirect `json:"redirect,omitempty"` Service string `json:"service"` Tag []Tag `json:"tag,omitempty"` }
IamProjectApplicationCreate struct for IamProjectApplicationCreate
func NewIamProjectApplicationCreate ¶
func NewIamProjectApplicationCreate(name string, service string) *IamProjectApplicationCreate
NewIamProjectApplicationCreate instantiates a new IamProjectApplicationCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectApplicationCreateWithDefaults ¶
func NewIamProjectApplicationCreateWithDefaults() *IamProjectApplicationCreate
NewIamProjectApplicationCreateWithDefaults instantiates a new IamProjectApplicationCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectApplicationCreate) GetName ¶
func (o *IamProjectApplicationCreate) GetName() string
GetName returns the Name field value
func (*IamProjectApplicationCreate) GetNameOk ¶
func (o *IamProjectApplicationCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IamProjectApplicationCreate) GetRedirect ¶
func (o *IamProjectApplicationCreate) GetRedirect() []IamRedirect
GetRedirect returns the Redirect field value if set, zero value otherwise.
func (*IamProjectApplicationCreate) GetRedirectOk ¶
func (o *IamProjectApplicationCreate) GetRedirectOk() ([]IamRedirect, bool)
GetRedirectOk returns a tuple with the Redirect field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectApplicationCreate) GetService ¶
func (o *IamProjectApplicationCreate) GetService() string
GetService returns the Service field value
func (*IamProjectApplicationCreate) GetServiceOk ¶
func (o *IamProjectApplicationCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (*IamProjectApplicationCreate) GetTag ¶
func (o *IamProjectApplicationCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*IamProjectApplicationCreate) GetTagOk ¶
func (o *IamProjectApplicationCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectApplicationCreate) HasRedirect ¶
func (o *IamProjectApplicationCreate) HasRedirect() bool
HasRedirect returns a boolean if a field has been set.
func (*IamProjectApplicationCreate) HasTag ¶
func (o *IamProjectApplicationCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (IamProjectApplicationCreate) MarshalJSON ¶
func (o IamProjectApplicationCreate) MarshalJSON() ([]byte, error)
func (*IamProjectApplicationCreate) SetName ¶
func (o *IamProjectApplicationCreate) SetName(v string)
SetName sets field value
func (*IamProjectApplicationCreate) SetRedirect ¶
func (o *IamProjectApplicationCreate) SetRedirect(v []IamRedirect)
SetRedirect gets a reference to the given []IamRedirect and assigns it to the Redirect field.
func (*IamProjectApplicationCreate) SetService ¶
func (o *IamProjectApplicationCreate) SetService(v string)
SetService sets field value
func (*IamProjectApplicationCreate) SetTag ¶
func (o *IamProjectApplicationCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type IamProjectApplicationCredentialPatch ¶
type IamProjectApplicationCredentialPatch struct {
Name string `json:"name"`
}
IamProjectApplicationCredentialPatch struct for IamProjectApplicationCredentialPatch
func NewIamProjectApplicationCredentialPatch ¶
func NewIamProjectApplicationCredentialPatch(name string) *IamProjectApplicationCredentialPatch
NewIamProjectApplicationCredentialPatch instantiates a new IamProjectApplicationCredentialPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectApplicationCredentialPatchWithDefaults ¶
func NewIamProjectApplicationCredentialPatchWithDefaults() *IamProjectApplicationCredentialPatch
NewIamProjectApplicationCredentialPatchWithDefaults instantiates a new IamProjectApplicationCredentialPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectApplicationCredentialPatch) GetName ¶
func (o *IamProjectApplicationCredentialPatch) GetName() string
GetName returns the Name field value
func (*IamProjectApplicationCredentialPatch) GetNameOk ¶
func (o *IamProjectApplicationCredentialPatch) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (IamProjectApplicationCredentialPatch) MarshalJSON ¶
func (o IamProjectApplicationCredentialPatch) MarshalJSON() ([]byte, error)
func (*IamProjectApplicationCredentialPatch) SetName ¶
func (o *IamProjectApplicationCredentialPatch) SetName(v string)
SetName sets field value
type IamProjectApplicationRedirectPatch ¶
type IamProjectApplicationRedirectPatch struct {
Name string `json:"name"`
}
IamProjectApplicationRedirectPatch struct for IamProjectApplicationRedirectPatch
func NewIamProjectApplicationRedirectPatch ¶
func NewIamProjectApplicationRedirectPatch(name string) *IamProjectApplicationRedirectPatch
NewIamProjectApplicationRedirectPatch instantiates a new IamProjectApplicationRedirectPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectApplicationRedirectPatchWithDefaults ¶
func NewIamProjectApplicationRedirectPatchWithDefaults() *IamProjectApplicationRedirectPatch
NewIamProjectApplicationRedirectPatchWithDefaults instantiates a new IamProjectApplicationRedirectPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectApplicationRedirectPatch) GetName ¶
func (o *IamProjectApplicationRedirectPatch) GetName() string
GetName returns the Name field value
func (*IamProjectApplicationRedirectPatch) GetNameOk ¶
func (o *IamProjectApplicationRedirectPatch) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (IamProjectApplicationRedirectPatch) MarshalJSON ¶
func (o IamProjectApplicationRedirectPatch) MarshalJSON() ([]byte, error)
func (*IamProjectApplicationRedirectPatch) SetName ¶
func (o *IamProjectApplicationRedirectPatch) SetName(v string)
SetName sets field value
type IamProjectApplicationUpdate ¶
type IamProjectApplicationUpdate struct {
Name *string `json:"name,omitempty"`
}
IamProjectApplicationUpdate struct for IamProjectApplicationUpdate
func NewIamProjectApplicationUpdate ¶
func NewIamProjectApplicationUpdate() *IamProjectApplicationUpdate
NewIamProjectApplicationUpdate instantiates a new IamProjectApplicationUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectApplicationUpdateWithDefaults ¶
func NewIamProjectApplicationUpdateWithDefaults() *IamProjectApplicationUpdate
NewIamProjectApplicationUpdateWithDefaults instantiates a new IamProjectApplicationUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectApplicationUpdate) GetName ¶
func (o *IamProjectApplicationUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*IamProjectApplicationUpdate) GetNameOk ¶
func (o *IamProjectApplicationUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectApplicationUpdate) HasName ¶
func (o *IamProjectApplicationUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (IamProjectApplicationUpdate) MarshalJSON ¶
func (o IamProjectApplicationUpdate) MarshalJSON() ([]byte, error)
func (*IamProjectApplicationUpdate) SetName ¶
func (o *IamProjectApplicationUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type IamProjectCreate ¶
type IamProjectCreate struct { Name string `json:"name"` Organisation string `json:"organisation"` Tag []Tag `json:"tag,omitempty"` }
IamProjectCreate struct for IamProjectCreate
func NewIamProjectCreate ¶
func NewIamProjectCreate(name string, organisation string) *IamProjectCreate
NewIamProjectCreate instantiates a new IamProjectCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectCreateWithDefaults ¶
func NewIamProjectCreateWithDefaults() *IamProjectCreate
NewIamProjectCreateWithDefaults instantiates a new IamProjectCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectCreate) GetName ¶
func (o *IamProjectCreate) GetName() string
GetName returns the Name field value
func (*IamProjectCreate) GetNameOk ¶
func (o *IamProjectCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IamProjectCreate) GetOrganisation ¶
func (o *IamProjectCreate) GetOrganisation() string
GetOrganisation returns the Organisation field value
func (*IamProjectCreate) GetOrganisationOk ¶
func (o *IamProjectCreate) GetOrganisationOk() (*string, bool)
GetOrganisationOk returns a tuple with the Organisation field value and a boolean to check if the value has been set.
func (*IamProjectCreate) GetTag ¶
func (o *IamProjectCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*IamProjectCreate) GetTagOk ¶
func (o *IamProjectCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectCreate) HasTag ¶
func (o *IamProjectCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (IamProjectCreate) MarshalJSON ¶
func (o IamProjectCreate) MarshalJSON() ([]byte, error)
func (*IamProjectCreate) SetName ¶
func (o *IamProjectCreate) SetName(v string)
SetName sets field value
func (*IamProjectCreate) SetOrganisation ¶
func (o *IamProjectCreate) SetOrganisation(v string)
SetOrganisation sets field value
func (*IamProjectCreate) SetTag ¶
func (o *IamProjectCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type IamProjectCredentialStorePatch ¶
type IamProjectCredentialStorePatch struct {
Name string `json:"name"`
}
IamProjectCredentialStorePatch struct for IamProjectCredentialStorePatch
func NewIamProjectCredentialStorePatch ¶
func NewIamProjectCredentialStorePatch(name string) *IamProjectCredentialStorePatch
NewIamProjectCredentialStorePatch instantiates a new IamProjectCredentialStorePatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectCredentialStorePatchWithDefaults ¶
func NewIamProjectCredentialStorePatchWithDefaults() *IamProjectCredentialStorePatch
NewIamProjectCredentialStorePatchWithDefaults instantiates a new IamProjectCredentialStorePatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectCredentialStorePatch) GetName ¶
func (o *IamProjectCredentialStorePatch) GetName() string
GetName returns the Name field value
func (*IamProjectCredentialStorePatch) GetNameOk ¶
func (o *IamProjectCredentialStorePatch) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (IamProjectCredentialStorePatch) MarshalJSON ¶
func (o IamProjectCredentialStorePatch) MarshalJSON() ([]byte, error)
func (*IamProjectCredentialStorePatch) SetName ¶
func (o *IamProjectCredentialStorePatch) SetName(v string)
SetName sets field value
type IamProjectGroupApiService ¶
type IamProjectGroupApiService service
IamProjectGroupApiService IamProjectGroupApi service
func (*IamProjectGroupApiService) IamProjectGroupActorCreate ¶
func (a *IamProjectGroupApiService) IamProjectGroupActorCreate(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupActorCreateRequest
IamProjectGroupActorCreate Create iam/group.actor
Create iam/group.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @return ApiIamProjectGroupActorCreateRequest
func (*IamProjectGroupApiService) IamProjectGroupActorCreateExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupActorCreateExecute(r ApiIamProjectGroupActorCreateRequest) (*IamActor, *http.Response, error)
Execute executes the request
@return IamActor
func (*IamProjectGroupApiService) IamProjectGroupActorDelete ¶
func (a *IamProjectGroupApiService) IamProjectGroupActorDelete(ctx context.Context, projectId string, groupId string, actorId string) ApiIamProjectGroupActorDeleteRequest
IamProjectGroupActorDelete Delete iam/group.actor
Delete iam/group.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @param actorId actorId @return ApiIamProjectGroupActorDeleteRequest
func (*IamProjectGroupApiService) IamProjectGroupActorDeleteExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupActorDeleteExecute(r ApiIamProjectGroupActorDeleteRequest) (*IamActor, *http.Response, error)
Execute executes the request
@return IamActor
func (*IamProjectGroupApiService) IamProjectGroupActorGet ¶
func (a *IamProjectGroupApiService) IamProjectGroupActorGet(ctx context.Context, projectId string, groupId string, actorId string) ApiIamProjectGroupActorGetRequest
IamProjectGroupActorGet Get iam/group.actor
Get iam/group.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @param actorId actorId @return ApiIamProjectGroupActorGetRequest
func (*IamProjectGroupApiService) IamProjectGroupActorGetExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupActorGetExecute(r ApiIamProjectGroupActorGetRequest) (*IamActor, *http.Response, error)
Execute executes the request
@return IamActor
func (*IamProjectGroupApiService) IamProjectGroupActorList ¶
func (a *IamProjectGroupApiService) IamProjectGroupActorList(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupActorListRequest
IamProjectGroupActorList List iam/group.actor
List iam/group.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @return ApiIamProjectGroupActorListRequest
func (*IamProjectGroupApiService) IamProjectGroupActorListExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupActorListExecute(r ApiIamProjectGroupActorListRequest) ([]IamActor, *http.Response, error)
Execute executes the request
@return []IamActor
func (*IamProjectGroupApiService) IamProjectGroupCreate ¶
func (a *IamProjectGroupApiService) IamProjectGroupCreate(ctx context.Context, projectId string) ApiIamProjectGroupCreateRequest
IamProjectGroupCreate Create iam/group
Create group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectGroupCreateRequest
func (*IamProjectGroupApiService) IamProjectGroupCreateExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupCreateExecute(r ApiIamProjectGroupCreateRequest) (*Group, *http.Response, error)
Execute executes the request
@return Group
func (*IamProjectGroupApiService) IamProjectGroupDelete ¶
func (a *IamProjectGroupApiService) IamProjectGroupDelete(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupDeleteRequest
IamProjectGroupDelete Delete iam/group
Delete group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @return ApiIamProjectGroupDeleteRequest
func (*IamProjectGroupApiService) IamProjectGroupDeleteExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupDeleteExecute(r ApiIamProjectGroupDeleteRequest) (*Group, *http.Response, error)
Execute executes the request
@return Group
func (*IamProjectGroupApiService) IamProjectGroupEventGet ¶
func (a *IamProjectGroupApiService) IamProjectGroupEventGet(ctx context.Context, projectId string, groupId string, eventId string) ApiIamProjectGroupEventGetRequest
IamProjectGroupEventGet Get iam/group.event
Get iam/group.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @param eventId eventId @return ApiIamProjectGroupEventGetRequest
func (*IamProjectGroupApiService) IamProjectGroupEventGetExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupEventGetExecute(r ApiIamProjectGroupEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*IamProjectGroupApiService) IamProjectGroupEventList ¶
func (a *IamProjectGroupApiService) IamProjectGroupEventList(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupEventListRequest
IamProjectGroupEventList List iam/group.event
List iam/group.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @return ApiIamProjectGroupEventListRequest
func (*IamProjectGroupApiService) IamProjectGroupEventListExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupEventListExecute(r ApiIamProjectGroupEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*IamProjectGroupApiService) IamProjectGroupGet ¶
func (a *IamProjectGroupApiService) IamProjectGroupGet(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupGetRequest
IamProjectGroupGet Get iam/group
Returns a single group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @return ApiIamProjectGroupGetRequest
func (*IamProjectGroupApiService) IamProjectGroupGetExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupGetExecute(r ApiIamProjectGroupGetRequest) (*Group, *http.Response, error)
Execute executes the request
@return Group
func (*IamProjectGroupApiService) IamProjectGroupList ¶
func (a *IamProjectGroupApiService) IamProjectGroupList(ctx context.Context, projectId string) ApiIamProjectGroupListRequest
IamProjectGroupList List iam/group
List group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectGroupListRequest
func (*IamProjectGroupApiService) IamProjectGroupListExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupListExecute(r ApiIamProjectGroupListRequest) ([]Group, *http.Response, error)
Execute executes the request
@return []Group
func (*IamProjectGroupApiService) IamProjectGroupServiceGet ¶
func (a *IamProjectGroupApiService) IamProjectGroupServiceGet(ctx context.Context, projectId string, groupId string, serviceId string) ApiIamProjectGroupServiceGetRequest
IamProjectGroupServiceGet Get iam/group.service
Get iam/group.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @param serviceId serviceId @return ApiIamProjectGroupServiceGetRequest
func (*IamProjectGroupApiService) IamProjectGroupServiceGetExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupServiceGetExecute(r ApiIamProjectGroupServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*IamProjectGroupApiService) IamProjectGroupServiceList ¶
func (a *IamProjectGroupApiService) IamProjectGroupServiceList(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupServiceListRequest
IamProjectGroupServiceList List iam/group.service
List iam/group.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @return ApiIamProjectGroupServiceListRequest
func (*IamProjectGroupApiService) IamProjectGroupServiceListExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupServiceListExecute(r ApiIamProjectGroupServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*IamProjectGroupApiService) IamProjectGroupTagCreate ¶
func (a *IamProjectGroupApiService) IamProjectGroupTagCreate(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupTagCreateRequest
IamProjectGroupTagCreate Create iam/group.tag
Create iam/group.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @return ApiIamProjectGroupTagCreateRequest
func (*IamProjectGroupApiService) IamProjectGroupTagCreateExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupTagCreateExecute(r ApiIamProjectGroupTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectGroupApiService) IamProjectGroupTagDelete ¶
func (a *IamProjectGroupApiService) IamProjectGroupTagDelete(ctx context.Context, projectId string, groupId string, tagId string) ApiIamProjectGroupTagDeleteRequest
IamProjectGroupTagDelete Delete iam/group.tag
Delete iam/group.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @param tagId tagId @return ApiIamProjectGroupTagDeleteRequest
func (*IamProjectGroupApiService) IamProjectGroupTagDeleteExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupTagDeleteExecute(r ApiIamProjectGroupTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamProjectGroupApiService) IamProjectGroupTagGet ¶
func (a *IamProjectGroupApiService) IamProjectGroupTagGet(ctx context.Context, projectId string, groupId string, tagId string) ApiIamProjectGroupTagGetRequest
IamProjectGroupTagGet Get iam/group.tag
Get iam/group.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @param tagId tagId @return ApiIamProjectGroupTagGetRequest
func (*IamProjectGroupApiService) IamProjectGroupTagGetExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupTagGetExecute(r ApiIamProjectGroupTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectGroupApiService) IamProjectGroupTagList ¶
func (a *IamProjectGroupApiService) IamProjectGroupTagList(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupTagListRequest
IamProjectGroupTagList List iam/group.tag
List iam/group.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @return ApiIamProjectGroupTagListRequest
func (*IamProjectGroupApiService) IamProjectGroupTagListExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupTagListExecute(r ApiIamProjectGroupTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectGroupApiService) IamProjectGroupTagPut ¶
func (a *IamProjectGroupApiService) IamProjectGroupTagPut(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupTagPutRequest
IamProjectGroupTagPut Replace iam/group.tag
Replace iam/group.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @return ApiIamProjectGroupTagPutRequest
func (*IamProjectGroupApiService) IamProjectGroupTagPutExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupTagPutExecute(r ApiIamProjectGroupTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectGroupApiService) IamProjectGroupUpdate ¶
func (a *IamProjectGroupApiService) IamProjectGroupUpdate(ctx context.Context, projectId string, groupId string) ApiIamProjectGroupUpdateRequest
IamProjectGroupUpdate Update iam/group
Returns modified group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param groupId Group Id @return ApiIamProjectGroupUpdateRequest
func (*IamProjectGroupApiService) IamProjectGroupUpdateExecute ¶
func (a *IamProjectGroupApiService) IamProjectGroupUpdateExecute(r ApiIamProjectGroupUpdateRequest) (*Group, *http.Response, error)
Execute executes the request
@return Group
type IamProjectGroupCreate ¶
type IamProjectGroupCreate struct { Actor []IamActor `json:"actor,omitempty"` Name string `json:"name"` Tag []Tag `json:"tag,omitempty"` }
IamProjectGroupCreate struct for IamProjectGroupCreate
func NewIamProjectGroupCreate ¶
func NewIamProjectGroupCreate(name string) *IamProjectGroupCreate
NewIamProjectGroupCreate instantiates a new IamProjectGroupCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectGroupCreateWithDefaults ¶
func NewIamProjectGroupCreateWithDefaults() *IamProjectGroupCreate
NewIamProjectGroupCreateWithDefaults instantiates a new IamProjectGroupCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectGroupCreate) GetActor ¶
func (o *IamProjectGroupCreate) GetActor() []IamActor
GetActor returns the Actor field value if set, zero value otherwise.
func (*IamProjectGroupCreate) GetActorOk ¶
func (o *IamProjectGroupCreate) GetActorOk() ([]IamActor, bool)
GetActorOk returns a tuple with the Actor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectGroupCreate) GetName ¶
func (o *IamProjectGroupCreate) GetName() string
GetName returns the Name field value
func (*IamProjectGroupCreate) GetNameOk ¶
func (o *IamProjectGroupCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IamProjectGroupCreate) GetTag ¶
func (o *IamProjectGroupCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*IamProjectGroupCreate) GetTagOk ¶
func (o *IamProjectGroupCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectGroupCreate) HasActor ¶
func (o *IamProjectGroupCreate) HasActor() bool
HasActor returns a boolean if a field has been set.
func (*IamProjectGroupCreate) HasTag ¶
func (o *IamProjectGroupCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (IamProjectGroupCreate) MarshalJSON ¶
func (o IamProjectGroupCreate) MarshalJSON() ([]byte, error)
func (*IamProjectGroupCreate) SetActor ¶
func (o *IamProjectGroupCreate) SetActor(v []IamActor)
SetActor gets a reference to the given []IamActor and assigns it to the Actor field.
func (*IamProjectGroupCreate) SetName ¶
func (o *IamProjectGroupCreate) SetName(v string)
SetName sets field value
func (*IamProjectGroupCreate) SetTag ¶
func (o *IamProjectGroupCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type IamProjectGroupUpdate ¶
type IamProjectGroupUpdate struct {
Name *string `json:"name,omitempty"`
}
IamProjectGroupUpdate struct for IamProjectGroupUpdate
func NewIamProjectGroupUpdate ¶
func NewIamProjectGroupUpdate() *IamProjectGroupUpdate
NewIamProjectGroupUpdate instantiates a new IamProjectGroupUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectGroupUpdateWithDefaults ¶
func NewIamProjectGroupUpdateWithDefaults() *IamProjectGroupUpdate
NewIamProjectGroupUpdateWithDefaults instantiates a new IamProjectGroupUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectGroupUpdate) GetName ¶
func (o *IamProjectGroupUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*IamProjectGroupUpdate) GetNameOk ¶
func (o *IamProjectGroupUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectGroupUpdate) HasName ¶
func (o *IamProjectGroupUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (IamProjectGroupUpdate) MarshalJSON ¶
func (o IamProjectGroupUpdate) MarshalJSON() ([]byte, error)
func (*IamProjectGroupUpdate) SetName ¶
func (o *IamProjectGroupUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type IamProjectInvitationAccept ¶
type IamProjectInvitationAccept struct {
Token string `json:"token"`
}
IamProjectInvitationAccept struct for IamProjectInvitationAccept
func NewIamProjectInvitationAccept ¶
func NewIamProjectInvitationAccept(token string) *IamProjectInvitationAccept
NewIamProjectInvitationAccept instantiates a new IamProjectInvitationAccept object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectInvitationAcceptWithDefaults ¶
func NewIamProjectInvitationAcceptWithDefaults() *IamProjectInvitationAccept
NewIamProjectInvitationAcceptWithDefaults instantiates a new IamProjectInvitationAccept object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectInvitationAccept) GetToken ¶
func (o *IamProjectInvitationAccept) GetToken() string
GetToken returns the Token field value
func (*IamProjectInvitationAccept) GetTokenOk ¶
func (o *IamProjectInvitationAccept) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (IamProjectInvitationAccept) MarshalJSON ¶
func (o IamProjectInvitationAccept) MarshalJSON() ([]byte, error)
func (*IamProjectInvitationAccept) SetToken ¶
func (o *IamProjectInvitationAccept) SetToken(v string)
SetToken sets field value
type IamProjectOwnershipCreate ¶
type IamProjectOwnershipCreate struct {
Email string `json:"email"`
}
IamProjectOwnershipCreate struct for IamProjectOwnershipCreate
func NewIamProjectOwnershipCreate ¶
func NewIamProjectOwnershipCreate(email string) *IamProjectOwnershipCreate
NewIamProjectOwnershipCreate instantiates a new IamProjectOwnershipCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectOwnershipCreateWithDefaults ¶
func NewIamProjectOwnershipCreateWithDefaults() *IamProjectOwnershipCreate
NewIamProjectOwnershipCreateWithDefaults instantiates a new IamProjectOwnershipCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectOwnershipCreate) GetEmail ¶
func (o *IamProjectOwnershipCreate) GetEmail() string
GetEmail returns the Email field value
func (*IamProjectOwnershipCreate) GetEmailOk ¶
func (o *IamProjectOwnershipCreate) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (IamProjectOwnershipCreate) MarshalJSON ¶
func (o IamProjectOwnershipCreate) MarshalJSON() ([]byte, error)
func (*IamProjectOwnershipCreate) SetEmail ¶
func (o *IamProjectOwnershipCreate) SetEmail(v string)
SetEmail sets field value
type IamProjectPolicyApiService ¶
type IamProjectPolicyApiService service
IamProjectPolicyApiService IamProjectPolicyApi service
func (*IamProjectPolicyApiService) IamProjectPolicyActorCreate ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyActorCreate(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyActorCreateRequest
IamProjectPolicyActorCreate Create iam/policy.actor
Create iam/policy.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @return ApiIamProjectPolicyActorCreateRequest
func (*IamProjectPolicyApiService) IamProjectPolicyActorCreateExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyActorCreateExecute(r ApiIamProjectPolicyActorCreateRequest) (*IamActorOrGroup, *http.Response, error)
Execute executes the request
@return IamActorOrGroup
func (*IamProjectPolicyApiService) IamProjectPolicyActorDelete ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyActorDelete(ctx context.Context, projectId string, policyId string, actorId string) ApiIamProjectPolicyActorDeleteRequest
IamProjectPolicyActorDelete Delete iam/policy.actor
Delete iam/policy.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @param actorId actorId @return ApiIamProjectPolicyActorDeleteRequest
func (*IamProjectPolicyApiService) IamProjectPolicyActorDeleteExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyActorDeleteExecute(r ApiIamProjectPolicyActorDeleteRequest) (*IamActorOrGroup, *http.Response, error)
Execute executes the request
@return IamActorOrGroup
func (*IamProjectPolicyApiService) IamProjectPolicyActorGet ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyActorGet(ctx context.Context, projectId string, policyId string, actorId string) ApiIamProjectPolicyActorGetRequest
IamProjectPolicyActorGet Get iam/policy.actor
Get iam/policy.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @param actorId actorId @return ApiIamProjectPolicyActorGetRequest
func (*IamProjectPolicyApiService) IamProjectPolicyActorGetExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyActorGetExecute(r ApiIamProjectPolicyActorGetRequest) (*IamActorOrGroup, *http.Response, error)
Execute executes the request
@return IamActorOrGroup
func (*IamProjectPolicyApiService) IamProjectPolicyActorList ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyActorList(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyActorListRequest
IamProjectPolicyActorList List iam/policy.actor
List iam/policy.actor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @return ApiIamProjectPolicyActorListRequest
func (*IamProjectPolicyApiService) IamProjectPolicyActorListExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyActorListExecute(r ApiIamProjectPolicyActorListRequest) ([]IamActorOrGroup, *http.Response, error)
Execute executes the request
@return []IamActorOrGroup
func (*IamProjectPolicyApiService) IamProjectPolicyCreate ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyCreate(ctx context.Context, projectId string) ApiIamProjectPolicyCreateRequest
IamProjectPolicyCreate Create iam/policy
Create policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectPolicyCreateRequest
func (*IamProjectPolicyApiService) IamProjectPolicyCreateExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyCreateExecute(r ApiIamProjectPolicyCreateRequest) (*Policy, *http.Response, error)
Execute executes the request
@return Policy
func (*IamProjectPolicyApiService) IamProjectPolicyDelete ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyDelete(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyDeleteRequest
IamProjectPolicyDelete Delete iam/policy
Delete policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @return ApiIamProjectPolicyDeleteRequest
func (*IamProjectPolicyApiService) IamProjectPolicyDeleteExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyDeleteExecute(r ApiIamProjectPolicyDeleteRequest) (*Policy, *http.Response, error)
Execute executes the request
@return Policy
func (*IamProjectPolicyApiService) IamProjectPolicyEventGet ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyEventGet(ctx context.Context, projectId string, policyId string, eventId string) ApiIamProjectPolicyEventGetRequest
IamProjectPolicyEventGet Get iam/policy.event
Get iam/policy.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @param eventId eventId @return ApiIamProjectPolicyEventGetRequest
func (*IamProjectPolicyApiService) IamProjectPolicyEventGetExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyEventGetExecute(r ApiIamProjectPolicyEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*IamProjectPolicyApiService) IamProjectPolicyEventList ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyEventList(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyEventListRequest
IamProjectPolicyEventList List iam/policy.event
List iam/policy.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @return ApiIamProjectPolicyEventListRequest
func (*IamProjectPolicyApiService) IamProjectPolicyEventListExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyEventListExecute(r ApiIamProjectPolicyEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*IamProjectPolicyApiService) IamProjectPolicyGet ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyGet(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyGetRequest
IamProjectPolicyGet Get iam/policy
Returns a single policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @return ApiIamProjectPolicyGetRequest
func (*IamProjectPolicyApiService) IamProjectPolicyGetExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyGetExecute(r ApiIamProjectPolicyGetRequest) (*Policy, *http.Response, error)
Execute executes the request
@return Policy
func (*IamProjectPolicyApiService) IamProjectPolicyList ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyList(ctx context.Context, projectId string) ApiIamProjectPolicyListRequest
IamProjectPolicyList List iam/policy
List policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectPolicyListRequest
func (*IamProjectPolicyApiService) IamProjectPolicyListExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyListExecute(r ApiIamProjectPolicyListRequest) ([]Policy, *http.Response, error)
Execute executes the request
@return []Policy
func (*IamProjectPolicyApiService) IamProjectPolicyServiceGet ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyServiceGet(ctx context.Context, projectId string, policyId string, serviceId string) ApiIamProjectPolicyServiceGetRequest
IamProjectPolicyServiceGet Get iam/policy.service
Get iam/policy.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @param serviceId serviceId @return ApiIamProjectPolicyServiceGetRequest
func (*IamProjectPolicyApiService) IamProjectPolicyServiceGetExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyServiceGetExecute(r ApiIamProjectPolicyServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*IamProjectPolicyApiService) IamProjectPolicyServiceList ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyServiceList(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyServiceListRequest
IamProjectPolicyServiceList List iam/policy.service
List iam/policy.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @return ApiIamProjectPolicyServiceListRequest
func (*IamProjectPolicyApiService) IamProjectPolicyServiceListExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyServiceListExecute(r ApiIamProjectPolicyServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*IamProjectPolicyApiService) IamProjectPolicyTagCreate ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyTagCreate(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyTagCreateRequest
IamProjectPolicyTagCreate Create iam/policy.tag
Create iam/policy.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @return ApiIamProjectPolicyTagCreateRequest
func (*IamProjectPolicyApiService) IamProjectPolicyTagCreateExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyTagCreateExecute(r ApiIamProjectPolicyTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectPolicyApiService) IamProjectPolicyTagDelete ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyTagDelete(ctx context.Context, projectId string, policyId string, tagId string) ApiIamProjectPolicyTagDeleteRequest
IamProjectPolicyTagDelete Delete iam/policy.tag
Delete iam/policy.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @param tagId tagId @return ApiIamProjectPolicyTagDeleteRequest
func (*IamProjectPolicyApiService) IamProjectPolicyTagDeleteExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyTagDeleteExecute(r ApiIamProjectPolicyTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamProjectPolicyApiService) IamProjectPolicyTagGet ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyTagGet(ctx context.Context, projectId string, policyId string, tagId string) ApiIamProjectPolicyTagGetRequest
IamProjectPolicyTagGet Get iam/policy.tag
Get iam/policy.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @param tagId tagId @return ApiIamProjectPolicyTagGetRequest
func (*IamProjectPolicyApiService) IamProjectPolicyTagGetExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyTagGetExecute(r ApiIamProjectPolicyTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectPolicyApiService) IamProjectPolicyTagList ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyTagList(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyTagListRequest
IamProjectPolicyTagList List iam/policy.tag
List iam/policy.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @return ApiIamProjectPolicyTagListRequest
func (*IamProjectPolicyApiService) IamProjectPolicyTagListExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyTagListExecute(r ApiIamProjectPolicyTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectPolicyApiService) IamProjectPolicyTagPut ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyTagPut(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyTagPutRequest
IamProjectPolicyTagPut Replace iam/policy.tag
Replace iam/policy.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @return ApiIamProjectPolicyTagPutRequest
func (*IamProjectPolicyApiService) IamProjectPolicyTagPutExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyTagPutExecute(r ApiIamProjectPolicyTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectPolicyApiService) IamProjectPolicyUpdate ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyUpdate(ctx context.Context, projectId string, policyId string) ApiIamProjectPolicyUpdateRequest
IamProjectPolicyUpdate Update iam/policy
Returns modified policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param policyId Policy Id @return ApiIamProjectPolicyUpdateRequest
func (*IamProjectPolicyApiService) IamProjectPolicyUpdateExecute ¶
func (a *IamProjectPolicyApiService) IamProjectPolicyUpdateExecute(r ApiIamProjectPolicyUpdateRequest) (*Policy, *http.Response, error)
Execute executes the request
@return Policy
type IamProjectPolicyCreate ¶
type IamProjectPolicyCreate struct { Actor []IamProjectPolicyCreateActor `json:"actor,omitempty"` Name string `json:"name"` Resource string `json:"resource"` Role string `json:"role"` Tag []Tag `json:"tag,omitempty"` }
IamProjectPolicyCreate struct for IamProjectPolicyCreate
func NewIamProjectPolicyCreate ¶
func NewIamProjectPolicyCreate(name string, resource string, role string) *IamProjectPolicyCreate
NewIamProjectPolicyCreate instantiates a new IamProjectPolicyCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectPolicyCreateWithDefaults ¶
func NewIamProjectPolicyCreateWithDefaults() *IamProjectPolicyCreate
NewIamProjectPolicyCreateWithDefaults instantiates a new IamProjectPolicyCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectPolicyCreate) GetActor ¶
func (o *IamProjectPolicyCreate) GetActor() []IamProjectPolicyCreateActor
GetActor returns the Actor field value if set, zero value otherwise.
func (*IamProjectPolicyCreate) GetActorOk ¶
func (o *IamProjectPolicyCreate) GetActorOk() ([]IamProjectPolicyCreateActor, bool)
GetActorOk returns a tuple with the Actor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectPolicyCreate) GetName ¶
func (o *IamProjectPolicyCreate) GetName() string
GetName returns the Name field value
func (*IamProjectPolicyCreate) GetNameOk ¶
func (o *IamProjectPolicyCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IamProjectPolicyCreate) GetResource ¶
func (o *IamProjectPolicyCreate) GetResource() string
GetResource returns the Resource field value
func (*IamProjectPolicyCreate) GetResourceOk ¶
func (o *IamProjectPolicyCreate) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*IamProjectPolicyCreate) GetRole ¶
func (o *IamProjectPolicyCreate) GetRole() string
GetRole returns the Role field value
func (*IamProjectPolicyCreate) GetRoleOk ¶
func (o *IamProjectPolicyCreate) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*IamProjectPolicyCreate) GetTag ¶
func (o *IamProjectPolicyCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*IamProjectPolicyCreate) GetTagOk ¶
func (o *IamProjectPolicyCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectPolicyCreate) HasActor ¶
func (o *IamProjectPolicyCreate) HasActor() bool
HasActor returns a boolean if a field has been set.
func (*IamProjectPolicyCreate) HasTag ¶
func (o *IamProjectPolicyCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (IamProjectPolicyCreate) MarshalJSON ¶
func (o IamProjectPolicyCreate) MarshalJSON() ([]byte, error)
func (*IamProjectPolicyCreate) SetActor ¶
func (o *IamProjectPolicyCreate) SetActor(v []IamProjectPolicyCreateActor)
SetActor gets a reference to the given []IamProjectPolicyCreateActor and assigns it to the Actor field.
func (*IamProjectPolicyCreate) SetName ¶
func (o *IamProjectPolicyCreate) SetName(v string)
SetName sets field value
func (*IamProjectPolicyCreate) SetResource ¶
func (o *IamProjectPolicyCreate) SetResource(v string)
SetResource sets field value
func (*IamProjectPolicyCreate) SetRole ¶
func (o *IamProjectPolicyCreate) SetRole(v string)
SetRole sets field value
func (*IamProjectPolicyCreate) SetTag ¶
func (o *IamProjectPolicyCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type IamProjectPolicyCreateActor ¶
type IamProjectPolicyCreateActor struct {
Value *string `json:"value,omitempty"`
}
IamProjectPolicyCreateActor struct for IamProjectPolicyCreateActor
func NewIamProjectPolicyCreateActor ¶
func NewIamProjectPolicyCreateActor() *IamProjectPolicyCreateActor
NewIamProjectPolicyCreateActor instantiates a new IamProjectPolicyCreateActor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectPolicyCreateActorWithDefaults ¶
func NewIamProjectPolicyCreateActorWithDefaults() *IamProjectPolicyCreateActor
NewIamProjectPolicyCreateActorWithDefaults instantiates a new IamProjectPolicyCreateActor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectPolicyCreateActor) GetValue ¶
func (o *IamProjectPolicyCreateActor) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*IamProjectPolicyCreateActor) GetValueOk ¶
func (o *IamProjectPolicyCreateActor) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectPolicyCreateActor) HasValue ¶
func (o *IamProjectPolicyCreateActor) HasValue() bool
HasValue returns a boolean if a field has been set.
func (IamProjectPolicyCreateActor) MarshalJSON ¶
func (o IamProjectPolicyCreateActor) MarshalJSON() ([]byte, error)
func (*IamProjectPolicyCreateActor) SetValue ¶
func (o *IamProjectPolicyCreateActor) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
type IamProjectPolicyUpdate ¶
type IamProjectPolicyUpdate struct {
Name *string `json:"name,omitempty"`
}
IamProjectPolicyUpdate struct for IamProjectPolicyUpdate
func NewIamProjectPolicyUpdate ¶
func NewIamProjectPolicyUpdate() *IamProjectPolicyUpdate
NewIamProjectPolicyUpdate instantiates a new IamProjectPolicyUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectPolicyUpdateWithDefaults ¶
func NewIamProjectPolicyUpdateWithDefaults() *IamProjectPolicyUpdate
NewIamProjectPolicyUpdateWithDefaults instantiates a new IamProjectPolicyUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectPolicyUpdate) GetName ¶
func (o *IamProjectPolicyUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*IamProjectPolicyUpdate) GetNameOk ¶
func (o *IamProjectPolicyUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectPolicyUpdate) HasName ¶
func (o *IamProjectPolicyUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (IamProjectPolicyUpdate) MarshalJSON ¶
func (o IamProjectPolicyUpdate) MarshalJSON() ([]byte, error)
func (*IamProjectPolicyUpdate) SetName ¶
func (o *IamProjectPolicyUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type IamProjectQuotaLimitPatch ¶
type IamProjectQuotaLimitPatch struct {
User *float32 `json:"user,omitempty"`
}
IamProjectQuotaLimitPatch struct for IamProjectQuotaLimitPatch
func NewIamProjectQuotaLimitPatch ¶
func NewIamProjectQuotaLimitPatch() *IamProjectQuotaLimitPatch
NewIamProjectQuotaLimitPatch instantiates a new IamProjectQuotaLimitPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectQuotaLimitPatchWithDefaults ¶
func NewIamProjectQuotaLimitPatchWithDefaults() *IamProjectQuotaLimitPatch
NewIamProjectQuotaLimitPatchWithDefaults instantiates a new IamProjectQuotaLimitPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectQuotaLimitPatch) GetUser ¶
func (o *IamProjectQuotaLimitPatch) GetUser() float32
GetUser returns the User field value if set, zero value otherwise.
func (*IamProjectQuotaLimitPatch) GetUserOk ¶
func (o *IamProjectQuotaLimitPatch) GetUserOk() (*float32, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectQuotaLimitPatch) HasUser ¶
func (o *IamProjectQuotaLimitPatch) HasUser() bool
HasUser returns a boolean if a field has been set.
func (IamProjectQuotaLimitPatch) MarshalJSON ¶
func (o IamProjectQuotaLimitPatch) MarshalJSON() ([]byte, error)
func (*IamProjectQuotaLimitPatch) SetUser ¶
func (o *IamProjectQuotaLimitPatch) SetUser(v float32)
SetUser gets a reference to the given float32 and assigns it to the User field.
type IamProjectRoleApiService ¶
type IamProjectRoleApiService service
IamProjectRoleApiService IamProjectRoleApi service
func (*IamProjectRoleApiService) IamProjectRoleCreate ¶
func (a *IamProjectRoleApiService) IamProjectRoleCreate(ctx context.Context, projectId string) ApiIamProjectRoleCreateRequest
IamProjectRoleCreate Create iam/role
Create role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectRoleCreateRequest
func (*IamProjectRoleApiService) IamProjectRoleCreateExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleCreateExecute(r ApiIamProjectRoleCreateRequest) (*Role, *http.Response, error)
Execute executes the request
@return Role
func (*IamProjectRoleApiService) IamProjectRoleDelete ¶
func (a *IamProjectRoleApiService) IamProjectRoleDelete(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleDeleteRequest
IamProjectRoleDelete Delete iam/role
Delete role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @return ApiIamProjectRoleDeleteRequest
func (*IamProjectRoleApiService) IamProjectRoleDeleteExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleDeleteExecute(r ApiIamProjectRoleDeleteRequest) (*Role, *http.Response, error)
Execute executes the request
@return Role
func (*IamProjectRoleApiService) IamProjectRoleEventGet ¶
func (a *IamProjectRoleApiService) IamProjectRoleEventGet(ctx context.Context, projectId string, roleId string, eventId string) ApiIamProjectRoleEventGetRequest
IamProjectRoleEventGet Get iam/role.event
Get iam/role.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @param eventId eventId @return ApiIamProjectRoleEventGetRequest
func (*IamProjectRoleApiService) IamProjectRoleEventGetExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleEventGetExecute(r ApiIamProjectRoleEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*IamProjectRoleApiService) IamProjectRoleEventList ¶
func (a *IamProjectRoleApiService) IamProjectRoleEventList(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleEventListRequest
IamProjectRoleEventList List iam/role.event
List iam/role.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @return ApiIamProjectRoleEventListRequest
func (*IamProjectRoleApiService) IamProjectRoleEventListExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleEventListExecute(r ApiIamProjectRoleEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*IamProjectRoleApiService) IamProjectRoleGet ¶
func (a *IamProjectRoleApiService) IamProjectRoleGet(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleGetRequest
IamProjectRoleGet Get iam/role
Returns a single role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @return ApiIamProjectRoleGetRequest
func (*IamProjectRoleApiService) IamProjectRoleGetExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleGetExecute(r ApiIamProjectRoleGetRequest) (*Role, *http.Response, error)
Execute executes the request
@return Role
func (*IamProjectRoleApiService) IamProjectRoleList ¶
func (a *IamProjectRoleApiService) IamProjectRoleList(ctx context.Context, projectId string) ApiIamProjectRoleListRequest
IamProjectRoleList List iam/role
List role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectRoleListRequest
func (*IamProjectRoleApiService) IamProjectRoleListExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleListExecute(r ApiIamProjectRoleListRequest) ([]Role, *http.Response, error)
Execute executes the request
@return []Role
func (*IamProjectRoleApiService) IamProjectRolePermissionCreate ¶
func (a *IamProjectRoleApiService) IamProjectRolePermissionCreate(ctx context.Context, projectId string, roleId string) ApiIamProjectRolePermissionCreateRequest
IamProjectRolePermissionCreate Create iam/role.permission
Create iam/role.permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @return ApiIamProjectRolePermissionCreateRequest
func (*IamProjectRoleApiService) IamProjectRolePermissionCreateExecute ¶
func (a *IamProjectRoleApiService) IamProjectRolePermissionCreateExecute(r ApiIamProjectRolePermissionCreateRequest) (*IamPermission, *http.Response, error)
Execute executes the request
@return IamPermission
func (*IamProjectRoleApiService) IamProjectRolePermissionDelete ¶
func (a *IamProjectRoleApiService) IamProjectRolePermissionDelete(ctx context.Context, projectId string, roleId string, permissionId string) ApiIamProjectRolePermissionDeleteRequest
IamProjectRolePermissionDelete Delete iam/role.permission
Delete iam/role.permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @param permissionId permissionId @return ApiIamProjectRolePermissionDeleteRequest
func (*IamProjectRoleApiService) IamProjectRolePermissionDeleteExecute ¶
func (a *IamProjectRoleApiService) IamProjectRolePermissionDeleteExecute(r ApiIamProjectRolePermissionDeleteRequest) (*IamPermission, *http.Response, error)
Execute executes the request
@return IamPermission
func (*IamProjectRoleApiService) IamProjectRolePermissionGet ¶
func (a *IamProjectRoleApiService) IamProjectRolePermissionGet(ctx context.Context, projectId string, roleId string, permissionId string) ApiIamProjectRolePermissionGetRequest
IamProjectRolePermissionGet Get iam/role.permission
Get iam/role.permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @param permissionId permissionId @return ApiIamProjectRolePermissionGetRequest
func (*IamProjectRoleApiService) IamProjectRolePermissionGetExecute ¶
func (a *IamProjectRoleApiService) IamProjectRolePermissionGetExecute(r ApiIamProjectRolePermissionGetRequest) (*IamPermission, *http.Response, error)
Execute executes the request
@return IamPermission
func (*IamProjectRoleApiService) IamProjectRolePermissionList ¶
func (a *IamProjectRoleApiService) IamProjectRolePermissionList(ctx context.Context, projectId string, roleId string) ApiIamProjectRolePermissionListRequest
IamProjectRolePermissionList List iam/role.permission
List iam/role.permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @return ApiIamProjectRolePermissionListRequest
func (*IamProjectRoleApiService) IamProjectRolePermissionListExecute ¶
func (a *IamProjectRoleApiService) IamProjectRolePermissionListExecute(r ApiIamProjectRolePermissionListRequest) ([]IamPermission, *http.Response, error)
Execute executes the request
@return []IamPermission
func (*IamProjectRoleApiService) IamProjectRolePermissionPut ¶
func (a *IamProjectRoleApiService) IamProjectRolePermissionPut(ctx context.Context, projectId string, roleId string) ApiIamProjectRolePermissionPutRequest
IamProjectRolePermissionPut Replace iam/role.permission
Replace iam/role.permission
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @return ApiIamProjectRolePermissionPutRequest
func (*IamProjectRoleApiService) IamProjectRolePermissionPutExecute ¶
func (a *IamProjectRoleApiService) IamProjectRolePermissionPutExecute(r ApiIamProjectRolePermissionPutRequest) ([]IamPermission, *http.Response, error)
Execute executes the request
@return []IamPermission
func (*IamProjectRoleApiService) IamProjectRoleServiceGet ¶
func (a *IamProjectRoleApiService) IamProjectRoleServiceGet(ctx context.Context, projectId string, roleId string, serviceId string) ApiIamProjectRoleServiceGetRequest
IamProjectRoleServiceGet Get iam/role.service
Get iam/role.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @param serviceId serviceId @return ApiIamProjectRoleServiceGetRequest
func (*IamProjectRoleApiService) IamProjectRoleServiceGetExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleServiceGetExecute(r ApiIamProjectRoleServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*IamProjectRoleApiService) IamProjectRoleServiceList ¶
func (a *IamProjectRoleApiService) IamProjectRoleServiceList(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleServiceListRequest
IamProjectRoleServiceList List iam/role.service
List iam/role.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @return ApiIamProjectRoleServiceListRequest
func (*IamProjectRoleApiService) IamProjectRoleServiceListExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleServiceListExecute(r ApiIamProjectRoleServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*IamProjectRoleApiService) IamProjectRoleTagCreate ¶
func (a *IamProjectRoleApiService) IamProjectRoleTagCreate(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleTagCreateRequest
IamProjectRoleTagCreate Create iam/role.tag
Create iam/role.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @return ApiIamProjectRoleTagCreateRequest
func (*IamProjectRoleApiService) IamProjectRoleTagCreateExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleTagCreateExecute(r ApiIamProjectRoleTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectRoleApiService) IamProjectRoleTagDelete ¶
func (a *IamProjectRoleApiService) IamProjectRoleTagDelete(ctx context.Context, projectId string, roleId string, tagId string) ApiIamProjectRoleTagDeleteRequest
IamProjectRoleTagDelete Delete iam/role.tag
Delete iam/role.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @param tagId tagId @return ApiIamProjectRoleTagDeleteRequest
func (*IamProjectRoleApiService) IamProjectRoleTagDeleteExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleTagDeleteExecute(r ApiIamProjectRoleTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamProjectRoleApiService) IamProjectRoleTagGet ¶
func (a *IamProjectRoleApiService) IamProjectRoleTagGet(ctx context.Context, projectId string, roleId string, tagId string) ApiIamProjectRoleTagGetRequest
IamProjectRoleTagGet Get iam/role.tag
Get iam/role.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @param tagId tagId @return ApiIamProjectRoleTagGetRequest
func (*IamProjectRoleApiService) IamProjectRoleTagGetExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleTagGetExecute(r ApiIamProjectRoleTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectRoleApiService) IamProjectRoleTagList ¶
func (a *IamProjectRoleApiService) IamProjectRoleTagList(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleTagListRequest
IamProjectRoleTagList List iam/role.tag
List iam/role.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @return ApiIamProjectRoleTagListRequest
func (*IamProjectRoleApiService) IamProjectRoleTagListExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleTagListExecute(r ApiIamProjectRoleTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectRoleApiService) IamProjectRoleTagPut ¶
func (a *IamProjectRoleApiService) IamProjectRoleTagPut(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleTagPutRequest
IamProjectRoleTagPut Replace iam/role.tag
Replace iam/role.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @return ApiIamProjectRoleTagPutRequest
func (*IamProjectRoleApiService) IamProjectRoleTagPutExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleTagPutExecute(r ApiIamProjectRoleTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectRoleApiService) IamProjectRoleUpdate ¶
func (a *IamProjectRoleApiService) IamProjectRoleUpdate(ctx context.Context, projectId string, roleId string) ApiIamProjectRoleUpdateRequest
IamProjectRoleUpdate Update iam/role
Returns modified role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param roleId Role Id @return ApiIamProjectRoleUpdateRequest
func (*IamProjectRoleApiService) IamProjectRoleUpdateExecute ¶
func (a *IamProjectRoleApiService) IamProjectRoleUpdateExecute(r ApiIamProjectRoleUpdateRequest) (*Role, *http.Response, error)
Execute executes the request
@return Role
type IamProjectRoleCreate ¶
type IamProjectRoleCreate struct { Description *string `json:"description,omitempty"` Name string `json:"name"` Permission []IamPermission `json:"permission,omitempty"` Service *string `json:"service,omitempty"` Tag []Tag `json:"tag,omitempty"` }
IamProjectRoleCreate struct for IamProjectRoleCreate
func NewIamProjectRoleCreate ¶
func NewIamProjectRoleCreate(name string) *IamProjectRoleCreate
NewIamProjectRoleCreate instantiates a new IamProjectRoleCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectRoleCreateWithDefaults ¶
func NewIamProjectRoleCreateWithDefaults() *IamProjectRoleCreate
NewIamProjectRoleCreateWithDefaults instantiates a new IamProjectRoleCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectRoleCreate) GetDescription ¶
func (o *IamProjectRoleCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*IamProjectRoleCreate) GetDescriptionOk ¶
func (o *IamProjectRoleCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectRoleCreate) GetName ¶
func (o *IamProjectRoleCreate) GetName() string
GetName returns the Name field value
func (*IamProjectRoleCreate) GetNameOk ¶
func (o *IamProjectRoleCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IamProjectRoleCreate) GetPermission ¶
func (o *IamProjectRoleCreate) GetPermission() []IamPermission
GetPermission returns the Permission field value if set, zero value otherwise.
func (*IamProjectRoleCreate) GetPermissionOk ¶
func (o *IamProjectRoleCreate) GetPermissionOk() ([]IamPermission, bool)
GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectRoleCreate) GetService ¶
func (o *IamProjectRoleCreate) GetService() string
GetService returns the Service field value if set, zero value otherwise.
func (*IamProjectRoleCreate) GetServiceOk ¶
func (o *IamProjectRoleCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectRoleCreate) GetTag ¶
func (o *IamProjectRoleCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*IamProjectRoleCreate) GetTagOk ¶
func (o *IamProjectRoleCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectRoleCreate) HasDescription ¶
func (o *IamProjectRoleCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*IamProjectRoleCreate) HasPermission ¶
func (o *IamProjectRoleCreate) HasPermission() bool
HasPermission returns a boolean if a field has been set.
func (*IamProjectRoleCreate) HasService ¶
func (o *IamProjectRoleCreate) HasService() bool
HasService returns a boolean if a field has been set.
func (*IamProjectRoleCreate) HasTag ¶
func (o *IamProjectRoleCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (IamProjectRoleCreate) MarshalJSON ¶
func (o IamProjectRoleCreate) MarshalJSON() ([]byte, error)
func (*IamProjectRoleCreate) SetDescription ¶
func (o *IamProjectRoleCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*IamProjectRoleCreate) SetName ¶
func (o *IamProjectRoleCreate) SetName(v string)
SetName sets field value
func (*IamProjectRoleCreate) SetPermission ¶
func (o *IamProjectRoleCreate) SetPermission(v []IamPermission)
SetPermission gets a reference to the given []IamPermission and assigns it to the Permission field.
func (*IamProjectRoleCreate) SetService ¶
func (o *IamProjectRoleCreate) SetService(v string)
SetService gets a reference to the given string and assigns it to the Service field.
func (*IamProjectRoleCreate) SetTag ¶
func (o *IamProjectRoleCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type IamProjectRoleUpdate ¶
type IamProjectRoleUpdate struct { Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` }
IamProjectRoleUpdate struct for IamProjectRoleUpdate
func NewIamProjectRoleUpdate ¶
func NewIamProjectRoleUpdate() *IamProjectRoleUpdate
NewIamProjectRoleUpdate instantiates a new IamProjectRoleUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectRoleUpdateWithDefaults ¶
func NewIamProjectRoleUpdateWithDefaults() *IamProjectRoleUpdate
NewIamProjectRoleUpdateWithDefaults instantiates a new IamProjectRoleUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectRoleUpdate) GetDescription ¶
func (o *IamProjectRoleUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*IamProjectRoleUpdate) GetDescriptionOk ¶
func (o *IamProjectRoleUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectRoleUpdate) GetName ¶
func (o *IamProjectRoleUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*IamProjectRoleUpdate) GetNameOk ¶
func (o *IamProjectRoleUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectRoleUpdate) HasDescription ¶
func (o *IamProjectRoleUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*IamProjectRoleUpdate) HasName ¶
func (o *IamProjectRoleUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (IamProjectRoleUpdate) MarshalJSON ¶
func (o IamProjectRoleUpdate) MarshalJSON() ([]byte, error)
func (*IamProjectRoleUpdate) SetDescription ¶
func (o *IamProjectRoleUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*IamProjectRoleUpdate) SetName ¶
func (o *IamProjectRoleUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type IamProjectSaApiService ¶
type IamProjectSaApiService service
IamProjectSaApiService IamProjectSaApi service
func (*IamProjectSaApiService) IamProjectSaCreate ¶
func (a *IamProjectSaApiService) IamProjectSaCreate(ctx context.Context, projectId string) ApiIamProjectSaCreateRequest
IamProjectSaCreate Create iam/sa
Create sa
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectSaCreateRequest
func (*IamProjectSaApiService) IamProjectSaCreateExecute ¶
func (a *IamProjectSaApiService) IamProjectSaCreateExecute(r ApiIamProjectSaCreateRequest) (*Sa, *http.Response, error)
Execute executes the request
@return Sa
func (*IamProjectSaApiService) IamProjectSaCredentialCreate ¶
func (a *IamProjectSaApiService) IamProjectSaCredentialCreate(ctx context.Context, projectId string, saId string) ApiIamProjectSaCredentialCreateRequest
IamProjectSaCredentialCreate Create iam/sa.credential
Create iam/sa.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @return ApiIamProjectSaCredentialCreateRequest
func (*IamProjectSaApiService) IamProjectSaCredentialCreateExecute ¶
func (a *IamProjectSaApiService) IamProjectSaCredentialCreateExecute(r ApiIamProjectSaCredentialCreateRequest) (*SaCredential, *http.Response, error)
Execute executes the request
@return SaCredential
func (*IamProjectSaApiService) IamProjectSaCredentialDelete ¶
func (a *IamProjectSaApiService) IamProjectSaCredentialDelete(ctx context.Context, projectId string, saId string, credentialId string) ApiIamProjectSaCredentialDeleteRequest
IamProjectSaCredentialDelete Delete iam/sa.credential
Delete iam/sa.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @param credentialId credentialId @return ApiIamProjectSaCredentialDeleteRequest
func (*IamProjectSaApiService) IamProjectSaCredentialDeleteExecute ¶
func (a *IamProjectSaApiService) IamProjectSaCredentialDeleteExecute(r ApiIamProjectSaCredentialDeleteRequest) (*Sa, *http.Response, error)
Execute executes the request
@return Sa
func (*IamProjectSaApiService) IamProjectSaCredentialGet ¶
func (a *IamProjectSaApiService) IamProjectSaCredentialGet(ctx context.Context, projectId string, saId string, credentialId string) ApiIamProjectSaCredentialGetRequest
IamProjectSaCredentialGet Get iam/sa.credential
Get iam/sa.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @param credentialId credentialId @return ApiIamProjectSaCredentialGetRequest
func (*IamProjectSaApiService) IamProjectSaCredentialGetExecute ¶
func (a *IamProjectSaApiService) IamProjectSaCredentialGetExecute(r ApiIamProjectSaCredentialGetRequest) (*SaCredential, *http.Response, error)
Execute executes the request
@return SaCredential
func (*IamProjectSaApiService) IamProjectSaCredentialList ¶
func (a *IamProjectSaApiService) IamProjectSaCredentialList(ctx context.Context, projectId string, saId string) ApiIamProjectSaCredentialListRequest
IamProjectSaCredentialList List iam/sa.credential
List iam/sa.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @return ApiIamProjectSaCredentialListRequest
func (*IamProjectSaApiService) IamProjectSaCredentialListExecute ¶
func (a *IamProjectSaApiService) IamProjectSaCredentialListExecute(r ApiIamProjectSaCredentialListRequest) ([]SaCredential, *http.Response, error)
Execute executes the request
@return []SaCredential
func (*IamProjectSaApiService) IamProjectSaCredentialPatch ¶
func (a *IamProjectSaApiService) IamProjectSaCredentialPatch(ctx context.Context, projectId string, saId string, credentialId string) ApiIamProjectSaCredentialPatchRequest
IamProjectSaCredentialPatch Update iam/sa.credential
Update iam/sa.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @param credentialId credentialId @return ApiIamProjectSaCredentialPatchRequest
func (*IamProjectSaApiService) IamProjectSaCredentialPatchExecute ¶
func (a *IamProjectSaApiService) IamProjectSaCredentialPatchExecute(r ApiIamProjectSaCredentialPatchRequest) (*SaCredential, *http.Response, error)
Execute executes the request
@return SaCredential
func (*IamProjectSaApiService) IamProjectSaDelete ¶
func (a *IamProjectSaApiService) IamProjectSaDelete(ctx context.Context, projectId string, saId string) ApiIamProjectSaDeleteRequest
IamProjectSaDelete Delete iam/sa
Delete sa
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @return ApiIamProjectSaDeleteRequest
func (*IamProjectSaApiService) IamProjectSaDeleteExecute ¶
func (a *IamProjectSaApiService) IamProjectSaDeleteExecute(r ApiIamProjectSaDeleteRequest) (*Sa, *http.Response, error)
Execute executes the request
@return Sa
func (*IamProjectSaApiService) IamProjectSaEventGet ¶
func (a *IamProjectSaApiService) IamProjectSaEventGet(ctx context.Context, projectId string, saId string, eventId string) ApiIamProjectSaEventGetRequest
IamProjectSaEventGet Get iam/sa.event
Get iam/sa.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @param eventId eventId @return ApiIamProjectSaEventGetRequest
func (*IamProjectSaApiService) IamProjectSaEventGetExecute ¶
func (a *IamProjectSaApiService) IamProjectSaEventGetExecute(r ApiIamProjectSaEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*IamProjectSaApiService) IamProjectSaEventList ¶
func (a *IamProjectSaApiService) IamProjectSaEventList(ctx context.Context, projectId string, saId string) ApiIamProjectSaEventListRequest
IamProjectSaEventList List iam/sa.event
List iam/sa.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @return ApiIamProjectSaEventListRequest
func (*IamProjectSaApiService) IamProjectSaEventListExecute ¶
func (a *IamProjectSaApiService) IamProjectSaEventListExecute(r ApiIamProjectSaEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*IamProjectSaApiService) IamProjectSaGet ¶
func (a *IamProjectSaApiService) IamProjectSaGet(ctx context.Context, projectId string, saId string) ApiIamProjectSaGetRequest
IamProjectSaGet Get iam/sa
Returns a single sa
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @return ApiIamProjectSaGetRequest
func (*IamProjectSaApiService) IamProjectSaGetExecute ¶
func (a *IamProjectSaApiService) IamProjectSaGetExecute(r ApiIamProjectSaGetRequest) (*Sa, *http.Response, error)
Execute executes the request
@return Sa
func (*IamProjectSaApiService) IamProjectSaList ¶
func (a *IamProjectSaApiService) IamProjectSaList(ctx context.Context, projectId string) ApiIamProjectSaListRequest
IamProjectSaList List iam/sa
List sa
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiIamProjectSaListRequest
func (*IamProjectSaApiService) IamProjectSaListExecute ¶
func (a *IamProjectSaApiService) IamProjectSaListExecute(r ApiIamProjectSaListRequest) ([]Sa, *http.Response, error)
Execute executes the request
@return []Sa
func (*IamProjectSaApiService) IamProjectSaServiceGet ¶
func (a *IamProjectSaApiService) IamProjectSaServiceGet(ctx context.Context, projectId string, saId string, serviceId string) ApiIamProjectSaServiceGetRequest
IamProjectSaServiceGet Get iam/sa.service
Get iam/sa.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @param serviceId serviceId @return ApiIamProjectSaServiceGetRequest
func (*IamProjectSaApiService) IamProjectSaServiceGetExecute ¶
func (a *IamProjectSaApiService) IamProjectSaServiceGetExecute(r ApiIamProjectSaServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*IamProjectSaApiService) IamProjectSaServiceList ¶
func (a *IamProjectSaApiService) IamProjectSaServiceList(ctx context.Context, projectId string, saId string) ApiIamProjectSaServiceListRequest
IamProjectSaServiceList List iam/sa.service
List iam/sa.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @return ApiIamProjectSaServiceListRequest
func (*IamProjectSaApiService) IamProjectSaServiceListExecute ¶
func (a *IamProjectSaApiService) IamProjectSaServiceListExecute(r ApiIamProjectSaServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*IamProjectSaApiService) IamProjectSaTagCreate ¶
func (a *IamProjectSaApiService) IamProjectSaTagCreate(ctx context.Context, projectId string, saId string) ApiIamProjectSaTagCreateRequest
IamProjectSaTagCreate Create iam/sa.tag
Create iam/sa.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @return ApiIamProjectSaTagCreateRequest
func (*IamProjectSaApiService) IamProjectSaTagCreateExecute ¶
func (a *IamProjectSaApiService) IamProjectSaTagCreateExecute(r ApiIamProjectSaTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectSaApiService) IamProjectSaTagDelete ¶
func (a *IamProjectSaApiService) IamProjectSaTagDelete(ctx context.Context, projectId string, saId string, tagId string) ApiIamProjectSaTagDeleteRequest
IamProjectSaTagDelete Delete iam/sa.tag
Delete iam/sa.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @param tagId tagId @return ApiIamProjectSaTagDeleteRequest
func (*IamProjectSaApiService) IamProjectSaTagDeleteExecute ¶
func (a *IamProjectSaApiService) IamProjectSaTagDeleteExecute(r ApiIamProjectSaTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamProjectSaApiService) IamProjectSaTagGet ¶
func (a *IamProjectSaApiService) IamProjectSaTagGet(ctx context.Context, projectId string, saId string, tagId string) ApiIamProjectSaTagGetRequest
IamProjectSaTagGet Get iam/sa.tag
Get iam/sa.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @param tagId tagId @return ApiIamProjectSaTagGetRequest
func (*IamProjectSaApiService) IamProjectSaTagGetExecute ¶
func (a *IamProjectSaApiService) IamProjectSaTagGetExecute(r ApiIamProjectSaTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*IamProjectSaApiService) IamProjectSaTagList ¶
func (a *IamProjectSaApiService) IamProjectSaTagList(ctx context.Context, projectId string, saId string) ApiIamProjectSaTagListRequest
IamProjectSaTagList List iam/sa.tag
List iam/sa.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @return ApiIamProjectSaTagListRequest
func (*IamProjectSaApiService) IamProjectSaTagListExecute ¶
func (a *IamProjectSaApiService) IamProjectSaTagListExecute(r ApiIamProjectSaTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectSaApiService) IamProjectSaTagPut ¶
func (a *IamProjectSaApiService) IamProjectSaTagPut(ctx context.Context, projectId string, saId string) ApiIamProjectSaTagPutRequest
IamProjectSaTagPut Replace iam/sa.tag
Replace iam/sa.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @return ApiIamProjectSaTagPutRequest
func (*IamProjectSaApiService) IamProjectSaTagPutExecute ¶
func (a *IamProjectSaApiService) IamProjectSaTagPutExecute(r ApiIamProjectSaTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*IamProjectSaApiService) IamProjectSaUpdate ¶
func (a *IamProjectSaApiService) IamProjectSaUpdate(ctx context.Context, projectId string, saId string) ApiIamProjectSaUpdateRequest
IamProjectSaUpdate Update iam/sa
Returns modified sa
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param saId Sa Id @return ApiIamProjectSaUpdateRequest
func (*IamProjectSaApiService) IamProjectSaUpdateExecute ¶
func (a *IamProjectSaApiService) IamProjectSaUpdateExecute(r ApiIamProjectSaUpdateRequest) (*Sa, *http.Response, error)
Execute executes the request
@return Sa
type IamProjectSaCreate ¶
type IamProjectSaCreate struct { Name string `json:"name"` Service *string `json:"service,omitempty"` Tag []Tag `json:"tag,omitempty"` }
IamProjectSaCreate struct for IamProjectSaCreate
func NewIamProjectSaCreate ¶
func NewIamProjectSaCreate(name string) *IamProjectSaCreate
NewIamProjectSaCreate instantiates a new IamProjectSaCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectSaCreateWithDefaults ¶
func NewIamProjectSaCreateWithDefaults() *IamProjectSaCreate
NewIamProjectSaCreateWithDefaults instantiates a new IamProjectSaCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectSaCreate) GetName ¶
func (o *IamProjectSaCreate) GetName() string
GetName returns the Name field value
func (*IamProjectSaCreate) GetNameOk ¶
func (o *IamProjectSaCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IamProjectSaCreate) GetService ¶
func (o *IamProjectSaCreate) GetService() string
GetService returns the Service field value if set, zero value otherwise.
func (*IamProjectSaCreate) GetServiceOk ¶
func (o *IamProjectSaCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectSaCreate) GetTag ¶
func (o *IamProjectSaCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*IamProjectSaCreate) GetTagOk ¶
func (o *IamProjectSaCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectSaCreate) HasService ¶
func (o *IamProjectSaCreate) HasService() bool
HasService returns a boolean if a field has been set.
func (*IamProjectSaCreate) HasTag ¶
func (o *IamProjectSaCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (IamProjectSaCreate) MarshalJSON ¶
func (o IamProjectSaCreate) MarshalJSON() ([]byte, error)
func (*IamProjectSaCreate) SetName ¶
func (o *IamProjectSaCreate) SetName(v string)
SetName sets field value
func (*IamProjectSaCreate) SetService ¶
func (o *IamProjectSaCreate) SetService(v string)
SetService gets a reference to the given string and assigns it to the Service field.
func (*IamProjectSaCreate) SetTag ¶
func (o *IamProjectSaCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type IamProjectSaCredentialPatch ¶
type IamProjectSaCredentialPatch struct {
Name string `json:"name"`
}
IamProjectSaCredentialPatch struct for IamProjectSaCredentialPatch
func NewIamProjectSaCredentialPatch ¶
func NewIamProjectSaCredentialPatch(name string) *IamProjectSaCredentialPatch
NewIamProjectSaCredentialPatch instantiates a new IamProjectSaCredentialPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectSaCredentialPatchWithDefaults ¶
func NewIamProjectSaCredentialPatchWithDefaults() *IamProjectSaCredentialPatch
NewIamProjectSaCredentialPatchWithDefaults instantiates a new IamProjectSaCredentialPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectSaCredentialPatch) GetName ¶
func (o *IamProjectSaCredentialPatch) GetName() string
GetName returns the Name field value
func (*IamProjectSaCredentialPatch) GetNameOk ¶
func (o *IamProjectSaCredentialPatch) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (IamProjectSaCredentialPatch) MarshalJSON ¶
func (o IamProjectSaCredentialPatch) MarshalJSON() ([]byte, error)
func (*IamProjectSaCredentialPatch) SetName ¶
func (o *IamProjectSaCredentialPatch) SetName(v string)
SetName sets field value
type IamProjectSaUpdate ¶
type IamProjectSaUpdate struct {
Name *string `json:"name,omitempty"`
}
IamProjectSaUpdate struct for IamProjectSaUpdate
func NewIamProjectSaUpdate ¶
func NewIamProjectSaUpdate() *IamProjectSaUpdate
NewIamProjectSaUpdate instantiates a new IamProjectSaUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectSaUpdateWithDefaults ¶
func NewIamProjectSaUpdateWithDefaults() *IamProjectSaUpdate
NewIamProjectSaUpdateWithDefaults instantiates a new IamProjectSaUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectSaUpdate) GetName ¶
func (o *IamProjectSaUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*IamProjectSaUpdate) GetNameOk ¶
func (o *IamProjectSaUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectSaUpdate) HasName ¶
func (o *IamProjectSaUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (IamProjectSaUpdate) MarshalJSON ¶
func (o IamProjectSaUpdate) MarshalJSON() ([]byte, error)
func (*IamProjectSaUpdate) SetName ¶
func (o *IamProjectSaUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type IamProjectThresholdCreate ¶
type IamProjectThresholdCreate struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` Uri *string `json:"uri,omitempty"` Value *float32 `json:"value,omitempty"` }
IamProjectThresholdCreate struct for IamProjectThresholdCreate
func NewIamProjectThresholdCreate ¶
func NewIamProjectThresholdCreate() *IamProjectThresholdCreate
NewIamProjectThresholdCreate instantiates a new IamProjectThresholdCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectThresholdCreateWithDefaults ¶
func NewIamProjectThresholdCreateWithDefaults() *IamProjectThresholdCreate
NewIamProjectThresholdCreateWithDefaults instantiates a new IamProjectThresholdCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectThresholdCreate) GetId ¶
func (o *IamProjectThresholdCreate) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*IamProjectThresholdCreate) GetIdOk ¶
func (o *IamProjectThresholdCreate) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectThresholdCreate) GetName ¶
func (o *IamProjectThresholdCreate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*IamProjectThresholdCreate) GetNameOk ¶
func (o *IamProjectThresholdCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectThresholdCreate) GetType ¶
func (o *IamProjectThresholdCreate) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*IamProjectThresholdCreate) GetTypeOk ¶
func (o *IamProjectThresholdCreate) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectThresholdCreate) GetUri ¶
func (o *IamProjectThresholdCreate) GetUri() string
GetUri returns the Uri field value if set, zero value otherwise.
func (*IamProjectThresholdCreate) GetUriOk ¶
func (o *IamProjectThresholdCreate) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectThresholdCreate) GetValue ¶
func (o *IamProjectThresholdCreate) GetValue() float32
GetValue returns the Value field value if set, zero value otherwise.
func (*IamProjectThresholdCreate) GetValueOk ¶
func (o *IamProjectThresholdCreate) GetValueOk() (*float32, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectThresholdCreate) HasId ¶
func (o *IamProjectThresholdCreate) HasId() bool
HasId returns a boolean if a field has been set.
func (*IamProjectThresholdCreate) HasName ¶
func (o *IamProjectThresholdCreate) HasName() bool
HasName returns a boolean if a field has been set.
func (*IamProjectThresholdCreate) HasType ¶
func (o *IamProjectThresholdCreate) HasType() bool
HasType returns a boolean if a field has been set.
func (*IamProjectThresholdCreate) HasUri ¶
func (o *IamProjectThresholdCreate) HasUri() bool
HasUri returns a boolean if a field has been set.
func (*IamProjectThresholdCreate) HasValue ¶
func (o *IamProjectThresholdCreate) HasValue() bool
HasValue returns a boolean if a field has been set.
func (IamProjectThresholdCreate) MarshalJSON ¶
func (o IamProjectThresholdCreate) MarshalJSON() ([]byte, error)
func (*IamProjectThresholdCreate) SetId ¶
func (o *IamProjectThresholdCreate) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*IamProjectThresholdCreate) SetName ¶
func (o *IamProjectThresholdCreate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*IamProjectThresholdCreate) SetType ¶
func (o *IamProjectThresholdCreate) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*IamProjectThresholdCreate) SetUri ¶
func (o *IamProjectThresholdCreate) SetUri(v string)
SetUri gets a reference to the given string and assigns it to the Uri field.
func (*IamProjectThresholdCreate) SetValue ¶
func (o *IamProjectThresholdCreate) SetValue(v float32)
SetValue gets a reference to the given float32 and assigns it to the Value field.
type IamProjectTransfer ¶
type IamProjectTransfer struct {
Organisation string `json:"organisation"`
}
IamProjectTransfer struct for IamProjectTransfer
func NewIamProjectTransfer ¶
func NewIamProjectTransfer(organisation string) *IamProjectTransfer
NewIamProjectTransfer instantiates a new IamProjectTransfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectTransferWithDefaults ¶
func NewIamProjectTransferWithDefaults() *IamProjectTransfer
NewIamProjectTransferWithDefaults instantiates a new IamProjectTransfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectTransfer) GetOrganisation ¶
func (o *IamProjectTransfer) GetOrganisation() string
GetOrganisation returns the Organisation field value
func (*IamProjectTransfer) GetOrganisationOk ¶
func (o *IamProjectTransfer) GetOrganisationOk() (*string, bool)
GetOrganisationOk returns a tuple with the Organisation field value and a boolean to check if the value has been set.
func (IamProjectTransfer) MarshalJSON ¶
func (o IamProjectTransfer) MarshalJSON() ([]byte, error)
func (*IamProjectTransfer) SetOrganisation ¶
func (o *IamProjectTransfer) SetOrganisation(v string)
SetOrganisation sets field value
type IamProjectUpdate ¶
type IamProjectUpdate struct {
Name *string `json:"name,omitempty"`
}
IamProjectUpdate struct for IamProjectUpdate
func NewIamProjectUpdate ¶
func NewIamProjectUpdate() *IamProjectUpdate
NewIamProjectUpdate instantiates a new IamProjectUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamProjectUpdateWithDefaults ¶
func NewIamProjectUpdateWithDefaults() *IamProjectUpdate
NewIamProjectUpdateWithDefaults instantiates a new IamProjectUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamProjectUpdate) GetName ¶
func (o *IamProjectUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*IamProjectUpdate) GetNameOk ¶
func (o *IamProjectUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamProjectUpdate) HasName ¶
func (o *IamProjectUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (IamProjectUpdate) MarshalJSON ¶
func (o IamProjectUpdate) MarshalJSON() ([]byte, error)
func (*IamProjectUpdate) SetName ¶
func (o *IamProjectUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type IamRedirect ¶
type IamRedirect struct { Id *string `json:"id,omitempty"` Name string `json:"name"` Value string `json:"value"` }
IamRedirect struct for IamRedirect
func NewIamRedirect ¶
func NewIamRedirect(name string, value string) *IamRedirect
NewIamRedirect instantiates a new IamRedirect object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamRedirectWithDefaults ¶
func NewIamRedirectWithDefaults() *IamRedirect
NewIamRedirectWithDefaults instantiates a new IamRedirect object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamRedirect) GetId ¶
func (o *IamRedirect) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*IamRedirect) GetIdOk ¶
func (o *IamRedirect) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamRedirect) GetName ¶
func (o *IamRedirect) GetName() string
GetName returns the Name field value
func (*IamRedirect) GetNameOk ¶
func (o *IamRedirect) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IamRedirect) GetValue ¶
func (o *IamRedirect) GetValue() string
GetValue returns the Value field value
func (*IamRedirect) GetValueOk ¶
func (o *IamRedirect) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*IamRedirect) HasId ¶
func (o *IamRedirect) HasId() bool
HasId returns a boolean if a field has been set.
func (IamRedirect) MarshalJSON ¶
func (o IamRedirect) MarshalJSON() ([]byte, error)
func (*IamRedirect) SetId ¶
func (o *IamRedirect) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
type IamUserApiService ¶
type IamUserApiService service
IamUserApiService IamUserApi service
func (*IamUserApiService) IamUserAuthorizationCode ¶
func (a *IamUserApiService) IamUserAuthorizationCode(ctx context.Context, userId string, authorizationId string) ApiIamUserAuthorizationCodeRequest
IamUserAuthorizationCode Code iam/user.authorization
action code
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @param authorizationId authorizationId @return ApiIamUserAuthorizationCodeRequest
func (*IamUserApiService) IamUserAuthorizationCodeExecute ¶
func (a *IamUserApiService) IamUserAuthorizationCodeExecute(r ApiIamUserAuthorizationCodeRequest) (*InlineResponse200, *http.Response, error)
Execute executes the request
@return InlineResponse200
func (*IamUserApiService) IamUserAuthorizationCreate ¶
func (a *IamUserApiService) IamUserAuthorizationCreate(ctx context.Context, userId string) ApiIamUserAuthorizationCreateRequest
IamUserAuthorizationCreate Create iam/user.authorization
Create iam/user.authorization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @return ApiIamUserAuthorizationCreateRequest
func (*IamUserApiService) IamUserAuthorizationCreateExecute ¶
func (a *IamUserApiService) IamUserAuthorizationCreateExecute(r ApiIamUserAuthorizationCreateRequest) (*IamUserAuthorization, *http.Response, error)
Execute executes the request
@return IamUserAuthorization
func (*IamUserApiService) IamUserAuthorizationDelete ¶
func (a *IamUserApiService) IamUserAuthorizationDelete(ctx context.Context, userId string, authorizationId string) ApiIamUserAuthorizationDeleteRequest
IamUserAuthorizationDelete Delete iam/user.authorization
Delete iam/user.authorization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @param authorizationId authorizationId @return ApiIamUserAuthorizationDeleteRequest
func (*IamUserApiService) IamUserAuthorizationDeleteExecute ¶
func (a *IamUserApiService) IamUserAuthorizationDeleteExecute(r ApiIamUserAuthorizationDeleteRequest) (*User, *http.Response, error)
Execute executes the request
@return User
func (*IamUserApiService) IamUserAuthorizationGet ¶
func (a *IamUserApiService) IamUserAuthorizationGet(ctx context.Context, userId string, authorizationId string) ApiIamUserAuthorizationGetRequest
IamUserAuthorizationGet Get iam/user.authorization
Get iam/user.authorization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @param authorizationId authorizationId @return ApiIamUserAuthorizationGetRequest
func (*IamUserApiService) IamUserAuthorizationGetExecute ¶
func (a *IamUserApiService) IamUserAuthorizationGetExecute(r ApiIamUserAuthorizationGetRequest) (*IamUserAuthorization, *http.Response, error)
Execute executes the request
@return IamUserAuthorization
func (*IamUserApiService) IamUserAuthorizationList ¶
func (a *IamUserApiService) IamUserAuthorizationList(ctx context.Context, userId string) ApiIamUserAuthorizationListRequest
IamUserAuthorizationList List iam/user.authorization
List iam/user.authorization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @return ApiIamUserAuthorizationListRequest
func (*IamUserApiService) IamUserAuthorizationListExecute ¶
func (a *IamUserApiService) IamUserAuthorizationListExecute(r ApiIamUserAuthorizationListRequest) ([]IamUserAuthorization, *http.Response, error)
Execute executes the request
@return []IamUserAuthorization
func (*IamUserApiService) IamUserCredentialAuthtokenDelete ¶
func (a *IamUserApiService) IamUserCredentialAuthtokenDelete(ctx context.Context, userId string, authtokenId string) ApiIamUserCredentialAuthtokenDeleteRequest
IamUserCredentialAuthtokenDelete Delete iam/user.credential
Delete iam/user.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @param authtokenId authtokenId @return ApiIamUserCredentialAuthtokenDeleteRequest
func (*IamUserApiService) IamUserCredentialAuthtokenDeleteExecute ¶
func (a *IamUserApiService) IamUserCredentialAuthtokenDeleteExecute(r ApiIamUserCredentialAuthtokenDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamUserApiService) IamUserCredentialAuthtokenGet ¶
func (a *IamUserApiService) IamUserCredentialAuthtokenGet(ctx context.Context, userId string, authtokenId string) ApiIamUserCredentialAuthtokenGetRequest
IamUserCredentialAuthtokenGet Get iam/user.credential
Get iam/user.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @param authtokenId authtokenId @return ApiIamUserCredentialAuthtokenGetRequest
func (*IamUserApiService) IamUserCredentialAuthtokenGetExecute ¶
func (a *IamUserApiService) IamUserCredentialAuthtokenGetExecute(r ApiIamUserCredentialAuthtokenGetRequest) (*AuthToken, *http.Response, error)
Execute executes the request
@return AuthToken
func (*IamUserApiService) IamUserCredentialAuthtokenList ¶
func (a *IamUserApiService) IamUserCredentialAuthtokenList(ctx context.Context, userId string) ApiIamUserCredentialAuthtokenListRequest
IamUserCredentialAuthtokenList List iam/user.credential
List iam/user.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @return ApiIamUserCredentialAuthtokenListRequest
func (*IamUserApiService) IamUserCredentialAuthtokenListExecute ¶
func (a *IamUserApiService) IamUserCredentialAuthtokenListExecute(r ApiIamUserCredentialAuthtokenListRequest) ([]AuthToken, *http.Response, error)
Execute executes the request
@return []AuthToken
func (*IamUserApiService) IamUserCredentialCreate ¶
func (a *IamUserApiService) IamUserCredentialCreate(ctx context.Context, userId string) ApiIamUserCredentialCreateRequest
IamUserCredentialCreate Create iam/user.credential
Create iam/user.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @return ApiIamUserCredentialCreateRequest
func (*IamUserApiService) IamUserCredentialCreateExecute ¶
func (a *IamUserApiService) IamUserCredentialCreateExecute(r ApiIamUserCredentialCreateRequest) (*UserCredential, *http.Response, error)
Execute executes the request
@return UserCredential
func (*IamUserApiService) IamUserCredentialDelete ¶
func (a *IamUserApiService) IamUserCredentialDelete(ctx context.Context, userId string, credentialId string) ApiIamUserCredentialDeleteRequest
IamUserCredentialDelete Delete iam/user.credential
Delete iam/user.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @param credentialId credentialId @return ApiIamUserCredentialDeleteRequest
func (*IamUserApiService) IamUserCredentialDeleteExecute ¶
func (a *IamUserApiService) IamUserCredentialDeleteExecute(r ApiIamUserCredentialDeleteRequest) (*User, *http.Response, error)
Execute executes the request
@return User
func (*IamUserApiService) IamUserCredentialGet ¶
func (a *IamUserApiService) IamUserCredentialGet(ctx context.Context, userId string, credentialId string) ApiIamUserCredentialGetRequest
IamUserCredentialGet Get iam/user.credential
Get iam/user.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @param credentialId credentialId @return ApiIamUserCredentialGetRequest
func (*IamUserApiService) IamUserCredentialGetExecute ¶
func (a *IamUserApiService) IamUserCredentialGetExecute(r ApiIamUserCredentialGetRequest) (*UserCredential, *http.Response, error)
Execute executes the request
@return UserCredential
func (*IamUserApiService) IamUserCredentialList ¶
func (a *IamUserApiService) IamUserCredentialList(ctx context.Context, userId string) ApiIamUserCredentialListRequest
IamUserCredentialList List iam/user.credential
List iam/user.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @return ApiIamUserCredentialListRequest
func (*IamUserApiService) IamUserCredentialListExecute ¶
func (a *IamUserApiService) IamUserCredentialListExecute(r ApiIamUserCredentialListRequest) ([]UserCredential, *http.Response, error)
Execute executes the request
@return []UserCredential
func (*IamUserApiService) IamUserCredentialPatch ¶
func (a *IamUserApiService) IamUserCredentialPatch(ctx context.Context, userId string, credentialId string) ApiIamUserCredentialPatchRequest
IamUserCredentialPatch Update iam/user.credential
Update iam/user.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @param credentialId credentialId @return ApiIamUserCredentialPatchRequest
func (*IamUserApiService) IamUserCredentialPatchExecute ¶
func (a *IamUserApiService) IamUserCredentialPatchExecute(r ApiIamUserCredentialPatchRequest) (*UserCredential, *http.Response, error)
Execute executes the request
@return UserCredential
func (*IamUserApiService) IamUserDelete ¶
func (a *IamUserApiService) IamUserDelete(ctx context.Context, userId string) ApiIamUserDeleteRequest
IamUserDelete Delete iam/user
Delete user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @return ApiIamUserDeleteRequest
func (*IamUserApiService) IamUserDeleteExecute ¶
func (a *IamUserApiService) IamUserDeleteExecute(r ApiIamUserDeleteRequest) (*User, *http.Response, error)
Execute executes the request
@return User
func (*IamUserApiService) IamUserGet ¶
func (a *IamUserApiService) IamUserGet(ctx context.Context, userId string) ApiIamUserGetRequest
IamUserGet Get iam/user
Returns a single user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @return ApiIamUserGetRequest
func (*IamUserApiService) IamUserGetExecute ¶
func (a *IamUserApiService) IamUserGetExecute(r ApiIamUserGetRequest) (*User, *http.Response, error)
Execute executes the request
@return User
func (*IamUserApiService) IamUserServiceGet ¶
func (a *IamUserApiService) IamUserServiceGet(ctx context.Context, userId string, serviceId string) ApiIamUserServiceGetRequest
IamUserServiceGet Get iam/user.service
Get iam/user.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @param serviceId serviceId @return ApiIamUserServiceGetRequest
func (*IamUserApiService) IamUserServiceGetExecute ¶
func (a *IamUserApiService) IamUserServiceGetExecute(r ApiIamUserServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*IamUserApiService) IamUserServiceList ¶
func (a *IamUserApiService) IamUserServiceList(ctx context.Context, userId string) ApiIamUserServiceListRequest
IamUserServiceList List iam/user.service
List iam/user.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @return ApiIamUserServiceListRequest
func (*IamUserApiService) IamUserServiceListExecute ¶
func (a *IamUserApiService) IamUserServiceListExecute(r ApiIamUserServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*IamUserApiService) IamUserUpdate ¶
func (a *IamUserApiService) IamUserUpdate(ctx context.Context, userId string) ApiIamUserUpdateRequest
IamUserUpdate Update iam/user
Returns modified user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId User Id @return ApiIamUserUpdateRequest
func (*IamUserApiService) IamUserUpdateExecute ¶
func (a *IamUserApiService) IamUserUpdateExecute(r ApiIamUserUpdateRequest) (*User, *http.Response, error)
Execute executes the request
@return User
type IamUserAuthorization ¶
type IamUserAuthorization struct { Application string `json:"application"` Id *string `json:"id,omitempty"` Name string `json:"name"` Uri *string `json:"uri,omitempty"` }
IamUserAuthorization struct for IamUserAuthorization
func NewIamUserAuthorization ¶
func NewIamUserAuthorization(application string, name string) *IamUserAuthorization
NewIamUserAuthorization instantiates a new IamUserAuthorization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamUserAuthorizationWithDefaults ¶
func NewIamUserAuthorizationWithDefaults() *IamUserAuthorization
NewIamUserAuthorizationWithDefaults instantiates a new IamUserAuthorization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamUserAuthorization) GetApplication ¶
func (o *IamUserAuthorization) GetApplication() string
GetApplication returns the Application field value
func (*IamUserAuthorization) GetApplicationOk ¶
func (o *IamUserAuthorization) GetApplicationOk() (*string, bool)
GetApplicationOk returns a tuple with the Application field value and a boolean to check if the value has been set.
func (*IamUserAuthorization) GetId ¶
func (o *IamUserAuthorization) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*IamUserAuthorization) GetIdOk ¶
func (o *IamUserAuthorization) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamUserAuthorization) GetName ¶
func (o *IamUserAuthorization) GetName() string
GetName returns the Name field value
func (*IamUserAuthorization) GetNameOk ¶
func (o *IamUserAuthorization) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IamUserAuthorization) GetUri ¶
func (o *IamUserAuthorization) GetUri() string
GetUri returns the Uri field value if set, zero value otherwise.
func (*IamUserAuthorization) GetUriOk ¶
func (o *IamUserAuthorization) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamUserAuthorization) HasId ¶
func (o *IamUserAuthorization) HasId() bool
HasId returns a boolean if a field has been set.
func (*IamUserAuthorization) HasUri ¶
func (o *IamUserAuthorization) HasUri() bool
HasUri returns a boolean if a field has been set.
func (IamUserAuthorization) MarshalJSON ¶
func (o IamUserAuthorization) MarshalJSON() ([]byte, error)
func (*IamUserAuthorization) SetApplication ¶
func (o *IamUserAuthorization) SetApplication(v string)
SetApplication sets field value
func (*IamUserAuthorization) SetId ¶
func (o *IamUserAuthorization) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*IamUserAuthorization) SetName ¶
func (o *IamUserAuthorization) SetName(v string)
SetName sets field value
func (*IamUserAuthorization) SetUri ¶
func (o *IamUserAuthorization) SetUri(v string)
SetUri gets a reference to the given string and assigns it to the Uri field.
type IamUserAuthorizationCode ¶
type IamUserAuthorizationCode struct { Nonce *string `json:"nonce,omitempty"` Redirect string `json:"redirect"` }
IamUserAuthorizationCode struct for IamUserAuthorizationCode
func NewIamUserAuthorizationCode ¶
func NewIamUserAuthorizationCode(redirect string) *IamUserAuthorizationCode
NewIamUserAuthorizationCode instantiates a new IamUserAuthorizationCode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamUserAuthorizationCodeWithDefaults ¶
func NewIamUserAuthorizationCodeWithDefaults() *IamUserAuthorizationCode
NewIamUserAuthorizationCodeWithDefaults instantiates a new IamUserAuthorizationCode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamUserAuthorizationCode) GetNonce ¶
func (o *IamUserAuthorizationCode) GetNonce() string
GetNonce returns the Nonce field value if set, zero value otherwise.
func (*IamUserAuthorizationCode) GetNonceOk ¶
func (o *IamUserAuthorizationCode) GetNonceOk() (*string, bool)
GetNonceOk returns a tuple with the Nonce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamUserAuthorizationCode) GetRedirect ¶
func (o *IamUserAuthorizationCode) GetRedirect() string
GetRedirect returns the Redirect field value
func (*IamUserAuthorizationCode) GetRedirectOk ¶
func (o *IamUserAuthorizationCode) GetRedirectOk() (*string, bool)
GetRedirectOk returns a tuple with the Redirect field value and a boolean to check if the value has been set.
func (*IamUserAuthorizationCode) HasNonce ¶
func (o *IamUserAuthorizationCode) HasNonce() bool
HasNonce returns a boolean if a field has been set.
func (IamUserAuthorizationCode) MarshalJSON ¶
func (o IamUserAuthorizationCode) MarshalJSON() ([]byte, error)
func (*IamUserAuthorizationCode) SetNonce ¶
func (o *IamUserAuthorizationCode) SetNonce(v string)
SetNonce gets a reference to the given string and assigns it to the Nonce field.
func (*IamUserAuthorizationCode) SetRedirect ¶
func (o *IamUserAuthorizationCode) SetRedirect(v string)
SetRedirect sets field value
type IamUserCredentialPatch ¶
type IamUserCredentialPatch struct {
Name string `json:"name"`
}
IamUserCredentialPatch struct for IamUserCredentialPatch
func NewIamUserCredentialPatch ¶
func NewIamUserCredentialPatch(name string) *IamUserCredentialPatch
NewIamUserCredentialPatch instantiates a new IamUserCredentialPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamUserCredentialPatchWithDefaults ¶
func NewIamUserCredentialPatchWithDefaults() *IamUserCredentialPatch
NewIamUserCredentialPatchWithDefaults instantiates a new IamUserCredentialPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamUserCredentialPatch) GetName ¶
func (o *IamUserCredentialPatch) GetName() string
GetName returns the Name field value
func (*IamUserCredentialPatch) GetNameOk ¶
func (o *IamUserCredentialPatch) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (IamUserCredentialPatch) MarshalJSON ¶
func (o IamUserCredentialPatch) MarshalJSON() ([]byte, error)
func (*IamUserCredentialPatch) SetName ¶
func (o *IamUserCredentialPatch) SetName(v string)
SetName sets field value
type IamUserUpdate ¶
type IamUserUpdate struct { FamilyName *string `json:"familyName,omitempty"` FirstName *string `json:"firstName,omitempty"` Lang *string `json:"lang,omitempty"` Phone *string `json:"phone,omitempty"` }
IamUserUpdate struct for IamUserUpdate
func NewIamUserUpdate ¶
func NewIamUserUpdate() *IamUserUpdate
NewIamUserUpdate instantiates a new IamUserUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIamUserUpdateWithDefaults ¶
func NewIamUserUpdateWithDefaults() *IamUserUpdate
NewIamUserUpdateWithDefaults instantiates a new IamUserUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IamUserUpdate) GetFamilyName ¶
func (o *IamUserUpdate) GetFamilyName() string
GetFamilyName returns the FamilyName field value if set, zero value otherwise.
func (*IamUserUpdate) GetFamilyNameOk ¶
func (o *IamUserUpdate) GetFamilyNameOk() (*string, bool)
GetFamilyNameOk returns a tuple with the FamilyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamUserUpdate) GetFirstName ¶
func (o *IamUserUpdate) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*IamUserUpdate) GetFirstNameOk ¶
func (o *IamUserUpdate) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamUserUpdate) GetLang ¶
func (o *IamUserUpdate) GetLang() string
GetLang returns the Lang field value if set, zero value otherwise.
func (*IamUserUpdate) GetLangOk ¶
func (o *IamUserUpdate) GetLangOk() (*string, bool)
GetLangOk returns a tuple with the Lang field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamUserUpdate) GetPhone ¶
func (o *IamUserUpdate) GetPhone() string
GetPhone returns the Phone field value if set, zero value otherwise.
func (*IamUserUpdate) GetPhoneOk ¶
func (o *IamUserUpdate) GetPhoneOk() (*string, bool)
GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IamUserUpdate) HasFamilyName ¶
func (o *IamUserUpdate) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (*IamUserUpdate) HasFirstName ¶
func (o *IamUserUpdate) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*IamUserUpdate) HasLang ¶
func (o *IamUserUpdate) HasLang() bool
HasLang returns a boolean if a field has been set.
func (*IamUserUpdate) HasPhone ¶
func (o *IamUserUpdate) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (IamUserUpdate) MarshalJSON ¶
func (o IamUserUpdate) MarshalJSON() ([]byte, error)
func (*IamUserUpdate) SetFamilyName ¶
func (o *IamUserUpdate) SetFamilyName(v string)
SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.
func (*IamUserUpdate) SetFirstName ¶
func (o *IamUserUpdate) SetFirstName(v string)
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*IamUserUpdate) SetLang ¶
func (o *IamUserUpdate) SetLang(v string)
SetLang gets a reference to the given string and assigns it to the Lang field.
func (*IamUserUpdate) SetPhone ¶
func (o *IamUserUpdate) SetPhone(v string)
SetPhone gets a reference to the given string and assigns it to the Phone field.
type Image ¶
type Image struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Description *string `json:"description,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` License []string `json:"license,omitempty"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` Size *float32 `json:"size,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Image struct for Image
func NewImage ¶
NewImage instantiates a new Image object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewImageWithDefaults ¶
func NewImageWithDefaults() *Image
NewImageWithDefaults instantiates a new Image object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Image) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Image) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Image) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Image) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Image) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Image) GetLicense ¶
GetLicense returns the License field value if set, zero value otherwise.
func (*Image) GetLicenseOk ¶
GetLicenseOk returns a tuple with the License field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Image) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Image) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Image) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Image) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Image) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Image) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Image) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Image) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Image) HasLicense ¶
HasLicense returns a boolean if a field has been set.
func (*Image) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Image) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Image) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Image) MarshalJSON ¶
func (*Image) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Image) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Image) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Image) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Image) SetLicense ¶
SetLicense gets a reference to the given []string and assigns it to the License field.
func (*Image) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Image) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Image) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Image) SetSize ¶
SetSize gets a reference to the given float32 and assigns it to the Size field.
func (*Image) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type InlineResponse200 ¶
type InlineResponse200 struct {
Code *string `json:"code,omitempty"`
}
InlineResponse200 struct for InlineResponse200
func NewInlineResponse200 ¶
func NewInlineResponse200() *InlineResponse200
NewInlineResponse200 instantiates a new InlineResponse200 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInlineResponse200WithDefaults ¶
func NewInlineResponse200WithDefaults() *InlineResponse200
NewInlineResponse200WithDefaults instantiates a new InlineResponse200 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InlineResponse200) GetCode ¶
func (o *InlineResponse200) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InlineResponse200) GetCodeOk ¶
func (o *InlineResponse200) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InlineResponse200) HasCode ¶
func (o *InlineResponse200) HasCode() bool
HasCode returns a boolean if a field has been set.
func (InlineResponse200) MarshalJSON ¶
func (o InlineResponse200) MarshalJSON() ([]byte, error)
func (*InlineResponse200) SetCode ¶
func (o *InlineResponse200) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
type InlineResponseDefault ¶
type InlineResponseDefault struct { Detail *string `json:"detail,omitempty"` Operation []InlineResponseDefaultOperation `json:"operation,omitempty"` Status *float32 `json:"status,omitempty"` Title *string `json:"title,omitempty"` Type *string `json:"type,omitempty"` }
InlineResponseDefault struct for InlineResponseDefault
func NewInlineResponseDefault ¶
func NewInlineResponseDefault() *InlineResponseDefault
NewInlineResponseDefault instantiates a new InlineResponseDefault object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInlineResponseDefaultWithDefaults ¶
func NewInlineResponseDefaultWithDefaults() *InlineResponseDefault
NewInlineResponseDefaultWithDefaults instantiates a new InlineResponseDefault object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InlineResponseDefault) GetDetail ¶
func (o *InlineResponseDefault) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*InlineResponseDefault) GetDetailOk ¶
func (o *InlineResponseDefault) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InlineResponseDefault) GetOperation ¶
func (o *InlineResponseDefault) GetOperation() []InlineResponseDefaultOperation
GetOperation returns the Operation field value if set, zero value otherwise.
func (*InlineResponseDefault) GetOperationOk ¶
func (o *InlineResponseDefault) GetOperationOk() ([]InlineResponseDefaultOperation, bool)
GetOperationOk returns a tuple with the Operation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InlineResponseDefault) GetStatus ¶
func (o *InlineResponseDefault) GetStatus() float32
GetStatus returns the Status field value if set, zero value otherwise.
func (*InlineResponseDefault) GetStatusOk ¶
func (o *InlineResponseDefault) GetStatusOk() (*float32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InlineResponseDefault) GetTitle ¶
func (o *InlineResponseDefault) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*InlineResponseDefault) GetTitleOk ¶
func (o *InlineResponseDefault) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InlineResponseDefault) GetType ¶
func (o *InlineResponseDefault) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*InlineResponseDefault) GetTypeOk ¶
func (o *InlineResponseDefault) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InlineResponseDefault) HasDetail ¶
func (o *InlineResponseDefault) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*InlineResponseDefault) HasOperation ¶
func (o *InlineResponseDefault) HasOperation() bool
HasOperation returns a boolean if a field has been set.
func (*InlineResponseDefault) HasStatus ¶
func (o *InlineResponseDefault) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*InlineResponseDefault) HasTitle ¶
func (o *InlineResponseDefault) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*InlineResponseDefault) HasType ¶
func (o *InlineResponseDefault) HasType() bool
HasType returns a boolean if a field has been set.
func (InlineResponseDefault) MarshalJSON ¶
func (o InlineResponseDefault) MarshalJSON() ([]byte, error)
func (*InlineResponseDefault) SetDetail ¶
func (o *InlineResponseDefault) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*InlineResponseDefault) SetOperation ¶
func (o *InlineResponseDefault) SetOperation(v []InlineResponseDefaultOperation)
SetOperation gets a reference to the given []InlineResponseDefaultOperation and assigns it to the Operation field.
func (*InlineResponseDefault) SetStatus ¶
func (o *InlineResponseDefault) SetStatus(v float32)
SetStatus gets a reference to the given float32 and assigns it to the Status field.
func (*InlineResponseDefault) SetTitle ¶
func (o *InlineResponseDefault) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*InlineResponseDefault) SetType ¶
func (o *InlineResponseDefault) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type InlineResponseDefaultOperation ¶
type InlineResponseDefaultOperation struct { Detail *string `json:"detail,omitempty"` Resource *string `json:"resource,omitempty"` Title *string `json:"title,omitempty"` }
InlineResponseDefaultOperation struct for InlineResponseDefaultOperation
func NewInlineResponseDefaultOperation ¶
func NewInlineResponseDefaultOperation() *InlineResponseDefaultOperation
NewInlineResponseDefaultOperation instantiates a new InlineResponseDefaultOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInlineResponseDefaultOperationWithDefaults ¶
func NewInlineResponseDefaultOperationWithDefaults() *InlineResponseDefaultOperation
NewInlineResponseDefaultOperationWithDefaults instantiates a new InlineResponseDefaultOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InlineResponseDefaultOperation) GetDetail ¶
func (o *InlineResponseDefaultOperation) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*InlineResponseDefaultOperation) GetDetailOk ¶
func (o *InlineResponseDefaultOperation) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InlineResponseDefaultOperation) GetResource ¶
func (o *InlineResponseDefaultOperation) GetResource() string
GetResource returns the Resource field value if set, zero value otherwise.
func (*InlineResponseDefaultOperation) GetResourceOk ¶
func (o *InlineResponseDefaultOperation) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InlineResponseDefaultOperation) GetTitle ¶
func (o *InlineResponseDefaultOperation) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*InlineResponseDefaultOperation) GetTitleOk ¶
func (o *InlineResponseDefaultOperation) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InlineResponseDefaultOperation) HasDetail ¶
func (o *InlineResponseDefaultOperation) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*InlineResponseDefaultOperation) HasResource ¶
func (o *InlineResponseDefaultOperation) HasResource() bool
HasResource returns a boolean if a field has been set.
func (*InlineResponseDefaultOperation) HasTitle ¶
func (o *InlineResponseDefaultOperation) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (InlineResponseDefaultOperation) MarshalJSON ¶
func (o InlineResponseDefaultOperation) MarshalJSON() ([]byte, error)
func (*InlineResponseDefaultOperation) SetDetail ¶
func (o *InlineResponseDefaultOperation) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*InlineResponseDefaultOperation) SetResource ¶
func (o *InlineResponseDefaultOperation) SetResource(v string)
SetResource gets a reference to the given string and assigns it to the Resource field.
func (*InlineResponseDefaultOperation) SetTitle ¶
func (o *InlineResponseDefaultOperation) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
type InsightProjectJournalApiService ¶
type InsightProjectJournalApiService service
InsightProjectJournalApiService InsightProjectJournalApi service
func (*InsightProjectJournalApiService) InsightProjectJournalCreate ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCreate(ctx context.Context, projectId string, locationId string) ApiInsightProjectJournalCreateRequest
InsightProjectJournalCreate Create insight/journal
Create journal
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiInsightProjectJournalCreateRequest
func (*InsightProjectJournalApiService) InsightProjectJournalCreateExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCreateExecute(r ApiInsightProjectJournalCreateRequest) (*Journal, *http.Response, error)
Execute executes the request
@return Journal
func (*InsightProjectJournalApiService) InsightProjectJournalCredentialCreate ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialCreate(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalCredentialCreateRequest
InsightProjectJournalCredentialCreate Create insight/journal.credential
Create insight/journal.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalCredentialCreateRequest
func (*InsightProjectJournalApiService) InsightProjectJournalCredentialCreateExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialCreateExecute(r ApiInsightProjectJournalCredentialCreateRequest) (*JournalCredential, *http.Response, error)
Execute executes the request
@return JournalCredential
func (*InsightProjectJournalApiService) InsightProjectJournalCredentialDelete ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialDelete(ctx context.Context, projectId string, locationId string, journalId string, credentialId string) ApiInsightProjectJournalCredentialDeleteRequest
InsightProjectJournalCredentialDelete Delete insight/journal.credential
Delete insight/journal.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @param credentialId credentialId @return ApiInsightProjectJournalCredentialDeleteRequest
func (*InsightProjectJournalApiService) InsightProjectJournalCredentialDeleteExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialDeleteExecute(r ApiInsightProjectJournalCredentialDeleteRequest) (*Journal, *http.Response, error)
Execute executes the request
@return Journal
func (*InsightProjectJournalApiService) InsightProjectJournalCredentialGet ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialGet(ctx context.Context, projectId string, locationId string, journalId string, credentialId string) ApiInsightProjectJournalCredentialGetRequest
InsightProjectJournalCredentialGet Get insight/journal.credential
Get insight/journal.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @param credentialId credentialId @return ApiInsightProjectJournalCredentialGetRequest
func (*InsightProjectJournalApiService) InsightProjectJournalCredentialGetExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialGetExecute(r ApiInsightProjectJournalCredentialGetRequest) (*JournalCredential, *http.Response, error)
Execute executes the request
@return JournalCredential
func (*InsightProjectJournalApiService) InsightProjectJournalCredentialList ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialList(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalCredentialListRequest
InsightProjectJournalCredentialList List insight/journal.credential
List insight/journal.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalCredentialListRequest
func (*InsightProjectJournalApiService) InsightProjectJournalCredentialListExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialListExecute(r ApiInsightProjectJournalCredentialListRequest) ([]JournalCredential, *http.Response, error)
Execute executes the request
@return []JournalCredential
func (*InsightProjectJournalApiService) InsightProjectJournalCredentialPatch ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialPatch(ctx context.Context, projectId string, locationId string, journalId string, credentialId string) ApiInsightProjectJournalCredentialPatchRequest
InsightProjectJournalCredentialPatch Update insight/journal.credential
Update insight/journal.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @param credentialId credentialId @return ApiInsightProjectJournalCredentialPatchRequest
func (*InsightProjectJournalApiService) InsightProjectJournalCredentialPatchExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalCredentialPatchExecute(r ApiInsightProjectJournalCredentialPatchRequest) (*JournalCredential, *http.Response, error)
Execute executes the request
@return JournalCredential
func (*InsightProjectJournalApiService) InsightProjectJournalDelete ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalDelete(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalDeleteRequest
InsightProjectJournalDelete Delete insight/journal
Delete journal
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalDeleteRequest
func (*InsightProjectJournalApiService) InsightProjectJournalDeleteExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalDeleteExecute(r ApiInsightProjectJournalDeleteRequest) (*Journal, *http.Response, error)
Execute executes the request
@return Journal
func (*InsightProjectJournalApiService) InsightProjectJournalEventGet ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalEventGet(ctx context.Context, projectId string, locationId string, journalId string, eventId string) ApiInsightProjectJournalEventGetRequest
InsightProjectJournalEventGet Get insight/journal.event
Get insight/journal.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @param eventId eventId @return ApiInsightProjectJournalEventGetRequest
func (*InsightProjectJournalApiService) InsightProjectJournalEventGetExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalEventGetExecute(r ApiInsightProjectJournalEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*InsightProjectJournalApiService) InsightProjectJournalEventList ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalEventList(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalEventListRequest
InsightProjectJournalEventList List insight/journal.event
List insight/journal.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalEventListRequest
func (*InsightProjectJournalApiService) InsightProjectJournalEventListExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalEventListExecute(r ApiInsightProjectJournalEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*InsightProjectJournalApiService) InsightProjectJournalGet ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalGet(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalGetRequest
InsightProjectJournalGet Get insight/journal
Returns a single journal
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalGetRequest
func (*InsightProjectJournalApiService) InsightProjectJournalGetExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalGetExecute(r ApiInsightProjectJournalGetRequest) (*Journal, *http.Response, error)
Execute executes the request
@return Journal
func (*InsightProjectJournalApiService) InsightProjectJournalList ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalList(ctx context.Context, projectId string, locationId string) ApiInsightProjectJournalListRequest
InsightProjectJournalList List insight/journal
List journal
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiInsightProjectJournalListRequest
func (*InsightProjectJournalApiService) InsightProjectJournalListExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalListExecute(r ApiInsightProjectJournalListRequest) ([]Journal, *http.Response, error)
Execute executes the request
@return []Journal
func (*InsightProjectJournalApiService) InsightProjectJournalLogGet ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalLogGet(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalLogGetRequest
InsightProjectJournalLogGet Get insight/journal.log
websocket is also supported
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalLogGetRequest
func (*InsightProjectJournalApiService) InsightProjectJournalLogGetExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalLogGetExecute(r ApiInsightProjectJournalLogGetRequest) (*InlineResponseDefault, *http.Response, error)
Execute executes the request
@return InlineResponseDefault
func (*InsightProjectJournalApiService) InsightProjectJournalServiceGet ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalServiceGet(ctx context.Context, projectId string, locationId string, journalId string, serviceId string) ApiInsightProjectJournalServiceGetRequest
InsightProjectJournalServiceGet Get insight/journal.service
Get insight/journal.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @param serviceId serviceId @return ApiInsightProjectJournalServiceGetRequest
func (*InsightProjectJournalApiService) InsightProjectJournalServiceGetExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalServiceGetExecute(r ApiInsightProjectJournalServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*InsightProjectJournalApiService) InsightProjectJournalServiceList ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalServiceList(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalServiceListRequest
InsightProjectJournalServiceList List insight/journal.service
List insight/journal.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalServiceListRequest
func (*InsightProjectJournalApiService) InsightProjectJournalServiceListExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalServiceListExecute(r ApiInsightProjectJournalServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*InsightProjectJournalApiService) InsightProjectJournalTagCreate ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTagCreate(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalTagCreateRequest
InsightProjectJournalTagCreate Create insight/journal.tag
Create insight/journal.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalTagCreateRequest
func (*InsightProjectJournalApiService) InsightProjectJournalTagCreateExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTagCreateExecute(r ApiInsightProjectJournalTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*InsightProjectJournalApiService) InsightProjectJournalTagDelete ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTagDelete(ctx context.Context, projectId string, locationId string, journalId string, tagId string) ApiInsightProjectJournalTagDeleteRequest
InsightProjectJournalTagDelete Delete insight/journal.tag
Delete insight/journal.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @param tagId tagId @return ApiInsightProjectJournalTagDeleteRequest
func (*InsightProjectJournalApiService) InsightProjectJournalTagDeleteExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTagDeleteExecute(r ApiInsightProjectJournalTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*InsightProjectJournalApiService) InsightProjectJournalTagGet ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTagGet(ctx context.Context, projectId string, locationId string, journalId string, tagId string) ApiInsightProjectJournalTagGetRequest
InsightProjectJournalTagGet Get insight/journal.tag
Get insight/journal.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @param tagId tagId @return ApiInsightProjectJournalTagGetRequest
func (*InsightProjectJournalApiService) InsightProjectJournalTagGetExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTagGetExecute(r ApiInsightProjectJournalTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*InsightProjectJournalApiService) InsightProjectJournalTagList ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTagList(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalTagListRequest
InsightProjectJournalTagList List insight/journal.tag
List insight/journal.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalTagListRequest
func (*InsightProjectJournalApiService) InsightProjectJournalTagListExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTagListExecute(r ApiInsightProjectJournalTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*InsightProjectJournalApiService) InsightProjectJournalTagPut ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTagPut(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalTagPutRequest
InsightProjectJournalTagPut Replace insight/journal.tag
Replace insight/journal.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalTagPutRequest
func (*InsightProjectJournalApiService) InsightProjectJournalTagPutExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTagPutExecute(r ApiInsightProjectJournalTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*InsightProjectJournalApiService) InsightProjectJournalTransfer ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTransfer(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalTransferRequest
InsightProjectJournalTransfer Transfer insight/journal
action transfer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalTransferRequest
func (*InsightProjectJournalApiService) InsightProjectJournalTransferExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalTransferExecute(r ApiInsightProjectJournalTransferRequest) (*Journal, *http.Response, error)
Execute executes the request
@return Journal
func (*InsightProjectJournalApiService) InsightProjectJournalUpdate ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalUpdate(ctx context.Context, projectId string, locationId string, journalId string) ApiInsightProjectJournalUpdateRequest
InsightProjectJournalUpdate Update insight/journal
Returns modified journal
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param journalId Journal Id @return ApiInsightProjectJournalUpdateRequest
func (*InsightProjectJournalApiService) InsightProjectJournalUpdateExecute ¶
func (a *InsightProjectJournalApiService) InsightProjectJournalUpdateExecute(r ApiInsightProjectJournalUpdateRequest) (*Journal, *http.Response, error)
Execute executes the request
@return Journal
type InsightProjectJournalCreate ¶
type InsightProjectJournalCreate struct { Name string `json:"name"` Retention *float32 `json:"retention,omitempty"` Service *string `json:"service,omitempty"` Tag []Tag `json:"tag,omitempty"` }
InsightProjectJournalCreate struct for InsightProjectJournalCreate
func NewInsightProjectJournalCreate ¶
func NewInsightProjectJournalCreate(name string) *InsightProjectJournalCreate
NewInsightProjectJournalCreate instantiates a new InsightProjectJournalCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInsightProjectJournalCreateWithDefaults ¶
func NewInsightProjectJournalCreateWithDefaults() *InsightProjectJournalCreate
NewInsightProjectJournalCreateWithDefaults instantiates a new InsightProjectJournalCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InsightProjectJournalCreate) GetName ¶
func (o *InsightProjectJournalCreate) GetName() string
GetName returns the Name field value
func (*InsightProjectJournalCreate) GetNameOk ¶
func (o *InsightProjectJournalCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*InsightProjectJournalCreate) GetRetention ¶
func (o *InsightProjectJournalCreate) GetRetention() float32
GetRetention returns the Retention field value if set, zero value otherwise.
func (*InsightProjectJournalCreate) GetRetentionOk ¶
func (o *InsightProjectJournalCreate) GetRetentionOk() (*float32, bool)
GetRetentionOk returns a tuple with the Retention field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InsightProjectJournalCreate) GetService ¶
func (o *InsightProjectJournalCreate) GetService() string
GetService returns the Service field value if set, zero value otherwise.
func (*InsightProjectJournalCreate) GetServiceOk ¶
func (o *InsightProjectJournalCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InsightProjectJournalCreate) GetTag ¶
func (o *InsightProjectJournalCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*InsightProjectJournalCreate) GetTagOk ¶
func (o *InsightProjectJournalCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InsightProjectJournalCreate) HasRetention ¶
func (o *InsightProjectJournalCreate) HasRetention() bool
HasRetention returns a boolean if a field has been set.
func (*InsightProjectJournalCreate) HasService ¶
func (o *InsightProjectJournalCreate) HasService() bool
HasService returns a boolean if a field has been set.
func (*InsightProjectJournalCreate) HasTag ¶
func (o *InsightProjectJournalCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (InsightProjectJournalCreate) MarshalJSON ¶
func (o InsightProjectJournalCreate) MarshalJSON() ([]byte, error)
func (*InsightProjectJournalCreate) SetName ¶
func (o *InsightProjectJournalCreate) SetName(v string)
SetName sets field value
func (*InsightProjectJournalCreate) SetRetention ¶
func (o *InsightProjectJournalCreate) SetRetention(v float32)
SetRetention gets a reference to the given float32 and assigns it to the Retention field.
func (*InsightProjectJournalCreate) SetService ¶
func (o *InsightProjectJournalCreate) SetService(v string)
SetService gets a reference to the given string and assigns it to the Service field.
func (*InsightProjectJournalCreate) SetTag ¶
func (o *InsightProjectJournalCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type InsightProjectJournalCredentialPatch ¶
type InsightProjectJournalCredentialPatch struct {
Name string `json:"name"`
}
InsightProjectJournalCredentialPatch struct for InsightProjectJournalCredentialPatch
func NewInsightProjectJournalCredentialPatch ¶
func NewInsightProjectJournalCredentialPatch(name string) *InsightProjectJournalCredentialPatch
NewInsightProjectJournalCredentialPatch instantiates a new InsightProjectJournalCredentialPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInsightProjectJournalCredentialPatchWithDefaults ¶
func NewInsightProjectJournalCredentialPatchWithDefaults() *InsightProjectJournalCredentialPatch
NewInsightProjectJournalCredentialPatchWithDefaults instantiates a new InsightProjectJournalCredentialPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InsightProjectJournalCredentialPatch) GetName ¶
func (o *InsightProjectJournalCredentialPatch) GetName() string
GetName returns the Name field value
func (*InsightProjectJournalCredentialPatch) GetNameOk ¶
func (o *InsightProjectJournalCredentialPatch) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (InsightProjectJournalCredentialPatch) MarshalJSON ¶
func (o InsightProjectJournalCredentialPatch) MarshalJSON() ([]byte, error)
func (*InsightProjectJournalCredentialPatch) SetName ¶
func (o *InsightProjectJournalCredentialPatch) SetName(v string)
SetName sets field value
type InsightProjectJournalTransfer ¶
type InsightProjectJournalTransfer struct {
Project string `json:"project"`
}
InsightProjectJournalTransfer struct for InsightProjectJournalTransfer
func NewInsightProjectJournalTransfer ¶
func NewInsightProjectJournalTransfer(project string) *InsightProjectJournalTransfer
NewInsightProjectJournalTransfer instantiates a new InsightProjectJournalTransfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInsightProjectJournalTransferWithDefaults ¶
func NewInsightProjectJournalTransferWithDefaults() *InsightProjectJournalTransfer
NewInsightProjectJournalTransferWithDefaults instantiates a new InsightProjectJournalTransfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InsightProjectJournalTransfer) GetProject ¶
func (o *InsightProjectJournalTransfer) GetProject() string
GetProject returns the Project field value
func (*InsightProjectJournalTransfer) GetProjectOk ¶
func (o *InsightProjectJournalTransfer) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (InsightProjectJournalTransfer) MarshalJSON ¶
func (o InsightProjectJournalTransfer) MarshalJSON() ([]byte, error)
func (*InsightProjectJournalTransfer) SetProject ¶
func (o *InsightProjectJournalTransfer) SetProject(v string)
SetProject sets field value
type InsightProjectJournalUpdate ¶
type InsightProjectJournalUpdate struct { Name *string `json:"name,omitempty"` Retention *float32 `json:"retention,omitempty"` }
InsightProjectJournalUpdate struct for InsightProjectJournalUpdate
func NewInsightProjectJournalUpdate ¶
func NewInsightProjectJournalUpdate() *InsightProjectJournalUpdate
NewInsightProjectJournalUpdate instantiates a new InsightProjectJournalUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInsightProjectJournalUpdateWithDefaults ¶
func NewInsightProjectJournalUpdateWithDefaults() *InsightProjectJournalUpdate
NewInsightProjectJournalUpdateWithDefaults instantiates a new InsightProjectJournalUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InsightProjectJournalUpdate) GetName ¶
func (o *InsightProjectJournalUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*InsightProjectJournalUpdate) GetNameOk ¶
func (o *InsightProjectJournalUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InsightProjectJournalUpdate) GetRetention ¶
func (o *InsightProjectJournalUpdate) GetRetention() float32
GetRetention returns the Retention field value if set, zero value otherwise.
func (*InsightProjectJournalUpdate) GetRetentionOk ¶
func (o *InsightProjectJournalUpdate) GetRetentionOk() (*float32, bool)
GetRetentionOk returns a tuple with the Retention field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InsightProjectJournalUpdate) HasName ¶
func (o *InsightProjectJournalUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (*InsightProjectJournalUpdate) HasRetention ¶
func (o *InsightProjectJournalUpdate) HasRetention() bool
HasRetention returns a boolean if a field has been set.
func (InsightProjectJournalUpdate) MarshalJSON ¶
func (o InsightProjectJournalUpdate) MarshalJSON() ([]byte, error)
func (*InsightProjectJournalUpdate) SetName ¶
func (o *InsightProjectJournalUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*InsightProjectJournalUpdate) SetRetention ¶
func (o *InsightProjectJournalUpdate) SetRetention(v float32)
SetRetention gets a reference to the given float32 and assigns it to the Retention field.
type Invitation ¶
type Invitation struct { Email string `json:"email"` Id string `json:"id"` Resource string `json:"resource"` }
Invitation struct for Invitation
func NewInvitation ¶
func NewInvitation(email string, id string, resource string) *Invitation
NewInvitation instantiates a new Invitation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvitationWithDefaults ¶
func NewInvitationWithDefaults() *Invitation
NewInvitationWithDefaults instantiates a new Invitation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Invitation) GetEmail ¶
func (o *Invitation) GetEmail() string
GetEmail returns the Email field value
func (*Invitation) GetEmailOk ¶
func (o *Invitation) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*Invitation) GetIdOk ¶
func (o *Invitation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Invitation) GetResource ¶
func (o *Invitation) GetResource() string
GetResource returns the Resource field value
func (*Invitation) GetResourceOk ¶
func (o *Invitation) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (Invitation) MarshalJSON ¶
func (o Invitation) MarshalJSON() ([]byte, error)
func (*Invitation) SetResource ¶
func (o *Invitation) SetResource(v string)
SetResource sets field value
type Invoice ¶
type Invoice struct { AdditionalInfo *string `json:"additionalInfo,omitempty"` Buyer *InvoiceBuyer `json:"buyer,omitempty"` Channel *string `json:"channel,omitempty"` Company *string `json:"company,omitempty"` Corrections []string `json:"corrections,omitempty"` Id *string `json:"id,omitempty"` InvoiceInfo *string `json:"invoiceInfo,omitempty"` InvoiceNo *string `json:"invoiceNo,omitempty"` IssueDate *time.Time `json:"issueDate,omitempty"` Items []InvoiceItems `json:"items,omitempty"` Nip *string `json:"nip,omitempty"` Organisation *string `json:"organisation,omitempty"` Payments []string `json:"payments,omitempty"` Project *string `json:"project,omitempty"` Seller *InvoiceSeller `json:"seller,omitempty"` Summary *string `json:"summary,omitempty"` Type *string `json:"type,omitempty"` Uri *string `json:"uri,omitempty"` }
Invoice struct for Invoice
func NewInvoice ¶
func NewInvoice() *Invoice
NewInvoice instantiates a new Invoice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvoiceWithDefaults ¶
func NewInvoiceWithDefaults() *Invoice
NewInvoiceWithDefaults instantiates a new Invoice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Invoice) GetAdditionalInfo ¶
GetAdditionalInfo returns the AdditionalInfo field value if set, zero value otherwise.
func (*Invoice) GetAdditionalInfoOk ¶
GetAdditionalInfoOk returns a tuple with the AdditionalInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetBuyer ¶
func (o *Invoice) GetBuyer() InvoiceBuyer
GetBuyer returns the Buyer field value if set, zero value otherwise.
func (*Invoice) GetBuyerOk ¶
func (o *Invoice) GetBuyerOk() (*InvoiceBuyer, bool)
GetBuyerOk returns a tuple with the Buyer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetChannel ¶
GetChannel returns the Channel field value if set, zero value otherwise.
func (*Invoice) GetChannelOk ¶
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetCompany ¶
GetCompany returns the Company field value if set, zero value otherwise.
func (*Invoice) GetCompanyOk ¶
GetCompanyOk returns a tuple with the Company field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetCorrections ¶
GetCorrections returns the Corrections field value if set, zero value otherwise.
func (*Invoice) GetCorrectionsOk ¶
GetCorrectionsOk returns a tuple with the Corrections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetInvoiceInfo ¶
GetInvoiceInfo returns the InvoiceInfo field value if set, zero value otherwise.
func (*Invoice) GetInvoiceInfoOk ¶
GetInvoiceInfoOk returns a tuple with the InvoiceInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetInvoiceNo ¶
GetInvoiceNo returns the InvoiceNo field value if set, zero value otherwise.
func (*Invoice) GetInvoiceNoOk ¶
GetInvoiceNoOk returns a tuple with the InvoiceNo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetIssueDate ¶
GetIssueDate returns the IssueDate field value if set, zero value otherwise.
func (*Invoice) GetIssueDateOk ¶
GetIssueDateOk returns a tuple with the IssueDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetItems ¶
func (o *Invoice) GetItems() []InvoiceItems
GetItems returns the Items field value if set, zero value otherwise.
func (*Invoice) GetItemsOk ¶
func (o *Invoice) GetItemsOk() ([]InvoiceItems, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetNipOk ¶
GetNipOk returns a tuple with the Nip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetOrganisation ¶
GetOrganisation returns the Organisation field value if set, zero value otherwise.
func (*Invoice) GetOrganisationOk ¶
GetOrganisationOk returns a tuple with the Organisation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetPayments ¶
GetPayments returns the Payments field value if set, zero value otherwise.
func (*Invoice) GetPaymentsOk ¶
GetPaymentsOk returns a tuple with the Payments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Invoice) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetSeller ¶
func (o *Invoice) GetSeller() InvoiceSeller
GetSeller returns the Seller field value if set, zero value otherwise.
func (*Invoice) GetSellerOk ¶
func (o *Invoice) GetSellerOk() (*InvoiceSeller, bool)
GetSellerOk returns a tuple with the Seller field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetSummary ¶
GetSummary returns the Summary field value if set, zero value otherwise.
func (*Invoice) GetSummaryOk ¶
GetSummaryOk returns a tuple with the Summary field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invoice) HasAdditionalInfo ¶
HasAdditionalInfo returns a boolean if a field has been set.
func (*Invoice) HasChannel ¶
HasChannel returns a boolean if a field has been set.
func (*Invoice) HasCompany ¶
HasCompany returns a boolean if a field has been set.
func (*Invoice) HasCorrections ¶
HasCorrections returns a boolean if a field has been set.
func (*Invoice) HasInvoiceInfo ¶
HasInvoiceInfo returns a boolean if a field has been set.
func (*Invoice) HasInvoiceNo ¶
HasInvoiceNo returns a boolean if a field has been set.
func (*Invoice) HasIssueDate ¶
HasIssueDate returns a boolean if a field has been set.
func (*Invoice) HasOrganisation ¶
HasOrganisation returns a boolean if a field has been set.
func (*Invoice) HasPayments ¶
HasPayments returns a boolean if a field has been set.
func (*Invoice) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Invoice) HasSummary ¶
HasSummary returns a boolean if a field has been set.
func (Invoice) MarshalJSON ¶
func (*Invoice) SetAdditionalInfo ¶
SetAdditionalInfo gets a reference to the given string and assigns it to the AdditionalInfo field.
func (*Invoice) SetBuyer ¶
func (o *Invoice) SetBuyer(v InvoiceBuyer)
SetBuyer gets a reference to the given InvoiceBuyer and assigns it to the Buyer field.
func (*Invoice) SetChannel ¶
SetChannel gets a reference to the given string and assigns it to the Channel field.
func (*Invoice) SetCompany ¶
SetCompany gets a reference to the given string and assigns it to the Company field.
func (*Invoice) SetCorrections ¶
SetCorrections gets a reference to the given []string and assigns it to the Corrections field.
func (*Invoice) SetInvoiceInfo ¶
SetInvoiceInfo gets a reference to the given string and assigns it to the InvoiceInfo field.
func (*Invoice) SetInvoiceNo ¶
SetInvoiceNo gets a reference to the given string and assigns it to the InvoiceNo field.
func (*Invoice) SetIssueDate ¶
SetIssueDate gets a reference to the given time.Time and assigns it to the IssueDate field.
func (*Invoice) SetItems ¶
func (o *Invoice) SetItems(v []InvoiceItems)
SetItems gets a reference to the given []InvoiceItems and assigns it to the Items field.
func (*Invoice) SetNip ¶
SetNip gets a reference to the given string and assigns it to the Nip field.
func (*Invoice) SetOrganisation ¶
SetOrganisation gets a reference to the given string and assigns it to the Organisation field.
func (*Invoice) SetPayments ¶
SetPayments gets a reference to the given []string and assigns it to the Payments field.
func (*Invoice) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Invoice) SetSeller ¶
func (o *Invoice) SetSeller(v InvoiceSeller)
SetSeller gets a reference to the given InvoiceSeller and assigns it to the Seller field.
func (*Invoice) SetSummary ¶
SetSummary gets a reference to the given string and assigns it to the Summary field.
type InvoiceBuyer ¶
type InvoiceBuyer struct { Address *InvoiceBuyerAddress `json:"address,omitempty"` Company string `json:"company"` Email *string `json:"email,omitempty"` Nip *string `json:"nip,omitempty"` }
InvoiceBuyer struct for InvoiceBuyer
func NewInvoiceBuyer ¶
func NewInvoiceBuyer(company string) *InvoiceBuyer
NewInvoiceBuyer instantiates a new InvoiceBuyer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvoiceBuyerWithDefaults ¶
func NewInvoiceBuyerWithDefaults() *InvoiceBuyer
NewInvoiceBuyerWithDefaults instantiates a new InvoiceBuyer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvoiceBuyer) GetAddress ¶
func (o *InvoiceBuyer) GetAddress() InvoiceBuyerAddress
GetAddress returns the Address field value if set, zero value otherwise.
func (*InvoiceBuyer) GetAddressOk ¶
func (o *InvoiceBuyer) GetAddressOk() (*InvoiceBuyerAddress, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvoiceBuyer) GetCompany ¶
func (o *InvoiceBuyer) GetCompany() string
GetCompany returns the Company field value
func (*InvoiceBuyer) GetCompanyOk ¶
func (o *InvoiceBuyer) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field value and a boolean to check if the value has been set.
func (*InvoiceBuyer) GetEmail ¶
func (o *InvoiceBuyer) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*InvoiceBuyer) GetEmailOk ¶
func (o *InvoiceBuyer) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvoiceBuyer) GetNip ¶
func (o *InvoiceBuyer) GetNip() string
GetNip returns the Nip field value if set, zero value otherwise.
func (*InvoiceBuyer) GetNipOk ¶
func (o *InvoiceBuyer) GetNipOk() (*string, bool)
GetNipOk returns a tuple with the Nip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvoiceBuyer) HasAddress ¶
func (o *InvoiceBuyer) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*InvoiceBuyer) HasEmail ¶
func (o *InvoiceBuyer) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*InvoiceBuyer) HasNip ¶
func (o *InvoiceBuyer) HasNip() bool
HasNip returns a boolean if a field has been set.
func (InvoiceBuyer) MarshalJSON ¶
func (o InvoiceBuyer) MarshalJSON() ([]byte, error)
func (*InvoiceBuyer) SetAddress ¶
func (o *InvoiceBuyer) SetAddress(v InvoiceBuyerAddress)
SetAddress gets a reference to the given InvoiceBuyerAddress and assigns it to the Address field.
func (*InvoiceBuyer) SetCompany ¶
func (o *InvoiceBuyer) SetCompany(v string)
SetCompany sets field value
func (*InvoiceBuyer) SetEmail ¶
func (o *InvoiceBuyer) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*InvoiceBuyer) SetNip ¶
func (o *InvoiceBuyer) SetNip(v string)
SetNip gets a reference to the given string and assigns it to the Nip field.
type InvoiceBuyerAddress ¶
type InvoiceBuyerAddress struct { City string `json:"city"` Country string `json:"country"` Street string `json:"street"` Zipcode *string `json:"zipcode,omitempty"` }
InvoiceBuyerAddress struct for InvoiceBuyerAddress
func NewInvoiceBuyerAddress ¶
func NewInvoiceBuyerAddress(city string, country string, street string) *InvoiceBuyerAddress
NewInvoiceBuyerAddress instantiates a new InvoiceBuyerAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvoiceBuyerAddressWithDefaults ¶
func NewInvoiceBuyerAddressWithDefaults() *InvoiceBuyerAddress
NewInvoiceBuyerAddressWithDefaults instantiates a new InvoiceBuyerAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvoiceBuyerAddress) GetCity ¶
func (o *InvoiceBuyerAddress) GetCity() string
GetCity returns the City field value
func (*InvoiceBuyerAddress) GetCityOk ¶
func (o *InvoiceBuyerAddress) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field value and a boolean to check if the value has been set.
func (*InvoiceBuyerAddress) GetCountry ¶
func (o *InvoiceBuyerAddress) GetCountry() string
GetCountry returns the Country field value
func (*InvoiceBuyerAddress) GetCountryOk ¶
func (o *InvoiceBuyerAddress) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.
func (*InvoiceBuyerAddress) GetStreet ¶
func (o *InvoiceBuyerAddress) GetStreet() string
GetStreet returns the Street field value
func (*InvoiceBuyerAddress) GetStreetOk ¶
func (o *InvoiceBuyerAddress) GetStreetOk() (*string, bool)
GetStreetOk returns a tuple with the Street field value and a boolean to check if the value has been set.
func (*InvoiceBuyerAddress) GetZipcode ¶
func (o *InvoiceBuyerAddress) GetZipcode() string
GetZipcode returns the Zipcode field value if set, zero value otherwise.
func (*InvoiceBuyerAddress) GetZipcodeOk ¶
func (o *InvoiceBuyerAddress) GetZipcodeOk() (*string, bool)
GetZipcodeOk returns a tuple with the Zipcode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvoiceBuyerAddress) HasZipcode ¶
func (o *InvoiceBuyerAddress) HasZipcode() bool
HasZipcode returns a boolean if a field has been set.
func (InvoiceBuyerAddress) MarshalJSON ¶
func (o InvoiceBuyerAddress) MarshalJSON() ([]byte, error)
func (*InvoiceBuyerAddress) SetCity ¶
func (o *InvoiceBuyerAddress) SetCity(v string)
SetCity sets field value
func (*InvoiceBuyerAddress) SetCountry ¶
func (o *InvoiceBuyerAddress) SetCountry(v string)
SetCountry sets field value
func (*InvoiceBuyerAddress) SetStreet ¶
func (o *InvoiceBuyerAddress) SetStreet(v string)
SetStreet sets field value
func (*InvoiceBuyerAddress) SetZipcode ¶
func (o *InvoiceBuyerAddress) SetZipcode(v string)
SetZipcode gets a reference to the given string and assigns it to the Zipcode field.
type InvoiceItems ¶
type InvoiceItems struct { Brutto string `json:"brutto"` Name string `json:"name"` Netto string `json:"netto"` Price string `json:"price"` Quantity float32 `json:"quantity"` VatAmount string `json:"vatAmount"` VatRate string `json:"vatRate"` }
InvoiceItems struct for InvoiceItems
func NewInvoiceItems ¶
func NewInvoiceItems(brutto string, name string, netto string, price string, quantity float32, vatAmount string, vatRate string) *InvoiceItems
NewInvoiceItems instantiates a new InvoiceItems object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvoiceItemsWithDefaults ¶
func NewInvoiceItemsWithDefaults() *InvoiceItems
NewInvoiceItemsWithDefaults instantiates a new InvoiceItems object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvoiceItems) GetBrutto ¶
func (o *InvoiceItems) GetBrutto() string
GetBrutto returns the Brutto field value
func (*InvoiceItems) GetBruttoOk ¶
func (o *InvoiceItems) GetBruttoOk() (*string, bool)
GetBruttoOk returns a tuple with the Brutto field value and a boolean to check if the value has been set.
func (*InvoiceItems) GetName ¶
func (o *InvoiceItems) GetName() string
GetName returns the Name field value
func (*InvoiceItems) GetNameOk ¶
func (o *InvoiceItems) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*InvoiceItems) GetNetto ¶
func (o *InvoiceItems) GetNetto() string
GetNetto returns the Netto field value
func (*InvoiceItems) GetNettoOk ¶
func (o *InvoiceItems) GetNettoOk() (*string, bool)
GetNettoOk returns a tuple with the Netto field value and a boolean to check if the value has been set.
func (*InvoiceItems) GetPrice ¶
func (o *InvoiceItems) GetPrice() string
GetPrice returns the Price field value
func (*InvoiceItems) GetPriceOk ¶
func (o *InvoiceItems) GetPriceOk() (*string, bool)
GetPriceOk returns a tuple with the Price field value and a boolean to check if the value has been set.
func (*InvoiceItems) GetQuantity ¶
func (o *InvoiceItems) GetQuantity() float32
GetQuantity returns the Quantity field value
func (*InvoiceItems) GetQuantityOk ¶
func (o *InvoiceItems) GetQuantityOk() (*float32, bool)
GetQuantityOk returns a tuple with the Quantity field value and a boolean to check if the value has been set.
func (*InvoiceItems) GetVatAmount ¶
func (o *InvoiceItems) GetVatAmount() string
GetVatAmount returns the VatAmount field value
func (*InvoiceItems) GetVatAmountOk ¶
func (o *InvoiceItems) GetVatAmountOk() (*string, bool)
GetVatAmountOk returns a tuple with the VatAmount field value and a boolean to check if the value has been set.
func (*InvoiceItems) GetVatRate ¶
func (o *InvoiceItems) GetVatRate() string
GetVatRate returns the VatRate field value
func (*InvoiceItems) GetVatRateOk ¶
func (o *InvoiceItems) GetVatRateOk() (*string, bool)
GetVatRateOk returns a tuple with the VatRate field value and a boolean to check if the value has been set.
func (InvoiceItems) MarshalJSON ¶
func (o InvoiceItems) MarshalJSON() ([]byte, error)
func (*InvoiceItems) SetBrutto ¶
func (o *InvoiceItems) SetBrutto(v string)
SetBrutto sets field value
func (*InvoiceItems) SetNetto ¶
func (o *InvoiceItems) SetNetto(v string)
SetNetto sets field value
func (*InvoiceItems) SetPrice ¶
func (o *InvoiceItems) SetPrice(v string)
SetPrice sets field value
func (*InvoiceItems) SetQuantity ¶
func (o *InvoiceItems) SetQuantity(v float32)
SetQuantity sets field value
func (*InvoiceItems) SetVatAmount ¶
func (o *InvoiceItems) SetVatAmount(v string)
SetVatAmount sets field value
func (*InvoiceItems) SetVatRate ¶
func (o *InvoiceItems) SetVatRate(v string)
SetVatRate sets field value
type InvoiceSeller ¶
type InvoiceSeller struct { Address *InvoiceSellerAddress `json:"address,omitempty"` Company string `json:"company"` Nip string `json:"nip"` }
InvoiceSeller struct for InvoiceSeller
func NewInvoiceSeller ¶
func NewInvoiceSeller(company string, nip string) *InvoiceSeller
NewInvoiceSeller instantiates a new InvoiceSeller object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvoiceSellerWithDefaults ¶
func NewInvoiceSellerWithDefaults() *InvoiceSeller
NewInvoiceSellerWithDefaults instantiates a new InvoiceSeller object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvoiceSeller) GetAddress ¶
func (o *InvoiceSeller) GetAddress() InvoiceSellerAddress
GetAddress returns the Address field value if set, zero value otherwise.
func (*InvoiceSeller) GetAddressOk ¶
func (o *InvoiceSeller) GetAddressOk() (*InvoiceSellerAddress, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvoiceSeller) GetCompany ¶
func (o *InvoiceSeller) GetCompany() string
GetCompany returns the Company field value
func (*InvoiceSeller) GetCompanyOk ¶
func (o *InvoiceSeller) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field value and a boolean to check if the value has been set.
func (*InvoiceSeller) GetNip ¶
func (o *InvoiceSeller) GetNip() string
GetNip returns the Nip field value
func (*InvoiceSeller) GetNipOk ¶
func (o *InvoiceSeller) GetNipOk() (*string, bool)
GetNipOk returns a tuple with the Nip field value and a boolean to check if the value has been set.
func (*InvoiceSeller) HasAddress ¶
func (o *InvoiceSeller) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (InvoiceSeller) MarshalJSON ¶
func (o InvoiceSeller) MarshalJSON() ([]byte, error)
func (*InvoiceSeller) SetAddress ¶
func (o *InvoiceSeller) SetAddress(v InvoiceSellerAddress)
SetAddress gets a reference to the given InvoiceSellerAddress and assigns it to the Address field.
func (*InvoiceSeller) SetCompany ¶
func (o *InvoiceSeller) SetCompany(v string)
SetCompany sets field value
type InvoiceSellerAddress ¶
type InvoiceSellerAddress struct { City string `json:"city"` Country string `json:"country"` Street string `json:"street"` Zipcode string `json:"zipcode"` }
InvoiceSellerAddress struct for InvoiceSellerAddress
func NewInvoiceSellerAddress ¶
func NewInvoiceSellerAddress(city string, country string, street string, zipcode string) *InvoiceSellerAddress
NewInvoiceSellerAddress instantiates a new InvoiceSellerAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvoiceSellerAddressWithDefaults ¶
func NewInvoiceSellerAddressWithDefaults() *InvoiceSellerAddress
NewInvoiceSellerAddressWithDefaults instantiates a new InvoiceSellerAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvoiceSellerAddress) GetCity ¶
func (o *InvoiceSellerAddress) GetCity() string
GetCity returns the City field value
func (*InvoiceSellerAddress) GetCityOk ¶
func (o *InvoiceSellerAddress) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field value and a boolean to check if the value has been set.
func (*InvoiceSellerAddress) GetCountry ¶
func (o *InvoiceSellerAddress) GetCountry() string
GetCountry returns the Country field value
func (*InvoiceSellerAddress) GetCountryOk ¶
func (o *InvoiceSellerAddress) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.
func (*InvoiceSellerAddress) GetStreet ¶
func (o *InvoiceSellerAddress) GetStreet() string
GetStreet returns the Street field value
func (*InvoiceSellerAddress) GetStreetOk ¶
func (o *InvoiceSellerAddress) GetStreetOk() (*string, bool)
GetStreetOk returns a tuple with the Street field value and a boolean to check if the value has been set.
func (*InvoiceSellerAddress) GetZipcode ¶
func (o *InvoiceSellerAddress) GetZipcode() string
GetZipcode returns the Zipcode field value
func (*InvoiceSellerAddress) GetZipcodeOk ¶
func (o *InvoiceSellerAddress) GetZipcodeOk() (*string, bool)
GetZipcodeOk returns a tuple with the Zipcode field value and a boolean to check if the value has been set.
func (InvoiceSellerAddress) MarshalJSON ¶
func (o InvoiceSellerAddress) MarshalJSON() ([]byte, error)
func (*InvoiceSellerAddress) SetCity ¶
func (o *InvoiceSellerAddress) SetCity(v string)
SetCity sets field value
func (*InvoiceSellerAddress) SetCountry ¶
func (o *InvoiceSellerAddress) SetCountry(v string)
SetCountry sets field value
func (*InvoiceSellerAddress) SetStreet ¶
func (o *InvoiceSellerAddress) SetStreet(v string)
SetStreet sets field value
func (*InvoiceSellerAddress) SetZipcode ¶
func (o *InvoiceSellerAddress) SetZipcode(v string)
SetZipcode sets field value
type Ip ¶
type Ip struct { Address *string `json:"address,omitempty"` Associated *IpAssociated `json:"associated,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Fqdn *string `json:"fqdn,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Network *string `json:"network,omitempty"` Persistent *bool `json:"persistent,omitempty"` Project *string `json:"project,omitempty"` Properties *IpProperties `json:"properties,omitempty"` PtrRecord *string `json:"ptrRecord,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Ip struct for Ip
func NewIp ¶
NewIp instantiates a new Ip object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpWithDefaults ¶
func NewIpWithDefaults() *Ip
NewIpWithDefaults instantiates a new Ip object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ip) GetAddress ¶
GetAddress returns the Address field value if set, zero value otherwise.
func (*Ip) GetAddressOk ¶
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetAssociated ¶
func (o *Ip) GetAssociated() IpAssociated
GetAssociated returns the Associated field value if set, zero value otherwise.
func (*Ip) GetAssociatedOk ¶
func (o *Ip) GetAssociatedOk() (*IpAssociated, bool)
GetAssociatedOk returns a tuple with the Associated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Ip) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Ip) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Ip) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Ip) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Ip) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Ip) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Ip) GetNetwork ¶
GetNetwork returns the Network field value if set, zero value otherwise.
func (*Ip) GetNetworkOk ¶
GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetPersistent ¶
GetPersistent returns the Persistent field value if set, zero value otherwise.
func (*Ip) GetPersistentOk ¶
GetPersistentOk returns a tuple with the Persistent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Ip) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetProperties ¶
func (o *Ip) GetProperties() IpProperties
GetProperties returns the Properties field value if set, zero value otherwise.
func (*Ip) GetPropertiesOk ¶
func (o *Ip) GetPropertiesOk() (*IpProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetPtrRecord ¶
GetPtrRecord returns the PtrRecord field value if set, zero value otherwise.
func (*Ip) GetPtrRecordOk ¶
GetPtrRecordOk returns a tuple with the PtrRecord field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ip) HasAddress ¶
HasAddress returns a boolean if a field has been set.
func (*Ip) HasAssociated ¶
HasAssociated returns a boolean if a field has been set.
func (*Ip) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Ip) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Ip) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Ip) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Ip) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Ip) HasNetwork ¶
HasNetwork returns a boolean if a field has been set.
func (*Ip) HasPersistent ¶
HasPersistent returns a boolean if a field has been set.
func (*Ip) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Ip) HasProperties ¶
HasProperties returns a boolean if a field has been set.
func (*Ip) HasPtrRecord ¶
HasPtrRecord returns a boolean if a field has been set.
func (Ip) MarshalJSON ¶
func (*Ip) SetAddress ¶
SetAddress gets a reference to the given string and assigns it to the Address field.
func (*Ip) SetAssociated ¶
func (o *Ip) SetAssociated(v IpAssociated)
SetAssociated gets a reference to the given IpAssociated and assigns it to the Associated field.
func (*Ip) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Ip) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Ip) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Ip) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*Ip) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Ip) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Ip) SetNetwork ¶
SetNetwork gets a reference to the given string and assigns it to the Network field.
func (*Ip) SetPersistent ¶
SetPersistent gets a reference to the given bool and assigns it to the Persistent field.
func (*Ip) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Ip) SetProperties ¶
func (o *Ip) SetProperties(v IpProperties)
SetProperties gets a reference to the given IpProperties and assigns it to the Properties field.
func (*Ip) SetPtrRecord ¶
SetPtrRecord gets a reference to the given string and assigns it to the PtrRecord field.
func (*Ip) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type IpAssociated ¶
type IpAssociated struct { Fip *string `json:"fip,omitempty"` Ip *string `json:"ip,omitempty"` Netadp *string `json:"netadp,omitempty"` }
IpAssociated struct for IpAssociated
func NewIpAssociated ¶
func NewIpAssociated() *IpAssociated
NewIpAssociated instantiates a new IpAssociated object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpAssociatedWithDefaults ¶
func NewIpAssociatedWithDefaults() *IpAssociated
NewIpAssociatedWithDefaults instantiates a new IpAssociated object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IpAssociated) GetFip ¶
func (o *IpAssociated) GetFip() string
GetFip returns the Fip field value if set, zero value otherwise.
func (*IpAssociated) GetFipOk ¶
func (o *IpAssociated) GetFipOk() (*string, bool)
GetFipOk returns a tuple with the Fip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAssociated) GetIp ¶
func (o *IpAssociated) GetIp() string
GetIp returns the Ip field value if set, zero value otherwise.
func (*IpAssociated) GetIpOk ¶
func (o *IpAssociated) GetIpOk() (*string, bool)
GetIpOk returns a tuple with the Ip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAssociated) GetNetadp ¶
func (o *IpAssociated) GetNetadp() string
GetNetadp returns the Netadp field value if set, zero value otherwise.
func (*IpAssociated) GetNetadpOk ¶
func (o *IpAssociated) GetNetadpOk() (*string, bool)
GetNetadpOk returns a tuple with the Netadp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAssociated) HasFip ¶
func (o *IpAssociated) HasFip() bool
HasFip returns a boolean if a field has been set.
func (*IpAssociated) HasIp ¶
func (o *IpAssociated) HasIp() bool
HasIp returns a boolean if a field has been set.
func (*IpAssociated) HasNetadp ¶
func (o *IpAssociated) HasNetadp() bool
HasNetadp returns a boolean if a field has been set.
func (IpAssociated) MarshalJSON ¶
func (o IpAssociated) MarshalJSON() ([]byte, error)
func (*IpAssociated) SetFip ¶
func (o *IpAssociated) SetFip(v string)
SetFip gets a reference to the given string and assigns it to the Fip field.
func (*IpAssociated) SetIp ¶
func (o *IpAssociated) SetIp(v string)
SetIp gets a reference to the given string and assigns it to the Ip field.
func (*IpAssociated) SetNetadp ¶
func (o *IpAssociated) SetNetadp(v string)
SetNetadp gets a reference to the given string and assigns it to the Netadp field.
type IpProperties ¶
type IpProperties struct { Family *string `json:"family,omitempty"` Version *float32 `json:"version,omitempty"` }
IpProperties struct for IpProperties
func NewIpProperties ¶
func NewIpProperties() *IpProperties
NewIpProperties instantiates a new IpProperties object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpPropertiesWithDefaults ¶
func NewIpPropertiesWithDefaults() *IpProperties
NewIpPropertiesWithDefaults instantiates a new IpProperties object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IpProperties) GetFamily ¶
func (o *IpProperties) GetFamily() string
GetFamily returns the Family field value if set, zero value otherwise.
func (*IpProperties) GetFamilyOk ¶
func (o *IpProperties) GetFamilyOk() (*string, bool)
GetFamilyOk returns a tuple with the Family field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpProperties) GetVersion ¶
func (o *IpProperties) GetVersion() float32
GetVersion returns the Version field value if set, zero value otherwise.
func (*IpProperties) GetVersionOk ¶
func (o *IpProperties) GetVersionOk() (*float32, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpProperties) HasFamily ¶
func (o *IpProperties) HasFamily() bool
HasFamily returns a boolean if a field has been set.
func (*IpProperties) HasVersion ¶
func (o *IpProperties) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (IpProperties) MarshalJSON ¶
func (o IpProperties) MarshalJSON() ([]byte, error)
func (*IpProperties) SetFamily ¶
func (o *IpProperties) SetFamily(v string)
SetFamily gets a reference to the given string and assigns it to the Family field.
func (*IpProperties) SetVersion ¶
func (o *IpProperties) SetVersion(v float32)
SetVersion gets a reference to the given float32 and assigns it to the Version field.
type Iso ¶
type Iso struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` Metadata *IsoMetadata `json:"metadata,omitempty"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` Size *float32 `json:"size,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Iso struct for Iso
func NewIso ¶
NewIso instantiates a new Iso object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIsoWithDefaults ¶
func NewIsoWithDefaults() *Iso
NewIsoWithDefaults instantiates a new Iso object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Iso) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Iso) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Iso) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Iso) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Iso) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Iso) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Iso) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Iso) GetMetadata ¶
func (o *Iso) GetMetadata() IsoMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Iso) GetMetadataOk ¶
func (o *Iso) GetMetadataOk() (*IsoMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Iso) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Iso) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Iso) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Iso) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Iso) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Iso) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Iso) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Iso) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Iso) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Iso) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Iso) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Iso) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Iso) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Iso) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Iso) HasMetadata ¶
HasMetadata returns a boolean if a field has been set.
func (*Iso) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Iso) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Iso) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Iso) MarshalJSON ¶
func (*Iso) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Iso) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Iso) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Iso) SetMetadata ¶
func (o *Iso) SetMetadata(v IsoMetadata)
SetMetadata gets a reference to the given IsoMetadata and assigns it to the Metadata field.
func (*Iso) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Iso) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Iso) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Iso) SetSize ¶
SetSize gets a reference to the given float32 and assigns it to the Size field.
func (*Iso) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type IsoMetadata ¶
type IsoMetadata struct {
Source *IsoMetadataSource `json:"source,omitempty"`
}
IsoMetadata struct for IsoMetadata
func NewIsoMetadata ¶
func NewIsoMetadata() *IsoMetadata
NewIsoMetadata instantiates a new IsoMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIsoMetadataWithDefaults ¶
func NewIsoMetadataWithDefaults() *IsoMetadata
NewIsoMetadataWithDefaults instantiates a new IsoMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IsoMetadata) GetSource ¶
func (o *IsoMetadata) GetSource() IsoMetadataSource
GetSource returns the Source field value if set, zero value otherwise.
func (*IsoMetadata) GetSourceOk ¶
func (o *IsoMetadata) GetSourceOk() (*IsoMetadataSource, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IsoMetadata) HasSource ¶
func (o *IsoMetadata) HasSource() bool
HasSource returns a boolean if a field has been set.
func (IsoMetadata) MarshalJSON ¶
func (o IsoMetadata) MarshalJSON() ([]byte, error)
func (*IsoMetadata) SetSource ¶
func (o *IsoMetadata) SetSource(v IsoMetadataSource)
SetSource gets a reference to the given IsoMetadataSource and assigns it to the Source field.
type IsoMetadataSource ¶
type IsoMetadataSource struct { Filename *string `json:"filename,omitempty"` Size *float32 `json:"size,omitempty"` }
IsoMetadataSource struct for IsoMetadataSource
func NewIsoMetadataSource ¶
func NewIsoMetadataSource() *IsoMetadataSource
NewIsoMetadataSource instantiates a new IsoMetadataSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIsoMetadataSourceWithDefaults ¶
func NewIsoMetadataSourceWithDefaults() *IsoMetadataSource
NewIsoMetadataSourceWithDefaults instantiates a new IsoMetadataSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IsoMetadataSource) GetFilename ¶
func (o *IsoMetadataSource) GetFilename() string
GetFilename returns the Filename field value if set, zero value otherwise.
func (*IsoMetadataSource) GetFilenameOk ¶
func (o *IsoMetadataSource) GetFilenameOk() (*string, bool)
GetFilenameOk returns a tuple with the Filename field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IsoMetadataSource) GetSize ¶
func (o *IsoMetadataSource) GetSize() float32
GetSize returns the Size field value if set, zero value otherwise.
func (*IsoMetadataSource) GetSizeOk ¶
func (o *IsoMetadataSource) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IsoMetadataSource) HasFilename ¶
func (o *IsoMetadataSource) HasFilename() bool
HasFilename returns a boolean if a field has been set.
func (*IsoMetadataSource) HasSize ¶
func (o *IsoMetadataSource) HasSize() bool
HasSize returns a boolean if a field has been set.
func (IsoMetadataSource) MarshalJSON ¶
func (o IsoMetadataSource) MarshalJSON() ([]byte, error)
func (*IsoMetadataSource) SetFilename ¶
func (o *IsoMetadataSource) SetFilename(v string)
SetFilename gets a reference to the given string and assigns it to the Filename field.
func (*IsoMetadataSource) SetSize ¶
func (o *IsoMetadataSource) SetSize(v float32)
SetSize gets a reference to the given float32 and assigns it to the Size field.
type Journal ¶
type Journal struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Fqdn *string `json:"fqdn,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` Retention *float32 `json:"retention,omitempty"` SizeUsed *float32 `json:"sizeUsed,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Journal struct for Journal
func NewJournal ¶
NewJournal instantiates a new Journal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewJournalWithDefaults ¶
func NewJournalWithDefaults() *Journal
NewJournalWithDefaults instantiates a new Journal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Journal) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Journal) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Journal) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Journal) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Journal) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Journal) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Journal) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Journal) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Journal) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetRetention ¶
GetRetention returns the Retention field value if set, zero value otherwise.
func (*Journal) GetRetentionOk ¶
GetRetentionOk returns a tuple with the Retention field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetSizeUsed ¶
GetSizeUsed returns the SizeUsed field value if set, zero value otherwise.
func (*Journal) GetSizeUsedOk ¶
GetSizeUsedOk returns a tuple with the SizeUsed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Journal) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Journal) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Journal) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Journal) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Journal) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Journal) HasRetention ¶
HasRetention returns a boolean if a field has been set.
func (*Journal) HasSizeUsed ¶
HasSizeUsed returns a boolean if a field has been set.
func (Journal) MarshalJSON ¶
func (*Journal) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Journal) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Journal) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Journal) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*Journal) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Journal) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Journal) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Journal) SetRetention ¶
SetRetention gets a reference to the given float32 and assigns it to the Retention field.
func (*Journal) SetSizeUsed ¶
SetSizeUsed gets a reference to the given float32 and assigns it to the SizeUsed field.
func (*Journal) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type JournalCredential ¶
type JournalCredential struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Fingerprint *string `json:"fingerprint,omitempty"` Id *string `json:"id,omitempty"` Name string `json:"name"` Token *string `json:"token,omitempty"` Type string `json:"type"` Value string `json:"value"` }
JournalCredential struct for JournalCredential
func NewJournalCredential ¶
func NewJournalCredential(name string, type_ string, value string) *JournalCredential
NewJournalCredential instantiates a new JournalCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewJournalCredentialWithDefaults ¶
func NewJournalCredentialWithDefaults() *JournalCredential
NewJournalCredentialWithDefaults instantiates a new JournalCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*JournalCredential) GetCreatedBy ¶
func (o *JournalCredential) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*JournalCredential) GetCreatedByOk ¶
func (o *JournalCredential) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JournalCredential) GetCreatedOn ¶
func (o *JournalCredential) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*JournalCredential) GetCreatedOnOk ¶
func (o *JournalCredential) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JournalCredential) GetFingerprint ¶
func (o *JournalCredential) GetFingerprint() string
GetFingerprint returns the Fingerprint field value if set, zero value otherwise.
func (*JournalCredential) GetFingerprintOk ¶
func (o *JournalCredential) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JournalCredential) GetId ¶
func (o *JournalCredential) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*JournalCredential) GetIdOk ¶
func (o *JournalCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JournalCredential) GetName ¶
func (o *JournalCredential) GetName() string
GetName returns the Name field value
func (*JournalCredential) GetNameOk ¶
func (o *JournalCredential) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*JournalCredential) GetToken ¶
func (o *JournalCredential) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*JournalCredential) GetTokenOk ¶
func (o *JournalCredential) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*JournalCredential) GetType ¶
func (o *JournalCredential) GetType() string
GetType returns the Type field value
func (*JournalCredential) GetTypeOk ¶
func (o *JournalCredential) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*JournalCredential) GetValue ¶
func (o *JournalCredential) GetValue() string
GetValue returns the Value field value
func (*JournalCredential) GetValueOk ¶
func (o *JournalCredential) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*JournalCredential) HasCreatedBy ¶
func (o *JournalCredential) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*JournalCredential) HasCreatedOn ¶
func (o *JournalCredential) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*JournalCredential) HasFingerprint ¶
func (o *JournalCredential) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (*JournalCredential) HasId ¶
func (o *JournalCredential) HasId() bool
HasId returns a boolean if a field has been set.
func (*JournalCredential) HasToken ¶
func (o *JournalCredential) HasToken() bool
HasToken returns a boolean if a field has been set.
func (JournalCredential) MarshalJSON ¶
func (o JournalCredential) MarshalJSON() ([]byte, error)
func (*JournalCredential) SetCreatedBy ¶
func (o *JournalCredential) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*JournalCredential) SetCreatedOn ¶
func (o *JournalCredential) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*JournalCredential) SetFingerprint ¶
func (o *JournalCredential) SetFingerprint(v string)
SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.
func (*JournalCredential) SetId ¶
func (o *JournalCredential) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*JournalCredential) SetName ¶
func (o *JournalCredential) SetName(v string)
SetName sets field value
func (*JournalCredential) SetToken ¶
func (o *JournalCredential) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*JournalCredential) SetType ¶
func (o *JournalCredential) SetType(v string)
SetType sets field value
func (*JournalCredential) SetValue ¶
func (o *JournalCredential) SetValue(v string)
SetValue sets field value
type MessageData ¶
type MessageData struct { Body *string `json:"body,omitempty"` Mime string `json:"mime"` Url *string `json:"url,omitempty"` }
MessageData struct for MessageData
func NewMessageData ¶
func NewMessageData(mime string) *MessageData
NewMessageData instantiates a new MessageData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMessageDataWithDefaults ¶
func NewMessageDataWithDefaults() *MessageData
NewMessageDataWithDefaults instantiates a new MessageData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MessageData) GetBody ¶
func (o *MessageData) GetBody() string
GetBody returns the Body field value if set, zero value otherwise.
func (*MessageData) GetBodyOk ¶
func (o *MessageData) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageData) GetMime ¶
func (o *MessageData) GetMime() string
GetMime returns the Mime field value
func (*MessageData) GetMimeOk ¶
func (o *MessageData) GetMimeOk() (*string, bool)
GetMimeOk returns a tuple with the Mime field value and a boolean to check if the value has been set.
func (*MessageData) GetUrl ¶
func (o *MessageData) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*MessageData) GetUrlOk ¶
func (o *MessageData) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageData) HasBody ¶
func (o *MessageData) HasBody() bool
HasBody returns a boolean if a field has been set.
func (*MessageData) HasUrl ¶
func (o *MessageData) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (MessageData) MarshalJSON ¶
func (o MessageData) MarshalJSON() ([]byte, error)
func (*MessageData) SetBody ¶
func (o *MessageData) SetBody(v string)
SetBody gets a reference to the given string and assigns it to the Body field.
func (*MessageData) SetUrl ¶
func (o *MessageData) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type Metric ¶
type Metric struct { Id string `json:"id"` Name string `json:"name"` Properties *MetricProperties `json:"properties,omitempty"` Uri string `json:"uri"` }
Metric struct for Metric
func NewMetric ¶
NewMetric instantiates a new Metric object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMetricWithDefaults ¶
func NewMetricWithDefaults() *Metric
NewMetricWithDefaults instantiates a new Metric object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Metric) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Metric) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Metric) GetProperties ¶
func (o *Metric) GetProperties() MetricProperties
GetProperties returns the Properties field value if set, zero value otherwise.
func (*Metric) GetPropertiesOk ¶
func (o *Metric) GetPropertiesOk() (*MetricProperties, bool)
GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Metric) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set.
func (*Metric) HasProperties ¶
HasProperties returns a boolean if a field has been set.
func (Metric) MarshalJSON ¶
func (*Metric) SetProperties ¶
func (o *Metric) SetProperties(v MetricProperties)
SetProperties gets a reference to the given MetricProperties and assigns it to the Properties field.
type MetricProperties ¶
type MetricProperties struct { Dimension []MetricPropertiesDimension `json:"dimension,omitempty"` Unit string `json:"unit"` }
MetricProperties struct for MetricProperties
func NewMetricProperties ¶
func NewMetricProperties(unit string) *MetricProperties
NewMetricProperties instantiates a new MetricProperties object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMetricPropertiesWithDefaults ¶
func NewMetricPropertiesWithDefaults() *MetricProperties
NewMetricPropertiesWithDefaults instantiates a new MetricProperties object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MetricProperties) GetDimension ¶
func (o *MetricProperties) GetDimension() []MetricPropertiesDimension
GetDimension returns the Dimension field value if set, zero value otherwise.
func (*MetricProperties) GetDimensionOk ¶
func (o *MetricProperties) GetDimensionOk() ([]MetricPropertiesDimension, bool)
GetDimensionOk returns a tuple with the Dimension field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MetricProperties) GetUnit ¶
func (o *MetricProperties) GetUnit() string
GetUnit returns the Unit field value
func (*MetricProperties) GetUnitOk ¶
func (o *MetricProperties) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value and a boolean to check if the value has been set.
func (*MetricProperties) HasDimension ¶
func (o *MetricProperties) HasDimension() bool
HasDimension returns a boolean if a field has been set.
func (MetricProperties) MarshalJSON ¶
func (o MetricProperties) MarshalJSON() ([]byte, error)
func (*MetricProperties) SetDimension ¶
func (o *MetricProperties) SetDimension(v []MetricPropertiesDimension)
SetDimension gets a reference to the given []MetricPropertiesDimension and assigns it to the Dimension field.
func (*MetricProperties) SetUnit ¶
func (o *MetricProperties) SetUnit(v string)
SetUnit sets field value
type MetricPropertiesDimension ¶
type MetricPropertiesDimension struct { Description string `json:"description"` Name string `json:"name"` }
MetricPropertiesDimension struct for MetricPropertiesDimension
func NewMetricPropertiesDimension ¶
func NewMetricPropertiesDimension(description string, name string) *MetricPropertiesDimension
NewMetricPropertiesDimension instantiates a new MetricPropertiesDimension object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMetricPropertiesDimensionWithDefaults ¶
func NewMetricPropertiesDimensionWithDefaults() *MetricPropertiesDimension
NewMetricPropertiesDimensionWithDefaults instantiates a new MetricPropertiesDimension object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MetricPropertiesDimension) GetDescription ¶
func (o *MetricPropertiesDimension) GetDescription() string
GetDescription returns the Description field value
func (*MetricPropertiesDimension) GetDescriptionOk ¶
func (o *MetricPropertiesDimension) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*MetricPropertiesDimension) GetName ¶
func (o *MetricPropertiesDimension) GetName() string
GetName returns the Name field value
func (*MetricPropertiesDimension) GetNameOk ¶
func (o *MetricPropertiesDimension) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (MetricPropertiesDimension) MarshalJSON ¶
func (o MetricPropertiesDimension) MarshalJSON() ([]byte, error)
func (*MetricPropertiesDimension) SetDescription ¶
func (o *MetricPropertiesDimension) SetDescription(v string)
SetDescription sets field value
func (*MetricPropertiesDimension) SetName ¶
func (o *MetricPropertiesDimension) SetName(v string)
SetName sets field value
type Netadp ¶
type Netadp struct { Assigned *string `json:"assigned,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Firewall *string `json:"firewall,omitempty"` Flavour *string `json:"flavour,omitempty"` Fqdn *string `json:"fqdn,omitempty"` Id string `json:"id"` Macaddress *string `json:"macaddress,omitempty"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Network *string `json:"network,omitempty"` Project *string `json:"project,omitempty"` Speed *float32 `json:"speed,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Netadp struct for Netadp
func NewNetadp ¶
NewNetadp instantiates a new Netadp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetadpWithDefaults ¶
func NewNetadpWithDefaults() *Netadp
NewNetadpWithDefaults instantiates a new Netadp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Netadp) GetAssigned ¶
GetAssigned returns the Assigned field value if set, zero value otherwise.
func (*Netadp) GetAssignedOk ¶
GetAssignedOk returns a tuple with the Assigned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Netadp) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Netadp) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetFirewall ¶
GetFirewall returns the Firewall field value if set, zero value otherwise.
func (*Netadp) GetFirewallOk ¶
GetFirewallOk returns a tuple with the Firewall field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Netadp) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Netadp) GetMacaddress ¶
GetMacaddress returns the Macaddress field value if set, zero value otherwise.
func (*Netadp) GetMacaddressOk ¶
GetMacaddressOk returns a tuple with the Macaddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Netadp) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Netadp) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Netadp) GetNetwork ¶
GetNetwork returns the Network field value if set, zero value otherwise.
func (*Netadp) GetNetworkOk ¶
GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Netadp) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetSpeedOk ¶
GetSpeedOk returns a tuple with the Speed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netadp) HasAssigned ¶
HasAssigned returns a boolean if a field has been set.
func (*Netadp) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Netadp) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Netadp) HasFirewall ¶
HasFirewall returns a boolean if a field has been set.
func (*Netadp) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Netadp) HasMacaddress ¶
HasMacaddress returns a boolean if a field has been set.
func (*Netadp) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Netadp) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Netadp) HasNetwork ¶
HasNetwork returns a boolean if a field has been set.
func (*Netadp) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Netadp) MarshalJSON ¶
func (*Netadp) SetAssigned ¶
SetAssigned gets a reference to the given string and assigns it to the Assigned field.
func (*Netadp) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Netadp) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Netadp) SetFirewall ¶
SetFirewall gets a reference to the given string and assigns it to the Firewall field.
func (*Netadp) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Netadp) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*Netadp) SetMacaddress ¶
SetMacaddress gets a reference to the given string and assigns it to the Macaddress field.
func (*Netadp) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Netadp) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Netadp) SetNetwork ¶
SetNetwork gets a reference to the given string and assigns it to the Network field.
func (*Netadp) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Netadp) SetSpeed ¶
SetSpeed gets a reference to the given float32 and assigns it to the Speed field.
func (*Netadp) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type Netgw ¶
type Netgw struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Network *string `json:"network,omitempty"` PrimaryIP *string `json:"primaryIP,omitempty"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Netgw struct for Netgw
func NewNetgw ¶
NewNetgw instantiates a new Netgw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetgwWithDefaults ¶
func NewNetgwWithDefaults() *Netgw
NewNetgwWithDefaults instantiates a new Netgw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Netgw) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Netgw) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netgw) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Netgw) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netgw) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Netgw) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netgw) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Netgw) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Netgw) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netgw) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Netgw) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netgw) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Netgw) GetNetwork ¶
GetNetwork returns the Network field value if set, zero value otherwise.
func (*Netgw) GetNetworkOk ¶
GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netgw) GetPrimaryIP ¶
GetPrimaryIP returns the PrimaryIP field value if set, zero value otherwise.
func (*Netgw) GetPrimaryIPOk ¶
GetPrimaryIPOk returns a tuple with the PrimaryIP field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netgw) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Netgw) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netgw) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netgw) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netgw) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Netgw) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Netgw) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Netgw) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Netgw) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Netgw) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Netgw) HasNetwork ¶
HasNetwork returns a boolean if a field has been set.
func (*Netgw) HasPrimaryIP ¶
HasPrimaryIP returns a boolean if a field has been set.
func (*Netgw) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Netgw) MarshalJSON ¶
func (*Netgw) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Netgw) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Netgw) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Netgw) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Netgw) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Netgw) SetNetwork ¶
SetNetwork gets a reference to the given string and assigns it to the Network field.
func (*Netgw) SetPrimaryIP ¶
SetPrimaryIP gets a reference to the given string and assigns it to the PrimaryIP field.
func (*Netgw) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Netgw) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type NetgwPrivate ¶
type NetgwPrivate struct {
Network string `json:"network"`
}
NetgwPrivate struct for NetgwPrivate
func NewNetgwPrivate ¶
func NewNetgwPrivate(network string) *NetgwPrivate
NewNetgwPrivate instantiates a new NetgwPrivate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetgwPrivateWithDefaults ¶
func NewNetgwPrivateWithDefaults() *NetgwPrivate
NewNetgwPrivateWithDefaults instantiates a new NetgwPrivate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetgwPrivate) GetNetwork ¶
func (o *NetgwPrivate) GetNetwork() string
GetNetwork returns the Network field value
func (*NetgwPrivate) GetNetworkOk ¶
func (o *NetgwPrivate) GetNetworkOk() (*string, bool)
GetNetworkOk returns a tuple with the Network field value and a boolean to check if the value has been set.
func (NetgwPrivate) MarshalJSON ¶
func (o NetgwPrivate) MarshalJSON() ([]byte, error)
func (*NetgwPrivate) SetNetwork ¶
func (o *NetgwPrivate) SetNetwork(v string)
SetNetwork sets field value
type NetgwPublic ¶
type NetgwPublic struct {
Ip string `json:"ip"`
}
NetgwPublic struct for NetgwPublic
func NewNetgwPublic ¶
func NewNetgwPublic(ip string) *NetgwPublic
NewNetgwPublic instantiates a new NetgwPublic object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetgwPublicWithDefaults ¶
func NewNetgwPublicWithDefaults() *NetgwPublic
NewNetgwPublicWithDefaults instantiates a new NetgwPublic object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetgwPublic) GetIpOk ¶
func (o *NetgwPublic) GetIpOk() (*string, bool)
GetIpOk returns a tuple with the Ip field value and a boolean to check if the value has been set.
func (NetgwPublic) MarshalJSON ¶
func (o NetgwPublic) MarshalJSON() ([]byte, error)
type Network ¶
type Network struct { Address *string `json:"address,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Dns *NetworkDns `json:"dns,omitempty"` Firewall *string `json:"firewall,omitempty"` Flavour *string `json:"flavour,omitempty"` Gateway *string `json:"gateway,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Netgw *string `json:"netgw,omitempty"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Type *string `json:"type,omitempty"` Uri *string `json:"uri,omitempty"` }
Network struct for Network
func NewNetwork ¶
NewNetwork instantiates a new Network object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkWithDefaults ¶
func NewNetworkWithDefaults() *Network
NewNetworkWithDefaults instantiates a new Network object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Network) GetAddress ¶
GetAddress returns the Address field value if set, zero value otherwise.
func (*Network) GetAddressOk ¶
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Network) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Network) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetDns ¶
func (o *Network) GetDns() NetworkDns
GetDns returns the Dns field value if set, zero value otherwise.
func (*Network) GetDnsOk ¶
func (o *Network) GetDnsOk() (*NetworkDns, bool)
GetDnsOk returns a tuple with the Dns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetFirewall ¶
GetFirewall returns the Firewall field value if set, zero value otherwise.
func (*Network) GetFirewallOk ¶
GetFirewallOk returns a tuple with the Firewall field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Network) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetGateway ¶
GetGateway returns the Gateway field value if set, zero value otherwise.
func (*Network) GetGatewayOk ¶
GetGatewayOk returns a tuple with the Gateway field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Network) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Network) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Network) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Network) GetNetgwOk ¶
GetNetgwOk returns a tuple with the Netgw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Network) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Network) HasAddress ¶
HasAddress returns a boolean if a field has been set.
func (*Network) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Network) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Network) HasFirewall ¶
HasFirewall returns a boolean if a field has been set.
func (*Network) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Network) HasGateway ¶
HasGateway returns a boolean if a field has been set.
func (*Network) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Network) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Network) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Network) MarshalJSON ¶
func (*Network) SetAddress ¶
SetAddress gets a reference to the given string and assigns it to the Address field.
func (*Network) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Network) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Network) SetDns ¶
func (o *Network) SetDns(v NetworkDns)
SetDns gets a reference to the given NetworkDns and assigns it to the Dns field.
func (*Network) SetFirewall ¶
SetFirewall gets a reference to the given string and assigns it to the Firewall field.
func (*Network) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Network) SetGateway ¶
SetGateway gets a reference to the given string and assigns it to the Gateway field.
func (*Network) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Network) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Network) SetNetgw ¶
SetNetgw gets a reference to the given string and assigns it to the Netgw field.
func (*Network) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Network) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
func (*Network) SetTag ¶
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type NetworkDns ¶
type NetworkDns struct {
Nameservers []string `json:"nameservers,omitempty"`
}
NetworkDns struct for NetworkDns
func NewNetworkDns ¶
func NewNetworkDns() *NetworkDns
NewNetworkDns instantiates a new NetworkDns object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkDnsWithDefaults ¶
func NewNetworkDnsWithDefaults() *NetworkDns
NewNetworkDnsWithDefaults instantiates a new NetworkDns object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkDns) GetNameservers ¶
func (o *NetworkDns) GetNameservers() []string
GetNameservers returns the Nameservers field value if set, zero value otherwise.
func (*NetworkDns) GetNameserversOk ¶
func (o *NetworkDns) GetNameserversOk() ([]string, bool)
GetNameserversOk returns a tuple with the Nameservers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkDns) HasNameservers ¶
func (o *NetworkDns) HasNameservers() bool
HasNameservers returns a boolean if a field has been set.
func (NetworkDns) MarshalJSON ¶
func (o NetworkDns) MarshalJSON() ([]byte, error)
func (*NetworkDns) SetNameservers ¶
func (o *NetworkDns) SetNameservers(v []string)
SetNameservers gets a reference to the given []string and assigns it to the Nameservers field.
type NetworkingProjectFirewallApiService ¶
type NetworkingProjectFirewallApiService service
NetworkingProjectFirewallApiService NetworkingProjectFirewallApi service
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallCreate ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallCreate(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectFirewallCreateRequest
NetworkingProjectFirewallCreate Create networking/firewall
Create firewall
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiNetworkingProjectFirewallCreateRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallCreateExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallCreateExecute(r ApiNetworkingProjectFirewallCreateRequest) (*Firewall, *http.Response, error)
Execute executes the request
@return Firewall
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallDelete ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallDelete(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallDeleteRequest
NetworkingProjectFirewallDelete Delete networking/firewall
Delete firewall
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallDeleteRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallDeleteExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallDeleteExecute(r ApiNetworkingProjectFirewallDeleteRequest) (*Firewall, *http.Response, error)
Execute executes the request
@return Firewall
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressCreate ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressCreate(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallEgressCreateRequest
NetworkingProjectFirewallEgressCreate Create networking/firewall.egress
Create networking/firewall.egress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallEgressCreateRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressCreateExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressCreateExecute(r ApiNetworkingProjectFirewallEgressCreateRequest) (*NetworkingRule, *http.Response, error)
Execute executes the request
@return NetworkingRule
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressDelete ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressDelete(ctx context.Context, projectId string, locationId string, firewallId string, egressId string) ApiNetworkingProjectFirewallEgressDeleteRequest
NetworkingProjectFirewallEgressDelete Delete networking/firewall.egress
Delete networking/firewall.egress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @param egressId egressId @return ApiNetworkingProjectFirewallEgressDeleteRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressDeleteExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressDeleteExecute(r ApiNetworkingProjectFirewallEgressDeleteRequest) (*http.Response, error)
Execute executes the request
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressGet ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressGet(ctx context.Context, projectId string, locationId string, firewallId string, egressId string) ApiNetworkingProjectFirewallEgressGetRequest
NetworkingProjectFirewallEgressGet Get networking/firewall.egress
Get networking/firewall.egress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @param egressId egressId @return ApiNetworkingProjectFirewallEgressGetRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressGetExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressGetExecute(r ApiNetworkingProjectFirewallEgressGetRequest) (*NetworkingRule, *http.Response, error)
Execute executes the request
@return NetworkingRule
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressList ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressList(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallEgressListRequest
NetworkingProjectFirewallEgressList List networking/firewall.egress
List networking/firewall.egress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallEgressListRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressListExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressListExecute(r ApiNetworkingProjectFirewallEgressListRequest) ([]NetworkingRule, *http.Response, error)
Execute executes the request
@return []NetworkingRule
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressPut ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressPut(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallEgressPutRequest
NetworkingProjectFirewallEgressPut Replace networking/firewall.egress
Replace networking/firewall.egress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallEgressPutRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressPutExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEgressPutExecute(r ApiNetworkingProjectFirewallEgressPutRequest) ([]NetworkingRule, *http.Response, error)
Execute executes the request
@return []NetworkingRule
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventGet ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventGet(ctx context.Context, projectId string, locationId string, firewallId string, eventId string) ApiNetworkingProjectFirewallEventGetRequest
NetworkingProjectFirewallEventGet Get networking/firewall.event
Get networking/firewall.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @param eventId eventId @return ApiNetworkingProjectFirewallEventGetRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventGetExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventGetExecute(r ApiNetworkingProjectFirewallEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventList ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventList(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallEventListRequest
NetworkingProjectFirewallEventList List networking/firewall.event
List networking/firewall.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallEventListRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventListExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallEventListExecute(r ApiNetworkingProjectFirewallEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallGet ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallGet(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallGetRequest
NetworkingProjectFirewallGet Get networking/firewall
Returns a single firewall
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallGetRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallGetExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallGetExecute(r ApiNetworkingProjectFirewallGetRequest) (*Firewall, *http.Response, error)
Execute executes the request
@return Firewall
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressCreate ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressCreate(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallIngressCreateRequest
NetworkingProjectFirewallIngressCreate Create networking/firewall.ingress
Create networking/firewall.ingress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallIngressCreateRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressCreateExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressCreateExecute(r ApiNetworkingProjectFirewallIngressCreateRequest) (*NetworkingRule, *http.Response, error)
Execute executes the request
@return NetworkingRule
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressDelete ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressDelete(ctx context.Context, projectId string, locationId string, firewallId string, ingressId string) ApiNetworkingProjectFirewallIngressDeleteRequest
NetworkingProjectFirewallIngressDelete Delete networking/firewall.ingress
Delete networking/firewall.ingress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @param ingressId ingressId @return ApiNetworkingProjectFirewallIngressDeleteRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressDeleteExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressDeleteExecute(r ApiNetworkingProjectFirewallIngressDeleteRequest) (*http.Response, error)
Execute executes the request
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressGet ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressGet(ctx context.Context, projectId string, locationId string, firewallId string, ingressId string) ApiNetworkingProjectFirewallIngressGetRequest
NetworkingProjectFirewallIngressGet Get networking/firewall.ingress
Get networking/firewall.ingress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @param ingressId ingressId @return ApiNetworkingProjectFirewallIngressGetRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressGetExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressGetExecute(r ApiNetworkingProjectFirewallIngressGetRequest) (*NetworkingRule, *http.Response, error)
Execute executes the request
@return NetworkingRule
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressList ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressList(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallIngressListRequest
NetworkingProjectFirewallIngressList List networking/firewall.ingress
List networking/firewall.ingress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallIngressListRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressListExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressListExecute(r ApiNetworkingProjectFirewallIngressListRequest) ([]NetworkingRule, *http.Response, error)
Execute executes the request
@return []NetworkingRule
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressPut ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressPut(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallIngressPutRequest
NetworkingProjectFirewallIngressPut Replace networking/firewall.ingress
Replace networking/firewall.ingress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallIngressPutRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressPutExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallIngressPutExecute(r ApiNetworkingProjectFirewallIngressPutRequest) ([]NetworkingRule, *http.Response, error)
Execute executes the request
@return []NetworkingRule
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallList ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallList(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectFirewallListRequest
NetworkingProjectFirewallList List networking/firewall
List firewall
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiNetworkingProjectFirewallListRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallListExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallListExecute(r ApiNetworkingProjectFirewallListRequest) ([]Firewall, *http.Response, error)
Execute executes the request
@return []Firewall
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceGet ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceGet(ctx context.Context, projectId string, locationId string, firewallId string, serviceId string) ApiNetworkingProjectFirewallServiceGetRequest
NetworkingProjectFirewallServiceGet Get networking/firewall.service
Get networking/firewall.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @param serviceId serviceId @return ApiNetworkingProjectFirewallServiceGetRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceGetExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceGetExecute(r ApiNetworkingProjectFirewallServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceList ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceList(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallServiceListRequest
NetworkingProjectFirewallServiceList List networking/firewall.service
List networking/firewall.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallServiceListRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceListExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallServiceListExecute(r ApiNetworkingProjectFirewallServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagCreate ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagCreate(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallTagCreateRequest
NetworkingProjectFirewallTagCreate Create networking/firewall.tag
Create networking/firewall.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallTagCreateRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagCreateExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagCreateExecute(r ApiNetworkingProjectFirewallTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagDelete ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagDelete(ctx context.Context, projectId string, locationId string, firewallId string, tagId string) ApiNetworkingProjectFirewallTagDeleteRequest
NetworkingProjectFirewallTagDelete Delete networking/firewall.tag
Delete networking/firewall.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @param tagId tagId @return ApiNetworkingProjectFirewallTagDeleteRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagDeleteExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagDeleteExecute(r ApiNetworkingProjectFirewallTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagGet ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagGet(ctx context.Context, projectId string, locationId string, firewallId string, tagId string) ApiNetworkingProjectFirewallTagGetRequest
NetworkingProjectFirewallTagGet Get networking/firewall.tag
Get networking/firewall.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @param tagId tagId @return ApiNetworkingProjectFirewallTagGetRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagGetExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagGetExecute(r ApiNetworkingProjectFirewallTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagList ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagList(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallTagListRequest
NetworkingProjectFirewallTagList List networking/firewall.tag
List networking/firewall.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallTagListRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagListExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagListExecute(r ApiNetworkingProjectFirewallTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagPut ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagPut(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallTagPutRequest
NetworkingProjectFirewallTagPut Replace networking/firewall.tag
Replace networking/firewall.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallTagPutRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagPutExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTagPutExecute(r ApiNetworkingProjectFirewallTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTransfer ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTransfer(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallTransferRequest
NetworkingProjectFirewallTransfer Transfer networking/firewall
action transfer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallTransferRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallTransferExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallTransferExecute(r ApiNetworkingProjectFirewallTransferRequest) (*Firewall, *http.Response, error)
Execute executes the request
@return Firewall
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallUpdate ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallUpdate(ctx context.Context, projectId string, locationId string, firewallId string) ApiNetworkingProjectFirewallUpdateRequest
NetworkingProjectFirewallUpdate Update networking/firewall
Returns modified firewall
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param firewallId Firewall Id @return ApiNetworkingProjectFirewallUpdateRequest
func (*NetworkingProjectFirewallApiService) NetworkingProjectFirewallUpdateExecute ¶
func (a *NetworkingProjectFirewallApiService) NetworkingProjectFirewallUpdateExecute(r ApiNetworkingProjectFirewallUpdateRequest) (*Firewall, *http.Response, error)
Execute executes the request
@return Firewall
type NetworkingProjectFirewallCreate ¶
type NetworkingProjectFirewallCreate struct { Egress []NetworkingRule `json:"egress,omitempty"` Ingress []NetworkingRule `json:"ingress,omitempty"` Name string `json:"name"` Service *string `json:"service,omitempty"` Tag []Tag `json:"tag,omitempty"` }
NetworkingProjectFirewallCreate struct for NetworkingProjectFirewallCreate
func NewNetworkingProjectFirewallCreate ¶
func NewNetworkingProjectFirewallCreate(name string) *NetworkingProjectFirewallCreate
NewNetworkingProjectFirewallCreate instantiates a new NetworkingProjectFirewallCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectFirewallCreateWithDefaults ¶
func NewNetworkingProjectFirewallCreateWithDefaults() *NetworkingProjectFirewallCreate
NewNetworkingProjectFirewallCreateWithDefaults instantiates a new NetworkingProjectFirewallCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectFirewallCreate) GetEgress ¶
func (o *NetworkingProjectFirewallCreate) GetEgress() []NetworkingRule
GetEgress returns the Egress field value if set, zero value otherwise.
func (*NetworkingProjectFirewallCreate) GetEgressOk ¶
func (o *NetworkingProjectFirewallCreate) GetEgressOk() ([]NetworkingRule, bool)
GetEgressOk returns a tuple with the Egress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectFirewallCreate) GetIngress ¶
func (o *NetworkingProjectFirewallCreate) GetIngress() []NetworkingRule
GetIngress returns the Ingress field value if set, zero value otherwise.
func (*NetworkingProjectFirewallCreate) GetIngressOk ¶
func (o *NetworkingProjectFirewallCreate) GetIngressOk() ([]NetworkingRule, bool)
GetIngressOk returns a tuple with the Ingress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectFirewallCreate) GetName ¶
func (o *NetworkingProjectFirewallCreate) GetName() string
GetName returns the Name field value
func (*NetworkingProjectFirewallCreate) GetNameOk ¶
func (o *NetworkingProjectFirewallCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*NetworkingProjectFirewallCreate) GetService ¶
func (o *NetworkingProjectFirewallCreate) GetService() string
GetService returns the Service field value if set, zero value otherwise.
func (*NetworkingProjectFirewallCreate) GetServiceOk ¶
func (o *NetworkingProjectFirewallCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectFirewallCreate) GetTag ¶
func (o *NetworkingProjectFirewallCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*NetworkingProjectFirewallCreate) GetTagOk ¶
func (o *NetworkingProjectFirewallCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectFirewallCreate) HasEgress ¶
func (o *NetworkingProjectFirewallCreate) HasEgress() bool
HasEgress returns a boolean if a field has been set.
func (*NetworkingProjectFirewallCreate) HasIngress ¶
func (o *NetworkingProjectFirewallCreate) HasIngress() bool
HasIngress returns a boolean if a field has been set.
func (*NetworkingProjectFirewallCreate) HasService ¶
func (o *NetworkingProjectFirewallCreate) HasService() bool
HasService returns a boolean if a field has been set.
func (*NetworkingProjectFirewallCreate) HasTag ¶
func (o *NetworkingProjectFirewallCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (NetworkingProjectFirewallCreate) MarshalJSON ¶
func (o NetworkingProjectFirewallCreate) MarshalJSON() ([]byte, error)
func (*NetworkingProjectFirewallCreate) SetEgress ¶
func (o *NetworkingProjectFirewallCreate) SetEgress(v []NetworkingRule)
SetEgress gets a reference to the given []NetworkingRule and assigns it to the Egress field.
func (*NetworkingProjectFirewallCreate) SetIngress ¶
func (o *NetworkingProjectFirewallCreate) SetIngress(v []NetworkingRule)
SetIngress gets a reference to the given []NetworkingRule and assigns it to the Ingress field.
func (*NetworkingProjectFirewallCreate) SetName ¶
func (o *NetworkingProjectFirewallCreate) SetName(v string)
SetName sets field value
func (*NetworkingProjectFirewallCreate) SetService ¶
func (o *NetworkingProjectFirewallCreate) SetService(v string)
SetService gets a reference to the given string and assigns it to the Service field.
func (*NetworkingProjectFirewallCreate) SetTag ¶
func (o *NetworkingProjectFirewallCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type NetworkingProjectFirewallTransfer ¶
type NetworkingProjectFirewallTransfer struct {
Project string `json:"project"`
}
NetworkingProjectFirewallTransfer struct for NetworkingProjectFirewallTransfer
func NewNetworkingProjectFirewallTransfer ¶
func NewNetworkingProjectFirewallTransfer(project string) *NetworkingProjectFirewallTransfer
NewNetworkingProjectFirewallTransfer instantiates a new NetworkingProjectFirewallTransfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectFirewallTransferWithDefaults ¶
func NewNetworkingProjectFirewallTransferWithDefaults() *NetworkingProjectFirewallTransfer
NewNetworkingProjectFirewallTransferWithDefaults instantiates a new NetworkingProjectFirewallTransfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectFirewallTransfer) GetProject ¶
func (o *NetworkingProjectFirewallTransfer) GetProject() string
GetProject returns the Project field value
func (*NetworkingProjectFirewallTransfer) GetProjectOk ¶
func (o *NetworkingProjectFirewallTransfer) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (NetworkingProjectFirewallTransfer) MarshalJSON ¶
func (o NetworkingProjectFirewallTransfer) MarshalJSON() ([]byte, error)
func (*NetworkingProjectFirewallTransfer) SetProject ¶
func (o *NetworkingProjectFirewallTransfer) SetProject(v string)
SetProject sets field value
type NetworkingProjectFirewallUpdate ¶
type NetworkingProjectFirewallUpdate struct {
Name *string `json:"name,omitempty"`
}
NetworkingProjectFirewallUpdate struct for NetworkingProjectFirewallUpdate
func NewNetworkingProjectFirewallUpdate ¶
func NewNetworkingProjectFirewallUpdate() *NetworkingProjectFirewallUpdate
NewNetworkingProjectFirewallUpdate instantiates a new NetworkingProjectFirewallUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectFirewallUpdateWithDefaults ¶
func NewNetworkingProjectFirewallUpdateWithDefaults() *NetworkingProjectFirewallUpdate
NewNetworkingProjectFirewallUpdateWithDefaults instantiates a new NetworkingProjectFirewallUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectFirewallUpdate) GetName ¶
func (o *NetworkingProjectFirewallUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NetworkingProjectFirewallUpdate) GetNameOk ¶
func (o *NetworkingProjectFirewallUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectFirewallUpdate) HasName ¶
func (o *NetworkingProjectFirewallUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (NetworkingProjectFirewallUpdate) MarshalJSON ¶
func (o NetworkingProjectFirewallUpdate) MarshalJSON() ([]byte, error)
func (*NetworkingProjectFirewallUpdate) SetName ¶
func (o *NetworkingProjectFirewallUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type NetworkingProjectIpApiService ¶
type NetworkingProjectIpApiService service
NetworkingProjectIpApiService NetworkingProjectIpApi service
func (*NetworkingProjectIpApiService) NetworkingProjectIpAssociate ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpAssociate(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpAssociateRequest
NetworkingProjectIpAssociate Associate networking/ip
action associate
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpAssociateRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpAssociateExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpAssociateExecute(r ApiNetworkingProjectIpAssociateRequest) (*Ip, *http.Response, error)
Execute executes the request
@return Ip
func (*NetworkingProjectIpApiService) NetworkingProjectIpCreate ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpCreate(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectIpCreateRequest
NetworkingProjectIpCreate Create networking/ip
Create ip
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiNetworkingProjectIpCreateRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpCreateExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpCreateExecute(r ApiNetworkingProjectIpCreateRequest) (*Ip, *http.Response, error)
Execute executes the request
@return Ip
func (*NetworkingProjectIpApiService) NetworkingProjectIpDelete ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpDelete(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpDeleteRequest
NetworkingProjectIpDelete Delete networking/ip
Delete ip
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpDeleteRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpDeleteExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpDeleteExecute(r ApiNetworkingProjectIpDeleteRequest) (*Ip, *http.Response, error)
Execute executes the request
@return Ip
func (*NetworkingProjectIpApiService) NetworkingProjectIpDisassociate ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpDisassociate(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpDisassociateRequest
NetworkingProjectIpDisassociate Disassociate networking/ip
action disassociate
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpDisassociateRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpDisassociateExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpDisassociateExecute(r ApiNetworkingProjectIpDisassociateRequest) (*Ip, *http.Response, error)
Execute executes the request
@return Ip
func (*NetworkingProjectIpApiService) NetworkingProjectIpEventGet ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpEventGet(ctx context.Context, projectId string, locationId string, ipId string, eventId string) ApiNetworkingProjectIpEventGetRequest
NetworkingProjectIpEventGet Get networking/ip.event
Get networking/ip.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @param eventId eventId @return ApiNetworkingProjectIpEventGetRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpEventGetExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpEventGetExecute(r ApiNetworkingProjectIpEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*NetworkingProjectIpApiService) NetworkingProjectIpEventList ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpEventList(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpEventListRequest
NetworkingProjectIpEventList List networking/ip.event
List networking/ip.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpEventListRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpEventListExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpEventListExecute(r ApiNetworkingProjectIpEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*NetworkingProjectIpApiService) NetworkingProjectIpGet ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpGet(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpGetRequest
NetworkingProjectIpGet Get networking/ip
Returns a single ip
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpGetRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpGetExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpGetExecute(r ApiNetworkingProjectIpGetRequest) (*Ip, *http.Response, error)
Execute executes the request
@return Ip
func (*NetworkingProjectIpApiService) NetworkingProjectIpList ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpList(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectIpListRequest
NetworkingProjectIpList List networking/ip
List ip
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiNetworkingProjectIpListRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpListExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpListExecute(r ApiNetworkingProjectIpListRequest) ([]Ip, *http.Response, error)
Execute executes the request
@return []Ip
func (*NetworkingProjectIpApiService) NetworkingProjectIpPersist ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpPersist(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpPersistRequest
NetworkingProjectIpPersist Persist networking/ip
action persist
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpPersistRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpPersistExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpPersistExecute(r ApiNetworkingProjectIpPersistRequest) (*Ip, *http.Response, error)
Execute executes the request
@return Ip
func (*NetworkingProjectIpApiService) NetworkingProjectIpServiceGet ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpServiceGet(ctx context.Context, projectId string, locationId string, ipId string, serviceId string) ApiNetworkingProjectIpServiceGetRequest
NetworkingProjectIpServiceGet Get networking/ip.service
Get networking/ip.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @param serviceId serviceId @return ApiNetworkingProjectIpServiceGetRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpServiceGetExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpServiceGetExecute(r ApiNetworkingProjectIpServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*NetworkingProjectIpApiService) NetworkingProjectIpServiceList ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpServiceList(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpServiceListRequest
NetworkingProjectIpServiceList List networking/ip.service
List networking/ip.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpServiceListRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpServiceListExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpServiceListExecute(r ApiNetworkingProjectIpServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*NetworkingProjectIpApiService) NetworkingProjectIpTagCreate ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagCreate(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpTagCreateRequest
NetworkingProjectIpTagCreate Create networking/ip.tag
Create networking/ip.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpTagCreateRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpTagCreateExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagCreateExecute(r ApiNetworkingProjectIpTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*NetworkingProjectIpApiService) NetworkingProjectIpTagDelete ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagDelete(ctx context.Context, projectId string, locationId string, ipId string, tagId string) ApiNetworkingProjectIpTagDeleteRequest
NetworkingProjectIpTagDelete Delete networking/ip.tag
Delete networking/ip.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @param tagId tagId @return ApiNetworkingProjectIpTagDeleteRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpTagDeleteExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagDeleteExecute(r ApiNetworkingProjectIpTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*NetworkingProjectIpApiService) NetworkingProjectIpTagGet ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagGet(ctx context.Context, projectId string, locationId string, ipId string, tagId string) ApiNetworkingProjectIpTagGetRequest
NetworkingProjectIpTagGet Get networking/ip.tag
Get networking/ip.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @param tagId tagId @return ApiNetworkingProjectIpTagGetRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpTagGetExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagGetExecute(r ApiNetworkingProjectIpTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*NetworkingProjectIpApiService) NetworkingProjectIpTagList ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagList(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpTagListRequest
NetworkingProjectIpTagList List networking/ip.tag
List networking/ip.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpTagListRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpTagListExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagListExecute(r ApiNetworkingProjectIpTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*NetworkingProjectIpApiService) NetworkingProjectIpTagPut ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagPut(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpTagPutRequest
NetworkingProjectIpTagPut Replace networking/ip.tag
Replace networking/ip.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpTagPutRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpTagPutExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTagPutExecute(r ApiNetworkingProjectIpTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*NetworkingProjectIpApiService) NetworkingProjectIpTransfer ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTransfer(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpTransferRequest
NetworkingProjectIpTransfer Transfer networking/ip
action transfer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpTransferRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpTransferExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpTransferExecute(r ApiNetworkingProjectIpTransferRequest) (*Ip, *http.Response, error)
Execute executes the request
@return Ip
func (*NetworkingProjectIpApiService) NetworkingProjectIpUpdate ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpUpdate(ctx context.Context, projectId string, locationId string, ipId string) ApiNetworkingProjectIpUpdateRequest
NetworkingProjectIpUpdate Update networking/ip
Returns modified ip
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param ipId Ip Id @return ApiNetworkingProjectIpUpdateRequest
func (*NetworkingProjectIpApiService) NetworkingProjectIpUpdateExecute ¶
func (a *NetworkingProjectIpApiService) NetworkingProjectIpUpdateExecute(r ApiNetworkingProjectIpUpdateRequest) (*Ip, *http.Response, error)
Execute executes the request
@return Ip
type NetworkingProjectIpAssociate ¶
type NetworkingProjectIpAssociate struct {
Ip string `json:"ip"`
}
NetworkingProjectIpAssociate struct for NetworkingProjectIpAssociate
func NewNetworkingProjectIpAssociate ¶
func NewNetworkingProjectIpAssociate(ip string) *NetworkingProjectIpAssociate
NewNetworkingProjectIpAssociate instantiates a new NetworkingProjectIpAssociate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectIpAssociateWithDefaults ¶
func NewNetworkingProjectIpAssociateWithDefaults() *NetworkingProjectIpAssociate
NewNetworkingProjectIpAssociateWithDefaults instantiates a new NetworkingProjectIpAssociate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectIpAssociate) GetIp ¶
func (o *NetworkingProjectIpAssociate) GetIp() string
GetIp returns the Ip field value
func (*NetworkingProjectIpAssociate) GetIpOk ¶
func (o *NetworkingProjectIpAssociate) GetIpOk() (*string, bool)
GetIpOk returns a tuple with the Ip field value and a boolean to check if the value has been set.
func (NetworkingProjectIpAssociate) MarshalJSON ¶
func (o NetworkingProjectIpAssociate) MarshalJSON() ([]byte, error)
func (*NetworkingProjectIpAssociate) SetIp ¶
func (o *NetworkingProjectIpAssociate) SetIp(v string)
SetIp sets field value
type NetworkingProjectIpCreate ¶
type NetworkingProjectIpCreate struct { Address *string `json:"address,omitempty"` Network *string `json:"network,omitempty"` PtrRecord *string `json:"ptrRecord,omitempty"` Tag []Tag `json:"tag,omitempty"` }
NetworkingProjectIpCreate struct for NetworkingProjectIpCreate
func NewNetworkingProjectIpCreate ¶
func NewNetworkingProjectIpCreate() *NetworkingProjectIpCreate
NewNetworkingProjectIpCreate instantiates a new NetworkingProjectIpCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectIpCreateWithDefaults ¶
func NewNetworkingProjectIpCreateWithDefaults() *NetworkingProjectIpCreate
NewNetworkingProjectIpCreateWithDefaults instantiates a new NetworkingProjectIpCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectIpCreate) GetAddress ¶
func (o *NetworkingProjectIpCreate) GetAddress() string
GetAddress returns the Address field value if set, zero value otherwise.
func (*NetworkingProjectIpCreate) GetAddressOk ¶
func (o *NetworkingProjectIpCreate) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectIpCreate) GetNetwork ¶
func (o *NetworkingProjectIpCreate) GetNetwork() string
GetNetwork returns the Network field value if set, zero value otherwise.
func (*NetworkingProjectIpCreate) GetNetworkOk ¶
func (o *NetworkingProjectIpCreate) GetNetworkOk() (*string, bool)
GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectIpCreate) GetPtrRecord ¶
func (o *NetworkingProjectIpCreate) GetPtrRecord() string
GetPtrRecord returns the PtrRecord field value if set, zero value otherwise.
func (*NetworkingProjectIpCreate) GetPtrRecordOk ¶
func (o *NetworkingProjectIpCreate) GetPtrRecordOk() (*string, bool)
GetPtrRecordOk returns a tuple with the PtrRecord field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectIpCreate) GetTag ¶
func (o *NetworkingProjectIpCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*NetworkingProjectIpCreate) GetTagOk ¶
func (o *NetworkingProjectIpCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectIpCreate) HasAddress ¶
func (o *NetworkingProjectIpCreate) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*NetworkingProjectIpCreate) HasNetwork ¶
func (o *NetworkingProjectIpCreate) HasNetwork() bool
HasNetwork returns a boolean if a field has been set.
func (*NetworkingProjectIpCreate) HasPtrRecord ¶
func (o *NetworkingProjectIpCreate) HasPtrRecord() bool
HasPtrRecord returns a boolean if a field has been set.
func (*NetworkingProjectIpCreate) HasTag ¶
func (o *NetworkingProjectIpCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (NetworkingProjectIpCreate) MarshalJSON ¶
func (o NetworkingProjectIpCreate) MarshalJSON() ([]byte, error)
func (*NetworkingProjectIpCreate) SetAddress ¶
func (o *NetworkingProjectIpCreate) SetAddress(v string)
SetAddress gets a reference to the given string and assigns it to the Address field.
func (*NetworkingProjectIpCreate) SetNetwork ¶
func (o *NetworkingProjectIpCreate) SetNetwork(v string)
SetNetwork gets a reference to the given string and assigns it to the Network field.
func (*NetworkingProjectIpCreate) SetPtrRecord ¶
func (o *NetworkingProjectIpCreate) SetPtrRecord(v string)
SetPtrRecord gets a reference to the given string and assigns it to the PtrRecord field.
func (*NetworkingProjectIpCreate) SetTag ¶
func (o *NetworkingProjectIpCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type NetworkingProjectIpTransfer ¶
type NetworkingProjectIpTransfer struct {
Project string `json:"project"`
}
NetworkingProjectIpTransfer struct for NetworkingProjectIpTransfer
func NewNetworkingProjectIpTransfer ¶
func NewNetworkingProjectIpTransfer(project string) *NetworkingProjectIpTransfer
NewNetworkingProjectIpTransfer instantiates a new NetworkingProjectIpTransfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectIpTransferWithDefaults ¶
func NewNetworkingProjectIpTransferWithDefaults() *NetworkingProjectIpTransfer
NewNetworkingProjectIpTransferWithDefaults instantiates a new NetworkingProjectIpTransfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectIpTransfer) GetProject ¶
func (o *NetworkingProjectIpTransfer) GetProject() string
GetProject returns the Project field value
func (*NetworkingProjectIpTransfer) GetProjectOk ¶
func (o *NetworkingProjectIpTransfer) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (NetworkingProjectIpTransfer) MarshalJSON ¶
func (o NetworkingProjectIpTransfer) MarshalJSON() ([]byte, error)
func (*NetworkingProjectIpTransfer) SetProject ¶
func (o *NetworkingProjectIpTransfer) SetProject(v string)
SetProject sets field value
type NetworkingProjectIpUpdate ¶
type NetworkingProjectIpUpdate struct {
PtrRecord *string `json:"ptrRecord,omitempty"`
}
NetworkingProjectIpUpdate struct for NetworkingProjectIpUpdate
func NewNetworkingProjectIpUpdate ¶
func NewNetworkingProjectIpUpdate() *NetworkingProjectIpUpdate
NewNetworkingProjectIpUpdate instantiates a new NetworkingProjectIpUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectIpUpdateWithDefaults ¶
func NewNetworkingProjectIpUpdateWithDefaults() *NetworkingProjectIpUpdate
NewNetworkingProjectIpUpdateWithDefaults instantiates a new NetworkingProjectIpUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectIpUpdate) GetPtrRecord ¶
func (o *NetworkingProjectIpUpdate) GetPtrRecord() string
GetPtrRecord returns the PtrRecord field value if set, zero value otherwise.
func (*NetworkingProjectIpUpdate) GetPtrRecordOk ¶
func (o *NetworkingProjectIpUpdate) GetPtrRecordOk() (*string, bool)
GetPtrRecordOk returns a tuple with the PtrRecord field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectIpUpdate) HasPtrRecord ¶
func (o *NetworkingProjectIpUpdate) HasPtrRecord() bool
HasPtrRecord returns a boolean if a field has been set.
func (NetworkingProjectIpUpdate) MarshalJSON ¶
func (o NetworkingProjectIpUpdate) MarshalJSON() ([]byte, error)
func (*NetworkingProjectIpUpdate) SetPtrRecord ¶
func (o *NetworkingProjectIpUpdate) SetPtrRecord(v string)
SetPtrRecord gets a reference to the given string and assigns it to the PtrRecord field.
type NetworkingProjectNetadpApiService ¶
type NetworkingProjectNetadpApiService service
NetworkingProjectNetadpApiService NetworkingProjectNetadpApi service
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpCreate ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpCreate(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetadpCreateRequest
NetworkingProjectNetadpCreate Create networking/netadp
Create netadp
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiNetworkingProjectNetadpCreateRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpCreateExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpCreateExecute(r ApiNetworkingProjectNetadpCreateRequest) (*Netadp, *http.Response, error)
Execute executes the request
@return Netadp
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpDelete ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpDelete(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpDeleteRequest
NetworkingProjectNetadpDelete Delete networking/netadp
Delete netadp
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @return ApiNetworkingProjectNetadpDeleteRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpDeleteExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpDeleteExecute(r ApiNetworkingProjectNetadpDeleteRequest) (*Netadp, *http.Response, error)
Execute executes the request
@return Netadp
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventGet ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventGet(ctx context.Context, projectId string, locationId string, netadpId string, eventId string) ApiNetworkingProjectNetadpEventGetRequest
NetworkingProjectNetadpEventGet Get networking/netadp.event
Get networking/netadp.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @param eventId eventId @return ApiNetworkingProjectNetadpEventGetRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventGetExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventGetExecute(r ApiNetworkingProjectNetadpEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventList ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventList(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpEventListRequest
NetworkingProjectNetadpEventList List networking/netadp.event
List networking/netadp.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @return ApiNetworkingProjectNetadpEventListRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventListExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpEventListExecute(r ApiNetworkingProjectNetadpEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpGet ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpGet(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpGetRequest
NetworkingProjectNetadpGet Get networking/netadp
Returns a single netadp
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @return ApiNetworkingProjectNetadpGetRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpGetExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpGetExecute(r ApiNetworkingProjectNetadpGetRequest) (*Netadp, *http.Response, error)
Execute executes the request
@return Netadp
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpList ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpList(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetadpListRequest
NetworkingProjectNetadpList List networking/netadp
List netadp
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiNetworkingProjectNetadpListRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpListExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpListExecute(r ApiNetworkingProjectNetadpListRequest) ([]Netadp, *http.Response, error)
Execute executes the request
@return []Netadp
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricGet ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricGet(ctx context.Context, projectId string, locationId string, netadpId string, metricId string) ApiNetworkingProjectNetadpMetricGetRequest
NetworkingProjectNetadpMetricGet Get networking/netadp.metric
Get networking/netadp.metric
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @param metricId metricId @return ApiNetworkingProjectNetadpMetricGetRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricGetExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricGetExecute(r ApiNetworkingProjectNetadpMetricGetRequest) (*Metric, *http.Response, error)
Execute executes the request
@return Metric
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricList ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricList(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpMetricListRequest
NetworkingProjectNetadpMetricList List networking/netadp.metric
List networking/netadp.metric
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @return ApiNetworkingProjectNetadpMetricListRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricListExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricListExecute(r ApiNetworkingProjectNetadpMetricListRequest) ([]Metric, *http.Response, error)
Execute executes the request
@return []Metric
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricSeriesList ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricSeriesList(ctx context.Context, projectId string, locationId string, netadpId string, metricId string) ApiNetworkingProjectNetadpMetricSeriesListRequest
NetworkingProjectNetadpMetricSeriesList List networking/netadp.series
List networking/netadp.series
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @param metricId metricId @return ApiNetworkingProjectNetadpMetricSeriesListRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricSeriesListExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpMetricSeriesListExecute(r ApiNetworkingProjectNetadpMetricSeriesListRequest) ([]Point, *http.Response, error)
Execute executes the request
@return []Point
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceGet ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceGet(ctx context.Context, projectId string, locationId string, netadpId string, serviceId string) ApiNetworkingProjectNetadpServiceGetRequest
NetworkingProjectNetadpServiceGet Get networking/netadp.service
Get networking/netadp.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @param serviceId serviceId @return ApiNetworkingProjectNetadpServiceGetRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceGetExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceGetExecute(r ApiNetworkingProjectNetadpServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceList ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceList(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpServiceListRequest
NetworkingProjectNetadpServiceList List networking/netadp.service
List networking/netadp.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @return ApiNetworkingProjectNetadpServiceListRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceListExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpServiceListExecute(r ApiNetworkingProjectNetadpServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagCreate ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagCreate(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpTagCreateRequest
NetworkingProjectNetadpTagCreate Create networking/netadp.tag
Create networking/netadp.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @return ApiNetworkingProjectNetadpTagCreateRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagCreateExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagCreateExecute(r ApiNetworkingProjectNetadpTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagDelete ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagDelete(ctx context.Context, projectId string, locationId string, netadpId string, tagId string) ApiNetworkingProjectNetadpTagDeleteRequest
NetworkingProjectNetadpTagDelete Delete networking/netadp.tag
Delete networking/netadp.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @param tagId tagId @return ApiNetworkingProjectNetadpTagDeleteRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagDeleteExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagDeleteExecute(r ApiNetworkingProjectNetadpTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagGet ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagGet(ctx context.Context, projectId string, locationId string, netadpId string, tagId string) ApiNetworkingProjectNetadpTagGetRequest
NetworkingProjectNetadpTagGet Get networking/netadp.tag
Get networking/netadp.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @param tagId tagId @return ApiNetworkingProjectNetadpTagGetRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagGetExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagGetExecute(r ApiNetworkingProjectNetadpTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagList ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagList(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpTagListRequest
NetworkingProjectNetadpTagList List networking/netadp.tag
List networking/netadp.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @return ApiNetworkingProjectNetadpTagListRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagListExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagListExecute(r ApiNetworkingProjectNetadpTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagPut ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagPut(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpTagPutRequest
NetworkingProjectNetadpTagPut Replace networking/netadp.tag
Replace networking/netadp.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @return ApiNetworkingProjectNetadpTagPutRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagPutExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpTagPutExecute(r ApiNetworkingProjectNetadpTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpUpdate ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpUpdate(ctx context.Context, projectId string, locationId string, netadpId string) ApiNetworkingProjectNetadpUpdateRequest
NetworkingProjectNetadpUpdate Update networking/netadp
Returns modified netadp
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netadpId Netadp Id @return ApiNetworkingProjectNetadpUpdateRequest
func (*NetworkingProjectNetadpApiService) NetworkingProjectNetadpUpdateExecute ¶
func (a *NetworkingProjectNetadpApiService) NetworkingProjectNetadpUpdateExecute(r ApiNetworkingProjectNetadpUpdateRequest) (*Netadp, *http.Response, error)
Execute executes the request
@return Netadp
type NetworkingProjectNetadpCreate ¶
type NetworkingProjectNetadpCreate struct { Firewall *string `json:"firewall,omitempty"` Ip []string `json:"ip,omitempty"` Network string `json:"network"` Tag []Tag `json:"tag,omitempty"` Vm string `json:"vm"` }
NetworkingProjectNetadpCreate struct for NetworkingProjectNetadpCreate
func NewNetworkingProjectNetadpCreate ¶
func NewNetworkingProjectNetadpCreate(network string, vm string) *NetworkingProjectNetadpCreate
NewNetworkingProjectNetadpCreate instantiates a new NetworkingProjectNetadpCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectNetadpCreateWithDefaults ¶
func NewNetworkingProjectNetadpCreateWithDefaults() *NetworkingProjectNetadpCreate
NewNetworkingProjectNetadpCreateWithDefaults instantiates a new NetworkingProjectNetadpCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectNetadpCreate) GetFirewall ¶
func (o *NetworkingProjectNetadpCreate) GetFirewall() string
GetFirewall returns the Firewall field value if set, zero value otherwise.
func (*NetworkingProjectNetadpCreate) GetFirewallOk ¶
func (o *NetworkingProjectNetadpCreate) GetFirewallOk() (*string, bool)
GetFirewallOk returns a tuple with the Firewall field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetadpCreate) GetIp ¶
func (o *NetworkingProjectNetadpCreate) GetIp() []string
GetIp returns the Ip field value if set, zero value otherwise.
func (*NetworkingProjectNetadpCreate) GetIpOk ¶
func (o *NetworkingProjectNetadpCreate) GetIpOk() ([]string, bool)
GetIpOk returns a tuple with the Ip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetadpCreate) GetNetwork ¶
func (o *NetworkingProjectNetadpCreate) GetNetwork() string
GetNetwork returns the Network field value
func (*NetworkingProjectNetadpCreate) GetNetworkOk ¶
func (o *NetworkingProjectNetadpCreate) GetNetworkOk() (*string, bool)
GetNetworkOk returns a tuple with the Network field value and a boolean to check if the value has been set.
func (*NetworkingProjectNetadpCreate) GetTag ¶
func (o *NetworkingProjectNetadpCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*NetworkingProjectNetadpCreate) GetTagOk ¶
func (o *NetworkingProjectNetadpCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetadpCreate) GetVm ¶
func (o *NetworkingProjectNetadpCreate) GetVm() string
GetVm returns the Vm field value
func (*NetworkingProjectNetadpCreate) GetVmOk ¶
func (o *NetworkingProjectNetadpCreate) GetVmOk() (*string, bool)
GetVmOk returns a tuple with the Vm field value and a boolean to check if the value has been set.
func (*NetworkingProjectNetadpCreate) HasFirewall ¶
func (o *NetworkingProjectNetadpCreate) HasFirewall() bool
HasFirewall returns a boolean if a field has been set.
func (*NetworkingProjectNetadpCreate) HasIp ¶
func (o *NetworkingProjectNetadpCreate) HasIp() bool
HasIp returns a boolean if a field has been set.
func (*NetworkingProjectNetadpCreate) HasTag ¶
func (o *NetworkingProjectNetadpCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (NetworkingProjectNetadpCreate) MarshalJSON ¶
func (o NetworkingProjectNetadpCreate) MarshalJSON() ([]byte, error)
func (*NetworkingProjectNetadpCreate) SetFirewall ¶
func (o *NetworkingProjectNetadpCreate) SetFirewall(v string)
SetFirewall gets a reference to the given string and assigns it to the Firewall field.
func (*NetworkingProjectNetadpCreate) SetIp ¶
func (o *NetworkingProjectNetadpCreate) SetIp(v []string)
SetIp gets a reference to the given []string and assigns it to the Ip field.
func (*NetworkingProjectNetadpCreate) SetNetwork ¶
func (o *NetworkingProjectNetadpCreate) SetNetwork(v string)
SetNetwork sets field value
func (*NetworkingProjectNetadpCreate) SetTag ¶
func (o *NetworkingProjectNetadpCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
func (*NetworkingProjectNetadpCreate) SetVm ¶
func (o *NetworkingProjectNetadpCreate) SetVm(v string)
SetVm sets field value
type NetworkingProjectNetadpUpdate ¶
type NetworkingProjectNetadpUpdate struct {
Firewall NullableString `json:"firewall,omitempty"`
}
NetworkingProjectNetadpUpdate struct for NetworkingProjectNetadpUpdate
func NewNetworkingProjectNetadpUpdate ¶
func NewNetworkingProjectNetadpUpdate() *NetworkingProjectNetadpUpdate
NewNetworkingProjectNetadpUpdate instantiates a new NetworkingProjectNetadpUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectNetadpUpdateWithDefaults ¶
func NewNetworkingProjectNetadpUpdateWithDefaults() *NetworkingProjectNetadpUpdate
NewNetworkingProjectNetadpUpdateWithDefaults instantiates a new NetworkingProjectNetadpUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectNetadpUpdate) GetFirewall ¶
func (o *NetworkingProjectNetadpUpdate) GetFirewall() string
GetFirewall returns the Firewall field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NetworkingProjectNetadpUpdate) GetFirewallOk ¶
func (o *NetworkingProjectNetadpUpdate) GetFirewallOk() (*string, bool)
GetFirewallOk returns a tuple with the Firewall field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*NetworkingProjectNetadpUpdate) HasFirewall ¶
func (o *NetworkingProjectNetadpUpdate) HasFirewall() bool
HasFirewall returns a boolean if a field has been set.
func (NetworkingProjectNetadpUpdate) MarshalJSON ¶
func (o NetworkingProjectNetadpUpdate) MarshalJSON() ([]byte, error)
func (*NetworkingProjectNetadpUpdate) SetFirewall ¶
func (o *NetworkingProjectNetadpUpdate) SetFirewall(v string)
SetFirewall gets a reference to the given NullableString and assigns it to the Firewall field.
func (*NetworkingProjectNetadpUpdate) SetFirewallNil ¶
func (o *NetworkingProjectNetadpUpdate) SetFirewallNil()
SetFirewallNil sets the value for Firewall to be an explicit nil
func (*NetworkingProjectNetadpUpdate) UnsetFirewall ¶
func (o *NetworkingProjectNetadpUpdate) UnsetFirewall()
UnsetFirewall ensures that no value is present for Firewall, not even an explicit nil
type NetworkingProjectNetgwApiService ¶
type NetworkingProjectNetgwApiService service
NetworkingProjectNetgwApiService NetworkingProjectNetgwApi service
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwAttach ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwAttach(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwAttachRequest
NetworkingProjectNetgwAttach Attach networking/netgw
action attach
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @return ApiNetworkingProjectNetgwAttachRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwAttachExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwAttachExecute(r ApiNetworkingProjectNetgwAttachRequest) (*Netgw, *http.Response, error)
Execute executes the request
@return Netgw
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwCreate ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwCreate(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetgwCreateRequest
NetworkingProjectNetgwCreate Create networking/netgw
Create netgw
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiNetworkingProjectNetgwCreateRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwCreateExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwCreateExecute(r ApiNetworkingProjectNetgwCreateRequest) (*Netgw, *http.Response, error)
Execute executes the request
@return Netgw
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwDelete ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwDelete(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwDeleteRequest
NetworkingProjectNetgwDelete Delete networking/netgw
Delete netgw
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @return ApiNetworkingProjectNetgwDeleteRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwDeleteExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwDeleteExecute(r ApiNetworkingProjectNetgwDeleteRequest) (*Netgw, *http.Response, error)
Execute executes the request
@return Netgw
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwDetach ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwDetach(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwDetachRequest
NetworkingProjectNetgwDetach Detach networking/netgw
action detach
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @return ApiNetworkingProjectNetgwDetachRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwDetachExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwDetachExecute(r ApiNetworkingProjectNetgwDetachRequest) (*Netgw, *http.Response, error)
Execute executes the request
@return Netgw
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventGet ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventGet(ctx context.Context, projectId string, locationId string, netgwId string, eventId string) ApiNetworkingProjectNetgwEventGetRequest
NetworkingProjectNetgwEventGet Get networking/netgw.event
Get networking/netgw.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @param eventId eventId @return ApiNetworkingProjectNetgwEventGetRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventGetExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventGetExecute(r ApiNetworkingProjectNetgwEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventList ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventList(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwEventListRequest
NetworkingProjectNetgwEventList List networking/netgw.event
List networking/netgw.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @return ApiNetworkingProjectNetgwEventListRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventListExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwEventListExecute(r ApiNetworkingProjectNetgwEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwGet ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwGet(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwGetRequest
NetworkingProjectNetgwGet Get networking/netgw
Returns a single netgw
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @return ApiNetworkingProjectNetgwGetRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwGetExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwGetExecute(r ApiNetworkingProjectNetgwGetRequest) (*Netgw, *http.Response, error)
Execute executes the request
@return Netgw
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwList ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwList(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetgwListRequest
NetworkingProjectNetgwList List networking/netgw
List netgw
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiNetworkingProjectNetgwListRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwListExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwListExecute(r ApiNetworkingProjectNetgwListRequest) ([]Netgw, *http.Response, error)
Execute executes the request
@return []Netgw
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceGet ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceGet(ctx context.Context, projectId string, locationId string, netgwId string, serviceId string) ApiNetworkingProjectNetgwServiceGetRequest
NetworkingProjectNetgwServiceGet Get networking/netgw.service
Get networking/netgw.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @param serviceId serviceId @return ApiNetworkingProjectNetgwServiceGetRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceGetExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceGetExecute(r ApiNetworkingProjectNetgwServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceList ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceList(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwServiceListRequest
NetworkingProjectNetgwServiceList List networking/netgw.service
List networking/netgw.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @return ApiNetworkingProjectNetgwServiceListRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceListExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwServiceListExecute(r ApiNetworkingProjectNetgwServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagCreate ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagCreate(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwTagCreateRequest
NetworkingProjectNetgwTagCreate Create networking/netgw.tag
Create networking/netgw.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @return ApiNetworkingProjectNetgwTagCreateRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagCreateExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagCreateExecute(r ApiNetworkingProjectNetgwTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagDelete ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagDelete(ctx context.Context, projectId string, locationId string, netgwId string, tagId string) ApiNetworkingProjectNetgwTagDeleteRequest
NetworkingProjectNetgwTagDelete Delete networking/netgw.tag
Delete networking/netgw.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @param tagId tagId @return ApiNetworkingProjectNetgwTagDeleteRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagDeleteExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagDeleteExecute(r ApiNetworkingProjectNetgwTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagGet ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagGet(ctx context.Context, projectId string, locationId string, netgwId string, tagId string) ApiNetworkingProjectNetgwTagGetRequest
NetworkingProjectNetgwTagGet Get networking/netgw.tag
Get networking/netgw.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @param tagId tagId @return ApiNetworkingProjectNetgwTagGetRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagGetExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagGetExecute(r ApiNetworkingProjectNetgwTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagList ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagList(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwTagListRequest
NetworkingProjectNetgwTagList List networking/netgw.tag
List networking/netgw.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @return ApiNetworkingProjectNetgwTagListRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagListExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagListExecute(r ApiNetworkingProjectNetgwTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagPut ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagPut(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwTagPutRequest
NetworkingProjectNetgwTagPut Replace networking/netgw.tag
Replace networking/netgw.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @return ApiNetworkingProjectNetgwTagPutRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagPutExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwTagPutExecute(r ApiNetworkingProjectNetgwTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwUpdate ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwUpdate(ctx context.Context, projectId string, locationId string, netgwId string) ApiNetworkingProjectNetgwUpdateRequest
NetworkingProjectNetgwUpdate Update networking/netgw
Returns modified netgw
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param netgwId Netgw Id @return ApiNetworkingProjectNetgwUpdateRequest
func (*NetworkingProjectNetgwApiService) NetworkingProjectNetgwUpdateExecute ¶
func (a *NetworkingProjectNetgwApiService) NetworkingProjectNetgwUpdateExecute(r ApiNetworkingProjectNetgwUpdateRequest) (*Netgw, *http.Response, error)
Execute executes the request
@return Netgw
type NetworkingProjectNetgwAttach ¶
type NetworkingProjectNetgwAttach struct {
Private *NetgwPrivate `json:"private,omitempty"`
}
NetworkingProjectNetgwAttach struct for NetworkingProjectNetgwAttach
func NewNetworkingProjectNetgwAttach ¶
func NewNetworkingProjectNetgwAttach() *NetworkingProjectNetgwAttach
NewNetworkingProjectNetgwAttach instantiates a new NetworkingProjectNetgwAttach object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectNetgwAttachWithDefaults ¶
func NewNetworkingProjectNetgwAttachWithDefaults() *NetworkingProjectNetgwAttach
NewNetworkingProjectNetgwAttachWithDefaults instantiates a new NetworkingProjectNetgwAttach object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectNetgwAttach) GetPrivate ¶
func (o *NetworkingProjectNetgwAttach) GetPrivate() NetgwPrivate
GetPrivate returns the Private field value if set, zero value otherwise.
func (*NetworkingProjectNetgwAttach) GetPrivateOk ¶
func (o *NetworkingProjectNetgwAttach) GetPrivateOk() (*NetgwPrivate, bool)
GetPrivateOk returns a tuple with the Private field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetgwAttach) HasPrivate ¶
func (o *NetworkingProjectNetgwAttach) HasPrivate() bool
HasPrivate returns a boolean if a field has been set.
func (NetworkingProjectNetgwAttach) MarshalJSON ¶
func (o NetworkingProjectNetgwAttach) MarshalJSON() ([]byte, error)
func (*NetworkingProjectNetgwAttach) SetPrivate ¶
func (o *NetworkingProjectNetgwAttach) SetPrivate(v NetgwPrivate)
SetPrivate gets a reference to the given NetgwPrivate and assigns it to the Private field.
type NetworkingProjectNetgwCreate ¶
type NetworkingProjectNetgwCreate struct { Name *string `json:"name,omitempty"` Public *NetgwPublic `json:"public,omitempty"` Tag []Tag `json:"tag,omitempty"` }
NetworkingProjectNetgwCreate struct for NetworkingProjectNetgwCreate
func NewNetworkingProjectNetgwCreate ¶
func NewNetworkingProjectNetgwCreate() *NetworkingProjectNetgwCreate
NewNetworkingProjectNetgwCreate instantiates a new NetworkingProjectNetgwCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectNetgwCreateWithDefaults ¶
func NewNetworkingProjectNetgwCreateWithDefaults() *NetworkingProjectNetgwCreate
NewNetworkingProjectNetgwCreateWithDefaults instantiates a new NetworkingProjectNetgwCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectNetgwCreate) GetName ¶
func (o *NetworkingProjectNetgwCreate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NetworkingProjectNetgwCreate) GetNameOk ¶
func (o *NetworkingProjectNetgwCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetgwCreate) GetPublic ¶
func (o *NetworkingProjectNetgwCreate) GetPublic() NetgwPublic
GetPublic returns the Public field value if set, zero value otherwise.
func (*NetworkingProjectNetgwCreate) GetPublicOk ¶
func (o *NetworkingProjectNetgwCreate) GetPublicOk() (*NetgwPublic, bool)
GetPublicOk returns a tuple with the Public field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetgwCreate) GetTag ¶
func (o *NetworkingProjectNetgwCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*NetworkingProjectNetgwCreate) GetTagOk ¶
func (o *NetworkingProjectNetgwCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetgwCreate) HasName ¶
func (o *NetworkingProjectNetgwCreate) HasName() bool
HasName returns a boolean if a field has been set.
func (*NetworkingProjectNetgwCreate) HasPublic ¶
func (o *NetworkingProjectNetgwCreate) HasPublic() bool
HasPublic returns a boolean if a field has been set.
func (*NetworkingProjectNetgwCreate) HasTag ¶
func (o *NetworkingProjectNetgwCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (NetworkingProjectNetgwCreate) MarshalJSON ¶
func (o NetworkingProjectNetgwCreate) MarshalJSON() ([]byte, error)
func (*NetworkingProjectNetgwCreate) SetName ¶
func (o *NetworkingProjectNetgwCreate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*NetworkingProjectNetgwCreate) SetPublic ¶
func (o *NetworkingProjectNetgwCreate) SetPublic(v NetgwPublic)
SetPublic gets a reference to the given NetgwPublic and assigns it to the Public field.
func (*NetworkingProjectNetgwCreate) SetTag ¶
func (o *NetworkingProjectNetgwCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type NetworkingProjectNetgwUpdate ¶
type NetworkingProjectNetgwUpdate struct {
Name *string `json:"name,omitempty"`
}
NetworkingProjectNetgwUpdate struct for NetworkingProjectNetgwUpdate
func NewNetworkingProjectNetgwUpdate ¶
func NewNetworkingProjectNetgwUpdate() *NetworkingProjectNetgwUpdate
NewNetworkingProjectNetgwUpdate instantiates a new NetworkingProjectNetgwUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectNetgwUpdateWithDefaults ¶
func NewNetworkingProjectNetgwUpdateWithDefaults() *NetworkingProjectNetgwUpdate
NewNetworkingProjectNetgwUpdateWithDefaults instantiates a new NetworkingProjectNetgwUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectNetgwUpdate) GetName ¶
func (o *NetworkingProjectNetgwUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NetworkingProjectNetgwUpdate) GetNameOk ¶
func (o *NetworkingProjectNetgwUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetgwUpdate) HasName ¶
func (o *NetworkingProjectNetgwUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (NetworkingProjectNetgwUpdate) MarshalJSON ¶
func (o NetworkingProjectNetgwUpdate) MarshalJSON() ([]byte, error)
func (*NetworkingProjectNetgwUpdate) SetName ¶
func (o *NetworkingProjectNetgwUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type NetworkingProjectNetworkApiService ¶
type NetworkingProjectNetworkApiService service
NetworkingProjectNetworkApiService NetworkingProjectNetworkApi service
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkCreate ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkCreate(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetworkCreateRequest
NetworkingProjectNetworkCreate Create networking/network
Create network
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiNetworkingProjectNetworkCreateRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkCreateExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkCreateExecute(r ApiNetworkingProjectNetworkCreateRequest) (*Network, *http.Response, error)
Execute executes the request
@return Network
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkDelete ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkDelete(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkDeleteRequest
NetworkingProjectNetworkDelete Delete networking/network
Delete network
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @return ApiNetworkingProjectNetworkDeleteRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkDeleteExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkDeleteExecute(r ApiNetworkingProjectNetworkDeleteRequest) (*Network, *http.Response, error)
Execute executes the request
@return Network
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventGet ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventGet(ctx context.Context, projectId string, locationId string, networkId string, eventId string) ApiNetworkingProjectNetworkEventGetRequest
NetworkingProjectNetworkEventGet Get networking/network.event
Get networking/network.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @param eventId eventId @return ApiNetworkingProjectNetworkEventGetRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventGetExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventGetExecute(r ApiNetworkingProjectNetworkEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventList ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventList(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkEventListRequest
NetworkingProjectNetworkEventList List networking/network.event
List networking/network.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @return ApiNetworkingProjectNetworkEventListRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventListExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkEventListExecute(r ApiNetworkingProjectNetworkEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkGet ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkGet(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkGetRequest
NetworkingProjectNetworkGet Get networking/network
Returns a single network
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @return ApiNetworkingProjectNetworkGetRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkGetExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkGetExecute(r ApiNetworkingProjectNetworkGetRequest) (*Network, *http.Response, error)
Execute executes the request
@return Network
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkList ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkList(ctx context.Context, projectId string, locationId string) ApiNetworkingProjectNetworkListRequest
NetworkingProjectNetworkList List networking/network
List network
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiNetworkingProjectNetworkListRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkListExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkListExecute(r ApiNetworkingProjectNetworkListRequest) ([]Network, *http.Response, error)
Execute executes the request
@return []Network
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceGet ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceGet(ctx context.Context, projectId string, locationId string, networkId string, serviceId string) ApiNetworkingProjectNetworkServiceGetRequest
NetworkingProjectNetworkServiceGet Get networking/network.service
Get networking/network.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @param serviceId serviceId @return ApiNetworkingProjectNetworkServiceGetRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceGetExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceGetExecute(r ApiNetworkingProjectNetworkServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceList ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceList(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkServiceListRequest
NetworkingProjectNetworkServiceList List networking/network.service
List networking/network.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @return ApiNetworkingProjectNetworkServiceListRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceListExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkServiceListExecute(r ApiNetworkingProjectNetworkServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagCreate ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagCreate(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkTagCreateRequest
NetworkingProjectNetworkTagCreate Create networking/network.tag
Create networking/network.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @return ApiNetworkingProjectNetworkTagCreateRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagCreateExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagCreateExecute(r ApiNetworkingProjectNetworkTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagDelete ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagDelete(ctx context.Context, projectId string, locationId string, networkId string, tagId string) ApiNetworkingProjectNetworkTagDeleteRequest
NetworkingProjectNetworkTagDelete Delete networking/network.tag
Delete networking/network.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @param tagId tagId @return ApiNetworkingProjectNetworkTagDeleteRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagDeleteExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagDeleteExecute(r ApiNetworkingProjectNetworkTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagGet ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagGet(ctx context.Context, projectId string, locationId string, networkId string, tagId string) ApiNetworkingProjectNetworkTagGetRequest
NetworkingProjectNetworkTagGet Get networking/network.tag
Get networking/network.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @param tagId tagId @return ApiNetworkingProjectNetworkTagGetRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagGetExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagGetExecute(r ApiNetworkingProjectNetworkTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagList ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagList(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkTagListRequest
NetworkingProjectNetworkTagList List networking/network.tag
List networking/network.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @return ApiNetworkingProjectNetworkTagListRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagListExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagListExecute(r ApiNetworkingProjectNetworkTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagPut ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagPut(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkTagPutRequest
NetworkingProjectNetworkTagPut Replace networking/network.tag
Replace networking/network.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @return ApiNetworkingProjectNetworkTagPutRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagPutExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkTagPutExecute(r ApiNetworkingProjectNetworkTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkUpdate ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkUpdate(ctx context.Context, projectId string, locationId string, networkId string) ApiNetworkingProjectNetworkUpdateRequest
NetworkingProjectNetworkUpdate Update networking/network
Returns modified network
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param networkId Network Id @return ApiNetworkingProjectNetworkUpdateRequest
func (*NetworkingProjectNetworkApiService) NetworkingProjectNetworkUpdateExecute ¶
func (a *NetworkingProjectNetworkApiService) NetworkingProjectNetworkUpdateExecute(r ApiNetworkingProjectNetworkUpdateRequest) (*Network, *http.Response, error)
Execute executes the request
@return Network
type NetworkingProjectNetworkCreate ¶
type NetworkingProjectNetworkCreate struct { Address *string `json:"address,omitempty"` Gateway *string `json:"gateway,omitempty"` Name string `json:"name"` Tag []Tag `json:"tag,omitempty"` }
NetworkingProjectNetworkCreate struct for NetworkingProjectNetworkCreate
func NewNetworkingProjectNetworkCreate ¶
func NewNetworkingProjectNetworkCreate(name string) *NetworkingProjectNetworkCreate
NewNetworkingProjectNetworkCreate instantiates a new NetworkingProjectNetworkCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectNetworkCreateWithDefaults ¶
func NewNetworkingProjectNetworkCreateWithDefaults() *NetworkingProjectNetworkCreate
NewNetworkingProjectNetworkCreateWithDefaults instantiates a new NetworkingProjectNetworkCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectNetworkCreate) GetAddress ¶
func (o *NetworkingProjectNetworkCreate) GetAddress() string
GetAddress returns the Address field value if set, zero value otherwise.
func (*NetworkingProjectNetworkCreate) GetAddressOk ¶
func (o *NetworkingProjectNetworkCreate) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetworkCreate) GetGateway ¶
func (o *NetworkingProjectNetworkCreate) GetGateway() string
GetGateway returns the Gateway field value if set, zero value otherwise.
func (*NetworkingProjectNetworkCreate) GetGatewayOk ¶
func (o *NetworkingProjectNetworkCreate) GetGatewayOk() (*string, bool)
GetGatewayOk returns a tuple with the Gateway field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetworkCreate) GetName ¶
func (o *NetworkingProjectNetworkCreate) GetName() string
GetName returns the Name field value
func (*NetworkingProjectNetworkCreate) GetNameOk ¶
func (o *NetworkingProjectNetworkCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*NetworkingProjectNetworkCreate) GetTag ¶
func (o *NetworkingProjectNetworkCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*NetworkingProjectNetworkCreate) GetTagOk ¶
func (o *NetworkingProjectNetworkCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetworkCreate) HasAddress ¶
func (o *NetworkingProjectNetworkCreate) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*NetworkingProjectNetworkCreate) HasGateway ¶
func (o *NetworkingProjectNetworkCreate) HasGateway() bool
HasGateway returns a boolean if a field has been set.
func (*NetworkingProjectNetworkCreate) HasTag ¶
func (o *NetworkingProjectNetworkCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (NetworkingProjectNetworkCreate) MarshalJSON ¶
func (o NetworkingProjectNetworkCreate) MarshalJSON() ([]byte, error)
func (*NetworkingProjectNetworkCreate) SetAddress ¶
func (o *NetworkingProjectNetworkCreate) SetAddress(v string)
SetAddress gets a reference to the given string and assigns it to the Address field.
func (*NetworkingProjectNetworkCreate) SetGateway ¶
func (o *NetworkingProjectNetworkCreate) SetGateway(v string)
SetGateway gets a reference to the given string and assigns it to the Gateway field.
func (*NetworkingProjectNetworkCreate) SetName ¶
func (o *NetworkingProjectNetworkCreate) SetName(v string)
SetName sets field value
func (*NetworkingProjectNetworkCreate) SetTag ¶
func (o *NetworkingProjectNetworkCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type NetworkingProjectNetworkUpdate ¶
type NetworkingProjectNetworkUpdate struct { Firewall *string `json:"firewall,omitempty"` Gateway *string `json:"gateway,omitempty"` Name *string `json:"name,omitempty"` }
NetworkingProjectNetworkUpdate struct for NetworkingProjectNetworkUpdate
func NewNetworkingProjectNetworkUpdate ¶
func NewNetworkingProjectNetworkUpdate() *NetworkingProjectNetworkUpdate
NewNetworkingProjectNetworkUpdate instantiates a new NetworkingProjectNetworkUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingProjectNetworkUpdateWithDefaults ¶
func NewNetworkingProjectNetworkUpdateWithDefaults() *NetworkingProjectNetworkUpdate
NewNetworkingProjectNetworkUpdateWithDefaults instantiates a new NetworkingProjectNetworkUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingProjectNetworkUpdate) GetFirewall ¶
func (o *NetworkingProjectNetworkUpdate) GetFirewall() string
GetFirewall returns the Firewall field value if set, zero value otherwise.
func (*NetworkingProjectNetworkUpdate) GetFirewallOk ¶
func (o *NetworkingProjectNetworkUpdate) GetFirewallOk() (*string, bool)
GetFirewallOk returns a tuple with the Firewall field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetworkUpdate) GetGateway ¶
func (o *NetworkingProjectNetworkUpdate) GetGateway() string
GetGateway returns the Gateway field value if set, zero value otherwise.
func (*NetworkingProjectNetworkUpdate) GetGatewayOk ¶
func (o *NetworkingProjectNetworkUpdate) GetGatewayOk() (*string, bool)
GetGatewayOk returns a tuple with the Gateway field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetworkUpdate) GetName ¶
func (o *NetworkingProjectNetworkUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NetworkingProjectNetworkUpdate) GetNameOk ¶
func (o *NetworkingProjectNetworkUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingProjectNetworkUpdate) HasFirewall ¶
func (o *NetworkingProjectNetworkUpdate) HasFirewall() bool
HasFirewall returns a boolean if a field has been set.
func (*NetworkingProjectNetworkUpdate) HasGateway ¶
func (o *NetworkingProjectNetworkUpdate) HasGateway() bool
HasGateway returns a boolean if a field has been set.
func (*NetworkingProjectNetworkUpdate) HasName ¶
func (o *NetworkingProjectNetworkUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (NetworkingProjectNetworkUpdate) MarshalJSON ¶
func (o NetworkingProjectNetworkUpdate) MarshalJSON() ([]byte, error)
func (*NetworkingProjectNetworkUpdate) SetFirewall ¶
func (o *NetworkingProjectNetworkUpdate) SetFirewall(v string)
SetFirewall gets a reference to the given string and assigns it to the Firewall field.
func (*NetworkingProjectNetworkUpdate) SetGateway ¶
func (o *NetworkingProjectNetworkUpdate) SetGateway(v string)
SetGateway gets a reference to the given string and assigns it to the Gateway field.
func (*NetworkingProjectNetworkUpdate) SetName ¶
func (o *NetworkingProjectNetworkUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type NetworkingRule ¶
type NetworkingRule struct { Action string `json:"action"` External []string `json:"external,omitempty"` Filter []string `json:"filter"` Id *string `json:"id,omitempty"` Internal []string `json:"internal,omitempty"` Name string `json:"name"` Priority float32 `json:"priority"` }
NetworkingRule struct for NetworkingRule
func NewNetworkingRule ¶
func NewNetworkingRule(action string, filter []string, name string, priority float32) *NetworkingRule
NewNetworkingRule instantiates a new NetworkingRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkingRuleWithDefaults ¶
func NewNetworkingRuleWithDefaults() *NetworkingRule
NewNetworkingRuleWithDefaults instantiates a new NetworkingRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkingRule) GetAction ¶
func (o *NetworkingRule) GetAction() string
GetAction returns the Action field value
func (*NetworkingRule) GetActionOk ¶
func (o *NetworkingRule) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*NetworkingRule) GetExternal ¶
func (o *NetworkingRule) GetExternal() []string
GetExternal returns the External field value if set, zero value otherwise.
func (*NetworkingRule) GetExternalOk ¶
func (o *NetworkingRule) GetExternalOk() ([]string, bool)
GetExternalOk returns a tuple with the External field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingRule) GetFilter ¶
func (o *NetworkingRule) GetFilter() []string
GetFilter returns the Filter field value
func (*NetworkingRule) GetFilterOk ¶
func (o *NetworkingRule) GetFilterOk() ([]string, bool)
GetFilterOk returns a tuple with the Filter field value and a boolean to check if the value has been set.
func (*NetworkingRule) GetId ¶
func (o *NetworkingRule) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*NetworkingRule) GetIdOk ¶
func (o *NetworkingRule) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingRule) GetInternal ¶
func (o *NetworkingRule) GetInternal() []string
GetInternal returns the Internal field value if set, zero value otherwise.
func (*NetworkingRule) GetInternalOk ¶
func (o *NetworkingRule) GetInternalOk() ([]string, bool)
GetInternalOk returns a tuple with the Internal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkingRule) GetName ¶
func (o *NetworkingRule) GetName() string
GetName returns the Name field value
func (*NetworkingRule) GetNameOk ¶
func (o *NetworkingRule) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*NetworkingRule) GetPriority ¶
func (o *NetworkingRule) GetPriority() float32
GetPriority returns the Priority field value
func (*NetworkingRule) GetPriorityOk ¶
func (o *NetworkingRule) GetPriorityOk() (*float32, bool)
GetPriorityOk returns a tuple with the Priority field value and a boolean to check if the value has been set.
func (*NetworkingRule) HasExternal ¶
func (o *NetworkingRule) HasExternal() bool
HasExternal returns a boolean if a field has been set.
func (*NetworkingRule) HasId ¶
func (o *NetworkingRule) HasId() bool
HasId returns a boolean if a field has been set.
func (*NetworkingRule) HasInternal ¶
func (o *NetworkingRule) HasInternal() bool
HasInternal returns a boolean if a field has been set.
func (NetworkingRule) MarshalJSON ¶
func (o NetworkingRule) MarshalJSON() ([]byte, error)
func (*NetworkingRule) SetAction ¶
func (o *NetworkingRule) SetAction(v string)
SetAction sets field value
func (*NetworkingRule) SetExternal ¶
func (o *NetworkingRule) SetExternal(v []string)
SetExternal gets a reference to the given []string and assigns it to the External field.
func (*NetworkingRule) SetFilter ¶
func (o *NetworkingRule) SetFilter(v []string)
SetFilter sets field value
func (*NetworkingRule) SetId ¶
func (o *NetworkingRule) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*NetworkingRule) SetInternal ¶
func (o *NetworkingRule) SetInternal(v []string)
SetInternal gets a reference to the given []string and assigns it to the Internal field.
func (*NetworkingRule) SetName ¶
func (o *NetworkingRule) SetName(v string)
SetName sets field value
func (*NetworkingRule) SetPriority ¶
func (o *NetworkingRule) SetPriority(v float32)
SetPriority sets field value
type NullableAgent ¶
type NullableAgent struct {
// contains filtered or unexported fields
}
func NewNullableAgent ¶
func NewNullableAgent(val *Agent) *NullableAgent
func (NullableAgent) Get ¶
func (v NullableAgent) Get() *Agent
func (NullableAgent) IsSet ¶
func (v NullableAgent) IsSet() bool
func (NullableAgent) MarshalJSON ¶
func (v NullableAgent) MarshalJSON() ([]byte, error)
func (*NullableAgent) Set ¶
func (v *NullableAgent) Set(val *Agent)
func (*NullableAgent) UnmarshalJSON ¶
func (v *NullableAgent) UnmarshalJSON(src []byte) error
func (*NullableAgent) Unset ¶
func (v *NullableAgent) Unset()
type NullableAgentCredential ¶
type NullableAgentCredential struct {
// contains filtered or unexported fields
}
func NewNullableAgentCredential ¶
func NewNullableAgentCredential(val *AgentCredential) *NullableAgentCredential
func (NullableAgentCredential) Get ¶
func (v NullableAgentCredential) Get() *AgentCredential
func (NullableAgentCredential) IsSet ¶
func (v NullableAgentCredential) IsSet() bool
func (NullableAgentCredential) MarshalJSON ¶
func (v NullableAgentCredential) MarshalJSON() ([]byte, error)
func (*NullableAgentCredential) Set ¶
func (v *NullableAgentCredential) Set(val *AgentCredential)
func (*NullableAgentCredential) UnmarshalJSON ¶
func (v *NullableAgentCredential) UnmarshalJSON(src []byte) error
func (*NullableAgentCredential) Unset ¶
func (v *NullableAgentCredential) Unset()
type NullableApplication ¶
type NullableApplication struct {
// contains filtered or unexported fields
}
func NewNullableApplication ¶
func NewNullableApplication(val *Application) *NullableApplication
func (NullableApplication) Get ¶
func (v NullableApplication) Get() *Application
func (NullableApplication) IsSet ¶
func (v NullableApplication) IsSet() bool
func (NullableApplication) MarshalJSON ¶
func (v NullableApplication) MarshalJSON() ([]byte, error)
func (*NullableApplication) Set ¶
func (v *NullableApplication) Set(val *Application)
func (*NullableApplication) UnmarshalJSON ¶
func (v *NullableApplication) UnmarshalJSON(src []byte) error
func (*NullableApplication) Unset ¶
func (v *NullableApplication) Unset()
type NullableApplicationCredential ¶
type NullableApplicationCredential struct {
// contains filtered or unexported fields
}
func NewNullableApplicationCredential ¶
func NewNullableApplicationCredential(val *ApplicationCredential) *NullableApplicationCredential
func (NullableApplicationCredential) Get ¶
func (v NullableApplicationCredential) Get() *ApplicationCredential
func (NullableApplicationCredential) IsSet ¶
func (v NullableApplicationCredential) IsSet() bool
func (NullableApplicationCredential) MarshalJSON ¶
func (v NullableApplicationCredential) MarshalJSON() ([]byte, error)
func (*NullableApplicationCredential) Set ¶
func (v *NullableApplicationCredential) Set(val *ApplicationCredential)
func (*NullableApplicationCredential) UnmarshalJSON ¶
func (v *NullableApplicationCredential) UnmarshalJSON(src []byte) error
func (*NullableApplicationCredential) Unset ¶
func (v *NullableApplicationCredential) Unset()
type NullableAttempt ¶
type NullableAttempt struct {
// contains filtered or unexported fields
}
func NewNullableAttempt ¶
func NewNullableAttempt(val *Attempt) *NullableAttempt
func (NullableAttempt) Get ¶
func (v NullableAttempt) Get() *Attempt
func (NullableAttempt) IsSet ¶
func (v NullableAttempt) IsSet() bool
func (NullableAttempt) MarshalJSON ¶
func (v NullableAttempt) MarshalJSON() ([]byte, error)
func (*NullableAttempt) Set ¶
func (v *NullableAttempt) Set(val *Attempt)
func (*NullableAttempt) UnmarshalJSON ¶
func (v *NullableAttempt) UnmarshalJSON(src []byte) error
func (*NullableAttempt) Unset ¶
func (v *NullableAttempt) Unset()
type NullableAuthToken ¶
type NullableAuthToken struct {
// contains filtered or unexported fields
}
func NewNullableAuthToken ¶
func NewNullableAuthToken(val *AuthToken) *NullableAuthToken
func (NullableAuthToken) Get ¶
func (v NullableAuthToken) Get() *AuthToken
func (NullableAuthToken) IsSet ¶
func (v NullableAuthToken) IsSet() bool
func (NullableAuthToken) MarshalJSON ¶
func (v NullableAuthToken) MarshalJSON() ([]byte, error)
func (*NullableAuthToken) Set ¶
func (v *NullableAuthToken) Set(val *AuthToken)
func (*NullableAuthToken) UnmarshalJSON ¶
func (v *NullableAuthToken) UnmarshalJSON(src []byte) error
func (*NullableAuthToken) Unset ¶
func (v *NullableAuthToken) Unset()
type NullableAuthTokenAccess ¶
type NullableAuthTokenAccess struct {
// contains filtered or unexported fields
}
func NewNullableAuthTokenAccess ¶
func NewNullableAuthTokenAccess(val *AuthTokenAccess) *NullableAuthTokenAccess
func (NullableAuthTokenAccess) Get ¶
func (v NullableAuthTokenAccess) Get() *AuthTokenAccess
func (NullableAuthTokenAccess) IsSet ¶
func (v NullableAuthTokenAccess) IsSet() bool
func (NullableAuthTokenAccess) MarshalJSON ¶
func (v NullableAuthTokenAccess) MarshalJSON() ([]byte, error)
func (*NullableAuthTokenAccess) Set ¶
func (v *NullableAuthTokenAccess) Set(val *AuthTokenAccess)
func (*NullableAuthTokenAccess) UnmarshalJSON ¶
func (v *NullableAuthTokenAccess) UnmarshalJSON(src []byte) error
func (*NullableAuthTokenAccess) Unset ¶
func (v *NullableAuthTokenAccess) Unset()
type NullableBilling ¶
type NullableBilling struct {
// contains filtered or unexported fields
}
func NewNullableBilling ¶
func NewNullableBilling(val *Billing) *NullableBilling
func (NullableBilling) Get ¶
func (v NullableBilling) Get() *Billing
func (NullableBilling) IsSet ¶
func (v NullableBilling) IsSet() bool
func (NullableBilling) MarshalJSON ¶
func (v NullableBilling) MarshalJSON() ([]byte, error)
func (*NullableBilling) Set ¶
func (v *NullableBilling) Set(val *Billing)
func (*NullableBilling) UnmarshalJSON ¶
func (v *NullableBilling) UnmarshalJSON(src []byte) error
func (*NullableBilling) Unset ¶
func (v *NullableBilling) Unset()
type NullableBillingAddress ¶
type NullableBillingAddress struct {
// contains filtered or unexported fields
}
func NewNullableBillingAddress ¶
func NewNullableBillingAddress(val *BillingAddress) *NullableBillingAddress
func (NullableBillingAddress) Get ¶
func (v NullableBillingAddress) Get() *BillingAddress
func (NullableBillingAddress) IsSet ¶
func (v NullableBillingAddress) IsSet() bool
func (NullableBillingAddress) MarshalJSON ¶
func (v NullableBillingAddress) MarshalJSON() ([]byte, error)
func (*NullableBillingAddress) Set ¶
func (v *NullableBillingAddress) Set(val *BillingAddress)
func (*NullableBillingAddress) UnmarshalJSON ¶
func (v *NullableBillingAddress) UnmarshalJSON(src []byte) error
func (*NullableBillingAddress) Unset ¶
func (v *NullableBillingAddress) Unset()
type NullableBillingAddress1 ¶
type NullableBillingAddress1 struct {
// contains filtered or unexported fields
}
func NewNullableBillingAddress1 ¶
func NewNullableBillingAddress1(val *BillingAddress1) *NullableBillingAddress1
func (NullableBillingAddress1) Get ¶
func (v NullableBillingAddress1) Get() *BillingAddress1
func (NullableBillingAddress1) IsSet ¶
func (v NullableBillingAddress1) IsSet() bool
func (NullableBillingAddress1) MarshalJSON ¶
func (v NullableBillingAddress1) MarshalJSON() ([]byte, error)
func (*NullableBillingAddress1) Set ¶
func (v *NullableBillingAddress1) Set(val *BillingAddress1)
func (*NullableBillingAddress1) UnmarshalJSON ¶
func (v *NullableBillingAddress1) UnmarshalJSON(src []byte) error
func (*NullableBillingAddress1) Unset ¶
func (v *NullableBillingAddress1) Unset()
type NullableBillingCharges ¶
type NullableBillingCharges struct {
// contains filtered or unexported fields
}
func NewNullableBillingCharges ¶
func NewNullableBillingCharges(val *BillingCharges) *NullableBillingCharges
func (NullableBillingCharges) Get ¶
func (v NullableBillingCharges) Get() *BillingCharges
func (NullableBillingCharges) IsSet ¶
func (v NullableBillingCharges) IsSet() bool
func (NullableBillingCharges) MarshalJSON ¶
func (v NullableBillingCharges) MarshalJSON() ([]byte, error)
func (*NullableBillingCharges) Set ¶
func (v *NullableBillingCharges) Set(val *BillingCharges)
func (*NullableBillingCharges) UnmarshalJSON ¶
func (v *NullableBillingCharges) UnmarshalJSON(src []byte) error
func (*NullableBillingCharges) Unset ¶
func (v *NullableBillingCharges) Unset()
type NullableBillingResource ¶
type NullableBillingResource struct {
// contains filtered or unexported fields
}
func NewNullableBillingResource ¶
func NewNullableBillingResource(val *BillingResource) *NullableBillingResource
func (NullableBillingResource) Get ¶
func (v NullableBillingResource) Get() *BillingResource
func (NullableBillingResource) IsSet ¶
func (v NullableBillingResource) IsSet() bool
func (NullableBillingResource) MarshalJSON ¶
func (v NullableBillingResource) MarshalJSON() ([]byte, error)
func (*NullableBillingResource) Set ¶
func (v *NullableBillingResource) Set(val *BillingResource)
func (*NullableBillingResource) UnmarshalJSON ¶
func (v *NullableBillingResource) UnmarshalJSON(src []byte) error
func (*NullableBillingResource) Unset ¶
func (v *NullableBillingResource) Unset()
type NullableBillingService ¶
type NullableBillingService struct {
// contains filtered or unexported fields
}
func NewNullableBillingService ¶
func NewNullableBillingService(val *BillingService) *NullableBillingService
func (NullableBillingService) Get ¶
func (v NullableBillingService) Get() *BillingService
func (NullableBillingService) IsSet ¶
func (v NullableBillingService) IsSet() bool
func (NullableBillingService) MarshalJSON ¶
func (v NullableBillingService) MarshalJSON() ([]byte, error)
func (*NullableBillingService) Set ¶
func (v *NullableBillingService) Set(val *BillingService)
func (*NullableBillingService) UnmarshalJSON ¶
func (v *NullableBillingService) UnmarshalJSON(src []byte) error
func (*NullableBillingService) Unset ¶
func (v *NullableBillingService) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableBucket ¶
type NullableBucket struct {
// contains filtered or unexported fields
}
func NewNullableBucket ¶
func NewNullableBucket(val *Bucket) *NullableBucket
func (NullableBucket) Get ¶
func (v NullableBucket) Get() *Bucket
func (NullableBucket) IsSet ¶
func (v NullableBucket) IsSet() bool
func (NullableBucket) MarshalJSON ¶
func (v NullableBucket) MarshalJSON() ([]byte, error)
func (*NullableBucket) Set ¶
func (v *NullableBucket) Set(val *Bucket)
func (*NullableBucket) UnmarshalJSON ¶
func (v *NullableBucket) UnmarshalJSON(src []byte) error
func (*NullableBucket) Unset ¶
func (v *NullableBucket) Unset()
type NullableComputeProjectReplicaCreate ¶
type NullableComputeProjectReplicaCreate struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectReplicaCreate ¶
func NewNullableComputeProjectReplicaCreate(val *ComputeProjectReplicaCreate) *NullableComputeProjectReplicaCreate
func (NullableComputeProjectReplicaCreate) Get ¶
func (v NullableComputeProjectReplicaCreate) Get() *ComputeProjectReplicaCreate
func (NullableComputeProjectReplicaCreate) IsSet ¶
func (v NullableComputeProjectReplicaCreate) IsSet() bool
func (NullableComputeProjectReplicaCreate) MarshalJSON ¶
func (v NullableComputeProjectReplicaCreate) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectReplicaCreate) Set ¶
func (v *NullableComputeProjectReplicaCreate) Set(val *ComputeProjectReplicaCreate)
func (*NullableComputeProjectReplicaCreate) UnmarshalJSON ¶
func (v *NullableComputeProjectReplicaCreate) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectReplicaCreate) Unset ¶
func (v *NullableComputeProjectReplicaCreate) Unset()
type NullableComputeProjectVmConnectOpen ¶
type NullableComputeProjectVmConnectOpen struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectVmConnectOpen ¶
func NewNullableComputeProjectVmConnectOpen(val *ComputeProjectVmConnectOpen) *NullableComputeProjectVmConnectOpen
func (NullableComputeProjectVmConnectOpen) Get ¶
func (v NullableComputeProjectVmConnectOpen) Get() *ComputeProjectVmConnectOpen
func (NullableComputeProjectVmConnectOpen) IsSet ¶
func (v NullableComputeProjectVmConnectOpen) IsSet() bool
func (NullableComputeProjectVmConnectOpen) MarshalJSON ¶
func (v NullableComputeProjectVmConnectOpen) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectVmConnectOpen) Set ¶
func (v *NullableComputeProjectVmConnectOpen) Set(val *ComputeProjectVmConnectOpen)
func (*NullableComputeProjectVmConnectOpen) UnmarshalJSON ¶
func (v *NullableComputeProjectVmConnectOpen) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectVmConnectOpen) Unset ¶
func (v *NullableComputeProjectVmConnectOpen) Unset()
type NullableComputeProjectVmCreate ¶
type NullableComputeProjectVmCreate struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectVmCreate ¶
func NewNullableComputeProjectVmCreate(val *ComputeProjectVmCreate) *NullableComputeProjectVmCreate
func (NullableComputeProjectVmCreate) Get ¶
func (v NullableComputeProjectVmCreate) Get() *ComputeProjectVmCreate
func (NullableComputeProjectVmCreate) IsSet ¶
func (v NullableComputeProjectVmCreate) IsSet() bool
func (NullableComputeProjectVmCreate) MarshalJSON ¶
func (v NullableComputeProjectVmCreate) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectVmCreate) Set ¶
func (v *NullableComputeProjectVmCreate) Set(val *ComputeProjectVmCreate)
func (*NullableComputeProjectVmCreate) UnmarshalJSON ¶
func (v *NullableComputeProjectVmCreate) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectVmCreate) Unset ¶
func (v *NullableComputeProjectVmCreate) Unset()
type NullableComputeProjectVmCreateCredential ¶
type NullableComputeProjectVmCreateCredential struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectVmCreateCredential ¶
func NewNullableComputeProjectVmCreateCredential(val *ComputeProjectVmCreateCredential) *NullableComputeProjectVmCreateCredential
func (NullableComputeProjectVmCreateCredential) IsSet ¶
func (v NullableComputeProjectVmCreateCredential) IsSet() bool
func (NullableComputeProjectVmCreateCredential) MarshalJSON ¶
func (v NullableComputeProjectVmCreateCredential) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectVmCreateCredential) Set ¶
func (v *NullableComputeProjectVmCreateCredential) Set(val *ComputeProjectVmCreateCredential)
func (*NullableComputeProjectVmCreateCredential) UnmarshalJSON ¶
func (v *NullableComputeProjectVmCreateCredential) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectVmCreateCredential) Unset ¶
func (v *NullableComputeProjectVmCreateCredential) Unset()
type NullableComputeProjectVmCreateDisk ¶
type NullableComputeProjectVmCreateDisk struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectVmCreateDisk ¶
func NewNullableComputeProjectVmCreateDisk(val *ComputeProjectVmCreateDisk) *NullableComputeProjectVmCreateDisk
func (NullableComputeProjectVmCreateDisk) Get ¶
func (v NullableComputeProjectVmCreateDisk) Get() *ComputeProjectVmCreateDisk
func (NullableComputeProjectVmCreateDisk) IsSet ¶
func (v NullableComputeProjectVmCreateDisk) IsSet() bool
func (NullableComputeProjectVmCreateDisk) MarshalJSON ¶
func (v NullableComputeProjectVmCreateDisk) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectVmCreateDisk) Set ¶
func (v *NullableComputeProjectVmCreateDisk) Set(val *ComputeProjectVmCreateDisk)
func (*NullableComputeProjectVmCreateDisk) UnmarshalJSON ¶
func (v *NullableComputeProjectVmCreateDisk) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectVmCreateDisk) Unset ¶
func (v *NullableComputeProjectVmCreateDisk) Unset()
type NullableComputeProjectVmCreateNetadp ¶
type NullableComputeProjectVmCreateNetadp struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectVmCreateNetadp ¶
func NewNullableComputeProjectVmCreateNetadp(val *ComputeProjectVmCreateNetadp) *NullableComputeProjectVmCreateNetadp
func (NullableComputeProjectVmCreateNetadp) Get ¶
func (v NullableComputeProjectVmCreateNetadp) Get() *ComputeProjectVmCreateNetadp
func (NullableComputeProjectVmCreateNetadp) IsSet ¶
func (v NullableComputeProjectVmCreateNetadp) IsSet() bool
func (NullableComputeProjectVmCreateNetadp) MarshalJSON ¶
func (v NullableComputeProjectVmCreateNetadp) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectVmCreateNetadp) Set ¶
func (v *NullableComputeProjectVmCreateNetadp) Set(val *ComputeProjectVmCreateNetadp)
func (*NullableComputeProjectVmCreateNetadp) UnmarshalJSON ¶
func (v *NullableComputeProjectVmCreateNetadp) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectVmCreateNetadp) Unset ¶
func (v *NullableComputeProjectVmCreateNetadp) Unset()
type NullableComputeProjectVmDiskCreate ¶
type NullableComputeProjectVmDiskCreate struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectVmDiskCreate ¶
func NewNullableComputeProjectVmDiskCreate(val *ComputeProjectVmDiskCreate) *NullableComputeProjectVmDiskCreate
func (NullableComputeProjectVmDiskCreate) Get ¶
func (v NullableComputeProjectVmDiskCreate) Get() *ComputeProjectVmDiskCreate
func (NullableComputeProjectVmDiskCreate) IsSet ¶
func (v NullableComputeProjectVmDiskCreate) IsSet() bool
func (NullableComputeProjectVmDiskCreate) MarshalJSON ¶
func (v NullableComputeProjectVmDiskCreate) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectVmDiskCreate) Set ¶
func (v *NullableComputeProjectVmDiskCreate) Set(val *ComputeProjectVmDiskCreate)
func (*NullableComputeProjectVmDiskCreate) UnmarshalJSON ¶
func (v *NullableComputeProjectVmDiskCreate) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectVmDiskCreate) Unset ¶
func (v *NullableComputeProjectVmDiskCreate) Unset()
type NullableComputeProjectVmFlavour ¶
type NullableComputeProjectVmFlavour struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectVmFlavour ¶
func NewNullableComputeProjectVmFlavour(val *ComputeProjectVmFlavour) *NullableComputeProjectVmFlavour
func (NullableComputeProjectVmFlavour) Get ¶
func (v NullableComputeProjectVmFlavour) Get() *ComputeProjectVmFlavour
func (NullableComputeProjectVmFlavour) IsSet ¶
func (v NullableComputeProjectVmFlavour) IsSet() bool
func (NullableComputeProjectVmFlavour) MarshalJSON ¶
func (v NullableComputeProjectVmFlavour) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectVmFlavour) Set ¶
func (v *NullableComputeProjectVmFlavour) Set(val *ComputeProjectVmFlavour)
func (*NullableComputeProjectVmFlavour) UnmarshalJSON ¶
func (v *NullableComputeProjectVmFlavour) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectVmFlavour) Unset ¶
func (v *NullableComputeProjectVmFlavour) Unset()
type NullableComputeProjectVmIsoCreate ¶
type NullableComputeProjectVmIsoCreate struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectVmIsoCreate ¶
func NewNullableComputeProjectVmIsoCreate(val *ComputeProjectVmIsoCreate) *NullableComputeProjectVmIsoCreate
func (NullableComputeProjectVmIsoCreate) Get ¶
func (v NullableComputeProjectVmIsoCreate) Get() *ComputeProjectVmIsoCreate
func (NullableComputeProjectVmIsoCreate) IsSet ¶
func (v NullableComputeProjectVmIsoCreate) IsSet() bool
func (NullableComputeProjectVmIsoCreate) MarshalJSON ¶
func (v NullableComputeProjectVmIsoCreate) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectVmIsoCreate) Set ¶
func (v *NullableComputeProjectVmIsoCreate) Set(val *ComputeProjectVmIsoCreate)
func (*NullableComputeProjectVmIsoCreate) UnmarshalJSON ¶
func (v *NullableComputeProjectVmIsoCreate) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectVmIsoCreate) Unset ¶
func (v *NullableComputeProjectVmIsoCreate) Unset()
type NullableComputeProjectVmPasswordReset ¶
type NullableComputeProjectVmPasswordReset struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectVmPasswordReset ¶
func NewNullableComputeProjectVmPasswordReset(val *ComputeProjectVmPasswordReset) *NullableComputeProjectVmPasswordReset
func (NullableComputeProjectVmPasswordReset) Get ¶
func (v NullableComputeProjectVmPasswordReset) Get() *ComputeProjectVmPasswordReset
func (NullableComputeProjectVmPasswordReset) IsSet ¶
func (v NullableComputeProjectVmPasswordReset) IsSet() bool
func (NullableComputeProjectVmPasswordReset) MarshalJSON ¶
func (v NullableComputeProjectVmPasswordReset) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectVmPasswordReset) Set ¶
func (v *NullableComputeProjectVmPasswordReset) Set(val *ComputeProjectVmPasswordReset)
func (*NullableComputeProjectVmPasswordReset) UnmarshalJSON ¶
func (v *NullableComputeProjectVmPasswordReset) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectVmPasswordReset) Unset ¶
func (v *NullableComputeProjectVmPasswordReset) Unset()
type NullableComputeProjectVmSerialport ¶
type NullableComputeProjectVmSerialport struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectVmSerialport ¶
func NewNullableComputeProjectVmSerialport(val *ComputeProjectVmSerialport) *NullableComputeProjectVmSerialport
func (NullableComputeProjectVmSerialport) Get ¶
func (v NullableComputeProjectVmSerialport) Get() *ComputeProjectVmSerialport
func (NullableComputeProjectVmSerialport) IsSet ¶
func (v NullableComputeProjectVmSerialport) IsSet() bool
func (NullableComputeProjectVmSerialport) MarshalJSON ¶
func (v NullableComputeProjectVmSerialport) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectVmSerialport) Set ¶
func (v *NullableComputeProjectVmSerialport) Set(val *ComputeProjectVmSerialport)
func (*NullableComputeProjectVmSerialport) UnmarshalJSON ¶
func (v *NullableComputeProjectVmSerialport) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectVmSerialport) Unset ¶
func (v *NullableComputeProjectVmSerialport) Unset()
type NullableComputeProjectVmUpdate ¶
type NullableComputeProjectVmUpdate struct {
// contains filtered or unexported fields
}
func NewNullableComputeProjectVmUpdate ¶
func NewNullableComputeProjectVmUpdate(val *ComputeProjectVmUpdate) *NullableComputeProjectVmUpdate
func (NullableComputeProjectVmUpdate) Get ¶
func (v NullableComputeProjectVmUpdate) Get() *ComputeProjectVmUpdate
func (NullableComputeProjectVmUpdate) IsSet ¶
func (v NullableComputeProjectVmUpdate) IsSet() bool
func (NullableComputeProjectVmUpdate) MarshalJSON ¶
func (v NullableComputeProjectVmUpdate) MarshalJSON() ([]byte, error)
func (*NullableComputeProjectVmUpdate) Set ¶
func (v *NullableComputeProjectVmUpdate) Set(val *ComputeProjectVmUpdate)
func (*NullableComputeProjectVmUpdate) UnmarshalJSON ¶
func (v *NullableComputeProjectVmUpdate) UnmarshalJSON(src []byte) error
func (*NullableComputeProjectVmUpdate) Unset ¶
func (v *NullableComputeProjectVmUpdate) Unset()
type NullableConnect ¶
type NullableConnect struct {
// contains filtered or unexported fields
}
func NewNullableConnect ¶
func NewNullableConnect(val *Connect) *NullableConnect
func (NullableConnect) Get ¶
func (v NullableConnect) Get() *Connect
func (NullableConnect) IsSet ¶
func (v NullableConnect) IsSet() bool
func (NullableConnect) MarshalJSON ¶
func (v NullableConnect) MarshalJSON() ([]byte, error)
func (*NullableConnect) Set ¶
func (v *NullableConnect) Set(val *Connect)
func (*NullableConnect) UnmarshalJSON ¶
func (v *NullableConnect) UnmarshalJSON(src []byte) error
func (*NullableConnect) Unset ¶
func (v *NullableConnect) Unset()
type NullableContainerImage ¶
type NullableContainerImage struct {
// contains filtered or unexported fields
}
func NewNullableContainerImage ¶
func NewNullableContainerImage(val *ContainerImage) *NullableContainerImage
func (NullableContainerImage) Get ¶
func (v NullableContainerImage) Get() *ContainerImage
func (NullableContainerImage) IsSet ¶
func (v NullableContainerImage) IsSet() bool
func (NullableContainerImage) MarshalJSON ¶
func (v NullableContainerImage) MarshalJSON() ([]byte, error)
func (*NullableContainerImage) Set ¶
func (v *NullableContainerImage) Set(val *ContainerImage)
func (*NullableContainerImage) UnmarshalJSON ¶
func (v *NullableContainerImage) UnmarshalJSON(src []byte) error
func (*NullableContainerImage) Unset ¶
func (v *NullableContainerImage) Unset()
type NullableContainerProjectRegistryCreate ¶
type NullableContainerProjectRegistryCreate struct {
// contains filtered or unexported fields
}
func NewNullableContainerProjectRegistryCreate ¶
func NewNullableContainerProjectRegistryCreate(val *ContainerProjectRegistryCreate) *NullableContainerProjectRegistryCreate
func (NullableContainerProjectRegistryCreate) Get ¶
func (v NullableContainerProjectRegistryCreate) Get() *ContainerProjectRegistryCreate
func (NullableContainerProjectRegistryCreate) IsSet ¶
func (v NullableContainerProjectRegistryCreate) IsSet() bool
func (NullableContainerProjectRegistryCreate) MarshalJSON ¶
func (v NullableContainerProjectRegistryCreate) MarshalJSON() ([]byte, error)
func (*NullableContainerProjectRegistryCreate) Set ¶
func (v *NullableContainerProjectRegistryCreate) Set(val *ContainerProjectRegistryCreate)
func (*NullableContainerProjectRegistryCreate) UnmarshalJSON ¶
func (v *NullableContainerProjectRegistryCreate) UnmarshalJSON(src []byte) error
func (*NullableContainerProjectRegistryCreate) Unset ¶
func (v *NullableContainerProjectRegistryCreate) Unset()
type NullableContainerProjectRegistryCredentialPatch ¶
type NullableContainerProjectRegistryCredentialPatch struct {
// contains filtered or unexported fields
}
func NewNullableContainerProjectRegistryCredentialPatch ¶
func NewNullableContainerProjectRegistryCredentialPatch(val *ContainerProjectRegistryCredentialPatch) *NullableContainerProjectRegistryCredentialPatch
func (NullableContainerProjectRegistryCredentialPatch) IsSet ¶
func (v NullableContainerProjectRegistryCredentialPatch) IsSet() bool
func (NullableContainerProjectRegistryCredentialPatch) MarshalJSON ¶
func (v NullableContainerProjectRegistryCredentialPatch) MarshalJSON() ([]byte, error)
func (*NullableContainerProjectRegistryCredentialPatch) UnmarshalJSON ¶
func (v *NullableContainerProjectRegistryCredentialPatch) UnmarshalJSON(src []byte) error
func (*NullableContainerProjectRegistryCredentialPatch) Unset ¶
func (v *NullableContainerProjectRegistryCredentialPatch) Unset()
type NullableContainerProjectRegistryTransfer ¶
type NullableContainerProjectRegistryTransfer struct {
// contains filtered or unexported fields
}
func NewNullableContainerProjectRegistryTransfer ¶
func NewNullableContainerProjectRegistryTransfer(val *ContainerProjectRegistryTransfer) *NullableContainerProjectRegistryTransfer
func (NullableContainerProjectRegistryTransfer) IsSet ¶
func (v NullableContainerProjectRegistryTransfer) IsSet() bool
func (NullableContainerProjectRegistryTransfer) MarshalJSON ¶
func (v NullableContainerProjectRegistryTransfer) MarshalJSON() ([]byte, error)
func (*NullableContainerProjectRegistryTransfer) Set ¶
func (v *NullableContainerProjectRegistryTransfer) Set(val *ContainerProjectRegistryTransfer)
func (*NullableContainerProjectRegistryTransfer) UnmarshalJSON ¶
func (v *NullableContainerProjectRegistryTransfer) UnmarshalJSON(src []byte) error
func (*NullableContainerProjectRegistryTransfer) Unset ¶
func (v *NullableContainerProjectRegistryTransfer) Unset()
type NullableContainerProjectRegistryUpdate ¶
type NullableContainerProjectRegistryUpdate struct {
// contains filtered or unexported fields
}
func NewNullableContainerProjectRegistryUpdate ¶
func NewNullableContainerProjectRegistryUpdate(val *ContainerProjectRegistryUpdate) *NullableContainerProjectRegistryUpdate
func (NullableContainerProjectRegistryUpdate) Get ¶
func (v NullableContainerProjectRegistryUpdate) Get() *ContainerProjectRegistryUpdate
func (NullableContainerProjectRegistryUpdate) IsSet ¶
func (v NullableContainerProjectRegistryUpdate) IsSet() bool
func (NullableContainerProjectRegistryUpdate) MarshalJSON ¶
func (v NullableContainerProjectRegistryUpdate) MarshalJSON() ([]byte, error)
func (*NullableContainerProjectRegistryUpdate) Set ¶
func (v *NullableContainerProjectRegistryUpdate) Set(val *ContainerProjectRegistryUpdate)
func (*NullableContainerProjectRegistryUpdate) UnmarshalJSON ¶
func (v *NullableContainerProjectRegistryUpdate) UnmarshalJSON(src []byte) error
func (*NullableContainerProjectRegistryUpdate) Unset ¶
func (v *NullableContainerProjectRegistryUpdate) Unset()
type NullableContainerRepository ¶
type NullableContainerRepository struct {
// contains filtered or unexported fields
}
func NewNullableContainerRepository ¶
func NewNullableContainerRepository(val *ContainerRepository) *NullableContainerRepository
func (NullableContainerRepository) Get ¶
func (v NullableContainerRepository) Get() *ContainerRepository
func (NullableContainerRepository) IsSet ¶
func (v NullableContainerRepository) IsSet() bool
func (NullableContainerRepository) MarshalJSON ¶
func (v NullableContainerRepository) MarshalJSON() ([]byte, error)
func (*NullableContainerRepository) Set ¶
func (v *NullableContainerRepository) Set(val *ContainerRepository)
func (*NullableContainerRepository) UnmarshalJSON ¶
func (v *NullableContainerRepository) UnmarshalJSON(src []byte) error
func (*NullableContainerRepository) Unset ¶
func (v *NullableContainerRepository) Unset()
type NullableDisk ¶
type NullableDisk struct {
// contains filtered or unexported fields
}
func NewNullableDisk ¶
func NewNullableDisk(val *Disk) *NullableDisk
func (NullableDisk) Get ¶
func (v NullableDisk) Get() *Disk
func (NullableDisk) IsSet ¶
func (v NullableDisk) IsSet() bool
func (NullableDisk) MarshalJSON ¶
func (v NullableDisk) MarshalJSON() ([]byte, error)
func (*NullableDisk) Set ¶
func (v *NullableDisk) Set(val *Disk)
func (*NullableDisk) UnmarshalJSON ¶
func (v *NullableDisk) UnmarshalJSON(src []byte) error
func (*NullableDisk) Unset ¶
func (v *NullableDisk) Unset()
type NullableDnsProjectZoneCreate ¶
type NullableDnsProjectZoneCreate struct {
// contains filtered or unexported fields
}
func NewNullableDnsProjectZoneCreate ¶
func NewNullableDnsProjectZoneCreate(val *DnsProjectZoneCreate) *NullableDnsProjectZoneCreate
func (NullableDnsProjectZoneCreate) Get ¶
func (v NullableDnsProjectZoneCreate) Get() *DnsProjectZoneCreate
func (NullableDnsProjectZoneCreate) IsSet ¶
func (v NullableDnsProjectZoneCreate) IsSet() bool
func (NullableDnsProjectZoneCreate) MarshalJSON ¶
func (v NullableDnsProjectZoneCreate) MarshalJSON() ([]byte, error)
func (*NullableDnsProjectZoneCreate) Set ¶
func (v *NullableDnsProjectZoneCreate) Set(val *DnsProjectZoneCreate)
func (*NullableDnsProjectZoneCreate) UnmarshalJSON ¶
func (v *NullableDnsProjectZoneCreate) UnmarshalJSON(src []byte) error
func (*NullableDnsProjectZoneCreate) Unset ¶
func (v *NullableDnsProjectZoneCreate) Unset()
type NullableDnsProjectZoneRecordsetPatch ¶
type NullableDnsProjectZoneRecordsetPatch struct {
// contains filtered or unexported fields
}
func NewNullableDnsProjectZoneRecordsetPatch ¶
func NewNullableDnsProjectZoneRecordsetPatch(val *DnsProjectZoneRecordsetPatch) *NullableDnsProjectZoneRecordsetPatch
func (NullableDnsProjectZoneRecordsetPatch) Get ¶
func (v NullableDnsProjectZoneRecordsetPatch) Get() *DnsProjectZoneRecordsetPatch
func (NullableDnsProjectZoneRecordsetPatch) IsSet ¶
func (v NullableDnsProjectZoneRecordsetPatch) IsSet() bool
func (NullableDnsProjectZoneRecordsetPatch) MarshalJSON ¶
func (v NullableDnsProjectZoneRecordsetPatch) MarshalJSON() ([]byte, error)
func (*NullableDnsProjectZoneRecordsetPatch) Set ¶
func (v *NullableDnsProjectZoneRecordsetPatch) Set(val *DnsProjectZoneRecordsetPatch)
func (*NullableDnsProjectZoneRecordsetPatch) UnmarshalJSON ¶
func (v *NullableDnsProjectZoneRecordsetPatch) UnmarshalJSON(src []byte) error
func (*NullableDnsProjectZoneRecordsetPatch) Unset ¶
func (v *NullableDnsProjectZoneRecordsetPatch) Unset()
type NullableDnsProjectZoneUpdate ¶
type NullableDnsProjectZoneUpdate struct {
// contains filtered or unexported fields
}
func NewNullableDnsProjectZoneUpdate ¶
func NewNullableDnsProjectZoneUpdate(val *DnsProjectZoneUpdate) *NullableDnsProjectZoneUpdate
func (NullableDnsProjectZoneUpdate) Get ¶
func (v NullableDnsProjectZoneUpdate) Get() *DnsProjectZoneUpdate
func (NullableDnsProjectZoneUpdate) IsSet ¶
func (v NullableDnsProjectZoneUpdate) IsSet() bool
func (NullableDnsProjectZoneUpdate) MarshalJSON ¶
func (v NullableDnsProjectZoneUpdate) MarshalJSON() ([]byte, error)
func (*NullableDnsProjectZoneUpdate) Set ¶
func (v *NullableDnsProjectZoneUpdate) Set(val *DnsProjectZoneUpdate)
func (*NullableDnsProjectZoneUpdate) UnmarshalJSON ¶
func (v *NullableDnsProjectZoneUpdate) UnmarshalJSON(src []byte) error
func (*NullableDnsProjectZoneUpdate) Unset ¶
func (v *NullableDnsProjectZoneUpdate) Unset()
type NullableDnsRecord ¶
type NullableDnsRecord struct {
// contains filtered or unexported fields
}
func NewNullableDnsRecord ¶
func NewNullableDnsRecord(val *DnsRecord) *NullableDnsRecord
func (NullableDnsRecord) Get ¶
func (v NullableDnsRecord) Get() *DnsRecord
func (NullableDnsRecord) IsSet ¶
func (v NullableDnsRecord) IsSet() bool
func (NullableDnsRecord) MarshalJSON ¶
func (v NullableDnsRecord) MarshalJSON() ([]byte, error)
func (*NullableDnsRecord) Set ¶
func (v *NullableDnsRecord) Set(val *DnsRecord)
func (*NullableDnsRecord) UnmarshalJSON ¶
func (v *NullableDnsRecord) UnmarshalJSON(src []byte) error
func (*NullableDnsRecord) Unset ¶
func (v *NullableDnsRecord) Unset()
type NullableDnsRecordset ¶
type NullableDnsRecordset struct {
// contains filtered or unexported fields
}
func NewNullableDnsRecordset ¶
func NewNullableDnsRecordset(val *DnsRecordset) *NullableDnsRecordset
func (NullableDnsRecordset) Get ¶
func (v NullableDnsRecordset) Get() *DnsRecordset
func (NullableDnsRecordset) IsSet ¶
func (v NullableDnsRecordset) IsSet() bool
func (NullableDnsRecordset) MarshalJSON ¶
func (v NullableDnsRecordset) MarshalJSON() ([]byte, error)
func (*NullableDnsRecordset) Set ¶
func (v *NullableDnsRecordset) Set(val *DnsRecordset)
func (*NullableDnsRecordset) UnmarshalJSON ¶
func (v *NullableDnsRecordset) UnmarshalJSON(src []byte) error
func (*NullableDnsRecordset) Unset ¶
func (v *NullableDnsRecordset) Unset()
type NullableDomain ¶
type NullableDomain struct {
// contains filtered or unexported fields
}
func NewNullableDomain ¶
func NewNullableDomain(val *Domain) *NullableDomain
func (NullableDomain) Get ¶
func (v NullableDomain) Get() *Domain
func (NullableDomain) IsSet ¶
func (v NullableDomain) IsSet() bool
func (NullableDomain) MarshalJSON ¶
func (v NullableDomain) MarshalJSON() ([]byte, error)
func (*NullableDomain) Set ¶
func (v *NullableDomain) Set(val *Domain)
func (*NullableDomain) UnmarshalJSON ¶
func (v *NullableDomain) UnmarshalJSON(src []byte) error
func (*NullableDomain) Unset ¶
func (v *NullableDomain) Unset()
type NullableEnabledService ¶
type NullableEnabledService struct {
// contains filtered or unexported fields
}
func NewNullableEnabledService ¶
func NewNullableEnabledService(val *EnabledService) *NullableEnabledService
func (NullableEnabledService) Get ¶
func (v NullableEnabledService) Get() *EnabledService
func (NullableEnabledService) IsSet ¶
func (v NullableEnabledService) IsSet() bool
func (NullableEnabledService) MarshalJSON ¶
func (v NullableEnabledService) MarshalJSON() ([]byte, error)
func (*NullableEnabledService) Set ¶
func (v *NullableEnabledService) Set(val *EnabledService)
func (*NullableEnabledService) UnmarshalJSON ¶
func (v *NullableEnabledService) UnmarshalJSON(src []byte) error
func (*NullableEnabledService) Unset ¶
func (v *NullableEnabledService) Unset()
type NullableEvent ¶
type NullableEvent struct {
// contains filtered or unexported fields
}
func NewNullableEvent ¶
func NewNullableEvent(val *Event) *NullableEvent
func (NullableEvent) Get ¶
func (v NullableEvent) Get() *Event
func (NullableEvent) IsSet ¶
func (v NullableEvent) IsSet() bool
func (NullableEvent) MarshalJSON ¶
func (v NullableEvent) MarshalJSON() ([]byte, error)
func (*NullableEvent) Set ¶
func (v *NullableEvent) Set(val *Event)
func (*NullableEvent) UnmarshalJSON ¶
func (v *NullableEvent) UnmarshalJSON(src []byte) error
func (*NullableEvent) Unset ¶
func (v *NullableEvent) Unset()
type NullableEventBase ¶
type NullableEventBase struct {
// contains filtered or unexported fields
}
func NewNullableEventBase ¶
func NewNullableEventBase(val *EventBase) *NullableEventBase
func (NullableEventBase) Get ¶
func (v NullableEventBase) Get() *EventBase
func (NullableEventBase) IsSet ¶
func (v NullableEventBase) IsSet() bool
func (NullableEventBase) MarshalJSON ¶
func (v NullableEventBase) MarshalJSON() ([]byte, error)
func (*NullableEventBase) Set ¶
func (v *NullableEventBase) Set(val *EventBase)
func (*NullableEventBase) UnmarshalJSON ¶
func (v *NullableEventBase) UnmarshalJSON(src []byte) error
func (*NullableEventBase) Unset ¶
func (v *NullableEventBase) Unset()
type NullableFirewall ¶
type NullableFirewall struct {
// contains filtered or unexported fields
}
func NewNullableFirewall ¶
func NewNullableFirewall(val *Firewall) *NullableFirewall
func (NullableFirewall) Get ¶
func (v NullableFirewall) Get() *Firewall
func (NullableFirewall) IsSet ¶
func (v NullableFirewall) IsSet() bool
func (NullableFirewall) MarshalJSON ¶
func (v NullableFirewall) MarshalJSON() ([]byte, error)
func (*NullableFirewall) Set ¶
func (v *NullableFirewall) Set(val *Firewall)
func (*NullableFirewall) UnmarshalJSON ¶
func (v *NullableFirewall) UnmarshalJSON(src []byte) error
func (*NullableFirewall) Unset ¶
func (v *NullableFirewall) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGroup ¶
type NullableGroup struct {
// contains filtered or unexported fields
}
func NewNullableGroup ¶
func NewNullableGroup(val *Group) *NullableGroup
func (NullableGroup) Get ¶
func (v NullableGroup) Get() *Group
func (NullableGroup) IsSet ¶
func (v NullableGroup) IsSet() bool
func (NullableGroup) MarshalJSON ¶
func (v NullableGroup) MarshalJSON() ([]byte, error)
func (*NullableGroup) Set ¶
func (v *NullableGroup) Set(val *Group)
func (*NullableGroup) UnmarshalJSON ¶
func (v *NullableGroup) UnmarshalJSON(src []byte) error
func (*NullableGroup) Unset ¶
func (v *NullableGroup) Unset()
type NullableHdd ¶
type NullableHdd struct {
// contains filtered or unexported fields
}
func NewNullableHdd ¶
func NewNullableHdd(val *Hdd) *NullableHdd
func (NullableHdd) Get ¶
func (v NullableHdd) Get() *Hdd
func (NullableHdd) IsSet ¶
func (v NullableHdd) IsSet() bool
func (NullableHdd) MarshalJSON ¶
func (v NullableHdd) MarshalJSON() ([]byte, error)
func (*NullableHdd) Set ¶
func (v *NullableHdd) Set(val *Hdd)
func (*NullableHdd) UnmarshalJSON ¶
func (v *NullableHdd) UnmarshalJSON(src []byte) error
func (*NullableHdd) Unset ¶
func (v *NullableHdd) Unset()
type NullableIamActor ¶
type NullableIamActor struct {
// contains filtered or unexported fields
}
func NewNullableIamActor ¶
func NewNullableIamActor(val *IamActor) *NullableIamActor
func (NullableIamActor) Get ¶
func (v NullableIamActor) Get() *IamActor
func (NullableIamActor) IsSet ¶
func (v NullableIamActor) IsSet() bool
func (NullableIamActor) MarshalJSON ¶
func (v NullableIamActor) MarshalJSON() ([]byte, error)
func (*NullableIamActor) Set ¶
func (v *NullableIamActor) Set(val *IamActor)
func (*NullableIamActor) UnmarshalJSON ¶
func (v *NullableIamActor) UnmarshalJSON(src []byte) error
func (*NullableIamActor) Unset ¶
func (v *NullableIamActor) Unset()
type NullableIamActorOrGroup ¶
type NullableIamActorOrGroup struct {
// contains filtered or unexported fields
}
func NewNullableIamActorOrGroup ¶
func NewNullableIamActorOrGroup(val *IamActorOrGroup) *NullableIamActorOrGroup
func (NullableIamActorOrGroup) Get ¶
func (v NullableIamActorOrGroup) Get() *IamActorOrGroup
func (NullableIamActorOrGroup) IsSet ¶
func (v NullableIamActorOrGroup) IsSet() bool
func (NullableIamActorOrGroup) MarshalJSON ¶
func (v NullableIamActorOrGroup) MarshalJSON() ([]byte, error)
func (*NullableIamActorOrGroup) Set ¶
func (v *NullableIamActorOrGroup) Set(val *IamActorOrGroup)
func (*NullableIamActorOrGroup) UnmarshalJSON ¶
func (v *NullableIamActorOrGroup) UnmarshalJSON(src []byte) error
func (*NullableIamActorOrGroup) Unset ¶
func (v *NullableIamActorOrGroup) Unset()
type NullableIamOrganisationCreate ¶
type NullableIamOrganisationCreate struct {
// contains filtered or unexported fields
}
func NewNullableIamOrganisationCreate ¶
func NewNullableIamOrganisationCreate(val *IamOrganisationCreate) *NullableIamOrganisationCreate
func (NullableIamOrganisationCreate) Get ¶
func (v NullableIamOrganisationCreate) Get() *IamOrganisationCreate
func (NullableIamOrganisationCreate) IsSet ¶
func (v NullableIamOrganisationCreate) IsSet() bool
func (NullableIamOrganisationCreate) MarshalJSON ¶
func (v NullableIamOrganisationCreate) MarshalJSON() ([]byte, error)
func (*NullableIamOrganisationCreate) Set ¶
func (v *NullableIamOrganisationCreate) Set(val *IamOrganisationCreate)
func (*NullableIamOrganisationCreate) UnmarshalJSON ¶
func (v *NullableIamOrganisationCreate) UnmarshalJSON(src []byte) error
func (*NullableIamOrganisationCreate) Unset ¶
func (v *NullableIamOrganisationCreate) Unset()
type NullableIamOrganisationInvitationAccept ¶
type NullableIamOrganisationInvitationAccept struct {
// contains filtered or unexported fields
}
func NewNullableIamOrganisationInvitationAccept ¶
func NewNullableIamOrganisationInvitationAccept(val *IamOrganisationInvitationAccept) *NullableIamOrganisationInvitationAccept
func (NullableIamOrganisationInvitationAccept) IsSet ¶
func (v NullableIamOrganisationInvitationAccept) IsSet() bool
func (NullableIamOrganisationInvitationAccept) MarshalJSON ¶
func (v NullableIamOrganisationInvitationAccept) MarshalJSON() ([]byte, error)
func (*NullableIamOrganisationInvitationAccept) Set ¶
func (v *NullableIamOrganisationInvitationAccept) Set(val *IamOrganisationInvitationAccept)
func (*NullableIamOrganisationInvitationAccept) UnmarshalJSON ¶
func (v *NullableIamOrganisationInvitationAccept) UnmarshalJSON(src []byte) error
func (*NullableIamOrganisationInvitationAccept) Unset ¶
func (v *NullableIamOrganisationInvitationAccept) Unset()
type NullableIamOrganisationOwnershipCreate ¶
type NullableIamOrganisationOwnershipCreate struct {
// contains filtered or unexported fields
}
func NewNullableIamOrganisationOwnershipCreate ¶
func NewNullableIamOrganisationOwnershipCreate(val *IamOrganisationOwnershipCreate) *NullableIamOrganisationOwnershipCreate
func (NullableIamOrganisationOwnershipCreate) Get ¶
func (v NullableIamOrganisationOwnershipCreate) Get() *IamOrganisationOwnershipCreate
func (NullableIamOrganisationOwnershipCreate) IsSet ¶
func (v NullableIamOrganisationOwnershipCreate) IsSet() bool
func (NullableIamOrganisationOwnershipCreate) MarshalJSON ¶
func (v NullableIamOrganisationOwnershipCreate) MarshalJSON() ([]byte, error)
func (*NullableIamOrganisationOwnershipCreate) Set ¶
func (v *NullableIamOrganisationOwnershipCreate) Set(val *IamOrganisationOwnershipCreate)
func (*NullableIamOrganisationOwnershipCreate) UnmarshalJSON ¶
func (v *NullableIamOrganisationOwnershipCreate) UnmarshalJSON(src []byte) error
func (*NullableIamOrganisationOwnershipCreate) Unset ¶
func (v *NullableIamOrganisationOwnershipCreate) Unset()
type NullableIamOrganisationPaymentAllocate ¶
type NullableIamOrganisationPaymentAllocate struct {
// contains filtered or unexported fields
}
func NewNullableIamOrganisationPaymentAllocate ¶
func NewNullableIamOrganisationPaymentAllocate(val *IamOrganisationPaymentAllocate) *NullableIamOrganisationPaymentAllocate
func (NullableIamOrganisationPaymentAllocate) Get ¶
func (v NullableIamOrganisationPaymentAllocate) Get() *IamOrganisationPaymentAllocate
func (NullableIamOrganisationPaymentAllocate) IsSet ¶
func (v NullableIamOrganisationPaymentAllocate) IsSet() bool
func (NullableIamOrganisationPaymentAllocate) MarshalJSON ¶
func (v NullableIamOrganisationPaymentAllocate) MarshalJSON() ([]byte, error)
func (*NullableIamOrganisationPaymentAllocate) Set ¶
func (v *NullableIamOrganisationPaymentAllocate) Set(val *IamOrganisationPaymentAllocate)
func (*NullableIamOrganisationPaymentAllocate) UnmarshalJSON ¶
func (v *NullableIamOrganisationPaymentAllocate) UnmarshalJSON(src []byte) error
func (*NullableIamOrganisationPaymentAllocate) Unset ¶
func (v *NullableIamOrganisationPaymentAllocate) Unset()
type NullableIamOrganisationProformaCreate ¶
type NullableIamOrganisationProformaCreate struct {
// contains filtered or unexported fields
}
func NewNullableIamOrganisationProformaCreate ¶
func NewNullableIamOrganisationProformaCreate(val *IamOrganisationProformaCreate) *NullableIamOrganisationProformaCreate
func (NullableIamOrganisationProformaCreate) Get ¶
func (v NullableIamOrganisationProformaCreate) Get() *IamOrganisationProformaCreate
func (NullableIamOrganisationProformaCreate) IsSet ¶
func (v NullableIamOrganisationProformaCreate) IsSet() bool
func (NullableIamOrganisationProformaCreate) MarshalJSON ¶
func (v NullableIamOrganisationProformaCreate) MarshalJSON() ([]byte, error)
func (*NullableIamOrganisationProformaCreate) Set ¶
func (v *NullableIamOrganisationProformaCreate) Set(val *IamOrganisationProformaCreate)
func (*NullableIamOrganisationProformaCreate) UnmarshalJSON ¶
func (v *NullableIamOrganisationProformaCreate) UnmarshalJSON(src []byte) error
func (*NullableIamOrganisationProformaCreate) Unset ¶
func (v *NullableIamOrganisationProformaCreate) Unset()
type NullableIamOrganisationTransferAccept ¶
type NullableIamOrganisationTransferAccept struct {
// contains filtered or unexported fields
}
func NewNullableIamOrganisationTransferAccept ¶
func NewNullableIamOrganisationTransferAccept(val *IamOrganisationTransferAccept) *NullableIamOrganisationTransferAccept
func (NullableIamOrganisationTransferAccept) Get ¶
func (v NullableIamOrganisationTransferAccept) Get() *IamOrganisationTransferAccept
func (NullableIamOrganisationTransferAccept) IsSet ¶
func (v NullableIamOrganisationTransferAccept) IsSet() bool
func (NullableIamOrganisationTransferAccept) MarshalJSON ¶
func (v NullableIamOrganisationTransferAccept) MarshalJSON() ([]byte, error)
func (*NullableIamOrganisationTransferAccept) Set ¶
func (v *NullableIamOrganisationTransferAccept) Set(val *IamOrganisationTransferAccept)
func (*NullableIamOrganisationTransferAccept) UnmarshalJSON ¶
func (v *NullableIamOrganisationTransferAccept) UnmarshalJSON(src []byte) error
func (*NullableIamOrganisationTransferAccept) Unset ¶
func (v *NullableIamOrganisationTransferAccept) Unset()
type NullableIamOrganisationUpdate ¶
type NullableIamOrganisationUpdate struct {
// contains filtered or unexported fields
}
func NewNullableIamOrganisationUpdate ¶
func NewNullableIamOrganisationUpdate(val *IamOrganisationUpdate) *NullableIamOrganisationUpdate
func (NullableIamOrganisationUpdate) Get ¶
func (v NullableIamOrganisationUpdate) Get() *IamOrganisationUpdate
func (NullableIamOrganisationUpdate) IsSet ¶
func (v NullableIamOrganisationUpdate) IsSet() bool
func (NullableIamOrganisationUpdate) MarshalJSON ¶
func (v NullableIamOrganisationUpdate) MarshalJSON() ([]byte, error)
func (*NullableIamOrganisationUpdate) Set ¶
func (v *NullableIamOrganisationUpdate) Set(val *IamOrganisationUpdate)
func (*NullableIamOrganisationUpdate) UnmarshalJSON ¶
func (v *NullableIamOrganisationUpdate) UnmarshalJSON(src []byte) error
func (*NullableIamOrganisationUpdate) Unset ¶
func (v *NullableIamOrganisationUpdate) Unset()
type NullableIamPermission ¶
type NullableIamPermission struct {
// contains filtered or unexported fields
}
func NewNullableIamPermission ¶
func NewNullableIamPermission(val *IamPermission) *NullableIamPermission
func (NullableIamPermission) Get ¶
func (v NullableIamPermission) Get() *IamPermission
func (NullableIamPermission) IsSet ¶
func (v NullableIamPermission) IsSet() bool
func (NullableIamPermission) MarshalJSON ¶
func (v NullableIamPermission) MarshalJSON() ([]byte, error)
func (*NullableIamPermission) Set ¶
func (v *NullableIamPermission) Set(val *IamPermission)
func (*NullableIamPermission) UnmarshalJSON ¶
func (v *NullableIamPermission) UnmarshalJSON(src []byte) error
func (*NullableIamPermission) Unset ¶
func (v *NullableIamPermission) Unset()
type NullableIamProjectApplicationCreate ¶
type NullableIamProjectApplicationCreate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectApplicationCreate ¶
func NewNullableIamProjectApplicationCreate(val *IamProjectApplicationCreate) *NullableIamProjectApplicationCreate
func (NullableIamProjectApplicationCreate) Get ¶
func (v NullableIamProjectApplicationCreate) Get() *IamProjectApplicationCreate
func (NullableIamProjectApplicationCreate) IsSet ¶
func (v NullableIamProjectApplicationCreate) IsSet() bool
func (NullableIamProjectApplicationCreate) MarshalJSON ¶
func (v NullableIamProjectApplicationCreate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectApplicationCreate) Set ¶
func (v *NullableIamProjectApplicationCreate) Set(val *IamProjectApplicationCreate)
func (*NullableIamProjectApplicationCreate) UnmarshalJSON ¶
func (v *NullableIamProjectApplicationCreate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectApplicationCreate) Unset ¶
func (v *NullableIamProjectApplicationCreate) Unset()
type NullableIamProjectApplicationCredentialPatch ¶
type NullableIamProjectApplicationCredentialPatch struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectApplicationCredentialPatch ¶
func NewNullableIamProjectApplicationCredentialPatch(val *IamProjectApplicationCredentialPatch) *NullableIamProjectApplicationCredentialPatch
func (NullableIamProjectApplicationCredentialPatch) IsSet ¶
func (v NullableIamProjectApplicationCredentialPatch) IsSet() bool
func (NullableIamProjectApplicationCredentialPatch) MarshalJSON ¶
func (v NullableIamProjectApplicationCredentialPatch) MarshalJSON() ([]byte, error)
func (*NullableIamProjectApplicationCredentialPatch) Set ¶
func (v *NullableIamProjectApplicationCredentialPatch) Set(val *IamProjectApplicationCredentialPatch)
func (*NullableIamProjectApplicationCredentialPatch) UnmarshalJSON ¶
func (v *NullableIamProjectApplicationCredentialPatch) UnmarshalJSON(src []byte) error
func (*NullableIamProjectApplicationCredentialPatch) Unset ¶
func (v *NullableIamProjectApplicationCredentialPatch) Unset()
type NullableIamProjectApplicationRedirectPatch ¶
type NullableIamProjectApplicationRedirectPatch struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectApplicationRedirectPatch ¶
func NewNullableIamProjectApplicationRedirectPatch(val *IamProjectApplicationRedirectPatch) *NullableIamProjectApplicationRedirectPatch
func (NullableIamProjectApplicationRedirectPatch) IsSet ¶
func (v NullableIamProjectApplicationRedirectPatch) IsSet() bool
func (NullableIamProjectApplicationRedirectPatch) MarshalJSON ¶
func (v NullableIamProjectApplicationRedirectPatch) MarshalJSON() ([]byte, error)
func (*NullableIamProjectApplicationRedirectPatch) Set ¶
func (v *NullableIamProjectApplicationRedirectPatch) Set(val *IamProjectApplicationRedirectPatch)
func (*NullableIamProjectApplicationRedirectPatch) UnmarshalJSON ¶
func (v *NullableIamProjectApplicationRedirectPatch) UnmarshalJSON(src []byte) error
func (*NullableIamProjectApplicationRedirectPatch) Unset ¶
func (v *NullableIamProjectApplicationRedirectPatch) Unset()
type NullableIamProjectApplicationUpdate ¶
type NullableIamProjectApplicationUpdate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectApplicationUpdate ¶
func NewNullableIamProjectApplicationUpdate(val *IamProjectApplicationUpdate) *NullableIamProjectApplicationUpdate
func (NullableIamProjectApplicationUpdate) Get ¶
func (v NullableIamProjectApplicationUpdate) Get() *IamProjectApplicationUpdate
func (NullableIamProjectApplicationUpdate) IsSet ¶
func (v NullableIamProjectApplicationUpdate) IsSet() bool
func (NullableIamProjectApplicationUpdate) MarshalJSON ¶
func (v NullableIamProjectApplicationUpdate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectApplicationUpdate) Set ¶
func (v *NullableIamProjectApplicationUpdate) Set(val *IamProjectApplicationUpdate)
func (*NullableIamProjectApplicationUpdate) UnmarshalJSON ¶
func (v *NullableIamProjectApplicationUpdate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectApplicationUpdate) Unset ¶
func (v *NullableIamProjectApplicationUpdate) Unset()
type NullableIamProjectCreate ¶
type NullableIamProjectCreate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectCreate ¶
func NewNullableIamProjectCreate(val *IamProjectCreate) *NullableIamProjectCreate
func (NullableIamProjectCreate) Get ¶
func (v NullableIamProjectCreate) Get() *IamProjectCreate
func (NullableIamProjectCreate) IsSet ¶
func (v NullableIamProjectCreate) IsSet() bool
func (NullableIamProjectCreate) MarshalJSON ¶
func (v NullableIamProjectCreate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectCreate) Set ¶
func (v *NullableIamProjectCreate) Set(val *IamProjectCreate)
func (*NullableIamProjectCreate) UnmarshalJSON ¶
func (v *NullableIamProjectCreate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectCreate) Unset ¶
func (v *NullableIamProjectCreate) Unset()
type NullableIamProjectCredentialStorePatch ¶
type NullableIamProjectCredentialStorePatch struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectCredentialStorePatch ¶
func NewNullableIamProjectCredentialStorePatch(val *IamProjectCredentialStorePatch) *NullableIamProjectCredentialStorePatch
func (NullableIamProjectCredentialStorePatch) Get ¶
func (v NullableIamProjectCredentialStorePatch) Get() *IamProjectCredentialStorePatch
func (NullableIamProjectCredentialStorePatch) IsSet ¶
func (v NullableIamProjectCredentialStorePatch) IsSet() bool
func (NullableIamProjectCredentialStorePatch) MarshalJSON ¶
func (v NullableIamProjectCredentialStorePatch) MarshalJSON() ([]byte, error)
func (*NullableIamProjectCredentialStorePatch) Set ¶
func (v *NullableIamProjectCredentialStorePatch) Set(val *IamProjectCredentialStorePatch)
func (*NullableIamProjectCredentialStorePatch) UnmarshalJSON ¶
func (v *NullableIamProjectCredentialStorePatch) UnmarshalJSON(src []byte) error
func (*NullableIamProjectCredentialStorePatch) Unset ¶
func (v *NullableIamProjectCredentialStorePatch) Unset()
type NullableIamProjectGroupCreate ¶
type NullableIamProjectGroupCreate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectGroupCreate ¶
func NewNullableIamProjectGroupCreate(val *IamProjectGroupCreate) *NullableIamProjectGroupCreate
func (NullableIamProjectGroupCreate) Get ¶
func (v NullableIamProjectGroupCreate) Get() *IamProjectGroupCreate
func (NullableIamProjectGroupCreate) IsSet ¶
func (v NullableIamProjectGroupCreate) IsSet() bool
func (NullableIamProjectGroupCreate) MarshalJSON ¶
func (v NullableIamProjectGroupCreate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectGroupCreate) Set ¶
func (v *NullableIamProjectGroupCreate) Set(val *IamProjectGroupCreate)
func (*NullableIamProjectGroupCreate) UnmarshalJSON ¶
func (v *NullableIamProjectGroupCreate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectGroupCreate) Unset ¶
func (v *NullableIamProjectGroupCreate) Unset()
type NullableIamProjectGroupUpdate ¶
type NullableIamProjectGroupUpdate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectGroupUpdate ¶
func NewNullableIamProjectGroupUpdate(val *IamProjectGroupUpdate) *NullableIamProjectGroupUpdate
func (NullableIamProjectGroupUpdate) Get ¶
func (v NullableIamProjectGroupUpdate) Get() *IamProjectGroupUpdate
func (NullableIamProjectGroupUpdate) IsSet ¶
func (v NullableIamProjectGroupUpdate) IsSet() bool
func (NullableIamProjectGroupUpdate) MarshalJSON ¶
func (v NullableIamProjectGroupUpdate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectGroupUpdate) Set ¶
func (v *NullableIamProjectGroupUpdate) Set(val *IamProjectGroupUpdate)
func (*NullableIamProjectGroupUpdate) UnmarshalJSON ¶
func (v *NullableIamProjectGroupUpdate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectGroupUpdate) Unset ¶
func (v *NullableIamProjectGroupUpdate) Unset()
type NullableIamProjectInvitationAccept ¶
type NullableIamProjectInvitationAccept struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectInvitationAccept ¶
func NewNullableIamProjectInvitationAccept(val *IamProjectInvitationAccept) *NullableIamProjectInvitationAccept
func (NullableIamProjectInvitationAccept) Get ¶
func (v NullableIamProjectInvitationAccept) Get() *IamProjectInvitationAccept
func (NullableIamProjectInvitationAccept) IsSet ¶
func (v NullableIamProjectInvitationAccept) IsSet() bool
func (NullableIamProjectInvitationAccept) MarshalJSON ¶
func (v NullableIamProjectInvitationAccept) MarshalJSON() ([]byte, error)
func (*NullableIamProjectInvitationAccept) Set ¶
func (v *NullableIamProjectInvitationAccept) Set(val *IamProjectInvitationAccept)
func (*NullableIamProjectInvitationAccept) UnmarshalJSON ¶
func (v *NullableIamProjectInvitationAccept) UnmarshalJSON(src []byte) error
func (*NullableIamProjectInvitationAccept) Unset ¶
func (v *NullableIamProjectInvitationAccept) Unset()
type NullableIamProjectOwnershipCreate ¶
type NullableIamProjectOwnershipCreate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectOwnershipCreate ¶
func NewNullableIamProjectOwnershipCreate(val *IamProjectOwnershipCreate) *NullableIamProjectOwnershipCreate
func (NullableIamProjectOwnershipCreate) Get ¶
func (v NullableIamProjectOwnershipCreate) Get() *IamProjectOwnershipCreate
func (NullableIamProjectOwnershipCreate) IsSet ¶
func (v NullableIamProjectOwnershipCreate) IsSet() bool
func (NullableIamProjectOwnershipCreate) MarshalJSON ¶
func (v NullableIamProjectOwnershipCreate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectOwnershipCreate) Set ¶
func (v *NullableIamProjectOwnershipCreate) Set(val *IamProjectOwnershipCreate)
func (*NullableIamProjectOwnershipCreate) UnmarshalJSON ¶
func (v *NullableIamProjectOwnershipCreate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectOwnershipCreate) Unset ¶
func (v *NullableIamProjectOwnershipCreate) Unset()
type NullableIamProjectPolicyCreate ¶
type NullableIamProjectPolicyCreate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectPolicyCreate ¶
func NewNullableIamProjectPolicyCreate(val *IamProjectPolicyCreate) *NullableIamProjectPolicyCreate
func (NullableIamProjectPolicyCreate) Get ¶
func (v NullableIamProjectPolicyCreate) Get() *IamProjectPolicyCreate
func (NullableIamProjectPolicyCreate) IsSet ¶
func (v NullableIamProjectPolicyCreate) IsSet() bool
func (NullableIamProjectPolicyCreate) MarshalJSON ¶
func (v NullableIamProjectPolicyCreate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectPolicyCreate) Set ¶
func (v *NullableIamProjectPolicyCreate) Set(val *IamProjectPolicyCreate)
func (*NullableIamProjectPolicyCreate) UnmarshalJSON ¶
func (v *NullableIamProjectPolicyCreate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectPolicyCreate) Unset ¶
func (v *NullableIamProjectPolicyCreate) Unset()
type NullableIamProjectPolicyCreateActor ¶
type NullableIamProjectPolicyCreateActor struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectPolicyCreateActor ¶
func NewNullableIamProjectPolicyCreateActor(val *IamProjectPolicyCreateActor) *NullableIamProjectPolicyCreateActor
func (NullableIamProjectPolicyCreateActor) Get ¶
func (v NullableIamProjectPolicyCreateActor) Get() *IamProjectPolicyCreateActor
func (NullableIamProjectPolicyCreateActor) IsSet ¶
func (v NullableIamProjectPolicyCreateActor) IsSet() bool
func (NullableIamProjectPolicyCreateActor) MarshalJSON ¶
func (v NullableIamProjectPolicyCreateActor) MarshalJSON() ([]byte, error)
func (*NullableIamProjectPolicyCreateActor) Set ¶
func (v *NullableIamProjectPolicyCreateActor) Set(val *IamProjectPolicyCreateActor)
func (*NullableIamProjectPolicyCreateActor) UnmarshalJSON ¶
func (v *NullableIamProjectPolicyCreateActor) UnmarshalJSON(src []byte) error
func (*NullableIamProjectPolicyCreateActor) Unset ¶
func (v *NullableIamProjectPolicyCreateActor) Unset()
type NullableIamProjectPolicyUpdate ¶
type NullableIamProjectPolicyUpdate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectPolicyUpdate ¶
func NewNullableIamProjectPolicyUpdate(val *IamProjectPolicyUpdate) *NullableIamProjectPolicyUpdate
func (NullableIamProjectPolicyUpdate) Get ¶
func (v NullableIamProjectPolicyUpdate) Get() *IamProjectPolicyUpdate
func (NullableIamProjectPolicyUpdate) IsSet ¶
func (v NullableIamProjectPolicyUpdate) IsSet() bool
func (NullableIamProjectPolicyUpdate) MarshalJSON ¶
func (v NullableIamProjectPolicyUpdate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectPolicyUpdate) Set ¶
func (v *NullableIamProjectPolicyUpdate) Set(val *IamProjectPolicyUpdate)
func (*NullableIamProjectPolicyUpdate) UnmarshalJSON ¶
func (v *NullableIamProjectPolicyUpdate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectPolicyUpdate) Unset ¶
func (v *NullableIamProjectPolicyUpdate) Unset()
type NullableIamProjectQuotaLimitPatch ¶
type NullableIamProjectQuotaLimitPatch struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectQuotaLimitPatch ¶
func NewNullableIamProjectQuotaLimitPatch(val *IamProjectQuotaLimitPatch) *NullableIamProjectQuotaLimitPatch
func (NullableIamProjectQuotaLimitPatch) Get ¶
func (v NullableIamProjectQuotaLimitPatch) Get() *IamProjectQuotaLimitPatch
func (NullableIamProjectQuotaLimitPatch) IsSet ¶
func (v NullableIamProjectQuotaLimitPatch) IsSet() bool
func (NullableIamProjectQuotaLimitPatch) MarshalJSON ¶
func (v NullableIamProjectQuotaLimitPatch) MarshalJSON() ([]byte, error)
func (*NullableIamProjectQuotaLimitPatch) Set ¶
func (v *NullableIamProjectQuotaLimitPatch) Set(val *IamProjectQuotaLimitPatch)
func (*NullableIamProjectQuotaLimitPatch) UnmarshalJSON ¶
func (v *NullableIamProjectQuotaLimitPatch) UnmarshalJSON(src []byte) error
func (*NullableIamProjectQuotaLimitPatch) Unset ¶
func (v *NullableIamProjectQuotaLimitPatch) Unset()
type NullableIamProjectRoleCreate ¶
type NullableIamProjectRoleCreate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectRoleCreate ¶
func NewNullableIamProjectRoleCreate(val *IamProjectRoleCreate) *NullableIamProjectRoleCreate
func (NullableIamProjectRoleCreate) Get ¶
func (v NullableIamProjectRoleCreate) Get() *IamProjectRoleCreate
func (NullableIamProjectRoleCreate) IsSet ¶
func (v NullableIamProjectRoleCreate) IsSet() bool
func (NullableIamProjectRoleCreate) MarshalJSON ¶
func (v NullableIamProjectRoleCreate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectRoleCreate) Set ¶
func (v *NullableIamProjectRoleCreate) Set(val *IamProjectRoleCreate)
func (*NullableIamProjectRoleCreate) UnmarshalJSON ¶
func (v *NullableIamProjectRoleCreate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectRoleCreate) Unset ¶
func (v *NullableIamProjectRoleCreate) Unset()
type NullableIamProjectRoleUpdate ¶
type NullableIamProjectRoleUpdate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectRoleUpdate ¶
func NewNullableIamProjectRoleUpdate(val *IamProjectRoleUpdate) *NullableIamProjectRoleUpdate
func (NullableIamProjectRoleUpdate) Get ¶
func (v NullableIamProjectRoleUpdate) Get() *IamProjectRoleUpdate
func (NullableIamProjectRoleUpdate) IsSet ¶
func (v NullableIamProjectRoleUpdate) IsSet() bool
func (NullableIamProjectRoleUpdate) MarshalJSON ¶
func (v NullableIamProjectRoleUpdate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectRoleUpdate) Set ¶
func (v *NullableIamProjectRoleUpdate) Set(val *IamProjectRoleUpdate)
func (*NullableIamProjectRoleUpdate) UnmarshalJSON ¶
func (v *NullableIamProjectRoleUpdate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectRoleUpdate) Unset ¶
func (v *NullableIamProjectRoleUpdate) Unset()
type NullableIamProjectSaCreate ¶
type NullableIamProjectSaCreate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectSaCreate ¶
func NewNullableIamProjectSaCreate(val *IamProjectSaCreate) *NullableIamProjectSaCreate
func (NullableIamProjectSaCreate) Get ¶
func (v NullableIamProjectSaCreate) Get() *IamProjectSaCreate
func (NullableIamProjectSaCreate) IsSet ¶
func (v NullableIamProjectSaCreate) IsSet() bool
func (NullableIamProjectSaCreate) MarshalJSON ¶
func (v NullableIamProjectSaCreate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectSaCreate) Set ¶
func (v *NullableIamProjectSaCreate) Set(val *IamProjectSaCreate)
func (*NullableIamProjectSaCreate) UnmarshalJSON ¶
func (v *NullableIamProjectSaCreate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectSaCreate) Unset ¶
func (v *NullableIamProjectSaCreate) Unset()
type NullableIamProjectSaCredentialPatch ¶
type NullableIamProjectSaCredentialPatch struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectSaCredentialPatch ¶
func NewNullableIamProjectSaCredentialPatch(val *IamProjectSaCredentialPatch) *NullableIamProjectSaCredentialPatch
func (NullableIamProjectSaCredentialPatch) Get ¶
func (v NullableIamProjectSaCredentialPatch) Get() *IamProjectSaCredentialPatch
func (NullableIamProjectSaCredentialPatch) IsSet ¶
func (v NullableIamProjectSaCredentialPatch) IsSet() bool
func (NullableIamProjectSaCredentialPatch) MarshalJSON ¶
func (v NullableIamProjectSaCredentialPatch) MarshalJSON() ([]byte, error)
func (*NullableIamProjectSaCredentialPatch) Set ¶
func (v *NullableIamProjectSaCredentialPatch) Set(val *IamProjectSaCredentialPatch)
func (*NullableIamProjectSaCredentialPatch) UnmarshalJSON ¶
func (v *NullableIamProjectSaCredentialPatch) UnmarshalJSON(src []byte) error
func (*NullableIamProjectSaCredentialPatch) Unset ¶
func (v *NullableIamProjectSaCredentialPatch) Unset()
type NullableIamProjectSaUpdate ¶
type NullableIamProjectSaUpdate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectSaUpdate ¶
func NewNullableIamProjectSaUpdate(val *IamProjectSaUpdate) *NullableIamProjectSaUpdate
func (NullableIamProjectSaUpdate) Get ¶
func (v NullableIamProjectSaUpdate) Get() *IamProjectSaUpdate
func (NullableIamProjectSaUpdate) IsSet ¶
func (v NullableIamProjectSaUpdate) IsSet() bool
func (NullableIamProjectSaUpdate) MarshalJSON ¶
func (v NullableIamProjectSaUpdate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectSaUpdate) Set ¶
func (v *NullableIamProjectSaUpdate) Set(val *IamProjectSaUpdate)
func (*NullableIamProjectSaUpdate) UnmarshalJSON ¶
func (v *NullableIamProjectSaUpdate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectSaUpdate) Unset ¶
func (v *NullableIamProjectSaUpdate) Unset()
type NullableIamProjectThresholdCreate ¶
type NullableIamProjectThresholdCreate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectThresholdCreate ¶
func NewNullableIamProjectThresholdCreate(val *IamProjectThresholdCreate) *NullableIamProjectThresholdCreate
func (NullableIamProjectThresholdCreate) Get ¶
func (v NullableIamProjectThresholdCreate) Get() *IamProjectThresholdCreate
func (NullableIamProjectThresholdCreate) IsSet ¶
func (v NullableIamProjectThresholdCreate) IsSet() bool
func (NullableIamProjectThresholdCreate) MarshalJSON ¶
func (v NullableIamProjectThresholdCreate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectThresholdCreate) Set ¶
func (v *NullableIamProjectThresholdCreate) Set(val *IamProjectThresholdCreate)
func (*NullableIamProjectThresholdCreate) UnmarshalJSON ¶
func (v *NullableIamProjectThresholdCreate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectThresholdCreate) Unset ¶
func (v *NullableIamProjectThresholdCreate) Unset()
type NullableIamProjectTransfer ¶
type NullableIamProjectTransfer struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectTransfer ¶
func NewNullableIamProjectTransfer(val *IamProjectTransfer) *NullableIamProjectTransfer
func (NullableIamProjectTransfer) Get ¶
func (v NullableIamProjectTransfer) Get() *IamProjectTransfer
func (NullableIamProjectTransfer) IsSet ¶
func (v NullableIamProjectTransfer) IsSet() bool
func (NullableIamProjectTransfer) MarshalJSON ¶
func (v NullableIamProjectTransfer) MarshalJSON() ([]byte, error)
func (*NullableIamProjectTransfer) Set ¶
func (v *NullableIamProjectTransfer) Set(val *IamProjectTransfer)
func (*NullableIamProjectTransfer) UnmarshalJSON ¶
func (v *NullableIamProjectTransfer) UnmarshalJSON(src []byte) error
func (*NullableIamProjectTransfer) Unset ¶
func (v *NullableIamProjectTransfer) Unset()
type NullableIamProjectUpdate ¶
type NullableIamProjectUpdate struct {
// contains filtered or unexported fields
}
func NewNullableIamProjectUpdate ¶
func NewNullableIamProjectUpdate(val *IamProjectUpdate) *NullableIamProjectUpdate
func (NullableIamProjectUpdate) Get ¶
func (v NullableIamProjectUpdate) Get() *IamProjectUpdate
func (NullableIamProjectUpdate) IsSet ¶
func (v NullableIamProjectUpdate) IsSet() bool
func (NullableIamProjectUpdate) MarshalJSON ¶
func (v NullableIamProjectUpdate) MarshalJSON() ([]byte, error)
func (*NullableIamProjectUpdate) Set ¶
func (v *NullableIamProjectUpdate) Set(val *IamProjectUpdate)
func (*NullableIamProjectUpdate) UnmarshalJSON ¶
func (v *NullableIamProjectUpdate) UnmarshalJSON(src []byte) error
func (*NullableIamProjectUpdate) Unset ¶
func (v *NullableIamProjectUpdate) Unset()
type NullableIamRedirect ¶
type NullableIamRedirect struct {
// contains filtered or unexported fields
}
func NewNullableIamRedirect ¶
func NewNullableIamRedirect(val *IamRedirect) *NullableIamRedirect
func (NullableIamRedirect) Get ¶
func (v NullableIamRedirect) Get() *IamRedirect
func (NullableIamRedirect) IsSet ¶
func (v NullableIamRedirect) IsSet() bool
func (NullableIamRedirect) MarshalJSON ¶
func (v NullableIamRedirect) MarshalJSON() ([]byte, error)
func (*NullableIamRedirect) Set ¶
func (v *NullableIamRedirect) Set(val *IamRedirect)
func (*NullableIamRedirect) UnmarshalJSON ¶
func (v *NullableIamRedirect) UnmarshalJSON(src []byte) error
func (*NullableIamRedirect) Unset ¶
func (v *NullableIamRedirect) Unset()
type NullableIamUserAuthorization ¶
type NullableIamUserAuthorization struct {
// contains filtered or unexported fields
}
func NewNullableIamUserAuthorization ¶
func NewNullableIamUserAuthorization(val *IamUserAuthorization) *NullableIamUserAuthorization
func (NullableIamUserAuthorization) Get ¶
func (v NullableIamUserAuthorization) Get() *IamUserAuthorization
func (NullableIamUserAuthorization) IsSet ¶
func (v NullableIamUserAuthorization) IsSet() bool
func (NullableIamUserAuthorization) MarshalJSON ¶
func (v NullableIamUserAuthorization) MarshalJSON() ([]byte, error)
func (*NullableIamUserAuthorization) Set ¶
func (v *NullableIamUserAuthorization) Set(val *IamUserAuthorization)
func (*NullableIamUserAuthorization) UnmarshalJSON ¶
func (v *NullableIamUserAuthorization) UnmarshalJSON(src []byte) error
func (*NullableIamUserAuthorization) Unset ¶
func (v *NullableIamUserAuthorization) Unset()
type NullableIamUserAuthorizationCode ¶
type NullableIamUserAuthorizationCode struct {
// contains filtered or unexported fields
}
func NewNullableIamUserAuthorizationCode ¶
func NewNullableIamUserAuthorizationCode(val *IamUserAuthorizationCode) *NullableIamUserAuthorizationCode
func (NullableIamUserAuthorizationCode) Get ¶
func (v NullableIamUserAuthorizationCode) Get() *IamUserAuthorizationCode
func (NullableIamUserAuthorizationCode) IsSet ¶
func (v NullableIamUserAuthorizationCode) IsSet() bool
func (NullableIamUserAuthorizationCode) MarshalJSON ¶
func (v NullableIamUserAuthorizationCode) MarshalJSON() ([]byte, error)
func (*NullableIamUserAuthorizationCode) Set ¶
func (v *NullableIamUserAuthorizationCode) Set(val *IamUserAuthorizationCode)
func (*NullableIamUserAuthorizationCode) UnmarshalJSON ¶
func (v *NullableIamUserAuthorizationCode) UnmarshalJSON(src []byte) error
func (*NullableIamUserAuthorizationCode) Unset ¶
func (v *NullableIamUserAuthorizationCode) Unset()
type NullableIamUserCredentialPatch ¶
type NullableIamUserCredentialPatch struct {
// contains filtered or unexported fields
}
func NewNullableIamUserCredentialPatch ¶
func NewNullableIamUserCredentialPatch(val *IamUserCredentialPatch) *NullableIamUserCredentialPatch
func (NullableIamUserCredentialPatch) Get ¶
func (v NullableIamUserCredentialPatch) Get() *IamUserCredentialPatch
func (NullableIamUserCredentialPatch) IsSet ¶
func (v NullableIamUserCredentialPatch) IsSet() bool
func (NullableIamUserCredentialPatch) MarshalJSON ¶
func (v NullableIamUserCredentialPatch) MarshalJSON() ([]byte, error)
func (*NullableIamUserCredentialPatch) Set ¶
func (v *NullableIamUserCredentialPatch) Set(val *IamUserCredentialPatch)
func (*NullableIamUserCredentialPatch) UnmarshalJSON ¶
func (v *NullableIamUserCredentialPatch) UnmarshalJSON(src []byte) error
func (*NullableIamUserCredentialPatch) Unset ¶
func (v *NullableIamUserCredentialPatch) Unset()
type NullableIamUserUpdate ¶
type NullableIamUserUpdate struct {
// contains filtered or unexported fields
}
func NewNullableIamUserUpdate ¶
func NewNullableIamUserUpdate(val *IamUserUpdate) *NullableIamUserUpdate
func (NullableIamUserUpdate) Get ¶
func (v NullableIamUserUpdate) Get() *IamUserUpdate
func (NullableIamUserUpdate) IsSet ¶
func (v NullableIamUserUpdate) IsSet() bool
func (NullableIamUserUpdate) MarshalJSON ¶
func (v NullableIamUserUpdate) MarshalJSON() ([]byte, error)
func (*NullableIamUserUpdate) Set ¶
func (v *NullableIamUserUpdate) Set(val *IamUserUpdate)
func (*NullableIamUserUpdate) UnmarshalJSON ¶
func (v *NullableIamUserUpdate) UnmarshalJSON(src []byte) error
func (*NullableIamUserUpdate) Unset ¶
func (v *NullableIamUserUpdate) Unset()
type NullableImage ¶
type NullableImage struct {
// contains filtered or unexported fields
}
func NewNullableImage ¶
func NewNullableImage(val *Image) *NullableImage
func (NullableImage) Get ¶
func (v NullableImage) Get() *Image
func (NullableImage) IsSet ¶
func (v NullableImage) IsSet() bool
func (NullableImage) MarshalJSON ¶
func (v NullableImage) MarshalJSON() ([]byte, error)
func (*NullableImage) Set ¶
func (v *NullableImage) Set(val *Image)
func (*NullableImage) UnmarshalJSON ¶
func (v *NullableImage) UnmarshalJSON(src []byte) error
func (*NullableImage) Unset ¶
func (v *NullableImage) Unset()
type NullableInlineResponse200 ¶
type NullableInlineResponse200 struct {
// contains filtered or unexported fields
}
func NewNullableInlineResponse200 ¶
func NewNullableInlineResponse200(val *InlineResponse200) *NullableInlineResponse200
func (NullableInlineResponse200) Get ¶
func (v NullableInlineResponse200) Get() *InlineResponse200
func (NullableInlineResponse200) IsSet ¶
func (v NullableInlineResponse200) IsSet() bool
func (NullableInlineResponse200) MarshalJSON ¶
func (v NullableInlineResponse200) MarshalJSON() ([]byte, error)
func (*NullableInlineResponse200) Set ¶
func (v *NullableInlineResponse200) Set(val *InlineResponse200)
func (*NullableInlineResponse200) UnmarshalJSON ¶
func (v *NullableInlineResponse200) UnmarshalJSON(src []byte) error
func (*NullableInlineResponse200) Unset ¶
func (v *NullableInlineResponse200) Unset()
type NullableInlineResponseDefault ¶
type NullableInlineResponseDefault struct {
// contains filtered or unexported fields
}
func NewNullableInlineResponseDefault ¶
func NewNullableInlineResponseDefault(val *InlineResponseDefault) *NullableInlineResponseDefault
func (NullableInlineResponseDefault) Get ¶
func (v NullableInlineResponseDefault) Get() *InlineResponseDefault
func (NullableInlineResponseDefault) IsSet ¶
func (v NullableInlineResponseDefault) IsSet() bool
func (NullableInlineResponseDefault) MarshalJSON ¶
func (v NullableInlineResponseDefault) MarshalJSON() ([]byte, error)
func (*NullableInlineResponseDefault) Set ¶
func (v *NullableInlineResponseDefault) Set(val *InlineResponseDefault)
func (*NullableInlineResponseDefault) UnmarshalJSON ¶
func (v *NullableInlineResponseDefault) UnmarshalJSON(src []byte) error
func (*NullableInlineResponseDefault) Unset ¶
func (v *NullableInlineResponseDefault) Unset()
type NullableInlineResponseDefaultOperation ¶
type NullableInlineResponseDefaultOperation struct {
// contains filtered or unexported fields
}
func NewNullableInlineResponseDefaultOperation ¶
func NewNullableInlineResponseDefaultOperation(val *InlineResponseDefaultOperation) *NullableInlineResponseDefaultOperation
func (NullableInlineResponseDefaultOperation) Get ¶
func (v NullableInlineResponseDefaultOperation) Get() *InlineResponseDefaultOperation
func (NullableInlineResponseDefaultOperation) IsSet ¶
func (v NullableInlineResponseDefaultOperation) IsSet() bool
func (NullableInlineResponseDefaultOperation) MarshalJSON ¶
func (v NullableInlineResponseDefaultOperation) MarshalJSON() ([]byte, error)
func (*NullableInlineResponseDefaultOperation) Set ¶
func (v *NullableInlineResponseDefaultOperation) Set(val *InlineResponseDefaultOperation)
func (*NullableInlineResponseDefaultOperation) UnmarshalJSON ¶
func (v *NullableInlineResponseDefaultOperation) UnmarshalJSON(src []byte) error
func (*NullableInlineResponseDefaultOperation) Unset ¶
func (v *NullableInlineResponseDefaultOperation) Unset()
type NullableInsightProjectJournalCreate ¶
type NullableInsightProjectJournalCreate struct {
// contains filtered or unexported fields
}
func NewNullableInsightProjectJournalCreate ¶
func NewNullableInsightProjectJournalCreate(val *InsightProjectJournalCreate) *NullableInsightProjectJournalCreate
func (NullableInsightProjectJournalCreate) Get ¶
func (v NullableInsightProjectJournalCreate) Get() *InsightProjectJournalCreate
func (NullableInsightProjectJournalCreate) IsSet ¶
func (v NullableInsightProjectJournalCreate) IsSet() bool
func (NullableInsightProjectJournalCreate) MarshalJSON ¶
func (v NullableInsightProjectJournalCreate) MarshalJSON() ([]byte, error)
func (*NullableInsightProjectJournalCreate) Set ¶
func (v *NullableInsightProjectJournalCreate) Set(val *InsightProjectJournalCreate)
func (*NullableInsightProjectJournalCreate) UnmarshalJSON ¶
func (v *NullableInsightProjectJournalCreate) UnmarshalJSON(src []byte) error
func (*NullableInsightProjectJournalCreate) Unset ¶
func (v *NullableInsightProjectJournalCreate) Unset()
type NullableInsightProjectJournalCredentialPatch ¶
type NullableInsightProjectJournalCredentialPatch struct {
// contains filtered or unexported fields
}
func NewNullableInsightProjectJournalCredentialPatch ¶
func NewNullableInsightProjectJournalCredentialPatch(val *InsightProjectJournalCredentialPatch) *NullableInsightProjectJournalCredentialPatch
func (NullableInsightProjectJournalCredentialPatch) IsSet ¶
func (v NullableInsightProjectJournalCredentialPatch) IsSet() bool
func (NullableInsightProjectJournalCredentialPatch) MarshalJSON ¶
func (v NullableInsightProjectJournalCredentialPatch) MarshalJSON() ([]byte, error)
func (*NullableInsightProjectJournalCredentialPatch) Set ¶
func (v *NullableInsightProjectJournalCredentialPatch) Set(val *InsightProjectJournalCredentialPatch)
func (*NullableInsightProjectJournalCredentialPatch) UnmarshalJSON ¶
func (v *NullableInsightProjectJournalCredentialPatch) UnmarshalJSON(src []byte) error
func (*NullableInsightProjectJournalCredentialPatch) Unset ¶
func (v *NullableInsightProjectJournalCredentialPatch) Unset()
type NullableInsightProjectJournalTransfer ¶
type NullableInsightProjectJournalTransfer struct {
// contains filtered or unexported fields
}
func NewNullableInsightProjectJournalTransfer ¶
func NewNullableInsightProjectJournalTransfer(val *InsightProjectJournalTransfer) *NullableInsightProjectJournalTransfer
func (NullableInsightProjectJournalTransfer) Get ¶
func (v NullableInsightProjectJournalTransfer) Get() *InsightProjectJournalTransfer
func (NullableInsightProjectJournalTransfer) IsSet ¶
func (v NullableInsightProjectJournalTransfer) IsSet() bool
func (NullableInsightProjectJournalTransfer) MarshalJSON ¶
func (v NullableInsightProjectJournalTransfer) MarshalJSON() ([]byte, error)
func (*NullableInsightProjectJournalTransfer) Set ¶
func (v *NullableInsightProjectJournalTransfer) Set(val *InsightProjectJournalTransfer)
func (*NullableInsightProjectJournalTransfer) UnmarshalJSON ¶
func (v *NullableInsightProjectJournalTransfer) UnmarshalJSON(src []byte) error
func (*NullableInsightProjectJournalTransfer) Unset ¶
func (v *NullableInsightProjectJournalTransfer) Unset()
type NullableInsightProjectJournalUpdate ¶
type NullableInsightProjectJournalUpdate struct {
// contains filtered or unexported fields
}
func NewNullableInsightProjectJournalUpdate ¶
func NewNullableInsightProjectJournalUpdate(val *InsightProjectJournalUpdate) *NullableInsightProjectJournalUpdate
func (NullableInsightProjectJournalUpdate) Get ¶
func (v NullableInsightProjectJournalUpdate) Get() *InsightProjectJournalUpdate
func (NullableInsightProjectJournalUpdate) IsSet ¶
func (v NullableInsightProjectJournalUpdate) IsSet() bool
func (NullableInsightProjectJournalUpdate) MarshalJSON ¶
func (v NullableInsightProjectJournalUpdate) MarshalJSON() ([]byte, error)
func (*NullableInsightProjectJournalUpdate) Set ¶
func (v *NullableInsightProjectJournalUpdate) Set(val *InsightProjectJournalUpdate)
func (*NullableInsightProjectJournalUpdate) UnmarshalJSON ¶
func (v *NullableInsightProjectJournalUpdate) UnmarshalJSON(src []byte) error
func (*NullableInsightProjectJournalUpdate) Unset ¶
func (v *NullableInsightProjectJournalUpdate) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvitation ¶
type NullableInvitation struct {
// contains filtered or unexported fields
}
func NewNullableInvitation ¶
func NewNullableInvitation(val *Invitation) *NullableInvitation
func (NullableInvitation) Get ¶
func (v NullableInvitation) Get() *Invitation
func (NullableInvitation) IsSet ¶
func (v NullableInvitation) IsSet() bool
func (NullableInvitation) MarshalJSON ¶
func (v NullableInvitation) MarshalJSON() ([]byte, error)
func (*NullableInvitation) Set ¶
func (v *NullableInvitation) Set(val *Invitation)
func (*NullableInvitation) UnmarshalJSON ¶
func (v *NullableInvitation) UnmarshalJSON(src []byte) error
func (*NullableInvitation) Unset ¶
func (v *NullableInvitation) Unset()
type NullableInvoice ¶
type NullableInvoice struct {
// contains filtered or unexported fields
}
func NewNullableInvoice ¶
func NewNullableInvoice(val *Invoice) *NullableInvoice
func (NullableInvoice) Get ¶
func (v NullableInvoice) Get() *Invoice
func (NullableInvoice) IsSet ¶
func (v NullableInvoice) IsSet() bool
func (NullableInvoice) MarshalJSON ¶
func (v NullableInvoice) MarshalJSON() ([]byte, error)
func (*NullableInvoice) Set ¶
func (v *NullableInvoice) Set(val *Invoice)
func (*NullableInvoice) UnmarshalJSON ¶
func (v *NullableInvoice) UnmarshalJSON(src []byte) error
func (*NullableInvoice) Unset ¶
func (v *NullableInvoice) Unset()
type NullableInvoiceBuyer ¶
type NullableInvoiceBuyer struct {
// contains filtered or unexported fields
}
func NewNullableInvoiceBuyer ¶
func NewNullableInvoiceBuyer(val *InvoiceBuyer) *NullableInvoiceBuyer
func (NullableInvoiceBuyer) Get ¶
func (v NullableInvoiceBuyer) Get() *InvoiceBuyer
func (NullableInvoiceBuyer) IsSet ¶
func (v NullableInvoiceBuyer) IsSet() bool
func (NullableInvoiceBuyer) MarshalJSON ¶
func (v NullableInvoiceBuyer) MarshalJSON() ([]byte, error)
func (*NullableInvoiceBuyer) Set ¶
func (v *NullableInvoiceBuyer) Set(val *InvoiceBuyer)
func (*NullableInvoiceBuyer) UnmarshalJSON ¶
func (v *NullableInvoiceBuyer) UnmarshalJSON(src []byte) error
func (*NullableInvoiceBuyer) Unset ¶
func (v *NullableInvoiceBuyer) Unset()
type NullableInvoiceBuyerAddress ¶
type NullableInvoiceBuyerAddress struct {
// contains filtered or unexported fields
}
func NewNullableInvoiceBuyerAddress ¶
func NewNullableInvoiceBuyerAddress(val *InvoiceBuyerAddress) *NullableInvoiceBuyerAddress
func (NullableInvoiceBuyerAddress) Get ¶
func (v NullableInvoiceBuyerAddress) Get() *InvoiceBuyerAddress
func (NullableInvoiceBuyerAddress) IsSet ¶
func (v NullableInvoiceBuyerAddress) IsSet() bool
func (NullableInvoiceBuyerAddress) MarshalJSON ¶
func (v NullableInvoiceBuyerAddress) MarshalJSON() ([]byte, error)
func (*NullableInvoiceBuyerAddress) Set ¶
func (v *NullableInvoiceBuyerAddress) Set(val *InvoiceBuyerAddress)
func (*NullableInvoiceBuyerAddress) UnmarshalJSON ¶
func (v *NullableInvoiceBuyerAddress) UnmarshalJSON(src []byte) error
func (*NullableInvoiceBuyerAddress) Unset ¶
func (v *NullableInvoiceBuyerAddress) Unset()
type NullableInvoiceItems ¶
type NullableInvoiceItems struct {
// contains filtered or unexported fields
}
func NewNullableInvoiceItems ¶
func NewNullableInvoiceItems(val *InvoiceItems) *NullableInvoiceItems
func (NullableInvoiceItems) Get ¶
func (v NullableInvoiceItems) Get() *InvoiceItems
func (NullableInvoiceItems) IsSet ¶
func (v NullableInvoiceItems) IsSet() bool
func (NullableInvoiceItems) MarshalJSON ¶
func (v NullableInvoiceItems) MarshalJSON() ([]byte, error)
func (*NullableInvoiceItems) Set ¶
func (v *NullableInvoiceItems) Set(val *InvoiceItems)
func (*NullableInvoiceItems) UnmarshalJSON ¶
func (v *NullableInvoiceItems) UnmarshalJSON(src []byte) error
func (*NullableInvoiceItems) Unset ¶
func (v *NullableInvoiceItems) Unset()
type NullableInvoiceSeller ¶
type NullableInvoiceSeller struct {
// contains filtered or unexported fields
}
func NewNullableInvoiceSeller ¶
func NewNullableInvoiceSeller(val *InvoiceSeller) *NullableInvoiceSeller
func (NullableInvoiceSeller) Get ¶
func (v NullableInvoiceSeller) Get() *InvoiceSeller
func (NullableInvoiceSeller) IsSet ¶
func (v NullableInvoiceSeller) IsSet() bool
func (NullableInvoiceSeller) MarshalJSON ¶
func (v NullableInvoiceSeller) MarshalJSON() ([]byte, error)
func (*NullableInvoiceSeller) Set ¶
func (v *NullableInvoiceSeller) Set(val *InvoiceSeller)
func (*NullableInvoiceSeller) UnmarshalJSON ¶
func (v *NullableInvoiceSeller) UnmarshalJSON(src []byte) error
func (*NullableInvoiceSeller) Unset ¶
func (v *NullableInvoiceSeller) Unset()
type NullableInvoiceSellerAddress ¶
type NullableInvoiceSellerAddress struct {
// contains filtered or unexported fields
}
func NewNullableInvoiceSellerAddress ¶
func NewNullableInvoiceSellerAddress(val *InvoiceSellerAddress) *NullableInvoiceSellerAddress
func (NullableInvoiceSellerAddress) Get ¶
func (v NullableInvoiceSellerAddress) Get() *InvoiceSellerAddress
func (NullableInvoiceSellerAddress) IsSet ¶
func (v NullableInvoiceSellerAddress) IsSet() bool
func (NullableInvoiceSellerAddress) MarshalJSON ¶
func (v NullableInvoiceSellerAddress) MarshalJSON() ([]byte, error)
func (*NullableInvoiceSellerAddress) Set ¶
func (v *NullableInvoiceSellerAddress) Set(val *InvoiceSellerAddress)
func (*NullableInvoiceSellerAddress) UnmarshalJSON ¶
func (v *NullableInvoiceSellerAddress) UnmarshalJSON(src []byte) error
func (*NullableInvoiceSellerAddress) Unset ¶
func (v *NullableInvoiceSellerAddress) Unset()
type NullableIp ¶
type NullableIp struct {
// contains filtered or unexported fields
}
func NewNullableIp ¶
func NewNullableIp(val *Ip) *NullableIp
func (NullableIp) Get ¶
func (v NullableIp) Get() *Ip
func (NullableIp) IsSet ¶
func (v NullableIp) IsSet() bool
func (NullableIp) MarshalJSON ¶
func (v NullableIp) MarshalJSON() ([]byte, error)
func (*NullableIp) Set ¶
func (v *NullableIp) Set(val *Ip)
func (*NullableIp) UnmarshalJSON ¶
func (v *NullableIp) UnmarshalJSON(src []byte) error
func (*NullableIp) Unset ¶
func (v *NullableIp) Unset()
type NullableIpAssociated ¶
type NullableIpAssociated struct {
// contains filtered or unexported fields
}
func NewNullableIpAssociated ¶
func NewNullableIpAssociated(val *IpAssociated) *NullableIpAssociated
func (NullableIpAssociated) Get ¶
func (v NullableIpAssociated) Get() *IpAssociated
func (NullableIpAssociated) IsSet ¶
func (v NullableIpAssociated) IsSet() bool
func (NullableIpAssociated) MarshalJSON ¶
func (v NullableIpAssociated) MarshalJSON() ([]byte, error)
func (*NullableIpAssociated) Set ¶
func (v *NullableIpAssociated) Set(val *IpAssociated)
func (*NullableIpAssociated) UnmarshalJSON ¶
func (v *NullableIpAssociated) UnmarshalJSON(src []byte) error
func (*NullableIpAssociated) Unset ¶
func (v *NullableIpAssociated) Unset()
type NullableIpProperties ¶
type NullableIpProperties struct {
// contains filtered or unexported fields
}
func NewNullableIpProperties ¶
func NewNullableIpProperties(val *IpProperties) *NullableIpProperties
func (NullableIpProperties) Get ¶
func (v NullableIpProperties) Get() *IpProperties
func (NullableIpProperties) IsSet ¶
func (v NullableIpProperties) IsSet() bool
func (NullableIpProperties) MarshalJSON ¶
func (v NullableIpProperties) MarshalJSON() ([]byte, error)
func (*NullableIpProperties) Set ¶
func (v *NullableIpProperties) Set(val *IpProperties)
func (*NullableIpProperties) UnmarshalJSON ¶
func (v *NullableIpProperties) UnmarshalJSON(src []byte) error
func (*NullableIpProperties) Unset ¶
func (v *NullableIpProperties) Unset()
type NullableIso ¶
type NullableIso struct {
// contains filtered or unexported fields
}
func NewNullableIso ¶
func NewNullableIso(val *Iso) *NullableIso
func (NullableIso) Get ¶
func (v NullableIso) Get() *Iso
func (NullableIso) IsSet ¶
func (v NullableIso) IsSet() bool
func (NullableIso) MarshalJSON ¶
func (v NullableIso) MarshalJSON() ([]byte, error)
func (*NullableIso) Set ¶
func (v *NullableIso) Set(val *Iso)
func (*NullableIso) UnmarshalJSON ¶
func (v *NullableIso) UnmarshalJSON(src []byte) error
func (*NullableIso) Unset ¶
func (v *NullableIso) Unset()
type NullableIsoMetadata ¶
type NullableIsoMetadata struct {
// contains filtered or unexported fields
}
func NewNullableIsoMetadata ¶
func NewNullableIsoMetadata(val *IsoMetadata) *NullableIsoMetadata
func (NullableIsoMetadata) Get ¶
func (v NullableIsoMetadata) Get() *IsoMetadata
func (NullableIsoMetadata) IsSet ¶
func (v NullableIsoMetadata) IsSet() bool
func (NullableIsoMetadata) MarshalJSON ¶
func (v NullableIsoMetadata) MarshalJSON() ([]byte, error)
func (*NullableIsoMetadata) Set ¶
func (v *NullableIsoMetadata) Set(val *IsoMetadata)
func (*NullableIsoMetadata) UnmarshalJSON ¶
func (v *NullableIsoMetadata) UnmarshalJSON(src []byte) error
func (*NullableIsoMetadata) Unset ¶
func (v *NullableIsoMetadata) Unset()
type NullableIsoMetadataSource ¶
type NullableIsoMetadataSource struct {
// contains filtered or unexported fields
}
func NewNullableIsoMetadataSource ¶
func NewNullableIsoMetadataSource(val *IsoMetadataSource) *NullableIsoMetadataSource
func (NullableIsoMetadataSource) Get ¶
func (v NullableIsoMetadataSource) Get() *IsoMetadataSource
func (NullableIsoMetadataSource) IsSet ¶
func (v NullableIsoMetadataSource) IsSet() bool
func (NullableIsoMetadataSource) MarshalJSON ¶
func (v NullableIsoMetadataSource) MarshalJSON() ([]byte, error)
func (*NullableIsoMetadataSource) Set ¶
func (v *NullableIsoMetadataSource) Set(val *IsoMetadataSource)
func (*NullableIsoMetadataSource) UnmarshalJSON ¶
func (v *NullableIsoMetadataSource) UnmarshalJSON(src []byte) error
func (*NullableIsoMetadataSource) Unset ¶
func (v *NullableIsoMetadataSource) Unset()
type NullableJournal ¶
type NullableJournal struct {
// contains filtered or unexported fields
}
func NewNullableJournal ¶
func NewNullableJournal(val *Journal) *NullableJournal
func (NullableJournal) Get ¶
func (v NullableJournal) Get() *Journal
func (NullableJournal) IsSet ¶
func (v NullableJournal) IsSet() bool
func (NullableJournal) MarshalJSON ¶
func (v NullableJournal) MarshalJSON() ([]byte, error)
func (*NullableJournal) Set ¶
func (v *NullableJournal) Set(val *Journal)
func (*NullableJournal) UnmarshalJSON ¶
func (v *NullableJournal) UnmarshalJSON(src []byte) error
func (*NullableJournal) Unset ¶
func (v *NullableJournal) Unset()
type NullableJournalCredential ¶
type NullableJournalCredential struct {
// contains filtered or unexported fields
}
func NewNullableJournalCredential ¶
func NewNullableJournalCredential(val *JournalCredential) *NullableJournalCredential
func (NullableJournalCredential) Get ¶
func (v NullableJournalCredential) Get() *JournalCredential
func (NullableJournalCredential) IsSet ¶
func (v NullableJournalCredential) IsSet() bool
func (NullableJournalCredential) MarshalJSON ¶
func (v NullableJournalCredential) MarshalJSON() ([]byte, error)
func (*NullableJournalCredential) Set ¶
func (v *NullableJournalCredential) Set(val *JournalCredential)
func (*NullableJournalCredential) UnmarshalJSON ¶
func (v *NullableJournalCredential) UnmarshalJSON(src []byte) error
func (*NullableJournalCredential) Unset ¶
func (v *NullableJournalCredential) Unset()
type NullableMessageData ¶
type NullableMessageData struct {
// contains filtered or unexported fields
}
func NewNullableMessageData ¶
func NewNullableMessageData(val *MessageData) *NullableMessageData
func (NullableMessageData) Get ¶
func (v NullableMessageData) Get() *MessageData
func (NullableMessageData) IsSet ¶
func (v NullableMessageData) IsSet() bool
func (NullableMessageData) MarshalJSON ¶
func (v NullableMessageData) MarshalJSON() ([]byte, error)
func (*NullableMessageData) Set ¶
func (v *NullableMessageData) Set(val *MessageData)
func (*NullableMessageData) UnmarshalJSON ¶
func (v *NullableMessageData) UnmarshalJSON(src []byte) error
func (*NullableMessageData) Unset ¶
func (v *NullableMessageData) Unset()
type NullableMetric ¶
type NullableMetric struct {
// contains filtered or unexported fields
}
func NewNullableMetric ¶
func NewNullableMetric(val *Metric) *NullableMetric
func (NullableMetric) Get ¶
func (v NullableMetric) Get() *Metric
func (NullableMetric) IsSet ¶
func (v NullableMetric) IsSet() bool
func (NullableMetric) MarshalJSON ¶
func (v NullableMetric) MarshalJSON() ([]byte, error)
func (*NullableMetric) Set ¶
func (v *NullableMetric) Set(val *Metric)
func (*NullableMetric) UnmarshalJSON ¶
func (v *NullableMetric) UnmarshalJSON(src []byte) error
func (*NullableMetric) Unset ¶
func (v *NullableMetric) Unset()
type NullableMetricProperties ¶
type NullableMetricProperties struct {
// contains filtered or unexported fields
}
func NewNullableMetricProperties ¶
func NewNullableMetricProperties(val *MetricProperties) *NullableMetricProperties
func (NullableMetricProperties) Get ¶
func (v NullableMetricProperties) Get() *MetricProperties
func (NullableMetricProperties) IsSet ¶
func (v NullableMetricProperties) IsSet() bool
func (NullableMetricProperties) MarshalJSON ¶
func (v NullableMetricProperties) MarshalJSON() ([]byte, error)
func (*NullableMetricProperties) Set ¶
func (v *NullableMetricProperties) Set(val *MetricProperties)
func (*NullableMetricProperties) UnmarshalJSON ¶
func (v *NullableMetricProperties) UnmarshalJSON(src []byte) error
func (*NullableMetricProperties) Unset ¶
func (v *NullableMetricProperties) Unset()
type NullableMetricPropertiesDimension ¶
type NullableMetricPropertiesDimension struct {
// contains filtered or unexported fields
}
func NewNullableMetricPropertiesDimension ¶
func NewNullableMetricPropertiesDimension(val *MetricPropertiesDimension) *NullableMetricPropertiesDimension
func (NullableMetricPropertiesDimension) Get ¶
func (v NullableMetricPropertiesDimension) Get() *MetricPropertiesDimension
func (NullableMetricPropertiesDimension) IsSet ¶
func (v NullableMetricPropertiesDimension) IsSet() bool
func (NullableMetricPropertiesDimension) MarshalJSON ¶
func (v NullableMetricPropertiesDimension) MarshalJSON() ([]byte, error)
func (*NullableMetricPropertiesDimension) Set ¶
func (v *NullableMetricPropertiesDimension) Set(val *MetricPropertiesDimension)
func (*NullableMetricPropertiesDimension) UnmarshalJSON ¶
func (v *NullableMetricPropertiesDimension) UnmarshalJSON(src []byte) error
func (*NullableMetricPropertiesDimension) Unset ¶
func (v *NullableMetricPropertiesDimension) Unset()
type NullableNetadp ¶
type NullableNetadp struct {
// contains filtered or unexported fields
}
func NewNullableNetadp ¶
func NewNullableNetadp(val *Netadp) *NullableNetadp
func (NullableNetadp) Get ¶
func (v NullableNetadp) Get() *Netadp
func (NullableNetadp) IsSet ¶
func (v NullableNetadp) IsSet() bool
func (NullableNetadp) MarshalJSON ¶
func (v NullableNetadp) MarshalJSON() ([]byte, error)
func (*NullableNetadp) Set ¶
func (v *NullableNetadp) Set(val *Netadp)
func (*NullableNetadp) UnmarshalJSON ¶
func (v *NullableNetadp) UnmarshalJSON(src []byte) error
func (*NullableNetadp) Unset ¶
func (v *NullableNetadp) Unset()
type NullableNetgw ¶
type NullableNetgw struct {
// contains filtered or unexported fields
}
func NewNullableNetgw ¶
func NewNullableNetgw(val *Netgw) *NullableNetgw
func (NullableNetgw) Get ¶
func (v NullableNetgw) Get() *Netgw
func (NullableNetgw) IsSet ¶
func (v NullableNetgw) IsSet() bool
func (NullableNetgw) MarshalJSON ¶
func (v NullableNetgw) MarshalJSON() ([]byte, error)
func (*NullableNetgw) Set ¶
func (v *NullableNetgw) Set(val *Netgw)
func (*NullableNetgw) UnmarshalJSON ¶
func (v *NullableNetgw) UnmarshalJSON(src []byte) error
func (*NullableNetgw) Unset ¶
func (v *NullableNetgw) Unset()
type NullableNetgwPrivate ¶
type NullableNetgwPrivate struct {
// contains filtered or unexported fields
}
func NewNullableNetgwPrivate ¶
func NewNullableNetgwPrivate(val *NetgwPrivate) *NullableNetgwPrivate
func (NullableNetgwPrivate) Get ¶
func (v NullableNetgwPrivate) Get() *NetgwPrivate
func (NullableNetgwPrivate) IsSet ¶
func (v NullableNetgwPrivate) IsSet() bool
func (NullableNetgwPrivate) MarshalJSON ¶
func (v NullableNetgwPrivate) MarshalJSON() ([]byte, error)
func (*NullableNetgwPrivate) Set ¶
func (v *NullableNetgwPrivate) Set(val *NetgwPrivate)
func (*NullableNetgwPrivate) UnmarshalJSON ¶
func (v *NullableNetgwPrivate) UnmarshalJSON(src []byte) error
func (*NullableNetgwPrivate) Unset ¶
func (v *NullableNetgwPrivate) Unset()
type NullableNetgwPublic ¶
type NullableNetgwPublic struct {
// contains filtered or unexported fields
}
func NewNullableNetgwPublic ¶
func NewNullableNetgwPublic(val *NetgwPublic) *NullableNetgwPublic
func (NullableNetgwPublic) Get ¶
func (v NullableNetgwPublic) Get() *NetgwPublic
func (NullableNetgwPublic) IsSet ¶
func (v NullableNetgwPublic) IsSet() bool
func (NullableNetgwPublic) MarshalJSON ¶
func (v NullableNetgwPublic) MarshalJSON() ([]byte, error)
func (*NullableNetgwPublic) Set ¶
func (v *NullableNetgwPublic) Set(val *NetgwPublic)
func (*NullableNetgwPublic) UnmarshalJSON ¶
func (v *NullableNetgwPublic) UnmarshalJSON(src []byte) error
func (*NullableNetgwPublic) Unset ¶
func (v *NullableNetgwPublic) Unset()
type NullableNetwork ¶
type NullableNetwork struct {
// contains filtered or unexported fields
}
func NewNullableNetwork ¶
func NewNullableNetwork(val *Network) *NullableNetwork
func (NullableNetwork) Get ¶
func (v NullableNetwork) Get() *Network
func (NullableNetwork) IsSet ¶
func (v NullableNetwork) IsSet() bool
func (NullableNetwork) MarshalJSON ¶
func (v NullableNetwork) MarshalJSON() ([]byte, error)
func (*NullableNetwork) Set ¶
func (v *NullableNetwork) Set(val *Network)
func (*NullableNetwork) UnmarshalJSON ¶
func (v *NullableNetwork) UnmarshalJSON(src []byte) error
func (*NullableNetwork) Unset ¶
func (v *NullableNetwork) Unset()
type NullableNetworkDns ¶
type NullableNetworkDns struct {
// contains filtered or unexported fields
}
func NewNullableNetworkDns ¶
func NewNullableNetworkDns(val *NetworkDns) *NullableNetworkDns
func (NullableNetworkDns) Get ¶
func (v NullableNetworkDns) Get() *NetworkDns
func (NullableNetworkDns) IsSet ¶
func (v NullableNetworkDns) IsSet() bool
func (NullableNetworkDns) MarshalJSON ¶
func (v NullableNetworkDns) MarshalJSON() ([]byte, error)
func (*NullableNetworkDns) Set ¶
func (v *NullableNetworkDns) Set(val *NetworkDns)
func (*NullableNetworkDns) UnmarshalJSON ¶
func (v *NullableNetworkDns) UnmarshalJSON(src []byte) error
func (*NullableNetworkDns) Unset ¶
func (v *NullableNetworkDns) Unset()
type NullableNetworkingProjectFirewallCreate ¶
type NullableNetworkingProjectFirewallCreate struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectFirewallCreate ¶
func NewNullableNetworkingProjectFirewallCreate(val *NetworkingProjectFirewallCreate) *NullableNetworkingProjectFirewallCreate
func (NullableNetworkingProjectFirewallCreate) IsSet ¶
func (v NullableNetworkingProjectFirewallCreate) IsSet() bool
func (NullableNetworkingProjectFirewallCreate) MarshalJSON ¶
func (v NullableNetworkingProjectFirewallCreate) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectFirewallCreate) Set ¶
func (v *NullableNetworkingProjectFirewallCreate) Set(val *NetworkingProjectFirewallCreate)
func (*NullableNetworkingProjectFirewallCreate) UnmarshalJSON ¶
func (v *NullableNetworkingProjectFirewallCreate) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectFirewallCreate) Unset ¶
func (v *NullableNetworkingProjectFirewallCreate) Unset()
type NullableNetworkingProjectFirewallTransfer ¶
type NullableNetworkingProjectFirewallTransfer struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectFirewallTransfer ¶
func NewNullableNetworkingProjectFirewallTransfer(val *NetworkingProjectFirewallTransfer) *NullableNetworkingProjectFirewallTransfer
func (NullableNetworkingProjectFirewallTransfer) IsSet ¶
func (v NullableNetworkingProjectFirewallTransfer) IsSet() bool
func (NullableNetworkingProjectFirewallTransfer) MarshalJSON ¶
func (v NullableNetworkingProjectFirewallTransfer) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectFirewallTransfer) Set ¶
func (v *NullableNetworkingProjectFirewallTransfer) Set(val *NetworkingProjectFirewallTransfer)
func (*NullableNetworkingProjectFirewallTransfer) UnmarshalJSON ¶
func (v *NullableNetworkingProjectFirewallTransfer) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectFirewallTransfer) Unset ¶
func (v *NullableNetworkingProjectFirewallTransfer) Unset()
type NullableNetworkingProjectFirewallUpdate ¶
type NullableNetworkingProjectFirewallUpdate struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectFirewallUpdate ¶
func NewNullableNetworkingProjectFirewallUpdate(val *NetworkingProjectFirewallUpdate) *NullableNetworkingProjectFirewallUpdate
func (NullableNetworkingProjectFirewallUpdate) IsSet ¶
func (v NullableNetworkingProjectFirewallUpdate) IsSet() bool
func (NullableNetworkingProjectFirewallUpdate) MarshalJSON ¶
func (v NullableNetworkingProjectFirewallUpdate) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectFirewallUpdate) Set ¶
func (v *NullableNetworkingProjectFirewallUpdate) Set(val *NetworkingProjectFirewallUpdate)
func (*NullableNetworkingProjectFirewallUpdate) UnmarshalJSON ¶
func (v *NullableNetworkingProjectFirewallUpdate) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectFirewallUpdate) Unset ¶
func (v *NullableNetworkingProjectFirewallUpdate) Unset()
type NullableNetworkingProjectIpAssociate ¶
type NullableNetworkingProjectIpAssociate struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectIpAssociate ¶
func NewNullableNetworkingProjectIpAssociate(val *NetworkingProjectIpAssociate) *NullableNetworkingProjectIpAssociate
func (NullableNetworkingProjectIpAssociate) Get ¶
func (v NullableNetworkingProjectIpAssociate) Get() *NetworkingProjectIpAssociate
func (NullableNetworkingProjectIpAssociate) IsSet ¶
func (v NullableNetworkingProjectIpAssociate) IsSet() bool
func (NullableNetworkingProjectIpAssociate) MarshalJSON ¶
func (v NullableNetworkingProjectIpAssociate) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectIpAssociate) Set ¶
func (v *NullableNetworkingProjectIpAssociate) Set(val *NetworkingProjectIpAssociate)
func (*NullableNetworkingProjectIpAssociate) UnmarshalJSON ¶
func (v *NullableNetworkingProjectIpAssociate) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectIpAssociate) Unset ¶
func (v *NullableNetworkingProjectIpAssociate) Unset()
type NullableNetworkingProjectIpCreate ¶
type NullableNetworkingProjectIpCreate struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectIpCreate ¶
func NewNullableNetworkingProjectIpCreate(val *NetworkingProjectIpCreate) *NullableNetworkingProjectIpCreate
func (NullableNetworkingProjectIpCreate) Get ¶
func (v NullableNetworkingProjectIpCreate) Get() *NetworkingProjectIpCreate
func (NullableNetworkingProjectIpCreate) IsSet ¶
func (v NullableNetworkingProjectIpCreate) IsSet() bool
func (NullableNetworkingProjectIpCreate) MarshalJSON ¶
func (v NullableNetworkingProjectIpCreate) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectIpCreate) Set ¶
func (v *NullableNetworkingProjectIpCreate) Set(val *NetworkingProjectIpCreate)
func (*NullableNetworkingProjectIpCreate) UnmarshalJSON ¶
func (v *NullableNetworkingProjectIpCreate) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectIpCreate) Unset ¶
func (v *NullableNetworkingProjectIpCreate) Unset()
type NullableNetworkingProjectIpTransfer ¶
type NullableNetworkingProjectIpTransfer struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectIpTransfer ¶
func NewNullableNetworkingProjectIpTransfer(val *NetworkingProjectIpTransfer) *NullableNetworkingProjectIpTransfer
func (NullableNetworkingProjectIpTransfer) Get ¶
func (v NullableNetworkingProjectIpTransfer) Get() *NetworkingProjectIpTransfer
func (NullableNetworkingProjectIpTransfer) IsSet ¶
func (v NullableNetworkingProjectIpTransfer) IsSet() bool
func (NullableNetworkingProjectIpTransfer) MarshalJSON ¶
func (v NullableNetworkingProjectIpTransfer) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectIpTransfer) Set ¶
func (v *NullableNetworkingProjectIpTransfer) Set(val *NetworkingProjectIpTransfer)
func (*NullableNetworkingProjectIpTransfer) UnmarshalJSON ¶
func (v *NullableNetworkingProjectIpTransfer) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectIpTransfer) Unset ¶
func (v *NullableNetworkingProjectIpTransfer) Unset()
type NullableNetworkingProjectIpUpdate ¶
type NullableNetworkingProjectIpUpdate struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectIpUpdate ¶
func NewNullableNetworkingProjectIpUpdate(val *NetworkingProjectIpUpdate) *NullableNetworkingProjectIpUpdate
func (NullableNetworkingProjectIpUpdate) Get ¶
func (v NullableNetworkingProjectIpUpdate) Get() *NetworkingProjectIpUpdate
func (NullableNetworkingProjectIpUpdate) IsSet ¶
func (v NullableNetworkingProjectIpUpdate) IsSet() bool
func (NullableNetworkingProjectIpUpdate) MarshalJSON ¶
func (v NullableNetworkingProjectIpUpdate) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectIpUpdate) Set ¶
func (v *NullableNetworkingProjectIpUpdate) Set(val *NetworkingProjectIpUpdate)
func (*NullableNetworkingProjectIpUpdate) UnmarshalJSON ¶
func (v *NullableNetworkingProjectIpUpdate) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectIpUpdate) Unset ¶
func (v *NullableNetworkingProjectIpUpdate) Unset()
type NullableNetworkingProjectNetadpCreate ¶
type NullableNetworkingProjectNetadpCreate struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectNetadpCreate ¶
func NewNullableNetworkingProjectNetadpCreate(val *NetworkingProjectNetadpCreate) *NullableNetworkingProjectNetadpCreate
func (NullableNetworkingProjectNetadpCreate) Get ¶
func (v NullableNetworkingProjectNetadpCreate) Get() *NetworkingProjectNetadpCreate
func (NullableNetworkingProjectNetadpCreate) IsSet ¶
func (v NullableNetworkingProjectNetadpCreate) IsSet() bool
func (NullableNetworkingProjectNetadpCreate) MarshalJSON ¶
func (v NullableNetworkingProjectNetadpCreate) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectNetadpCreate) Set ¶
func (v *NullableNetworkingProjectNetadpCreate) Set(val *NetworkingProjectNetadpCreate)
func (*NullableNetworkingProjectNetadpCreate) UnmarshalJSON ¶
func (v *NullableNetworkingProjectNetadpCreate) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectNetadpCreate) Unset ¶
func (v *NullableNetworkingProjectNetadpCreate) Unset()
type NullableNetworkingProjectNetadpUpdate ¶
type NullableNetworkingProjectNetadpUpdate struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectNetadpUpdate ¶
func NewNullableNetworkingProjectNetadpUpdate(val *NetworkingProjectNetadpUpdate) *NullableNetworkingProjectNetadpUpdate
func (NullableNetworkingProjectNetadpUpdate) Get ¶
func (v NullableNetworkingProjectNetadpUpdate) Get() *NetworkingProjectNetadpUpdate
func (NullableNetworkingProjectNetadpUpdate) IsSet ¶
func (v NullableNetworkingProjectNetadpUpdate) IsSet() bool
func (NullableNetworkingProjectNetadpUpdate) MarshalJSON ¶
func (v NullableNetworkingProjectNetadpUpdate) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectNetadpUpdate) Set ¶
func (v *NullableNetworkingProjectNetadpUpdate) Set(val *NetworkingProjectNetadpUpdate)
func (*NullableNetworkingProjectNetadpUpdate) UnmarshalJSON ¶
func (v *NullableNetworkingProjectNetadpUpdate) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectNetadpUpdate) Unset ¶
func (v *NullableNetworkingProjectNetadpUpdate) Unset()
type NullableNetworkingProjectNetgwAttach ¶
type NullableNetworkingProjectNetgwAttach struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectNetgwAttach ¶
func NewNullableNetworkingProjectNetgwAttach(val *NetworkingProjectNetgwAttach) *NullableNetworkingProjectNetgwAttach
func (NullableNetworkingProjectNetgwAttach) Get ¶
func (v NullableNetworkingProjectNetgwAttach) Get() *NetworkingProjectNetgwAttach
func (NullableNetworkingProjectNetgwAttach) IsSet ¶
func (v NullableNetworkingProjectNetgwAttach) IsSet() bool
func (NullableNetworkingProjectNetgwAttach) MarshalJSON ¶
func (v NullableNetworkingProjectNetgwAttach) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectNetgwAttach) Set ¶
func (v *NullableNetworkingProjectNetgwAttach) Set(val *NetworkingProjectNetgwAttach)
func (*NullableNetworkingProjectNetgwAttach) UnmarshalJSON ¶
func (v *NullableNetworkingProjectNetgwAttach) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectNetgwAttach) Unset ¶
func (v *NullableNetworkingProjectNetgwAttach) Unset()
type NullableNetworkingProjectNetgwCreate ¶
type NullableNetworkingProjectNetgwCreate struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectNetgwCreate ¶
func NewNullableNetworkingProjectNetgwCreate(val *NetworkingProjectNetgwCreate) *NullableNetworkingProjectNetgwCreate
func (NullableNetworkingProjectNetgwCreate) Get ¶
func (v NullableNetworkingProjectNetgwCreate) Get() *NetworkingProjectNetgwCreate
func (NullableNetworkingProjectNetgwCreate) IsSet ¶
func (v NullableNetworkingProjectNetgwCreate) IsSet() bool
func (NullableNetworkingProjectNetgwCreate) MarshalJSON ¶
func (v NullableNetworkingProjectNetgwCreate) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectNetgwCreate) Set ¶
func (v *NullableNetworkingProjectNetgwCreate) Set(val *NetworkingProjectNetgwCreate)
func (*NullableNetworkingProjectNetgwCreate) UnmarshalJSON ¶
func (v *NullableNetworkingProjectNetgwCreate) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectNetgwCreate) Unset ¶
func (v *NullableNetworkingProjectNetgwCreate) Unset()
type NullableNetworkingProjectNetgwUpdate ¶
type NullableNetworkingProjectNetgwUpdate struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectNetgwUpdate ¶
func NewNullableNetworkingProjectNetgwUpdate(val *NetworkingProjectNetgwUpdate) *NullableNetworkingProjectNetgwUpdate
func (NullableNetworkingProjectNetgwUpdate) Get ¶
func (v NullableNetworkingProjectNetgwUpdate) Get() *NetworkingProjectNetgwUpdate
func (NullableNetworkingProjectNetgwUpdate) IsSet ¶
func (v NullableNetworkingProjectNetgwUpdate) IsSet() bool
func (NullableNetworkingProjectNetgwUpdate) MarshalJSON ¶
func (v NullableNetworkingProjectNetgwUpdate) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectNetgwUpdate) Set ¶
func (v *NullableNetworkingProjectNetgwUpdate) Set(val *NetworkingProjectNetgwUpdate)
func (*NullableNetworkingProjectNetgwUpdate) UnmarshalJSON ¶
func (v *NullableNetworkingProjectNetgwUpdate) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectNetgwUpdate) Unset ¶
func (v *NullableNetworkingProjectNetgwUpdate) Unset()
type NullableNetworkingProjectNetworkCreate ¶
type NullableNetworkingProjectNetworkCreate struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectNetworkCreate ¶
func NewNullableNetworkingProjectNetworkCreate(val *NetworkingProjectNetworkCreate) *NullableNetworkingProjectNetworkCreate
func (NullableNetworkingProjectNetworkCreate) Get ¶
func (v NullableNetworkingProjectNetworkCreate) Get() *NetworkingProjectNetworkCreate
func (NullableNetworkingProjectNetworkCreate) IsSet ¶
func (v NullableNetworkingProjectNetworkCreate) IsSet() bool
func (NullableNetworkingProjectNetworkCreate) MarshalJSON ¶
func (v NullableNetworkingProjectNetworkCreate) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectNetworkCreate) Set ¶
func (v *NullableNetworkingProjectNetworkCreate) Set(val *NetworkingProjectNetworkCreate)
func (*NullableNetworkingProjectNetworkCreate) UnmarshalJSON ¶
func (v *NullableNetworkingProjectNetworkCreate) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectNetworkCreate) Unset ¶
func (v *NullableNetworkingProjectNetworkCreate) Unset()
type NullableNetworkingProjectNetworkUpdate ¶
type NullableNetworkingProjectNetworkUpdate struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingProjectNetworkUpdate ¶
func NewNullableNetworkingProjectNetworkUpdate(val *NetworkingProjectNetworkUpdate) *NullableNetworkingProjectNetworkUpdate
func (NullableNetworkingProjectNetworkUpdate) Get ¶
func (v NullableNetworkingProjectNetworkUpdate) Get() *NetworkingProjectNetworkUpdate
func (NullableNetworkingProjectNetworkUpdate) IsSet ¶
func (v NullableNetworkingProjectNetworkUpdate) IsSet() bool
func (NullableNetworkingProjectNetworkUpdate) MarshalJSON ¶
func (v NullableNetworkingProjectNetworkUpdate) MarshalJSON() ([]byte, error)
func (*NullableNetworkingProjectNetworkUpdate) Set ¶
func (v *NullableNetworkingProjectNetworkUpdate) Set(val *NetworkingProjectNetworkUpdate)
func (*NullableNetworkingProjectNetworkUpdate) UnmarshalJSON ¶
func (v *NullableNetworkingProjectNetworkUpdate) UnmarshalJSON(src []byte) error
func (*NullableNetworkingProjectNetworkUpdate) Unset ¶
func (v *NullableNetworkingProjectNetworkUpdate) Unset()
type NullableNetworkingRule ¶
type NullableNetworkingRule struct {
// contains filtered or unexported fields
}
func NewNullableNetworkingRule ¶
func NewNullableNetworkingRule(val *NetworkingRule) *NullableNetworkingRule
func (NullableNetworkingRule) Get ¶
func (v NullableNetworkingRule) Get() *NetworkingRule
func (NullableNetworkingRule) IsSet ¶
func (v NullableNetworkingRule) IsSet() bool
func (NullableNetworkingRule) MarshalJSON ¶
func (v NullableNetworkingRule) MarshalJSON() ([]byte, error)
func (*NullableNetworkingRule) Set ¶
func (v *NullableNetworkingRule) Set(val *NetworkingRule)
func (*NullableNetworkingRule) UnmarshalJSON ¶
func (v *NullableNetworkingRule) UnmarshalJSON(src []byte) error
func (*NullableNetworkingRule) Unset ¶
func (v *NullableNetworkingRule) Unset()
type NullableOrganisation ¶
type NullableOrganisation struct {
// contains filtered or unexported fields
}
func NewNullableOrganisation ¶
func NewNullableOrganisation(val *Organisation) *NullableOrganisation
func (NullableOrganisation) Get ¶
func (v NullableOrganisation) Get() *Organisation
func (NullableOrganisation) IsSet ¶
func (v NullableOrganisation) IsSet() bool
func (NullableOrganisation) MarshalJSON ¶
func (v NullableOrganisation) MarshalJSON() ([]byte, error)
func (*NullableOrganisation) Set ¶
func (v *NullableOrganisation) Set(val *Organisation)
func (*NullableOrganisation) UnmarshalJSON ¶
func (v *NullableOrganisation) UnmarshalJSON(src []byte) error
func (*NullableOrganisation) Unset ¶
func (v *NullableOrganisation) Unset()
type NullableOrganisationBilling ¶
type NullableOrganisationBilling struct {
// contains filtered or unexported fields
}
func NewNullableOrganisationBilling ¶
func NewNullableOrganisationBilling(val *OrganisationBilling) *NullableOrganisationBilling
func (NullableOrganisationBilling) Get ¶
func (v NullableOrganisationBilling) Get() *OrganisationBilling
func (NullableOrganisationBilling) IsSet ¶
func (v NullableOrganisationBilling) IsSet() bool
func (NullableOrganisationBilling) MarshalJSON ¶
func (v NullableOrganisationBilling) MarshalJSON() ([]byte, error)
func (*NullableOrganisationBilling) Set ¶
func (v *NullableOrganisationBilling) Set(val *OrganisationBilling)
func (*NullableOrganisationBilling) UnmarshalJSON ¶
func (v *NullableOrganisationBilling) UnmarshalJSON(src []byte) error
func (*NullableOrganisationBilling) Unset ¶
func (v *NullableOrganisationBilling) Unset()
type NullableOrganisationBilling1 ¶
type NullableOrganisationBilling1 struct {
// contains filtered or unexported fields
}
func NewNullableOrganisationBilling1 ¶
func NewNullableOrganisationBilling1(val *OrganisationBilling1) *NullableOrganisationBilling1
func (NullableOrganisationBilling1) Get ¶
func (v NullableOrganisationBilling1) Get() *OrganisationBilling1
func (NullableOrganisationBilling1) IsSet ¶
func (v NullableOrganisationBilling1) IsSet() bool
func (NullableOrganisationBilling1) MarshalJSON ¶
func (v NullableOrganisationBilling1) MarshalJSON() ([]byte, error)
func (*NullableOrganisationBilling1) Set ¶
func (v *NullableOrganisationBilling1) Set(val *OrganisationBilling1)
func (*NullableOrganisationBilling1) UnmarshalJSON ¶
func (v *NullableOrganisationBilling1) UnmarshalJSON(src []byte) error
func (*NullableOrganisationBilling1) Unset ¶
func (v *NullableOrganisationBilling1) Unset()
type NullableOwnership ¶
type NullableOwnership struct {
// contains filtered or unexported fields
}
func NewNullableOwnership ¶
func NewNullableOwnership(val *Ownership) *NullableOwnership
func (NullableOwnership) Get ¶
func (v NullableOwnership) Get() *Ownership
func (NullableOwnership) IsSet ¶
func (v NullableOwnership) IsSet() bool
func (NullableOwnership) MarshalJSON ¶
func (v NullableOwnership) MarshalJSON() ([]byte, error)
func (*NullableOwnership) Set ¶
func (v *NullableOwnership) Set(val *Ownership)
func (*NullableOwnership) UnmarshalJSON ¶
func (v *NullableOwnership) UnmarshalJSON(src []byte) error
func (*NullableOwnership) Unset ¶
func (v *NullableOwnership) Unset()
type NullablePayment ¶
type NullablePayment struct {
// contains filtered or unexported fields
}
func NewNullablePayment ¶
func NewNullablePayment(val *Payment) *NullablePayment
func (NullablePayment) Get ¶
func (v NullablePayment) Get() *Payment
func (NullablePayment) IsSet ¶
func (v NullablePayment) IsSet() bool
func (NullablePayment) MarshalJSON ¶
func (v NullablePayment) MarshalJSON() ([]byte, error)
func (*NullablePayment) Set ¶
func (v *NullablePayment) Set(val *Payment)
func (*NullablePayment) UnmarshalJSON ¶
func (v *NullablePayment) UnmarshalJSON(src []byte) error
func (*NullablePayment) Unset ¶
func (v *NullablePayment) Unset()
type NullablePoint ¶
type NullablePoint struct {
// contains filtered or unexported fields
}
func NewNullablePoint ¶
func NewNullablePoint(val *Point) *NullablePoint
func (NullablePoint) Get ¶
func (v NullablePoint) Get() *Point
func (NullablePoint) IsSet ¶
func (v NullablePoint) IsSet() bool
func (NullablePoint) MarshalJSON ¶
func (v NullablePoint) MarshalJSON() ([]byte, error)
func (*NullablePoint) Set ¶
func (v *NullablePoint) Set(val *Point)
func (*NullablePoint) UnmarshalJSON ¶
func (v *NullablePoint) UnmarshalJSON(src []byte) error
func (*NullablePoint) Unset ¶
func (v *NullablePoint) Unset()
type NullablePointValue ¶
type NullablePointValue struct {
// contains filtered or unexported fields
}
func NewNullablePointValue ¶
func NewNullablePointValue(val *PointValue) *NullablePointValue
func (NullablePointValue) Get ¶
func (v NullablePointValue) Get() *PointValue
func (NullablePointValue) IsSet ¶
func (v NullablePointValue) IsSet() bool
func (NullablePointValue) MarshalJSON ¶
func (v NullablePointValue) MarshalJSON() ([]byte, error)
func (*NullablePointValue) Set ¶
func (v *NullablePointValue) Set(val *PointValue)
func (*NullablePointValue) UnmarshalJSON ¶
func (v *NullablePointValue) UnmarshalJSON(src []byte) error
func (*NullablePointValue) Unset ¶
func (v *NullablePointValue) Unset()
type NullablePolicy ¶
type NullablePolicy struct {
// contains filtered or unexported fields
}
func NewNullablePolicy ¶
func NewNullablePolicy(val *Policy) *NullablePolicy
func (NullablePolicy) Get ¶
func (v NullablePolicy) Get() *Policy
func (NullablePolicy) IsSet ¶
func (v NullablePolicy) IsSet() bool
func (NullablePolicy) MarshalJSON ¶
func (v NullablePolicy) MarshalJSON() ([]byte, error)
func (*NullablePolicy) Set ¶
func (v *NullablePolicy) Set(val *Policy)
func (*NullablePolicy) UnmarshalJSON ¶
func (v *NullablePolicy) UnmarshalJSON(src []byte) error
func (*NullablePolicy) Unset ¶
func (v *NullablePolicy) Unset()
type NullableProforma ¶
type NullableProforma struct {
// contains filtered or unexported fields
}
func NewNullableProforma ¶
func NewNullableProforma(val *Proforma) *NullableProforma
func (NullableProforma) Get ¶
func (v NullableProforma) Get() *Proforma
func (NullableProforma) IsSet ¶
func (v NullableProforma) IsSet() bool
func (NullableProforma) MarshalJSON ¶
func (v NullableProforma) MarshalJSON() ([]byte, error)
func (*NullableProforma) Set ¶
func (v *NullableProforma) Set(val *Proforma)
func (*NullableProforma) UnmarshalJSON ¶
func (v *NullableProforma) UnmarshalJSON(src []byte) error
func (*NullableProforma) Unset ¶
func (v *NullableProforma) Unset()
type NullableProformaArray ¶
type NullableProformaArray struct {
// contains filtered or unexported fields
}
func NewNullableProformaArray ¶
func NewNullableProformaArray(val *ProformaArray) *NullableProformaArray
func (NullableProformaArray) Get ¶
func (v NullableProformaArray) Get() *ProformaArray
func (NullableProformaArray) IsSet ¶
func (v NullableProformaArray) IsSet() bool
func (NullableProformaArray) MarshalJSON ¶
func (v NullableProformaArray) MarshalJSON() ([]byte, error)
func (*NullableProformaArray) Set ¶
func (v *NullableProformaArray) Set(val *ProformaArray)
func (*NullableProformaArray) UnmarshalJSON ¶
func (v *NullableProformaArray) UnmarshalJSON(src []byte) error
func (*NullableProformaArray) Unset ¶
func (v *NullableProformaArray) Unset()
type NullableProformaSeller ¶
type NullableProformaSeller struct {
// contains filtered or unexported fields
}
func NewNullableProformaSeller ¶
func NewNullableProformaSeller(val *ProformaSeller) *NullableProformaSeller
func (NullableProformaSeller) Get ¶
func (v NullableProformaSeller) Get() *ProformaSeller
func (NullableProformaSeller) IsSet ¶
func (v NullableProformaSeller) IsSet() bool
func (NullableProformaSeller) MarshalJSON ¶
func (v NullableProformaSeller) MarshalJSON() ([]byte, error)
func (*NullableProformaSeller) Set ¶
func (v *NullableProformaSeller) Set(val *ProformaSeller)
func (*NullableProformaSeller) UnmarshalJSON ¶
func (v *NullableProformaSeller) UnmarshalJSON(src []byte) error
func (*NullableProformaSeller) Unset ¶
func (v *NullableProformaSeller) Unset()
type NullableProject ¶
type NullableProject struct {
// contains filtered or unexported fields
}
func NewNullableProject ¶
func NewNullableProject(val *Project) *NullableProject
func (NullableProject) Get ¶
func (v NullableProject) Get() *Project
func (NullableProject) IsSet ¶
func (v NullableProject) IsSet() bool
func (NullableProject) MarshalJSON ¶
func (v NullableProject) MarshalJSON() ([]byte, error)
func (*NullableProject) Set ¶
func (v *NullableProject) Set(val *Project)
func (*NullableProject) UnmarshalJSON ¶
func (v *NullableProject) UnmarshalJSON(src []byte) error
func (*NullableProject) Unset ¶
func (v *NullableProject) Unset()
type NullableProjectBilling ¶
type NullableProjectBilling struct {
// contains filtered or unexported fields
}
func NewNullableProjectBilling ¶
func NewNullableProjectBilling(val *ProjectBilling) *NullableProjectBilling
func (NullableProjectBilling) Get ¶
func (v NullableProjectBilling) Get() *ProjectBilling
func (NullableProjectBilling) IsSet ¶
func (v NullableProjectBilling) IsSet() bool
func (NullableProjectBilling) MarshalJSON ¶
func (v NullableProjectBilling) MarshalJSON() ([]byte, error)
func (*NullableProjectBilling) Set ¶
func (v *NullableProjectBilling) Set(val *ProjectBilling)
func (*NullableProjectBilling) UnmarshalJSON ¶
func (v *NullableProjectBilling) UnmarshalJSON(src []byte) error
func (*NullableProjectBilling) Unset ¶
func (v *NullableProjectBilling) Unset()
type NullableProjectCredential ¶
type NullableProjectCredential struct {
// contains filtered or unexported fields
}
func NewNullableProjectCredential ¶
func NewNullableProjectCredential(val *ProjectCredential) *NullableProjectCredential
func (NullableProjectCredential) Get ¶
func (v NullableProjectCredential) Get() *ProjectCredential
func (NullableProjectCredential) IsSet ¶
func (v NullableProjectCredential) IsSet() bool
func (NullableProjectCredential) MarshalJSON ¶
func (v NullableProjectCredential) MarshalJSON() ([]byte, error)
func (*NullableProjectCredential) Set ¶
func (v *NullableProjectCredential) Set(val *ProjectCredential)
func (*NullableProjectCredential) UnmarshalJSON ¶
func (v *NullableProjectCredential) UnmarshalJSON(src []byte) error
func (*NullableProjectCredential) Unset ¶
func (v *NullableProjectCredential) Unset()
type NullableProjectFeature ¶
type NullableProjectFeature struct {
// contains filtered or unexported fields
}
func NewNullableProjectFeature ¶
func NewNullableProjectFeature(val *ProjectFeature) *NullableProjectFeature
func (NullableProjectFeature) Get ¶
func (v NullableProjectFeature) Get() *ProjectFeature
func (NullableProjectFeature) IsSet ¶
func (v NullableProjectFeature) IsSet() bool
func (NullableProjectFeature) MarshalJSON ¶
func (v NullableProjectFeature) MarshalJSON() ([]byte, error)
func (*NullableProjectFeature) Set ¶
func (v *NullableProjectFeature) Set(val *ProjectFeature)
func (*NullableProjectFeature) UnmarshalJSON ¶
func (v *NullableProjectFeature) UnmarshalJSON(src []byte) error
func (*NullableProjectFeature) Unset ¶
func (v *NullableProjectFeature) Unset()
type NullableProjectThreshold ¶
type NullableProjectThreshold struct {
// contains filtered or unexported fields
}
func NewNullableProjectThreshold ¶
func NewNullableProjectThreshold(val *ProjectThreshold) *NullableProjectThreshold
func (NullableProjectThreshold) Get ¶
func (v NullableProjectThreshold) Get() *ProjectThreshold
func (NullableProjectThreshold) IsSet ¶
func (v NullableProjectThreshold) IsSet() bool
func (NullableProjectThreshold) MarshalJSON ¶
func (v NullableProjectThreshold) MarshalJSON() ([]byte, error)
func (*NullableProjectThreshold) Set ¶
func (v *NullableProjectThreshold) Set(val *ProjectThreshold)
func (*NullableProjectThreshold) UnmarshalJSON ¶
func (v *NullableProjectThreshold) UnmarshalJSON(src []byte) error
func (*NullableProjectThreshold) Unset ¶
func (v *NullableProjectThreshold) Unset()
type NullableProviderAgentResource ¶
type NullableProviderAgentResource struct {
// contains filtered or unexported fields
}
func NewNullableProviderAgentResource ¶
func NewNullableProviderAgentResource(val *ProviderAgentResource) *NullableProviderAgentResource
func (NullableProviderAgentResource) Get ¶
func (v NullableProviderAgentResource) Get() *ProviderAgentResource
func (NullableProviderAgentResource) IsSet ¶
func (v NullableProviderAgentResource) IsSet() bool
func (NullableProviderAgentResource) MarshalJSON ¶
func (v NullableProviderAgentResource) MarshalJSON() ([]byte, error)
func (*NullableProviderAgentResource) Set ¶
func (v *NullableProviderAgentResource) Set(val *ProviderAgentResource)
func (*NullableProviderAgentResource) UnmarshalJSON ¶
func (v *NullableProviderAgentResource) UnmarshalJSON(src []byte) error
func (*NullableProviderAgentResource) Unset ¶
func (v *NullableProviderAgentResource) Unset()
type NullableProviderAgentResourceEvent ¶
type NullableProviderAgentResourceEvent struct {
// contains filtered or unexported fields
}
func NewNullableProviderAgentResourceEvent ¶
func NewNullableProviderAgentResourceEvent(val *ProviderAgentResourceEvent) *NullableProviderAgentResourceEvent
func (NullableProviderAgentResourceEvent) Get ¶
func (v NullableProviderAgentResourceEvent) Get() *ProviderAgentResourceEvent
func (NullableProviderAgentResourceEvent) IsSet ¶
func (v NullableProviderAgentResourceEvent) IsSet() bool
func (NullableProviderAgentResourceEvent) MarshalJSON ¶
func (v NullableProviderAgentResourceEvent) MarshalJSON() ([]byte, error)
func (*NullableProviderAgentResourceEvent) Set ¶
func (v *NullableProviderAgentResourceEvent) Set(val *ProviderAgentResourceEvent)
func (*NullableProviderAgentResourceEvent) UnmarshalJSON ¶
func (v *NullableProviderAgentResourceEvent) UnmarshalJSON(src []byte) error
func (*NullableProviderAgentResourceEvent) Unset ¶
func (v *NullableProviderAgentResourceEvent) Unset()
type NullableProviderProjectAgentCreate ¶
type NullableProviderProjectAgentCreate struct {
// contains filtered or unexported fields
}
func NewNullableProviderProjectAgentCreate ¶
func NewNullableProviderProjectAgentCreate(val *ProviderProjectAgentCreate) *NullableProviderProjectAgentCreate
func (NullableProviderProjectAgentCreate) Get ¶
func (v NullableProviderProjectAgentCreate) Get() *ProviderProjectAgentCreate
func (NullableProviderProjectAgentCreate) IsSet ¶
func (v NullableProviderProjectAgentCreate) IsSet() bool
func (NullableProviderProjectAgentCreate) MarshalJSON ¶
func (v NullableProviderProjectAgentCreate) MarshalJSON() ([]byte, error)
func (*NullableProviderProjectAgentCreate) Set ¶
func (v *NullableProviderProjectAgentCreate) Set(val *ProviderProjectAgentCreate)
func (*NullableProviderProjectAgentCreate) UnmarshalJSON ¶
func (v *NullableProviderProjectAgentCreate) UnmarshalJSON(src []byte) error
func (*NullableProviderProjectAgentCreate) Unset ¶
func (v *NullableProviderProjectAgentCreate) Unset()
type NullableProviderProjectAgentCredentialPatch ¶
type NullableProviderProjectAgentCredentialPatch struct {
// contains filtered or unexported fields
}
func NewNullableProviderProjectAgentCredentialPatch ¶
func NewNullableProviderProjectAgentCredentialPatch(val *ProviderProjectAgentCredentialPatch) *NullableProviderProjectAgentCredentialPatch
func (NullableProviderProjectAgentCredentialPatch) IsSet ¶
func (v NullableProviderProjectAgentCredentialPatch) IsSet() bool
func (NullableProviderProjectAgentCredentialPatch) MarshalJSON ¶
func (v NullableProviderProjectAgentCredentialPatch) MarshalJSON() ([]byte, error)
func (*NullableProviderProjectAgentCredentialPatch) Set ¶
func (v *NullableProviderProjectAgentCredentialPatch) Set(val *ProviderProjectAgentCredentialPatch)
func (*NullableProviderProjectAgentCredentialPatch) UnmarshalJSON ¶
func (v *NullableProviderProjectAgentCredentialPatch) UnmarshalJSON(src []byte) error
func (*NullableProviderProjectAgentCredentialPatch) Unset ¶
func (v *NullableProviderProjectAgentCredentialPatch) Unset()
type NullableProviderProjectAgentTransfer ¶
type NullableProviderProjectAgentTransfer struct {
// contains filtered or unexported fields
}
func NewNullableProviderProjectAgentTransfer ¶
func NewNullableProviderProjectAgentTransfer(val *ProviderProjectAgentTransfer) *NullableProviderProjectAgentTransfer
func (NullableProviderProjectAgentTransfer) Get ¶
func (v NullableProviderProjectAgentTransfer) Get() *ProviderProjectAgentTransfer
func (NullableProviderProjectAgentTransfer) IsSet ¶
func (v NullableProviderProjectAgentTransfer) IsSet() bool
func (NullableProviderProjectAgentTransfer) MarshalJSON ¶
func (v NullableProviderProjectAgentTransfer) MarshalJSON() ([]byte, error)
func (*NullableProviderProjectAgentTransfer) Set ¶
func (v *NullableProviderProjectAgentTransfer) Set(val *ProviderProjectAgentTransfer)
func (*NullableProviderProjectAgentTransfer) UnmarshalJSON ¶
func (v *NullableProviderProjectAgentTransfer) UnmarshalJSON(src []byte) error
func (*NullableProviderProjectAgentTransfer) Unset ¶
func (v *NullableProviderProjectAgentTransfer) Unset()
type NullableProviderProjectAgentUpdate ¶
type NullableProviderProjectAgentUpdate struct {
// contains filtered or unexported fields
}
func NewNullableProviderProjectAgentUpdate ¶
func NewNullableProviderProjectAgentUpdate(val *ProviderProjectAgentUpdate) *NullableProviderProjectAgentUpdate
func (NullableProviderProjectAgentUpdate) Get ¶
func (v NullableProviderProjectAgentUpdate) Get() *ProviderProjectAgentUpdate
func (NullableProviderProjectAgentUpdate) IsSet ¶
func (v NullableProviderProjectAgentUpdate) IsSet() bool
func (NullableProviderProjectAgentUpdate) MarshalJSON ¶
func (v NullableProviderProjectAgentUpdate) MarshalJSON() ([]byte, error)
func (*NullableProviderProjectAgentUpdate) Set ¶
func (v *NullableProviderProjectAgentUpdate) Set(val *ProviderProjectAgentUpdate)
func (*NullableProviderProjectAgentUpdate) UnmarshalJSON ¶
func (v *NullableProviderProjectAgentUpdate) UnmarshalJSON(src []byte) error
func (*NullableProviderProjectAgentUpdate) Unset ¶
func (v *NullableProviderProjectAgentUpdate) Unset()
type NullableQuota ¶
type NullableQuota struct {
// contains filtered or unexported fields
}
func NewNullableQuota ¶
func NewNullableQuota(val *Quota) *NullableQuota
func (NullableQuota) Get ¶
func (v NullableQuota) Get() *Quota
func (NullableQuota) IsSet ¶
func (v NullableQuota) IsSet() bool
func (NullableQuota) MarshalJSON ¶
func (v NullableQuota) MarshalJSON() ([]byte, error)
func (*NullableQuota) Set ¶
func (v *NullableQuota) Set(val *Quota)
func (*NullableQuota) UnmarshalJSON ¶
func (v *NullableQuota) UnmarshalJSON(src []byte) error
func (*NullableQuota) Unset ¶
func (v *NullableQuota) Unset()
type NullableQuotaLimit ¶
type NullableQuotaLimit struct {
// contains filtered or unexported fields
}
func NewNullableQuotaLimit ¶
func NewNullableQuotaLimit(val *QuotaLimit) *NullableQuotaLimit
func (NullableQuotaLimit) Get ¶
func (v NullableQuotaLimit) Get() *QuotaLimit
func (NullableQuotaLimit) IsSet ¶
func (v NullableQuotaLimit) IsSet() bool
func (NullableQuotaLimit) MarshalJSON ¶
func (v NullableQuotaLimit) MarshalJSON() ([]byte, error)
func (*NullableQuotaLimit) Set ¶
func (v *NullableQuotaLimit) Set(val *QuotaLimit)
func (*NullableQuotaLimit) UnmarshalJSON ¶
func (v *NullableQuotaLimit) UnmarshalJSON(src []byte) error
func (*NullableQuotaLimit) Unset ¶
func (v *NullableQuotaLimit) Unset()
type NullableQuotaMetric ¶
type NullableQuotaMetric struct {
// contains filtered or unexported fields
}
func NewNullableQuotaMetric ¶
func NewNullableQuotaMetric(val *QuotaMetric) *NullableQuotaMetric
func (NullableQuotaMetric) Get ¶
func (v NullableQuotaMetric) Get() *QuotaMetric
func (NullableQuotaMetric) IsSet ¶
func (v NullableQuotaMetric) IsSet() bool
func (NullableQuotaMetric) MarshalJSON ¶
func (v NullableQuotaMetric) MarshalJSON() ([]byte, error)
func (*NullableQuotaMetric) Set ¶
func (v *NullableQuotaMetric) Set(val *QuotaMetric)
func (*NullableQuotaMetric) UnmarshalJSON ¶
func (v *NullableQuotaMetric) UnmarshalJSON(src []byte) error
func (*NullableQuotaMetric) Unset ¶
func (v *NullableQuotaMetric) Unset()
type NullableReconciliation ¶
type NullableReconciliation struct {
// contains filtered or unexported fields
}
func NewNullableReconciliation ¶
func NewNullableReconciliation(val *Reconciliation) *NullableReconciliation
func (NullableReconciliation) Get ¶
func (v NullableReconciliation) Get() *Reconciliation
func (NullableReconciliation) IsSet ¶
func (v NullableReconciliation) IsSet() bool
func (NullableReconciliation) MarshalJSON ¶
func (v NullableReconciliation) MarshalJSON() ([]byte, error)
func (*NullableReconciliation) Set ¶
func (v *NullableReconciliation) Set(val *Reconciliation)
func (*NullableReconciliation) UnmarshalJSON ¶
func (v *NullableReconciliation) UnmarshalJSON(src []byte) error
func (*NullableReconciliation) Unset ¶
func (v *NullableReconciliation) Unset()
type NullableReconciliationTarget ¶
type NullableReconciliationTarget struct {
// contains filtered or unexported fields
}
func NewNullableReconciliationTarget ¶
func NewNullableReconciliationTarget(val *ReconciliationTarget) *NullableReconciliationTarget
func (NullableReconciliationTarget) Get ¶
func (v NullableReconciliationTarget) Get() *ReconciliationTarget
func (NullableReconciliationTarget) IsSet ¶
func (v NullableReconciliationTarget) IsSet() bool
func (NullableReconciliationTarget) MarshalJSON ¶
func (v NullableReconciliationTarget) MarshalJSON() ([]byte, error)
func (*NullableReconciliationTarget) Set ¶
func (v *NullableReconciliationTarget) Set(val *ReconciliationTarget)
func (*NullableReconciliationTarget) UnmarshalJSON ¶
func (v *NullableReconciliationTarget) UnmarshalJSON(src []byte) error
func (*NullableReconciliationTarget) Unset ¶
func (v *NullableReconciliationTarget) Unset()
type NullableReconciliationTargetPlan ¶
type NullableReconciliationTargetPlan struct {
// contains filtered or unexported fields
}
func NewNullableReconciliationTargetPlan ¶
func NewNullableReconciliationTargetPlan(val *ReconciliationTargetPlan) *NullableReconciliationTargetPlan
func (NullableReconciliationTargetPlan) Get ¶
func (v NullableReconciliationTargetPlan) Get() *ReconciliationTargetPlan
func (NullableReconciliationTargetPlan) IsSet ¶
func (v NullableReconciliationTargetPlan) IsSet() bool
func (NullableReconciliationTargetPlan) MarshalJSON ¶
func (v NullableReconciliationTargetPlan) MarshalJSON() ([]byte, error)
func (*NullableReconciliationTargetPlan) Set ¶
func (v *NullableReconciliationTargetPlan) Set(val *ReconciliationTargetPlan)
func (*NullableReconciliationTargetPlan) UnmarshalJSON ¶
func (v *NullableReconciliationTargetPlan) UnmarshalJSON(src []byte) error
func (*NullableReconciliationTargetPlan) Unset ¶
func (v *NullableReconciliationTargetPlan) Unset()
type NullableReconciliationTargetResource ¶
type NullableReconciliationTargetResource struct {
// contains filtered or unexported fields
}
func NewNullableReconciliationTargetResource ¶
func NewNullableReconciliationTargetResource(val *ReconciliationTargetResource) *NullableReconciliationTargetResource
func (NullableReconciliationTargetResource) Get ¶
func (v NullableReconciliationTargetResource) Get() *ReconciliationTargetResource
func (NullableReconciliationTargetResource) IsSet ¶
func (v NullableReconciliationTargetResource) IsSet() bool
func (NullableReconciliationTargetResource) MarshalJSON ¶
func (v NullableReconciliationTargetResource) MarshalJSON() ([]byte, error)
func (*NullableReconciliationTargetResource) Set ¶
func (v *NullableReconciliationTargetResource) Set(val *ReconciliationTargetResource)
func (*NullableReconciliationTargetResource) UnmarshalJSON ¶
func (v *NullableReconciliationTargetResource) UnmarshalJSON(src []byte) error
func (*NullableReconciliationTargetResource) Unset ¶
func (v *NullableReconciliationTargetResource) Unset()
type NullableRegistry ¶
type NullableRegistry struct {
// contains filtered or unexported fields
}
func NewNullableRegistry ¶
func NewNullableRegistry(val *Registry) *NullableRegistry
func (NullableRegistry) Get ¶
func (v NullableRegistry) Get() *Registry
func (NullableRegistry) IsSet ¶
func (v NullableRegistry) IsSet() bool
func (NullableRegistry) MarshalJSON ¶
func (v NullableRegistry) MarshalJSON() ([]byte, error)
func (*NullableRegistry) Set ¶
func (v *NullableRegistry) Set(val *Registry)
func (*NullableRegistry) UnmarshalJSON ¶
func (v *NullableRegistry) UnmarshalJSON(src []byte) error
func (*NullableRegistry) Unset ¶
func (v *NullableRegistry) Unset()
type NullableRegistryCredential ¶
type NullableRegistryCredential struct {
// contains filtered or unexported fields
}
func NewNullableRegistryCredential ¶
func NewNullableRegistryCredential(val *RegistryCredential) *NullableRegistryCredential
func (NullableRegistryCredential) Get ¶
func (v NullableRegistryCredential) Get() *RegistryCredential
func (NullableRegistryCredential) IsSet ¶
func (v NullableRegistryCredential) IsSet() bool
func (NullableRegistryCredential) MarshalJSON ¶
func (v NullableRegistryCredential) MarshalJSON() ([]byte, error)
func (*NullableRegistryCredential) Set ¶
func (v *NullableRegistryCredential) Set(val *RegistryCredential)
func (*NullableRegistryCredential) UnmarshalJSON ¶
func (v *NullableRegistryCredential) UnmarshalJSON(src []byte) error
func (*NullableRegistryCredential) Unset ¶
func (v *NullableRegistryCredential) Unset()
type NullableReplica ¶
type NullableReplica struct {
// contains filtered or unexported fields
}
func NewNullableReplica ¶
func NewNullableReplica(val *Replica) *NullableReplica
func (NullableReplica) Get ¶
func (v NullableReplica) Get() *Replica
func (NullableReplica) IsSet ¶
func (v NullableReplica) IsSet() bool
func (NullableReplica) MarshalJSON ¶
func (v NullableReplica) MarshalJSON() ([]byte, error)
func (*NullableReplica) Set ¶
func (v *NullableReplica) Set(val *Replica)
func (*NullableReplica) UnmarshalJSON ¶
func (v *NullableReplica) UnmarshalJSON(src []byte) error
func (*NullableReplica) Unset ¶
func (v *NullableReplica) Unset()
type NullableResource ¶
type NullableResource struct {
// contains filtered or unexported fields
}
func NewNullableResource ¶
func NewNullableResource(val *Resource) *NullableResource
func (NullableResource) Get ¶
func (v NullableResource) Get() *Resource
func (NullableResource) IsSet ¶
func (v NullableResource) IsSet() bool
func (NullableResource) MarshalJSON ¶
func (v NullableResource) MarshalJSON() ([]byte, error)
func (*NullableResource) Set ¶
func (v *NullableResource) Set(val *Resource)
func (*NullableResource) UnmarshalJSON ¶
func (v *NullableResource) UnmarshalJSON(src []byte) error
func (*NullableResource) Unset ¶
func (v *NullableResource) Unset()
type NullableResourceConnect ¶
type NullableResourceConnect struct {
// contains filtered or unexported fields
}
func NewNullableResourceConnect ¶
func NewNullableResourceConnect(val *ResourceConnect) *NullableResourceConnect
func (NullableResourceConnect) Get ¶
func (v NullableResourceConnect) Get() *ResourceConnect
func (NullableResourceConnect) IsSet ¶
func (v NullableResourceConnect) IsSet() bool
func (NullableResourceConnect) MarshalJSON ¶
func (v NullableResourceConnect) MarshalJSON() ([]byte, error)
func (*NullableResourceConnect) Set ¶
func (v *NullableResourceConnect) Set(val *ResourceConnect)
func (*NullableResourceConnect) UnmarshalJSON ¶
func (v *NullableResourceConnect) UnmarshalJSON(src []byte) error
func (*NullableResourceConnect) Unset ¶
func (v *NullableResourceConnect) Unset()
type NullableResourceService ¶
type NullableResourceService struct {
// contains filtered or unexported fields
}
func NewNullableResourceService ¶
func NewNullableResourceService(val *ResourceService) *NullableResourceService
func (NullableResourceService) Get ¶
func (v NullableResourceService) Get() *ResourceService
func (NullableResourceService) IsSet ¶
func (v NullableResourceService) IsSet() bool
func (NullableResourceService) MarshalJSON ¶
func (v NullableResourceService) MarshalJSON() ([]byte, error)
func (*NullableResourceService) Set ¶
func (v *NullableResourceService) Set(val *ResourceService)
func (*NullableResourceService) UnmarshalJSON ¶
func (v *NullableResourceService) UnmarshalJSON(src []byte) error
func (*NullableResourceService) Unset ¶
func (v *NullableResourceService) Unset()
type NullableRole ¶
type NullableRole struct {
// contains filtered or unexported fields
}
func NewNullableRole ¶
func NewNullableRole(val *Role) *NullableRole
func (NullableRole) Get ¶
func (v NullableRole) Get() *Role
func (NullableRole) IsSet ¶
func (v NullableRole) IsSet() bool
func (NullableRole) MarshalJSON ¶
func (v NullableRole) MarshalJSON() ([]byte, error)
func (*NullableRole) Set ¶
func (v *NullableRole) Set(val *Role)
func (*NullableRole) UnmarshalJSON ¶
func (v *NullableRole) UnmarshalJSON(src []byte) error
func (*NullableRole) Unset ¶
func (v *NullableRole) Unset()
type NullableSa ¶
type NullableSa struct {
// contains filtered or unexported fields
}
func NewNullableSa ¶
func NewNullableSa(val *Sa) *NullableSa
func (NullableSa) Get ¶
func (v NullableSa) Get() *Sa
func (NullableSa) IsSet ¶
func (v NullableSa) IsSet() bool
func (NullableSa) MarshalJSON ¶
func (v NullableSa) MarshalJSON() ([]byte, error)
func (*NullableSa) Set ¶
func (v *NullableSa) Set(val *Sa)
func (*NullableSa) UnmarshalJSON ¶
func (v *NullableSa) UnmarshalJSON(src []byte) error
func (*NullableSa) Unset ¶
func (v *NullableSa) Unset()
type NullableSaCredential ¶
type NullableSaCredential struct {
// contains filtered or unexported fields
}
func NewNullableSaCredential ¶
func NewNullableSaCredential(val *SaCredential) *NullableSaCredential
func (NullableSaCredential) Get ¶
func (v NullableSaCredential) Get() *SaCredential
func (NullableSaCredential) IsSet ¶
func (v NullableSaCredential) IsSet() bool
func (NullableSaCredential) MarshalJSON ¶
func (v NullableSaCredential) MarshalJSON() ([]byte, error)
func (*NullableSaCredential) Set ¶
func (v *NullableSaCredential) Set(val *SaCredential)
func (*NullableSaCredential) UnmarshalJSON ¶
func (v *NullableSaCredential) UnmarshalJSON(src []byte) error
func (*NullableSaCredential) Unset ¶
func (v *NullableSaCredential) Unset()
type NullableService ¶
type NullableService struct {
// contains filtered or unexported fields
}
func NewNullableService ¶
func NewNullableService(val *Service) *NullableService
func (NullableService) Get ¶
func (v NullableService) Get() *Service
func (NullableService) IsSet ¶
func (v NullableService) IsSet() bool
func (NullableService) MarshalJSON ¶
func (v NullableService) MarshalJSON() ([]byte, error)
func (*NullableService) Set ¶
func (v *NullableService) Set(val *Service)
func (*NullableService) UnmarshalJSON ¶
func (v *NullableService) UnmarshalJSON(src []byte) error
func (*NullableService) Unset ¶
func (v *NullableService) Unset()
type NullableServiceBilling ¶
type NullableServiceBilling struct {
// contains filtered or unexported fields
}
func NewNullableServiceBilling ¶
func NewNullableServiceBilling(val *ServiceBilling) *NullableServiceBilling
func (NullableServiceBilling) Get ¶
func (v NullableServiceBilling) Get() *ServiceBilling
func (NullableServiceBilling) IsSet ¶
func (v NullableServiceBilling) IsSet() bool
func (NullableServiceBilling) MarshalJSON ¶
func (v NullableServiceBilling) MarshalJSON() ([]byte, error)
func (*NullableServiceBilling) Set ¶
func (v *NullableServiceBilling) Set(val *ServiceBilling)
func (*NullableServiceBilling) UnmarshalJSON ¶
func (v *NullableServiceBilling) UnmarshalJSON(src []byte) error
func (*NullableServiceBilling) Unset ¶
func (v *NullableServiceBilling) Unset()
type NullableServiceBillingPrice ¶
type NullableServiceBillingPrice struct {
// contains filtered or unexported fields
}
func NewNullableServiceBillingPrice ¶
func NewNullableServiceBillingPrice(val *ServiceBillingPrice) *NullableServiceBillingPrice
func (NullableServiceBillingPrice) Get ¶
func (v NullableServiceBillingPrice) Get() *ServiceBillingPrice
func (NullableServiceBillingPrice) IsSet ¶
func (v NullableServiceBillingPrice) IsSet() bool
func (NullableServiceBillingPrice) MarshalJSON ¶
func (v NullableServiceBillingPrice) MarshalJSON() ([]byte, error)
func (*NullableServiceBillingPrice) Set ¶
func (v *NullableServiceBillingPrice) Set(val *ServiceBillingPrice)
func (*NullableServiceBillingPrice) UnmarshalJSON ¶
func (v *NullableServiceBillingPrice) UnmarshalJSON(src []byte) error
func (*NullableServiceBillingPrice) Unset ¶
func (v *NullableServiceBillingPrice) Unset()
type NullableServiceBillingReservations ¶
type NullableServiceBillingReservations struct {
// contains filtered or unexported fields
}
func NewNullableServiceBillingReservations ¶
func NewNullableServiceBillingReservations(val *ServiceBillingReservations) *NullableServiceBillingReservations
func (NullableServiceBillingReservations) Get ¶
func (v NullableServiceBillingReservations) Get() *ServiceBillingReservations
func (NullableServiceBillingReservations) IsSet ¶
func (v NullableServiceBillingReservations) IsSet() bool
func (NullableServiceBillingReservations) MarshalJSON ¶
func (v NullableServiceBillingReservations) MarshalJSON() ([]byte, error)
func (*NullableServiceBillingReservations) Set ¶
func (v *NullableServiceBillingReservations) Set(val *ServiceBillingReservations)
func (*NullableServiceBillingReservations) UnmarshalJSON ¶
func (v *NullableServiceBillingReservations) UnmarshalJSON(src []byte) error
func (*NullableServiceBillingReservations) Unset ¶
func (v *NullableServiceBillingReservations) Unset()
type NullableServiceDisplay ¶
type NullableServiceDisplay struct {
// contains filtered or unexported fields
}
func NewNullableServiceDisplay ¶
func NewNullableServiceDisplay(val *ServiceDisplay) *NullableServiceDisplay
func (NullableServiceDisplay) Get ¶
func (v NullableServiceDisplay) Get() *ServiceDisplay
func (NullableServiceDisplay) IsSet ¶
func (v NullableServiceDisplay) IsSet() bool
func (NullableServiceDisplay) MarshalJSON ¶
func (v NullableServiceDisplay) MarshalJSON() ([]byte, error)
func (*NullableServiceDisplay) Set ¶
func (v *NullableServiceDisplay) Set(val *ServiceDisplay)
func (*NullableServiceDisplay) UnmarshalJSON ¶
func (v *NullableServiceDisplay) UnmarshalJSON(src []byte) error
func (*NullableServiceDisplay) Unset ¶
func (v *NullableServiceDisplay) Unset()
type NullableServiceDisplayUnit ¶
type NullableServiceDisplayUnit struct {
// contains filtered or unexported fields
}
func NewNullableServiceDisplayUnit ¶
func NewNullableServiceDisplayUnit(val *ServiceDisplayUnit) *NullableServiceDisplayUnit
func (NullableServiceDisplayUnit) Get ¶
func (v NullableServiceDisplayUnit) Get() *ServiceDisplayUnit
func (NullableServiceDisplayUnit) IsSet ¶
func (v NullableServiceDisplayUnit) IsSet() bool
func (NullableServiceDisplayUnit) MarshalJSON ¶
func (v NullableServiceDisplayUnit) MarshalJSON() ([]byte, error)
func (*NullableServiceDisplayUnit) Set ¶
func (v *NullableServiceDisplayUnit) Set(val *ServiceDisplayUnit)
func (*NullableServiceDisplayUnit) UnmarshalJSON ¶
func (v *NullableServiceDisplayUnit) UnmarshalJSON(src []byte) error
func (*NullableServiceDisplayUnit) Unset ¶
func (v *NullableServiceDisplayUnit) Unset()
type NullableStorageObject ¶
type NullableStorageObject struct {
// contains filtered or unexported fields
}
func NewNullableStorageObject ¶
func NewNullableStorageObject(val *StorageObject) *NullableStorageObject
func (NullableStorageObject) Get ¶
func (v NullableStorageObject) Get() *StorageObject
func (NullableStorageObject) IsSet ¶
func (v NullableStorageObject) IsSet() bool
func (NullableStorageObject) MarshalJSON ¶
func (v NullableStorageObject) MarshalJSON() ([]byte, error)
func (*NullableStorageObject) Set ¶
func (v *NullableStorageObject) Set(val *StorageObject)
func (*NullableStorageObject) UnmarshalJSON ¶
func (v *NullableStorageObject) UnmarshalJSON(src []byte) error
func (*NullableStorageObject) Unset ¶
func (v *NullableStorageObject) Unset()
type NullableStorageProjectBucketUpload ¶
type NullableStorageProjectBucketUpload struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectBucketUpload ¶
func NewNullableStorageProjectBucketUpload(val *StorageProjectBucketUpload) *NullableStorageProjectBucketUpload
func (NullableStorageProjectBucketUpload) Get ¶
func (v NullableStorageProjectBucketUpload) Get() *StorageProjectBucketUpload
func (NullableStorageProjectBucketUpload) IsSet ¶
func (v NullableStorageProjectBucketUpload) IsSet() bool
func (NullableStorageProjectBucketUpload) MarshalJSON ¶
func (v NullableStorageProjectBucketUpload) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectBucketUpload) Set ¶
func (v *NullableStorageProjectBucketUpload) Set(val *StorageProjectBucketUpload)
func (*NullableStorageProjectBucketUpload) UnmarshalJSON ¶
func (v *NullableStorageProjectBucketUpload) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectBucketUpload) Unset ¶
func (v *NullableStorageProjectBucketUpload) Unset()
type NullableStorageProjectDiskCreate ¶
type NullableStorageProjectDiskCreate struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectDiskCreate ¶
func NewNullableStorageProjectDiskCreate(val *StorageProjectDiskCreate) *NullableStorageProjectDiskCreate
func (NullableStorageProjectDiskCreate) Get ¶
func (v NullableStorageProjectDiskCreate) Get() *StorageProjectDiskCreate
func (NullableStorageProjectDiskCreate) IsSet ¶
func (v NullableStorageProjectDiskCreate) IsSet() bool
func (NullableStorageProjectDiskCreate) MarshalJSON ¶
func (v NullableStorageProjectDiskCreate) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectDiskCreate) Set ¶
func (v *NullableStorageProjectDiskCreate) Set(val *StorageProjectDiskCreate)
func (*NullableStorageProjectDiskCreate) UnmarshalJSON ¶
func (v *NullableStorageProjectDiskCreate) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectDiskCreate) Unset ¶
func (v *NullableStorageProjectDiskCreate) Unset()
type NullableStorageProjectDiskResize ¶
type NullableStorageProjectDiskResize struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectDiskResize ¶
func NewNullableStorageProjectDiskResize(val *StorageProjectDiskResize) *NullableStorageProjectDiskResize
func (NullableStorageProjectDiskResize) Get ¶
func (v NullableStorageProjectDiskResize) Get() *StorageProjectDiskResize
func (NullableStorageProjectDiskResize) IsSet ¶
func (v NullableStorageProjectDiskResize) IsSet() bool
func (NullableStorageProjectDiskResize) MarshalJSON ¶
func (v NullableStorageProjectDiskResize) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectDiskResize) Set ¶
func (v *NullableStorageProjectDiskResize) Set(val *StorageProjectDiskResize)
func (*NullableStorageProjectDiskResize) UnmarshalJSON ¶
func (v *NullableStorageProjectDiskResize) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectDiskResize) Unset ¶
func (v *NullableStorageProjectDiskResize) Unset()
type NullableStorageProjectDiskTransfer ¶
type NullableStorageProjectDiskTransfer struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectDiskTransfer ¶
func NewNullableStorageProjectDiskTransfer(val *StorageProjectDiskTransfer) *NullableStorageProjectDiskTransfer
func (NullableStorageProjectDiskTransfer) Get ¶
func (v NullableStorageProjectDiskTransfer) Get() *StorageProjectDiskTransfer
func (NullableStorageProjectDiskTransfer) IsSet ¶
func (v NullableStorageProjectDiskTransfer) IsSet() bool
func (NullableStorageProjectDiskTransfer) MarshalJSON ¶
func (v NullableStorageProjectDiskTransfer) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectDiskTransfer) Set ¶
func (v *NullableStorageProjectDiskTransfer) Set(val *StorageProjectDiskTransfer)
func (*NullableStorageProjectDiskTransfer) UnmarshalJSON ¶
func (v *NullableStorageProjectDiskTransfer) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectDiskTransfer) Unset ¶
func (v *NullableStorageProjectDiskTransfer) Unset()
type NullableStorageProjectDiskUpdate ¶
type NullableStorageProjectDiskUpdate struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectDiskUpdate ¶
func NewNullableStorageProjectDiskUpdate(val *StorageProjectDiskUpdate) *NullableStorageProjectDiskUpdate
func (NullableStorageProjectDiskUpdate) Get ¶
func (v NullableStorageProjectDiskUpdate) Get() *StorageProjectDiskUpdate
func (NullableStorageProjectDiskUpdate) IsSet ¶
func (v NullableStorageProjectDiskUpdate) IsSet() bool
func (NullableStorageProjectDiskUpdate) MarshalJSON ¶
func (v NullableStorageProjectDiskUpdate) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectDiskUpdate) Set ¶
func (v *NullableStorageProjectDiskUpdate) Set(val *StorageProjectDiskUpdate)
func (*NullableStorageProjectDiskUpdate) UnmarshalJSON ¶
func (v *NullableStorageProjectDiskUpdate) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectDiskUpdate) Unset ¶
func (v *NullableStorageProjectDiskUpdate) Unset()
type NullableStorageProjectImageCreate ¶
type NullableStorageProjectImageCreate struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectImageCreate ¶
func NewNullableStorageProjectImageCreate(val *StorageProjectImageCreate) *NullableStorageProjectImageCreate
func (NullableStorageProjectImageCreate) Get ¶
func (v NullableStorageProjectImageCreate) Get() *StorageProjectImageCreate
func (NullableStorageProjectImageCreate) IsSet ¶
func (v NullableStorageProjectImageCreate) IsSet() bool
func (NullableStorageProjectImageCreate) MarshalJSON ¶
func (v NullableStorageProjectImageCreate) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectImageCreate) Set ¶
func (v *NullableStorageProjectImageCreate) Set(val *StorageProjectImageCreate)
func (*NullableStorageProjectImageCreate) UnmarshalJSON ¶
func (v *NullableStorageProjectImageCreate) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectImageCreate) Unset ¶
func (v *NullableStorageProjectImageCreate) Unset()
type NullableStorageProjectImageTransfer ¶
type NullableStorageProjectImageTransfer struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectImageTransfer ¶
func NewNullableStorageProjectImageTransfer(val *StorageProjectImageTransfer) *NullableStorageProjectImageTransfer
func (NullableStorageProjectImageTransfer) Get ¶
func (v NullableStorageProjectImageTransfer) Get() *StorageProjectImageTransfer
func (NullableStorageProjectImageTransfer) IsSet ¶
func (v NullableStorageProjectImageTransfer) IsSet() bool
func (NullableStorageProjectImageTransfer) MarshalJSON ¶
func (v NullableStorageProjectImageTransfer) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectImageTransfer) Set ¶
func (v *NullableStorageProjectImageTransfer) Set(val *StorageProjectImageTransfer)
func (*NullableStorageProjectImageTransfer) UnmarshalJSON ¶
func (v *NullableStorageProjectImageTransfer) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectImageTransfer) Unset ¶
func (v *NullableStorageProjectImageTransfer) Unset()
type NullableStorageProjectImageUpdate ¶
type NullableStorageProjectImageUpdate struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectImageUpdate ¶
func NewNullableStorageProjectImageUpdate(val *StorageProjectImageUpdate) *NullableStorageProjectImageUpdate
func (NullableStorageProjectImageUpdate) Get ¶
func (v NullableStorageProjectImageUpdate) Get() *StorageProjectImageUpdate
func (NullableStorageProjectImageUpdate) IsSet ¶
func (v NullableStorageProjectImageUpdate) IsSet() bool
func (NullableStorageProjectImageUpdate) MarshalJSON ¶
func (v NullableStorageProjectImageUpdate) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectImageUpdate) Set ¶
func (v *NullableStorageProjectImageUpdate) Set(val *StorageProjectImageUpdate)
func (*NullableStorageProjectImageUpdate) UnmarshalJSON ¶
func (v *NullableStorageProjectImageUpdate) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectImageUpdate) Unset ¶
func (v *NullableStorageProjectImageUpdate) Unset()
type NullableStorageProjectIsoCreate ¶
type NullableStorageProjectIsoCreate struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectIsoCreate ¶
func NewNullableStorageProjectIsoCreate(val *StorageProjectIsoCreate) *NullableStorageProjectIsoCreate
func (NullableStorageProjectIsoCreate) Get ¶
func (v NullableStorageProjectIsoCreate) Get() *StorageProjectIsoCreate
func (NullableStorageProjectIsoCreate) IsSet ¶
func (v NullableStorageProjectIsoCreate) IsSet() bool
func (NullableStorageProjectIsoCreate) MarshalJSON ¶
func (v NullableStorageProjectIsoCreate) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectIsoCreate) Set ¶
func (v *NullableStorageProjectIsoCreate) Set(val *StorageProjectIsoCreate)
func (*NullableStorageProjectIsoCreate) UnmarshalJSON ¶
func (v *NullableStorageProjectIsoCreate) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectIsoCreate) Unset ¶
func (v *NullableStorageProjectIsoCreate) Unset()
type NullableStorageProjectIsoDetach ¶
type NullableStorageProjectIsoDetach struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectIsoDetach ¶
func NewNullableStorageProjectIsoDetach(val *StorageProjectIsoDetach) *NullableStorageProjectIsoDetach
func (NullableStorageProjectIsoDetach) Get ¶
func (v NullableStorageProjectIsoDetach) Get() *StorageProjectIsoDetach
func (NullableStorageProjectIsoDetach) IsSet ¶
func (v NullableStorageProjectIsoDetach) IsSet() bool
func (NullableStorageProjectIsoDetach) MarshalJSON ¶
func (v NullableStorageProjectIsoDetach) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectIsoDetach) Set ¶
func (v *NullableStorageProjectIsoDetach) Set(val *StorageProjectIsoDetach)
func (*NullableStorageProjectIsoDetach) UnmarshalJSON ¶
func (v *NullableStorageProjectIsoDetach) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectIsoDetach) Unset ¶
func (v *NullableStorageProjectIsoDetach) Unset()
type NullableStorageProjectIsoTransfer ¶
type NullableStorageProjectIsoTransfer struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectIsoTransfer ¶
func NewNullableStorageProjectIsoTransfer(val *StorageProjectIsoTransfer) *NullableStorageProjectIsoTransfer
func (NullableStorageProjectIsoTransfer) Get ¶
func (v NullableStorageProjectIsoTransfer) Get() *StorageProjectIsoTransfer
func (NullableStorageProjectIsoTransfer) IsSet ¶
func (v NullableStorageProjectIsoTransfer) IsSet() bool
func (NullableStorageProjectIsoTransfer) MarshalJSON ¶
func (v NullableStorageProjectIsoTransfer) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectIsoTransfer) Set ¶
func (v *NullableStorageProjectIsoTransfer) Set(val *StorageProjectIsoTransfer)
func (*NullableStorageProjectIsoTransfer) UnmarshalJSON ¶
func (v *NullableStorageProjectIsoTransfer) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectIsoTransfer) Unset ¶
func (v *NullableStorageProjectIsoTransfer) Unset()
type NullableStorageProjectIsoUpdate ¶
type NullableStorageProjectIsoUpdate struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectIsoUpdate ¶
func NewNullableStorageProjectIsoUpdate(val *StorageProjectIsoUpdate) *NullableStorageProjectIsoUpdate
func (NullableStorageProjectIsoUpdate) Get ¶
func (v NullableStorageProjectIsoUpdate) Get() *StorageProjectIsoUpdate
func (NullableStorageProjectIsoUpdate) IsSet ¶
func (v NullableStorageProjectIsoUpdate) IsSet() bool
func (NullableStorageProjectIsoUpdate) MarshalJSON ¶
func (v NullableStorageProjectIsoUpdate) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectIsoUpdate) Set ¶
func (v *NullableStorageProjectIsoUpdate) Set(val *StorageProjectIsoUpdate)
func (*NullableStorageProjectIsoUpdate) UnmarshalJSON ¶
func (v *NullableStorageProjectIsoUpdate) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectIsoUpdate) Unset ¶
func (v *NullableStorageProjectIsoUpdate) Unset()
type NullableStorageProjectVaultCreate ¶
type NullableStorageProjectVaultCreate struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectVaultCreate ¶
func NewNullableStorageProjectVaultCreate(val *StorageProjectVaultCreate) *NullableStorageProjectVaultCreate
func (NullableStorageProjectVaultCreate) Get ¶
func (v NullableStorageProjectVaultCreate) Get() *StorageProjectVaultCreate
func (NullableStorageProjectVaultCreate) IsSet ¶
func (v NullableStorageProjectVaultCreate) IsSet() bool
func (NullableStorageProjectVaultCreate) MarshalJSON ¶
func (v NullableStorageProjectVaultCreate) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectVaultCreate) Set ¶
func (v *NullableStorageProjectVaultCreate) Set(val *StorageProjectVaultCreate)
func (*NullableStorageProjectVaultCreate) UnmarshalJSON ¶
func (v *NullableStorageProjectVaultCreate) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectVaultCreate) Unset ¶
func (v *NullableStorageProjectVaultCreate) Unset()
type NullableStorageProjectVaultCredentialPatch ¶
type NullableStorageProjectVaultCredentialPatch struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectVaultCredentialPatch ¶
func NewNullableStorageProjectVaultCredentialPatch(val *StorageProjectVaultCredentialPatch) *NullableStorageProjectVaultCredentialPatch
func (NullableStorageProjectVaultCredentialPatch) IsSet ¶
func (v NullableStorageProjectVaultCredentialPatch) IsSet() bool
func (NullableStorageProjectVaultCredentialPatch) MarshalJSON ¶
func (v NullableStorageProjectVaultCredentialPatch) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectVaultCredentialPatch) Set ¶
func (v *NullableStorageProjectVaultCredentialPatch) Set(val *StorageProjectVaultCredentialPatch)
func (*NullableStorageProjectVaultCredentialPatch) UnmarshalJSON ¶
func (v *NullableStorageProjectVaultCredentialPatch) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectVaultCredentialPatch) Unset ¶
func (v *NullableStorageProjectVaultCredentialPatch) Unset()
type NullableStorageProjectVaultDelete ¶
type NullableStorageProjectVaultDelete struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectVaultDelete ¶
func NewNullableStorageProjectVaultDelete(val *StorageProjectVaultDelete) *NullableStorageProjectVaultDelete
func (NullableStorageProjectVaultDelete) Get ¶
func (v NullableStorageProjectVaultDelete) Get() *StorageProjectVaultDelete
func (NullableStorageProjectVaultDelete) IsSet ¶
func (v NullableStorageProjectVaultDelete) IsSet() bool
func (NullableStorageProjectVaultDelete) MarshalJSON ¶
func (v NullableStorageProjectVaultDelete) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectVaultDelete) Set ¶
func (v *NullableStorageProjectVaultDelete) Set(val *StorageProjectVaultDelete)
func (*NullableStorageProjectVaultDelete) UnmarshalJSON ¶
func (v *NullableStorageProjectVaultDelete) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectVaultDelete) Unset ¶
func (v *NullableStorageProjectVaultDelete) Unset()
type NullableStorageProjectVaultResize ¶
type NullableStorageProjectVaultResize struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectVaultResize ¶
func NewNullableStorageProjectVaultResize(val *StorageProjectVaultResize) *NullableStorageProjectVaultResize
func (NullableStorageProjectVaultResize) Get ¶
func (v NullableStorageProjectVaultResize) Get() *StorageProjectVaultResize
func (NullableStorageProjectVaultResize) IsSet ¶
func (v NullableStorageProjectVaultResize) IsSet() bool
func (NullableStorageProjectVaultResize) MarshalJSON ¶
func (v NullableStorageProjectVaultResize) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectVaultResize) Set ¶
func (v *NullableStorageProjectVaultResize) Set(val *StorageProjectVaultResize)
func (*NullableStorageProjectVaultResize) UnmarshalJSON ¶
func (v *NullableStorageProjectVaultResize) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectVaultResize) Unset ¶
func (v *NullableStorageProjectVaultResize) Unset()
type NullableStorageProjectVaultSnapshotCreate ¶
type NullableStorageProjectVaultSnapshotCreate struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectVaultSnapshotCreate ¶
func NewNullableStorageProjectVaultSnapshotCreate(val *StorageProjectVaultSnapshotCreate) *NullableStorageProjectVaultSnapshotCreate
func (NullableStorageProjectVaultSnapshotCreate) IsSet ¶
func (v NullableStorageProjectVaultSnapshotCreate) IsSet() bool
func (NullableStorageProjectVaultSnapshotCreate) MarshalJSON ¶
func (v NullableStorageProjectVaultSnapshotCreate) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectVaultSnapshotCreate) Set ¶
func (v *NullableStorageProjectVaultSnapshotCreate) Set(val *StorageProjectVaultSnapshotCreate)
func (*NullableStorageProjectVaultSnapshotCreate) UnmarshalJSON ¶
func (v *NullableStorageProjectVaultSnapshotCreate) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectVaultSnapshotCreate) Unset ¶
func (v *NullableStorageProjectVaultSnapshotCreate) Unset()
type NullableStorageProjectVaultUpdate ¶
type NullableStorageProjectVaultUpdate struct {
// contains filtered or unexported fields
}
func NewNullableStorageProjectVaultUpdate ¶
func NewNullableStorageProjectVaultUpdate(val *StorageProjectVaultUpdate) *NullableStorageProjectVaultUpdate
func (NullableStorageProjectVaultUpdate) Get ¶
func (v NullableStorageProjectVaultUpdate) Get() *StorageProjectVaultUpdate
func (NullableStorageProjectVaultUpdate) IsSet ¶
func (v NullableStorageProjectVaultUpdate) IsSet() bool
func (NullableStorageProjectVaultUpdate) MarshalJSON ¶
func (v NullableStorageProjectVaultUpdate) MarshalJSON() ([]byte, error)
func (*NullableStorageProjectVaultUpdate) Set ¶
func (v *NullableStorageProjectVaultUpdate) Set(val *StorageProjectVaultUpdate)
func (*NullableStorageProjectVaultUpdate) UnmarshalJSON ¶
func (v *NullableStorageProjectVaultUpdate) UnmarshalJSON(src []byte) error
func (*NullableStorageProjectVaultUpdate) Unset ¶
func (v *NullableStorageProjectVaultUpdate) Unset()
type NullableStorageS3credential ¶
type NullableStorageS3credential struct {
// contains filtered or unexported fields
}
func NewNullableStorageS3credential ¶
func NewNullableStorageS3credential(val *StorageS3credential) *NullableStorageS3credential
func (NullableStorageS3credential) Get ¶
func (v NullableStorageS3credential) Get() *StorageS3credential
func (NullableStorageS3credential) IsSet ¶
func (v NullableStorageS3credential) IsSet() bool
func (NullableStorageS3credential) MarshalJSON ¶
func (v NullableStorageS3credential) MarshalJSON() ([]byte, error)
func (*NullableStorageS3credential) Set ¶
func (v *NullableStorageS3credential) Set(val *StorageS3credential)
func (*NullableStorageS3credential) UnmarshalJSON ¶
func (v *NullableStorageS3credential) UnmarshalJSON(src []byte) error
func (*NullableStorageS3credential) Unset ¶
func (v *NullableStorageS3credential) Unset()
type NullableStorageSnapshot ¶
type NullableStorageSnapshot struct {
// contains filtered or unexported fields
}
func NewNullableStorageSnapshot ¶
func NewNullableStorageSnapshot(val *StorageSnapshot) *NullableStorageSnapshot
func (NullableStorageSnapshot) Get ¶
func (v NullableStorageSnapshot) Get() *StorageSnapshot
func (NullableStorageSnapshot) IsSet ¶
func (v NullableStorageSnapshot) IsSet() bool
func (NullableStorageSnapshot) MarshalJSON ¶
func (v NullableStorageSnapshot) MarshalJSON() ([]byte, error)
func (*NullableStorageSnapshot) Set ¶
func (v *NullableStorageSnapshot) Set(val *StorageSnapshot)
func (*NullableStorageSnapshot) UnmarshalJSON ¶
func (v *NullableStorageSnapshot) UnmarshalJSON(src []byte) error
func (*NullableStorageSnapshot) Unset ¶
func (v *NullableStorageSnapshot) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSupportMessage ¶
type NullableSupportMessage struct {
// contains filtered or unexported fields
}
func NewNullableSupportMessage ¶
func NewNullableSupportMessage(val *SupportMessage) *NullableSupportMessage
func (NullableSupportMessage) Get ¶
func (v NullableSupportMessage) Get() *SupportMessage
func (NullableSupportMessage) IsSet ¶
func (v NullableSupportMessage) IsSet() bool
func (NullableSupportMessage) MarshalJSON ¶
func (v NullableSupportMessage) MarshalJSON() ([]byte, error)
func (*NullableSupportMessage) Set ¶
func (v *NullableSupportMessage) Set(val *SupportMessage)
func (*NullableSupportMessage) UnmarshalJSON ¶
func (v *NullableSupportMessage) UnmarshalJSON(src []byte) error
func (*NullableSupportMessage) Unset ¶
func (v *NullableSupportMessage) Unset()
type NullableSupportProjectTicketCreate ¶
type NullableSupportProjectTicketCreate struct {
// contains filtered or unexported fields
}
func NewNullableSupportProjectTicketCreate ¶
func NewNullableSupportProjectTicketCreate(val *SupportProjectTicketCreate) *NullableSupportProjectTicketCreate
func (NullableSupportProjectTicketCreate) Get ¶
func (v NullableSupportProjectTicketCreate) Get() *SupportProjectTicketCreate
func (NullableSupportProjectTicketCreate) IsSet ¶
func (v NullableSupportProjectTicketCreate) IsSet() bool
func (NullableSupportProjectTicketCreate) MarshalJSON ¶
func (v NullableSupportProjectTicketCreate) MarshalJSON() ([]byte, error)
func (*NullableSupportProjectTicketCreate) Set ¶
func (v *NullableSupportProjectTicketCreate) Set(val *SupportProjectTicketCreate)
func (*NullableSupportProjectTicketCreate) UnmarshalJSON ¶
func (v *NullableSupportProjectTicketCreate) UnmarshalJSON(src []byte) error
func (*NullableSupportProjectTicketCreate) Unset ¶
func (v *NullableSupportProjectTicketCreate) Unset()
type NullableTag ¶
type NullableTag struct {
// contains filtered or unexported fields
}
func NewNullableTag ¶
func NewNullableTag(val *Tag) *NullableTag
func (NullableTag) Get ¶
func (v NullableTag) Get() *Tag
func (NullableTag) IsSet ¶
func (v NullableTag) IsSet() bool
func (NullableTag) MarshalJSON ¶
func (v NullableTag) MarshalJSON() ([]byte, error)
func (*NullableTag) Set ¶
func (v *NullableTag) Set(val *Tag)
func (*NullableTag) UnmarshalJSON ¶
func (v *NullableTag) UnmarshalJSON(src []byte) error
func (*NullableTag) Unset ¶
func (v *NullableTag) Unset()
type NullableTicket ¶
type NullableTicket struct {
// contains filtered or unexported fields
}
func NewNullableTicket ¶
func NewNullableTicket(val *Ticket) *NullableTicket
func (NullableTicket) Get ¶
func (v NullableTicket) Get() *Ticket
func (NullableTicket) IsSet ¶
func (v NullableTicket) IsSet() bool
func (NullableTicket) MarshalJSON ¶
func (v NullableTicket) MarshalJSON() ([]byte, error)
func (*NullableTicket) Set ¶
func (v *NullableTicket) Set(val *Ticket)
func (*NullableTicket) UnmarshalJSON ¶
func (v *NullableTicket) UnmarshalJSON(src []byte) error
func (*NullableTicket) Unset ¶
func (v *NullableTicket) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTransfer ¶
type NullableTransfer struct {
// contains filtered or unexported fields
}
func NewNullableTransfer ¶
func NewNullableTransfer(val *Transfer) *NullableTransfer
func (NullableTransfer) Get ¶
func (v NullableTransfer) Get() *Transfer
func (NullableTransfer) IsSet ¶
func (v NullableTransfer) IsSet() bool
func (NullableTransfer) MarshalJSON ¶
func (v NullableTransfer) MarshalJSON() ([]byte, error)
func (*NullableTransfer) Set ¶
func (v *NullableTransfer) Set(val *Transfer)
func (*NullableTransfer) UnmarshalJSON ¶
func (v *NullableTransfer) UnmarshalJSON(src []byte) error
func (*NullableTransfer) Unset ¶
func (v *NullableTransfer) Unset()
type NullableUser ¶
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶
func (v *NullableUser) Unset()
type NullableUserCredential ¶
type NullableUserCredential struct {
// contains filtered or unexported fields
}
func NewNullableUserCredential ¶
func NewNullableUserCredential(val *UserCredential) *NullableUserCredential
func (NullableUserCredential) Get ¶
func (v NullableUserCredential) Get() *UserCredential
func (NullableUserCredential) IsSet ¶
func (v NullableUserCredential) IsSet() bool
func (NullableUserCredential) MarshalJSON ¶
func (v NullableUserCredential) MarshalJSON() ([]byte, error)
func (*NullableUserCredential) Set ¶
func (v *NullableUserCredential) Set(val *UserCredential)
func (*NullableUserCredential) UnmarshalJSON ¶
func (v *NullableUserCredential) UnmarshalJSON(src []byte) error
func (*NullableUserCredential) Unset ¶
func (v *NullableUserCredential) Unset()
type NullableUserLimit ¶
type NullableUserLimit struct {
// contains filtered or unexported fields
}
func NewNullableUserLimit ¶
func NewNullableUserLimit(val *UserLimit) *NullableUserLimit
func (NullableUserLimit) Get ¶
func (v NullableUserLimit) Get() *UserLimit
func (NullableUserLimit) IsSet ¶
func (v NullableUserLimit) IsSet() bool
func (NullableUserLimit) MarshalJSON ¶
func (v NullableUserLimit) MarshalJSON() ([]byte, error)
func (*NullableUserLimit) Set ¶
func (v *NullableUserLimit) Set(val *UserLimit)
func (*NullableUserLimit) UnmarshalJSON ¶
func (v *NullableUserLimit) UnmarshalJSON(src []byte) error
func (*NullableUserLimit) Unset ¶
func (v *NullableUserLimit) Unset()
type NullableUserLimitOrganisation ¶
type NullableUserLimitOrganisation struct {
// contains filtered or unexported fields
}
func NewNullableUserLimitOrganisation ¶
func NewNullableUserLimitOrganisation(val *UserLimitOrganisation) *NullableUserLimitOrganisation
func (NullableUserLimitOrganisation) Get ¶
func (v NullableUserLimitOrganisation) Get() *UserLimitOrganisation
func (NullableUserLimitOrganisation) IsSet ¶
func (v NullableUserLimitOrganisation) IsSet() bool
func (NullableUserLimitOrganisation) MarshalJSON ¶
func (v NullableUserLimitOrganisation) MarshalJSON() ([]byte, error)
func (*NullableUserLimitOrganisation) Set ¶
func (v *NullableUserLimitOrganisation) Set(val *UserLimitOrganisation)
func (*NullableUserLimitOrganisation) UnmarshalJSON ¶
func (v *NullableUserLimitOrganisation) UnmarshalJSON(src []byte) error
func (*NullableUserLimitOrganisation) Unset ¶
func (v *NullableUserLimitOrganisation) Unset()
type NullableVault ¶
type NullableVault struct {
// contains filtered or unexported fields
}
func NewNullableVault ¶
func NewNullableVault(val *Vault) *NullableVault
func (NullableVault) Get ¶
func (v NullableVault) Get() *Vault
func (NullableVault) IsSet ¶
func (v NullableVault) IsSet() bool
func (NullableVault) MarshalJSON ¶
func (v NullableVault) MarshalJSON() ([]byte, error)
func (*NullableVault) Set ¶
func (v *NullableVault) Set(val *Vault)
func (*NullableVault) UnmarshalJSON ¶
func (v *NullableVault) UnmarshalJSON(src []byte) error
func (*NullableVault) Unset ¶
func (v *NullableVault) Unset()
type NullableVaultCredential ¶
type NullableVaultCredential struct {
// contains filtered or unexported fields
}
func NewNullableVaultCredential ¶
func NewNullableVaultCredential(val *VaultCredential) *NullableVaultCredential
func (NullableVaultCredential) Get ¶
func (v NullableVaultCredential) Get() *VaultCredential
func (NullableVaultCredential) IsSet ¶
func (v NullableVaultCredential) IsSet() bool
func (NullableVaultCredential) MarshalJSON ¶
func (v NullableVaultCredential) MarshalJSON() ([]byte, error)
func (*NullableVaultCredential) Set ¶
func (v *NullableVaultCredential) Set(val *VaultCredential)
func (*NullableVaultCredential) UnmarshalJSON ¶
func (v *NullableVaultCredential) UnmarshalJSON(src []byte) error
func (*NullableVaultCredential) Unset ¶
func (v *NullableVaultCredential) Unset()
type NullableVm ¶
type NullableVm struct {
// contains filtered or unexported fields
}
func NewNullableVm ¶
func NewNullableVm(val *Vm) *NullableVm
func (NullableVm) Get ¶
func (v NullableVm) Get() *Vm
func (NullableVm) IsSet ¶
func (v NullableVm) IsSet() bool
func (NullableVm) MarshalJSON ¶
func (v NullableVm) MarshalJSON() ([]byte, error)
func (*NullableVm) Set ¶
func (v *NullableVm) Set(val *Vm)
func (*NullableVm) UnmarshalJSON ¶
func (v *NullableVm) UnmarshalJSON(src []byte) error
func (*NullableVm) Unset ¶
func (v *NullableVm) Unset()
type NullableVmhost ¶
type NullableVmhost struct {
// contains filtered or unexported fields
}
func NewNullableVmhost ¶
func NewNullableVmhost(val *Vmhost) *NullableVmhost
func (NullableVmhost) Get ¶
func (v NullableVmhost) Get() *Vmhost
func (NullableVmhost) IsSet ¶
func (v NullableVmhost) IsSet() bool
func (NullableVmhost) MarshalJSON ¶
func (v NullableVmhost) MarshalJSON() ([]byte, error)
func (*NullableVmhost) Set ¶
func (v *NullableVmhost) Set(val *Vmhost)
func (*NullableVmhost) UnmarshalJSON ¶
func (v *NullableVmhost) UnmarshalJSON(src []byte) error
func (*NullableVmhost) Unset ¶
func (v *NullableVmhost) Unset()
type NullableZone ¶
type NullableZone struct {
// contains filtered or unexported fields
}
func NewNullableZone ¶
func NewNullableZone(val *Zone) *NullableZone
func (NullableZone) Get ¶
func (v NullableZone) Get() *Zone
func (NullableZone) IsSet ¶
func (v NullableZone) IsSet() bool
func (NullableZone) MarshalJSON ¶
func (v NullableZone) MarshalJSON() ([]byte, error)
func (*NullableZone) Set ¶
func (v *NullableZone) Set(val *Zone)
func (*NullableZone) UnmarshalJSON ¶
func (v *NullableZone) UnmarshalJSON(src []byte) error
func (*NullableZone) Unset ¶
func (v *NullableZone) Unset()
type NullableZoneSource ¶
type NullableZoneSource struct {
// contains filtered or unexported fields
}
func NewNullableZoneSource ¶
func NewNullableZoneSource(val *ZoneSource) *NullableZoneSource
func (NullableZoneSource) Get ¶
func (v NullableZoneSource) Get() *ZoneSource
func (NullableZoneSource) IsSet ¶
func (v NullableZoneSource) IsSet() bool
func (NullableZoneSource) MarshalJSON ¶
func (v NullableZoneSource) MarshalJSON() ([]byte, error)
func (*NullableZoneSource) Set ¶
func (v *NullableZoneSource) Set(val *ZoneSource)
func (*NullableZoneSource) UnmarshalJSON ¶
func (v *NullableZoneSource) UnmarshalJSON(src []byte) error
func (*NullableZoneSource) Unset ¶
func (v *NullableZoneSource) Unset()
type Organisation ¶
type Organisation struct { BankAccount *string `json:"bankAccount,omitempty"` Billing *OrganisationBilling `json:"billing,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` State *string `json:"state,omitempty"` Uri *string `json:"uri,omitempty"` }
Organisation struct for Organisation
func NewOrganisation ¶
func NewOrganisation(id string, name string) *Organisation
NewOrganisation instantiates a new Organisation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganisationWithDefaults ¶
func NewOrganisationWithDefaults() *Organisation
NewOrganisationWithDefaults instantiates a new Organisation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Organisation) GetBankAccount ¶
func (o *Organisation) GetBankAccount() string
GetBankAccount returns the BankAccount field value if set, zero value otherwise.
func (*Organisation) GetBankAccountOk ¶
func (o *Organisation) GetBankAccountOk() (*string, bool)
GetBankAccountOk returns a tuple with the BankAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organisation) GetBilling ¶
func (o *Organisation) GetBilling() OrganisationBilling
GetBilling returns the Billing field value if set, zero value otherwise.
func (*Organisation) GetBillingOk ¶
func (o *Organisation) GetBillingOk() (*OrganisationBilling, bool)
GetBillingOk returns a tuple with the Billing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organisation) GetCreatedBy ¶
func (o *Organisation) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Organisation) GetCreatedByOk ¶
func (o *Organisation) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organisation) GetCreatedOn ¶
func (o *Organisation) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Organisation) GetCreatedOnOk ¶
func (o *Organisation) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organisation) GetFlavour ¶
func (o *Organisation) GetFlavour() string
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Organisation) GetFlavourOk ¶
func (o *Organisation) GetFlavourOk() (*string, bool)
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organisation) GetId ¶
func (o *Organisation) GetId() string
GetId returns the Id field value
func (*Organisation) GetIdOk ¶
func (o *Organisation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Organisation) GetModifiedBy ¶
func (o *Organisation) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Organisation) GetModifiedByOk ¶
func (o *Organisation) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organisation) GetModifiedOn ¶
func (o *Organisation) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Organisation) GetModifiedOnOk ¶
func (o *Organisation) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organisation) GetName ¶
func (o *Organisation) GetName() string
GetName returns the Name field value
func (*Organisation) GetNameOk ¶
func (o *Organisation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Organisation) GetState ¶
func (o *Organisation) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*Organisation) GetStateOk ¶
func (o *Organisation) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organisation) GetUri ¶
func (o *Organisation) GetUri() string
GetUri returns the Uri field value if set, zero value otherwise.
func (*Organisation) GetUriOk ¶
func (o *Organisation) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organisation) HasBankAccount ¶
func (o *Organisation) HasBankAccount() bool
HasBankAccount returns a boolean if a field has been set.
func (*Organisation) HasBilling ¶
func (o *Organisation) HasBilling() bool
HasBilling returns a boolean if a field has been set.
func (*Organisation) HasCreatedBy ¶
func (o *Organisation) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*Organisation) HasCreatedOn ¶
func (o *Organisation) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*Organisation) HasFlavour ¶
func (o *Organisation) HasFlavour() bool
HasFlavour returns a boolean if a field has been set.
func (*Organisation) HasModifiedBy ¶
func (o *Organisation) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (*Organisation) HasModifiedOn ¶
func (o *Organisation) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*Organisation) HasState ¶
func (o *Organisation) HasState() bool
HasState returns a boolean if a field has been set.
func (*Organisation) HasUri ¶
func (o *Organisation) HasUri() bool
HasUri returns a boolean if a field has been set.
func (Organisation) MarshalJSON ¶
func (o Organisation) MarshalJSON() ([]byte, error)
func (*Organisation) SetBankAccount ¶
func (o *Organisation) SetBankAccount(v string)
SetBankAccount gets a reference to the given string and assigns it to the BankAccount field.
func (*Organisation) SetBilling ¶
func (o *Organisation) SetBilling(v OrganisationBilling)
SetBilling gets a reference to the given OrganisationBilling and assigns it to the Billing field.
func (*Organisation) SetCreatedBy ¶
func (o *Organisation) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Organisation) SetCreatedOn ¶
func (o *Organisation) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Organisation) SetFlavour ¶
func (o *Organisation) SetFlavour(v string)
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Organisation) SetModifiedBy ¶
func (o *Organisation) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Organisation) SetModifiedOn ¶
func (o *Organisation) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Organisation) SetState ¶
func (o *Organisation) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*Organisation) SetUri ¶
func (o *Organisation) SetUri(v string)
SetUri gets a reference to the given string and assigns it to the Uri field.
type OrganisationBilling ¶
type OrganisationBilling struct { Address *InvoiceSellerAddress `json:"address,omitempty"` Company *string `json:"company,omitempty"` Currency *string `json:"currency,omitempty"` Email *string `json:"email,omitempty"` Nip *string `json:"nip,omitempty"` }
OrganisationBilling struct for OrganisationBilling
func NewOrganisationBilling ¶
func NewOrganisationBilling() *OrganisationBilling
NewOrganisationBilling instantiates a new OrganisationBilling object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganisationBillingWithDefaults ¶
func NewOrganisationBillingWithDefaults() *OrganisationBilling
NewOrganisationBillingWithDefaults instantiates a new OrganisationBilling object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganisationBilling) GetAddress ¶
func (o *OrganisationBilling) GetAddress() InvoiceSellerAddress
GetAddress returns the Address field value if set, zero value otherwise.
func (*OrganisationBilling) GetAddressOk ¶
func (o *OrganisationBilling) GetAddressOk() (*InvoiceSellerAddress, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganisationBilling) GetCompany ¶
func (o *OrganisationBilling) GetCompany() string
GetCompany returns the Company field value if set, zero value otherwise.
func (*OrganisationBilling) GetCompanyOk ¶
func (o *OrganisationBilling) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganisationBilling) GetCurrency ¶
func (o *OrganisationBilling) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*OrganisationBilling) GetCurrencyOk ¶
func (o *OrganisationBilling) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganisationBilling) GetEmail ¶
func (o *OrganisationBilling) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*OrganisationBilling) GetEmailOk ¶
func (o *OrganisationBilling) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganisationBilling) GetNip ¶
func (o *OrganisationBilling) GetNip() string
GetNip returns the Nip field value if set, zero value otherwise.
func (*OrganisationBilling) GetNipOk ¶
func (o *OrganisationBilling) GetNipOk() (*string, bool)
GetNipOk returns a tuple with the Nip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganisationBilling) HasAddress ¶
func (o *OrganisationBilling) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*OrganisationBilling) HasCompany ¶
func (o *OrganisationBilling) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (*OrganisationBilling) HasCurrency ¶
func (o *OrganisationBilling) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*OrganisationBilling) HasEmail ¶
func (o *OrganisationBilling) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*OrganisationBilling) HasNip ¶
func (o *OrganisationBilling) HasNip() bool
HasNip returns a boolean if a field has been set.
func (OrganisationBilling) MarshalJSON ¶
func (o OrganisationBilling) MarshalJSON() ([]byte, error)
func (*OrganisationBilling) SetAddress ¶
func (o *OrganisationBilling) SetAddress(v InvoiceSellerAddress)
SetAddress gets a reference to the given InvoiceSellerAddress and assigns it to the Address field.
func (*OrganisationBilling) SetCompany ¶
func (o *OrganisationBilling) SetCompany(v string)
SetCompany gets a reference to the given string and assigns it to the Company field.
func (*OrganisationBilling) SetCurrency ¶
func (o *OrganisationBilling) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*OrganisationBilling) SetEmail ¶
func (o *OrganisationBilling) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*OrganisationBilling) SetNip ¶
func (o *OrganisationBilling) SetNip(v string)
SetNip gets a reference to the given string and assigns it to the Nip field.
type OrganisationBilling1 ¶
type OrganisationBilling1 struct { Address *BillingAddress1 `json:"address,omitempty"` Company *string `json:"company,omitempty"` Email *string `json:"email,omitempty"` }
OrganisationBilling1 struct for OrganisationBilling1
func NewOrganisationBilling1 ¶
func NewOrganisationBilling1() *OrganisationBilling1
NewOrganisationBilling1 instantiates a new OrganisationBilling1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganisationBilling1WithDefaults ¶
func NewOrganisationBilling1WithDefaults() *OrganisationBilling1
NewOrganisationBilling1WithDefaults instantiates a new OrganisationBilling1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganisationBilling1) GetAddress ¶
func (o *OrganisationBilling1) GetAddress() BillingAddress1
GetAddress returns the Address field value if set, zero value otherwise.
func (*OrganisationBilling1) GetAddressOk ¶
func (o *OrganisationBilling1) GetAddressOk() (*BillingAddress1, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganisationBilling1) GetCompany ¶
func (o *OrganisationBilling1) GetCompany() string
GetCompany returns the Company field value if set, zero value otherwise.
func (*OrganisationBilling1) GetCompanyOk ¶
func (o *OrganisationBilling1) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganisationBilling1) GetEmail ¶
func (o *OrganisationBilling1) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*OrganisationBilling1) GetEmailOk ¶
func (o *OrganisationBilling1) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganisationBilling1) HasAddress ¶
func (o *OrganisationBilling1) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*OrganisationBilling1) HasCompany ¶
func (o *OrganisationBilling1) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (*OrganisationBilling1) HasEmail ¶
func (o *OrganisationBilling1) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (OrganisationBilling1) MarshalJSON ¶
func (o OrganisationBilling1) MarshalJSON() ([]byte, error)
func (*OrganisationBilling1) SetAddress ¶
func (o *OrganisationBilling1) SetAddress(v BillingAddress1)
SetAddress gets a reference to the given BillingAddress1 and assigns it to the Address field.
func (*OrganisationBilling1) SetCompany ¶
func (o *OrganisationBilling1) SetCompany(v string)
SetCompany gets a reference to the given string and assigns it to the Company field.
func (*OrganisationBilling1) SetEmail ¶
func (o *OrganisationBilling1) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
type Ownership ¶
Ownership struct for Ownership
func NewOwnership ¶
NewOwnership instantiates a new Ownership object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOwnershipWithDefaults ¶
func NewOwnershipWithDefaults() *Ownership
NewOwnershipWithDefaults instantiates a new Ownership object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ownership) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Ownership) GetUserOk ¶
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (Ownership) MarshalJSON ¶
type Payment ¶
type Payment struct { Amount *float32 `json:"amount,omitempty"` Channel *string `json:"channel,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Credits *float32 `json:"credits,omitempty"` CreditsFree *float32 `json:"creditsFree,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name *string `json:"name,omitempty"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Uri *string `json:"uri,omitempty"` }
Payment struct for Payment
func NewPayment ¶
NewPayment instantiates a new Payment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaymentWithDefaults ¶
func NewPaymentWithDefaults() *Payment
NewPaymentWithDefaults instantiates a new Payment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Payment) GetAmountOk ¶
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetChannel ¶
GetChannel returns the Channel field value if set, zero value otherwise.
func (*Payment) GetChannelOk ¶
GetChannelOk returns a tuple with the Channel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Payment) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Payment) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetCredits ¶
GetCredits returns the Credits field value if set, zero value otherwise.
func (*Payment) GetCreditsFree ¶
GetCreditsFree returns the CreditsFree field value if set, zero value otherwise.
func (*Payment) GetCreditsFreeOk ¶
GetCreditsFreeOk returns a tuple with the CreditsFree field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetCreditsOk ¶
GetCreditsOk returns a tuple with the Credits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Payment) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Payment) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Payment) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Payment) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Payment) HasChannel ¶
HasChannel returns a boolean if a field has been set.
func (*Payment) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Payment) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Payment) HasCredits ¶
HasCredits returns a boolean if a field has been set.
func (*Payment) HasCreditsFree ¶
HasCreditsFree returns a boolean if a field has been set.
func (*Payment) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Payment) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Payment) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Payment) MarshalJSON ¶
func (*Payment) SetAmount ¶
SetAmount gets a reference to the given float32 and assigns it to the Amount field.
func (*Payment) SetChannel ¶
SetChannel gets a reference to the given string and assigns it to the Channel field.
func (*Payment) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Payment) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Payment) SetCredits ¶
SetCredits gets a reference to the given float32 and assigns it to the Credits field.
func (*Payment) SetCreditsFree ¶
SetCreditsFree gets a reference to the given float32 and assigns it to the CreditsFree field.
func (*Payment) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Payment) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Payment) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Payment) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
type Point ¶
type Point struct { Dimension *map[string]string `json:"dimension,omitempty"` Value []PointValue `json:"value,omitempty"` }
Point struct for Point
func NewPoint ¶
func NewPoint() *Point
NewPoint instantiates a new Point object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointWithDefaults ¶
func NewPointWithDefaults() *Point
NewPointWithDefaults instantiates a new Point object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Point) GetDimension ¶
GetDimension returns the Dimension field value if set, zero value otherwise.
func (*Point) GetDimensionOk ¶
GetDimensionOk returns a tuple with the Dimension field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Point) GetValue ¶
func (o *Point) GetValue() []PointValue
GetValue returns the Value field value if set, zero value otherwise.
func (*Point) GetValueOk ¶
func (o *Point) GetValueOk() ([]PointValue, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Point) HasDimension ¶
HasDimension returns a boolean if a field has been set.
func (Point) MarshalJSON ¶
func (*Point) SetDimension ¶
SetDimension gets a reference to the given map[string]string and assigns it to the Dimension field.
func (*Point) SetValue ¶
func (o *Point) SetValue(v []PointValue)
SetValue gets a reference to the given []PointValue and assigns it to the Value field.
type PointValue ¶
PointValue struct for PointValue
func NewPointValue ¶
func NewPointValue(time time.Time, value float32) *PointValue
NewPointValue instantiates a new PointValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointValueWithDefaults ¶
func NewPointValueWithDefaults() *PointValue
NewPointValueWithDefaults instantiates a new PointValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointValue) GetTime ¶
func (o *PointValue) GetTime() time.Time
GetTime returns the Time field value
func (*PointValue) GetTimeOk ¶
func (o *PointValue) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value and a boolean to check if the value has been set.
func (*PointValue) GetValue ¶
func (o *PointValue) GetValue() float32
GetValue returns the Value field value
func (*PointValue) GetValueOk ¶
func (o *PointValue) GetValueOk() (*float32, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (PointValue) MarshalJSON ¶
func (o PointValue) MarshalJSON() ([]byte, error)
type Policy ¶
type Policy struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Organisation *string `json:"organisation,omitempty"` Project *string `json:"project,omitempty"` Resource *string `json:"resource,omitempty"` Role *string `json:"role,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Policy struct for Policy
func NewPolicy ¶
NewPolicy instantiates a new Policy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolicyWithDefaults ¶
func NewPolicyWithDefaults() *Policy
NewPolicyWithDefaults instantiates a new Policy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Policy) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Policy) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Policy) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Policy) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Policy) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Policy) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Policy) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Policy) GetOrganisation ¶
GetOrganisation returns the Organisation field value if set, zero value otherwise.
func (*Policy) GetOrganisationOk ¶
GetOrganisationOk returns a tuple with the Organisation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Policy) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetResource ¶
GetResource returns the Resource field value if set, zero value otherwise.
func (*Policy) GetResourceOk ¶
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetRoleOk ¶
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Policy) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Policy) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Policy) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Policy) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Policy) HasOrganisation ¶
HasOrganisation returns a boolean if a field has been set.
func (*Policy) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Policy) HasResource ¶
HasResource returns a boolean if a field has been set.
func (Policy) MarshalJSON ¶
func (*Policy) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Policy) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Policy) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Policy) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Policy) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Policy) SetOrganisation ¶
SetOrganisation gets a reference to the given string and assigns it to the Organisation field.
func (*Policy) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Policy) SetResource ¶
SetResource gets a reference to the given string and assigns it to the Resource field.
func (*Policy) SetRole ¶
SetRole gets a reference to the given string and assigns it to the Role field.
func (*Policy) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type Proforma ¶
type Proforma struct { Array *ProformaArray `json:"__array__,omitempty"` Buyer *InvoiceBuyer `json:"buyer,omitempty"` Id *string `json:"id,omitempty"` InvoiceNo *string `json:"invoiceNo,omitempty"` IssueDate *time.Time `json:"issueDate,omitempty"` Items []InvoiceItems `json:"items,omitempty"` Project *string `json:"project,omitempty"` Seller *ProformaSeller `json:"seller,omitempty"` Summary *string `json:"summary,omitempty"` Uri *string `json:"uri,omitempty"` }
Proforma struct for Proforma
func NewProforma ¶
func NewProforma() *Proforma
NewProforma instantiates a new Proforma object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProformaWithDefaults ¶
func NewProformaWithDefaults() *Proforma
NewProformaWithDefaults instantiates a new Proforma object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Proforma) GetArray ¶
func (o *Proforma) GetArray() ProformaArray
GetArray returns the Array field value if set, zero value otherwise.
func (*Proforma) GetArrayOk ¶
func (o *Proforma) GetArrayOk() (*ProformaArray, bool)
GetArrayOk returns a tuple with the Array field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proforma) GetBuyer ¶
func (o *Proforma) GetBuyer() InvoiceBuyer
GetBuyer returns the Buyer field value if set, zero value otherwise.
func (*Proforma) GetBuyerOk ¶
func (o *Proforma) GetBuyerOk() (*InvoiceBuyer, bool)
GetBuyerOk returns a tuple with the Buyer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proforma) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proforma) GetInvoiceNo ¶
GetInvoiceNo returns the InvoiceNo field value if set, zero value otherwise.
func (*Proforma) GetInvoiceNoOk ¶
GetInvoiceNoOk returns a tuple with the InvoiceNo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proforma) GetIssueDate ¶
GetIssueDate returns the IssueDate field value if set, zero value otherwise.
func (*Proforma) GetIssueDateOk ¶
GetIssueDateOk returns a tuple with the IssueDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proforma) GetItems ¶
func (o *Proforma) GetItems() []InvoiceItems
GetItems returns the Items field value if set, zero value otherwise.
func (*Proforma) GetItemsOk ¶
func (o *Proforma) GetItemsOk() ([]InvoiceItems, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proforma) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Proforma) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proforma) GetSeller ¶
func (o *Proforma) GetSeller() ProformaSeller
GetSeller returns the Seller field value if set, zero value otherwise.
func (*Proforma) GetSellerOk ¶
func (o *Proforma) GetSellerOk() (*ProformaSeller, bool)
GetSellerOk returns a tuple with the Seller field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proforma) GetSummary ¶
GetSummary returns the Summary field value if set, zero value otherwise.
func (*Proforma) GetSummaryOk ¶
GetSummaryOk returns a tuple with the Summary field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proforma) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proforma) HasInvoiceNo ¶
HasInvoiceNo returns a boolean if a field has been set.
func (*Proforma) HasIssueDate ¶
HasIssueDate returns a boolean if a field has been set.
func (*Proforma) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Proforma) HasSummary ¶
HasSummary returns a boolean if a field has been set.
func (Proforma) MarshalJSON ¶
func (*Proforma) SetArray ¶
func (o *Proforma) SetArray(v ProformaArray)
SetArray gets a reference to the given ProformaArray and assigns it to the Array field.
func (*Proforma) SetBuyer ¶
func (o *Proforma) SetBuyer(v InvoiceBuyer)
SetBuyer gets a reference to the given InvoiceBuyer and assigns it to the Buyer field.
func (*Proforma) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*Proforma) SetInvoiceNo ¶
SetInvoiceNo gets a reference to the given string and assigns it to the InvoiceNo field.
func (*Proforma) SetIssueDate ¶
SetIssueDate gets a reference to the given time.Time and assigns it to the IssueDate field.
func (*Proforma) SetItems ¶
func (o *Proforma) SetItems(v []InvoiceItems)
SetItems gets a reference to the given []InvoiceItems and assigns it to the Items field.
func (*Proforma) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Proforma) SetSeller ¶
func (o *Proforma) SetSeller(v ProformaSeller)
SetSeller gets a reference to the given ProformaSeller and assigns it to the Seller field.
func (*Proforma) SetSummary ¶
SetSummary gets a reference to the given string and assigns it to the Summary field.
type ProformaArray ¶
type ProformaArray struct { Id *string `json:"id,omitempty"` InvoiceNo *string `json:"invoiceNo,omitempty"` IssueDate *time.Time `json:"issueDate,omitempty"` Project *string `json:"project,omitempty"` Summary *string `json:"summary,omitempty"` Uri *string `json:"uri,omitempty"` }
ProformaArray struct for ProformaArray
func NewProformaArray ¶
func NewProformaArray() *ProformaArray
NewProformaArray instantiates a new ProformaArray object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProformaArrayWithDefaults ¶
func NewProformaArrayWithDefaults() *ProformaArray
NewProformaArrayWithDefaults instantiates a new ProformaArray object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProformaArray) GetId ¶
func (o *ProformaArray) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProformaArray) GetIdOk ¶
func (o *ProformaArray) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProformaArray) GetInvoiceNo ¶
func (o *ProformaArray) GetInvoiceNo() string
GetInvoiceNo returns the InvoiceNo field value if set, zero value otherwise.
func (*ProformaArray) GetInvoiceNoOk ¶
func (o *ProformaArray) GetInvoiceNoOk() (*string, bool)
GetInvoiceNoOk returns a tuple with the InvoiceNo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProformaArray) GetIssueDate ¶
func (o *ProformaArray) GetIssueDate() time.Time
GetIssueDate returns the IssueDate field value if set, zero value otherwise.
func (*ProformaArray) GetIssueDateOk ¶
func (o *ProformaArray) GetIssueDateOk() (*time.Time, bool)
GetIssueDateOk returns a tuple with the IssueDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProformaArray) GetProject ¶
func (o *ProformaArray) GetProject() string
GetProject returns the Project field value if set, zero value otherwise.
func (*ProformaArray) GetProjectOk ¶
func (o *ProformaArray) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProformaArray) GetSummary ¶
func (o *ProformaArray) GetSummary() string
GetSummary returns the Summary field value if set, zero value otherwise.
func (*ProformaArray) GetSummaryOk ¶
func (o *ProformaArray) GetSummaryOk() (*string, bool)
GetSummaryOk returns a tuple with the Summary field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProformaArray) GetUri ¶
func (o *ProformaArray) GetUri() string
GetUri returns the Uri field value if set, zero value otherwise.
func (*ProformaArray) GetUriOk ¶
func (o *ProformaArray) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProformaArray) HasId ¶
func (o *ProformaArray) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProformaArray) HasInvoiceNo ¶
func (o *ProformaArray) HasInvoiceNo() bool
HasInvoiceNo returns a boolean if a field has been set.
func (*ProformaArray) HasIssueDate ¶
func (o *ProformaArray) HasIssueDate() bool
HasIssueDate returns a boolean if a field has been set.
func (*ProformaArray) HasProject ¶
func (o *ProformaArray) HasProject() bool
HasProject returns a boolean if a field has been set.
func (*ProformaArray) HasSummary ¶
func (o *ProformaArray) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (*ProformaArray) HasUri ¶
func (o *ProformaArray) HasUri() bool
HasUri returns a boolean if a field has been set.
func (ProformaArray) MarshalJSON ¶
func (o ProformaArray) MarshalJSON() ([]byte, error)
func (*ProformaArray) SetId ¶
func (o *ProformaArray) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProformaArray) SetInvoiceNo ¶
func (o *ProformaArray) SetInvoiceNo(v string)
SetInvoiceNo gets a reference to the given string and assigns it to the InvoiceNo field.
func (*ProformaArray) SetIssueDate ¶
func (o *ProformaArray) SetIssueDate(v time.Time)
SetIssueDate gets a reference to the given time.Time and assigns it to the IssueDate field.
func (*ProformaArray) SetProject ¶
func (o *ProformaArray) SetProject(v string)
SetProject gets a reference to the given string and assigns it to the Project field.
func (*ProformaArray) SetSummary ¶
func (o *ProformaArray) SetSummary(v string)
SetSummary gets a reference to the given string and assigns it to the Summary field.
func (*ProformaArray) SetUri ¶
func (o *ProformaArray) SetUri(v string)
SetUri gets a reference to the given string and assigns it to the Uri field.
type ProformaSeller ¶
type ProformaSeller struct { Address *InvoiceSellerAddress `json:"address,omitempty"` Company string `json:"company"` Iban string `json:"iban"` Nip string `json:"nip"` }
ProformaSeller struct for ProformaSeller
func NewProformaSeller ¶
func NewProformaSeller(company string, iban string, nip string) *ProformaSeller
NewProformaSeller instantiates a new ProformaSeller object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProformaSellerWithDefaults ¶
func NewProformaSellerWithDefaults() *ProformaSeller
NewProformaSellerWithDefaults instantiates a new ProformaSeller object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProformaSeller) GetAddress ¶
func (o *ProformaSeller) GetAddress() InvoiceSellerAddress
GetAddress returns the Address field value if set, zero value otherwise.
func (*ProformaSeller) GetAddressOk ¶
func (o *ProformaSeller) GetAddressOk() (*InvoiceSellerAddress, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProformaSeller) GetCompany ¶
func (o *ProformaSeller) GetCompany() string
GetCompany returns the Company field value
func (*ProformaSeller) GetCompanyOk ¶
func (o *ProformaSeller) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field value and a boolean to check if the value has been set.
func (*ProformaSeller) GetIban ¶
func (o *ProformaSeller) GetIban() string
GetIban returns the Iban field value
func (*ProformaSeller) GetIbanOk ¶
func (o *ProformaSeller) GetIbanOk() (*string, bool)
GetIbanOk returns a tuple with the Iban field value and a boolean to check if the value has been set.
func (*ProformaSeller) GetNip ¶
func (o *ProformaSeller) GetNip() string
GetNip returns the Nip field value
func (*ProformaSeller) GetNipOk ¶
func (o *ProformaSeller) GetNipOk() (*string, bool)
GetNipOk returns a tuple with the Nip field value and a boolean to check if the value has been set.
func (*ProformaSeller) HasAddress ¶
func (o *ProformaSeller) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (ProformaSeller) MarshalJSON ¶
func (o ProformaSeller) MarshalJSON() ([]byte, error)
func (*ProformaSeller) SetAddress ¶
func (o *ProformaSeller) SetAddress(v InvoiceSellerAddress)
SetAddress gets a reference to the given InvoiceSellerAddress and assigns it to the Address field.
func (*ProformaSeller) SetCompany ¶
func (o *ProformaSeller) SetCompany(v string)
SetCompany sets field value
func (*ProformaSeller) SetIban ¶
func (o *ProformaSeller) SetIban(v string)
SetIban sets field value
type Project ¶
type Project struct { BankAccount *string `json:"bankAccount,omitempty"` Billing *ProjectBilling `json:"billing,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Organisation *string `json:"organisation,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Project struct for Project
func NewProject ¶
NewProject instantiates a new Project object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectWithDefaults ¶
func NewProjectWithDefaults() *Project
NewProjectWithDefaults instantiates a new Project object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Project) GetBankAccount ¶
GetBankAccount returns the BankAccount field value if set, zero value otherwise.
func (*Project) GetBankAccountOk ¶
GetBankAccountOk returns a tuple with the BankAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetBilling ¶
func (o *Project) GetBilling() ProjectBilling
GetBilling returns the Billing field value if set, zero value otherwise.
func (*Project) GetBillingOk ¶
func (o *Project) GetBillingOk() (*ProjectBilling, bool)
GetBillingOk returns a tuple with the Billing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Project) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Project) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Project) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Project) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Project) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Project) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Project) GetOrganisation ¶
GetOrganisation returns the Organisation field value if set, zero value otherwise.
func (*Project) GetOrganisationOk ¶
GetOrganisationOk returns a tuple with the Organisation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Project) HasBankAccount ¶
HasBankAccount returns a boolean if a field has been set.
func (*Project) HasBilling ¶
HasBilling returns a boolean if a field has been set.
func (*Project) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Project) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Project) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Project) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Project) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Project) HasOrganisation ¶
HasOrganisation returns a boolean if a field has been set.
func (Project) MarshalJSON ¶
func (*Project) SetBankAccount ¶
SetBankAccount gets a reference to the given string and assigns it to the BankAccount field.
func (*Project) SetBilling ¶
func (o *Project) SetBilling(v ProjectBilling)
SetBilling gets a reference to the given ProjectBilling and assigns it to the Billing field.
func (*Project) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Project) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Project) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Project) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Project) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Project) SetOrganisation ¶
SetOrganisation gets a reference to the given string and assigns it to the Organisation field.
func (*Project) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type ProjectBilling ¶
type ProjectBilling struct { CreditLimit *float32 `json:"creditLimit,omitempty"` Credits *float32 `json:"credits,omitempty"` CreditsBonus *float32 `json:"creditsBonus,omitempty"` }
ProjectBilling struct for ProjectBilling
func NewProjectBilling ¶
func NewProjectBilling() *ProjectBilling
NewProjectBilling instantiates a new ProjectBilling object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectBillingWithDefaults ¶
func NewProjectBillingWithDefaults() *ProjectBilling
NewProjectBillingWithDefaults instantiates a new ProjectBilling object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProjectBilling) GetCreditLimit ¶
func (o *ProjectBilling) GetCreditLimit() float32
GetCreditLimit returns the CreditLimit field value if set, zero value otherwise.
func (*ProjectBilling) GetCreditLimitOk ¶
func (o *ProjectBilling) GetCreditLimitOk() (*float32, bool)
GetCreditLimitOk returns a tuple with the CreditLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBilling) GetCredits ¶
func (o *ProjectBilling) GetCredits() float32
GetCredits returns the Credits field value if set, zero value otherwise.
func (*ProjectBilling) GetCreditsBonus ¶
func (o *ProjectBilling) GetCreditsBonus() float32
GetCreditsBonus returns the CreditsBonus field value if set, zero value otherwise.
func (*ProjectBilling) GetCreditsBonusOk ¶
func (o *ProjectBilling) GetCreditsBonusOk() (*float32, bool)
GetCreditsBonusOk returns a tuple with the CreditsBonus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBilling) GetCreditsOk ¶
func (o *ProjectBilling) GetCreditsOk() (*float32, bool)
GetCreditsOk returns a tuple with the Credits field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectBilling) HasCreditLimit ¶
func (o *ProjectBilling) HasCreditLimit() bool
HasCreditLimit returns a boolean if a field has been set.
func (*ProjectBilling) HasCredits ¶
func (o *ProjectBilling) HasCredits() bool
HasCredits returns a boolean if a field has been set.
func (*ProjectBilling) HasCreditsBonus ¶
func (o *ProjectBilling) HasCreditsBonus() bool
HasCreditsBonus returns a boolean if a field has been set.
func (ProjectBilling) MarshalJSON ¶
func (o ProjectBilling) MarshalJSON() ([]byte, error)
func (*ProjectBilling) SetCreditLimit ¶
func (o *ProjectBilling) SetCreditLimit(v float32)
SetCreditLimit gets a reference to the given float32 and assigns it to the CreditLimit field.
func (*ProjectBilling) SetCredits ¶
func (o *ProjectBilling) SetCredits(v float32)
SetCredits gets a reference to the given float32 and assigns it to the Credits field.
func (*ProjectBilling) SetCreditsBonus ¶
func (o *ProjectBilling) SetCreditsBonus(v float32)
SetCreditsBonus gets a reference to the given float32 and assigns it to the CreditsBonus field.
type ProjectCredential ¶
type ProjectCredential struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Fingerprint *string `json:"fingerprint,omitempty"` Id *string `json:"id,omitempty"` Name string `json:"name"` Token *string `json:"token,omitempty"` Type string `json:"type"` Value string `json:"value"` }
ProjectCredential struct for ProjectCredential
func NewProjectCredential ¶
func NewProjectCredential(name string, type_ string, value string) *ProjectCredential
NewProjectCredential instantiates a new ProjectCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectCredentialWithDefaults ¶
func NewProjectCredentialWithDefaults() *ProjectCredential
NewProjectCredentialWithDefaults instantiates a new ProjectCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProjectCredential) GetCreatedBy ¶
func (o *ProjectCredential) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*ProjectCredential) GetCreatedByOk ¶
func (o *ProjectCredential) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectCredential) GetCreatedOn ¶
func (o *ProjectCredential) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*ProjectCredential) GetCreatedOnOk ¶
func (o *ProjectCredential) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectCredential) GetFingerprint ¶
func (o *ProjectCredential) GetFingerprint() string
GetFingerprint returns the Fingerprint field value if set, zero value otherwise.
func (*ProjectCredential) GetFingerprintOk ¶
func (o *ProjectCredential) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectCredential) GetId ¶
func (o *ProjectCredential) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProjectCredential) GetIdOk ¶
func (o *ProjectCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectCredential) GetName ¶
func (o *ProjectCredential) GetName() string
GetName returns the Name field value
func (*ProjectCredential) GetNameOk ¶
func (o *ProjectCredential) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProjectCredential) GetToken ¶
func (o *ProjectCredential) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*ProjectCredential) GetTokenOk ¶
func (o *ProjectCredential) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectCredential) GetType ¶
func (o *ProjectCredential) GetType() string
GetType returns the Type field value
func (*ProjectCredential) GetTypeOk ¶
func (o *ProjectCredential) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ProjectCredential) GetValue ¶
func (o *ProjectCredential) GetValue() string
GetValue returns the Value field value
func (*ProjectCredential) GetValueOk ¶
func (o *ProjectCredential) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*ProjectCredential) HasCreatedBy ¶
func (o *ProjectCredential) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*ProjectCredential) HasCreatedOn ¶
func (o *ProjectCredential) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*ProjectCredential) HasFingerprint ¶
func (o *ProjectCredential) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (*ProjectCredential) HasId ¶
func (o *ProjectCredential) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProjectCredential) HasToken ¶
func (o *ProjectCredential) HasToken() bool
HasToken returns a boolean if a field has been set.
func (ProjectCredential) MarshalJSON ¶
func (o ProjectCredential) MarshalJSON() ([]byte, error)
func (*ProjectCredential) SetCreatedBy ¶
func (o *ProjectCredential) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*ProjectCredential) SetCreatedOn ¶
func (o *ProjectCredential) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*ProjectCredential) SetFingerprint ¶
func (o *ProjectCredential) SetFingerprint(v string)
SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.
func (*ProjectCredential) SetId ¶
func (o *ProjectCredential) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProjectCredential) SetName ¶
func (o *ProjectCredential) SetName(v string)
SetName sets field value
func (*ProjectCredential) SetToken ¶
func (o *ProjectCredential) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*ProjectCredential) SetType ¶
func (o *ProjectCredential) SetType(v string)
SetType sets field value
func (*ProjectCredential) SetValue ¶
func (o *ProjectCredential) SetValue(v string)
SetValue sets field value
type ProjectFeature ¶
type ProjectFeature struct {
EarlyAdopter *bool `json:"earlyAdopter,omitempty"`
}
ProjectFeature struct for ProjectFeature
func NewProjectFeature ¶
func NewProjectFeature() *ProjectFeature
NewProjectFeature instantiates a new ProjectFeature object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectFeatureWithDefaults ¶
func NewProjectFeatureWithDefaults() *ProjectFeature
NewProjectFeatureWithDefaults instantiates a new ProjectFeature object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProjectFeature) GetEarlyAdopter ¶
func (o *ProjectFeature) GetEarlyAdopter() bool
GetEarlyAdopter returns the EarlyAdopter field value if set, zero value otherwise.
func (*ProjectFeature) GetEarlyAdopterOk ¶
func (o *ProjectFeature) GetEarlyAdopterOk() (*bool, bool)
GetEarlyAdopterOk returns a tuple with the EarlyAdopter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectFeature) HasEarlyAdopter ¶
func (o *ProjectFeature) HasEarlyAdopter() bool
HasEarlyAdopter returns a boolean if a field has been set.
func (ProjectFeature) MarshalJSON ¶
func (o ProjectFeature) MarshalJSON() ([]byte, error)
func (*ProjectFeature) SetEarlyAdopter ¶
func (o *ProjectFeature) SetEarlyAdopter(v bool)
SetEarlyAdopter gets a reference to the given bool and assigns it to the EarlyAdopter field.
type ProjectThreshold ¶
type ProjectThreshold struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` Uri *string `json:"uri,omitempty"` Value *float32 `json:"value,omitempty"` }
ProjectThreshold struct for ProjectThreshold
func NewProjectThreshold ¶
func NewProjectThreshold() *ProjectThreshold
NewProjectThreshold instantiates a new ProjectThreshold object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectThresholdWithDefaults ¶
func NewProjectThresholdWithDefaults() *ProjectThreshold
NewProjectThresholdWithDefaults instantiates a new ProjectThreshold object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProjectThreshold) GetId ¶
func (o *ProjectThreshold) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProjectThreshold) GetIdOk ¶
func (o *ProjectThreshold) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectThreshold) GetName ¶
func (o *ProjectThreshold) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ProjectThreshold) GetNameOk ¶
func (o *ProjectThreshold) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectThreshold) GetType ¶
func (o *ProjectThreshold) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProjectThreshold) GetTypeOk ¶
func (o *ProjectThreshold) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectThreshold) GetUri ¶
func (o *ProjectThreshold) GetUri() string
GetUri returns the Uri field value if set, zero value otherwise.
func (*ProjectThreshold) GetUriOk ¶
func (o *ProjectThreshold) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectThreshold) GetValue ¶
func (o *ProjectThreshold) GetValue() float32
GetValue returns the Value field value if set, zero value otherwise.
func (*ProjectThreshold) GetValueOk ¶
func (o *ProjectThreshold) GetValueOk() (*float32, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectThreshold) HasId ¶
func (o *ProjectThreshold) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProjectThreshold) HasName ¶
func (o *ProjectThreshold) HasName() bool
HasName returns a boolean if a field has been set.
func (*ProjectThreshold) HasType ¶
func (o *ProjectThreshold) HasType() bool
HasType returns a boolean if a field has been set.
func (*ProjectThreshold) HasUri ¶
func (o *ProjectThreshold) HasUri() bool
HasUri returns a boolean if a field has been set.
func (*ProjectThreshold) HasValue ¶
func (o *ProjectThreshold) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ProjectThreshold) MarshalJSON ¶
func (o ProjectThreshold) MarshalJSON() ([]byte, error)
func (*ProjectThreshold) SetId ¶
func (o *ProjectThreshold) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProjectThreshold) SetName ¶
func (o *ProjectThreshold) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ProjectThreshold) SetType ¶
func (o *ProjectThreshold) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ProjectThreshold) SetUri ¶
func (o *ProjectThreshold) SetUri(v string)
SetUri gets a reference to the given string and assigns it to the Uri field.
func (*ProjectThreshold) SetValue ¶
func (o *ProjectThreshold) SetValue(v float32)
SetValue gets a reference to the given float32 and assigns it to the Value field.
type ProviderAgentResource ¶
type ProviderAgentResource struct { CreatedOn *time.Time `json:"createdOn,omitempty"` Id string `json:"id"` Name *string `json:"name,omitempty"` Project *string `json:"project,omitempty"` Resource *string `json:"resource,omitempty"` State *string `json:"state,omitempty"` }
ProviderAgentResource struct for ProviderAgentResource
func NewProviderAgentResource ¶
func NewProviderAgentResource(id string) *ProviderAgentResource
NewProviderAgentResource instantiates a new ProviderAgentResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProviderAgentResourceWithDefaults ¶
func NewProviderAgentResourceWithDefaults() *ProviderAgentResource
NewProviderAgentResourceWithDefaults instantiates a new ProviderAgentResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProviderAgentResource) GetCreatedOn ¶
func (o *ProviderAgentResource) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*ProviderAgentResource) GetCreatedOnOk ¶
func (o *ProviderAgentResource) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderAgentResource) GetId ¶
func (o *ProviderAgentResource) GetId() string
GetId returns the Id field value
func (*ProviderAgentResource) GetIdOk ¶
func (o *ProviderAgentResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ProviderAgentResource) GetName ¶
func (o *ProviderAgentResource) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ProviderAgentResource) GetNameOk ¶
func (o *ProviderAgentResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderAgentResource) GetProject ¶
func (o *ProviderAgentResource) GetProject() string
GetProject returns the Project field value if set, zero value otherwise.
func (*ProviderAgentResource) GetProjectOk ¶
func (o *ProviderAgentResource) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderAgentResource) GetResource ¶
func (o *ProviderAgentResource) GetResource() string
GetResource returns the Resource field value if set, zero value otherwise.
func (*ProviderAgentResource) GetResourceOk ¶
func (o *ProviderAgentResource) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderAgentResource) GetState ¶
func (o *ProviderAgentResource) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*ProviderAgentResource) GetStateOk ¶
func (o *ProviderAgentResource) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderAgentResource) HasCreatedOn ¶
func (o *ProviderAgentResource) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*ProviderAgentResource) HasName ¶
func (o *ProviderAgentResource) HasName() bool
HasName returns a boolean if a field has been set.
func (*ProviderAgentResource) HasProject ¶
func (o *ProviderAgentResource) HasProject() bool
HasProject returns a boolean if a field has been set.
func (*ProviderAgentResource) HasResource ¶
func (o *ProviderAgentResource) HasResource() bool
HasResource returns a boolean if a field has been set.
func (*ProviderAgentResource) HasState ¶
func (o *ProviderAgentResource) HasState() bool
HasState returns a boolean if a field has been set.
func (ProviderAgentResource) MarshalJSON ¶
func (o ProviderAgentResource) MarshalJSON() ([]byte, error)
func (*ProviderAgentResource) SetCreatedOn ¶
func (o *ProviderAgentResource) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*ProviderAgentResource) SetId ¶
func (o *ProviderAgentResource) SetId(v string)
SetId sets field value
func (*ProviderAgentResource) SetName ¶
func (o *ProviderAgentResource) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ProviderAgentResource) SetProject ¶
func (o *ProviderAgentResource) SetProject(v string)
SetProject gets a reference to the given string and assigns it to the Project field.
func (*ProviderAgentResource) SetResource ¶
func (o *ProviderAgentResource) SetResource(v string)
SetResource gets a reference to the given string and assigns it to the Resource field.
func (*ProviderAgentResource) SetState ¶
func (o *ProviderAgentResource) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
type ProviderAgentResourceEvent ¶
type ProviderAgentResourceEvent struct { CreatedOn *time.Time `json:"createdOn,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` State *string `json:"state,omitempty"` }
ProviderAgentResourceEvent struct for ProviderAgentResourceEvent
func NewProviderAgentResourceEvent ¶
func NewProviderAgentResourceEvent() *ProviderAgentResourceEvent
NewProviderAgentResourceEvent instantiates a new ProviderAgentResourceEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProviderAgentResourceEventWithDefaults ¶
func NewProviderAgentResourceEventWithDefaults() *ProviderAgentResourceEvent
NewProviderAgentResourceEventWithDefaults instantiates a new ProviderAgentResourceEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProviderAgentResourceEvent) GetCreatedOn ¶
func (o *ProviderAgentResourceEvent) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*ProviderAgentResourceEvent) GetCreatedOnOk ¶
func (o *ProviderAgentResourceEvent) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderAgentResourceEvent) GetId ¶
func (o *ProviderAgentResourceEvent) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProviderAgentResourceEvent) GetIdOk ¶
func (o *ProviderAgentResourceEvent) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderAgentResourceEvent) GetName ¶
func (o *ProviderAgentResourceEvent) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ProviderAgentResourceEvent) GetNameOk ¶
func (o *ProviderAgentResourceEvent) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderAgentResourceEvent) GetState ¶
func (o *ProviderAgentResourceEvent) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*ProviderAgentResourceEvent) GetStateOk ¶
func (o *ProviderAgentResourceEvent) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderAgentResourceEvent) HasCreatedOn ¶
func (o *ProviderAgentResourceEvent) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*ProviderAgentResourceEvent) HasId ¶
func (o *ProviderAgentResourceEvent) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProviderAgentResourceEvent) HasName ¶
func (o *ProviderAgentResourceEvent) HasName() bool
HasName returns a boolean if a field has been set.
func (*ProviderAgentResourceEvent) HasState ¶
func (o *ProviderAgentResourceEvent) HasState() bool
HasState returns a boolean if a field has been set.
func (ProviderAgentResourceEvent) MarshalJSON ¶
func (o ProviderAgentResourceEvent) MarshalJSON() ([]byte, error)
func (*ProviderAgentResourceEvent) SetCreatedOn ¶
func (o *ProviderAgentResourceEvent) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*ProviderAgentResourceEvent) SetId ¶
func (o *ProviderAgentResourceEvent) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProviderAgentResourceEvent) SetName ¶
func (o *ProviderAgentResourceEvent) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ProviderAgentResourceEvent) SetState ¶
func (o *ProviderAgentResourceEvent) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
type ProviderProjectAgentApiService ¶
type ProviderProjectAgentApiService service
ProviderProjectAgentApiService ProviderProjectAgentApi service
func (*ProviderProjectAgentApiService) ProviderProjectAgentCreate ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCreate(ctx context.Context, projectId string, locationId string) ApiProviderProjectAgentCreateRequest
ProviderProjectAgentCreate Create provider/agent
Create agent
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiProviderProjectAgentCreateRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentCreateExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCreateExecute(r ApiProviderProjectAgentCreateRequest) (*Agent, *http.Response, error)
Execute executes the request
@return Agent
func (*ProviderProjectAgentApiService) ProviderProjectAgentCredentialCreate ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialCreate(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentCredentialCreateRequest
ProviderProjectAgentCredentialCreate Create provider/agent.credential
Create provider/agent.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentCredentialCreateRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentCredentialCreateExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialCreateExecute(r ApiProviderProjectAgentCredentialCreateRequest) (*AgentCredential, *http.Response, error)
Execute executes the request
@return AgentCredential
func (*ProviderProjectAgentApiService) ProviderProjectAgentCredentialDelete ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialDelete(ctx context.Context, projectId string, locationId string, agentId string, credentialId string) ApiProviderProjectAgentCredentialDeleteRequest
ProviderProjectAgentCredentialDelete Delete provider/agent.credential
Delete provider/agent.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param credentialId credentialId @return ApiProviderProjectAgentCredentialDeleteRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentCredentialDeleteExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialDeleteExecute(r ApiProviderProjectAgentCredentialDeleteRequest) (*Agent, *http.Response, error)
Execute executes the request
@return Agent
func (*ProviderProjectAgentApiService) ProviderProjectAgentCredentialGet ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialGet(ctx context.Context, projectId string, locationId string, agentId string, credentialId string) ApiProviderProjectAgentCredentialGetRequest
ProviderProjectAgentCredentialGet Get provider/agent.credential
Get provider/agent.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param credentialId credentialId @return ApiProviderProjectAgentCredentialGetRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentCredentialGetExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialGetExecute(r ApiProviderProjectAgentCredentialGetRequest) (*AgentCredential, *http.Response, error)
Execute executes the request
@return AgentCredential
func (*ProviderProjectAgentApiService) ProviderProjectAgentCredentialList ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentCredentialListRequest
ProviderProjectAgentCredentialList List provider/agent.credential
List provider/agent.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentCredentialListRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentCredentialListExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialListExecute(r ApiProviderProjectAgentCredentialListRequest) ([]AgentCredential, *http.Response, error)
Execute executes the request
@return []AgentCredential
func (*ProviderProjectAgentApiService) ProviderProjectAgentCredentialPatch ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialPatch(ctx context.Context, projectId string, locationId string, agentId string, credentialId string) ApiProviderProjectAgentCredentialPatchRequest
ProviderProjectAgentCredentialPatch Update provider/agent.credential
Update provider/agent.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param credentialId credentialId @return ApiProviderProjectAgentCredentialPatchRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentCredentialPatchExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentCredentialPatchExecute(r ApiProviderProjectAgentCredentialPatchRequest) (*AgentCredential, *http.Response, error)
Execute executes the request
@return AgentCredential
func (*ProviderProjectAgentApiService) ProviderProjectAgentDelete ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentDelete(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentDeleteRequest
ProviderProjectAgentDelete Delete provider/agent
Delete agent
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentDeleteRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentDeleteExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentDeleteExecute(r ApiProviderProjectAgentDeleteRequest) (*Agent, *http.Response, error)
Execute executes the request
@return Agent
func (*ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceCreate ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceCreate(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentEnabledServiceCreateRequest
ProviderProjectAgentEnabledServiceCreate Create provider/agent.enabledService
Create provider/agent.enabledService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentEnabledServiceCreateRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceCreateExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceCreateExecute(r ApiProviderProjectAgentEnabledServiceCreateRequest) (*EnabledService, *http.Response, error)
Execute executes the request
@return EnabledService
func (*ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceDelete ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceDelete(ctx context.Context, projectId string, locationId string, agentId string, enabledServiceId string) ApiProviderProjectAgentEnabledServiceDeleteRequest
ProviderProjectAgentEnabledServiceDelete Delete provider/agent.enabledService
Delete provider/agent.enabledService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param enabledServiceId enabledServiceId @return ApiProviderProjectAgentEnabledServiceDeleteRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceDeleteExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceDeleteExecute(r ApiProviderProjectAgentEnabledServiceDeleteRequest) (*Agent, *http.Response, error)
Execute executes the request
@return Agent
func (*ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceGet ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceGet(ctx context.Context, projectId string, locationId string, agentId string, enabledServiceId string) ApiProviderProjectAgentEnabledServiceGetRequest
ProviderProjectAgentEnabledServiceGet Get provider/agent.enabledService
Get provider/agent.enabledService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param enabledServiceId enabledServiceId @return ApiProviderProjectAgentEnabledServiceGetRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceGetExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceGetExecute(r ApiProviderProjectAgentEnabledServiceGetRequest) (*EnabledService, *http.Response, error)
Execute executes the request
@return EnabledService
func (*ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceList ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentEnabledServiceListRequest
ProviderProjectAgentEnabledServiceList List provider/agent.enabledService
List provider/agent.enabledService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentEnabledServiceListRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceListExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEnabledServiceListExecute(r ApiProviderProjectAgentEnabledServiceListRequest) ([]EnabledService, *http.Response, error)
Execute executes the request
@return []EnabledService
func (*ProviderProjectAgentApiService) ProviderProjectAgentEventGet ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEventGet(ctx context.Context, projectId string, locationId string, agentId string, eventId string) ApiProviderProjectAgentEventGetRequest
ProviderProjectAgentEventGet Get provider/agent.event
Get provider/agent.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param eventId eventId @return ApiProviderProjectAgentEventGetRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentEventGetExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEventGetExecute(r ApiProviderProjectAgentEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*ProviderProjectAgentApiService) ProviderProjectAgentEventList ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEventList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentEventListRequest
ProviderProjectAgentEventList List provider/agent.event
List provider/agent.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentEventListRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentEventListExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentEventListExecute(r ApiProviderProjectAgentEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*ProviderProjectAgentApiService) ProviderProjectAgentGet ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentGet(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentGetRequest
ProviderProjectAgentGet Get provider/agent
Returns a single agent
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentGetRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentGetExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentGetExecute(r ApiProviderProjectAgentGetRequest) (*Agent, *http.Response, error)
Execute executes the request
@return Agent
func (*ProviderProjectAgentApiService) ProviderProjectAgentInspect ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentInspect(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentInspectRequest
ProviderProjectAgentInspect Inspect provider/agent
action inspect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentInspectRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentInspectExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentInspectExecute(r ApiProviderProjectAgentInspectRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*ProviderProjectAgentApiService) ProviderProjectAgentList ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentList(ctx context.Context, projectId string, locationId string) ApiProviderProjectAgentListRequest
ProviderProjectAgentList List provider/agent
List agent
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiProviderProjectAgentListRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentListExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentListExecute(r ApiProviderProjectAgentListRequest) ([]Agent, *http.Response, error)
Execute executes the request
@return []Agent
func (*ProviderProjectAgentApiService) ProviderProjectAgentResourceEventList ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceEventList(ctx context.Context, projectId string, locationId string, agentId string, resourceId string) ApiProviderProjectAgentResourceEventListRequest
ProviderProjectAgentResourceEventList List provider/agent.event
List provider/agent.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param resourceId resourceId @return ApiProviderProjectAgentResourceEventListRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentResourceEventListExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceEventListExecute(r ApiProviderProjectAgentResourceEventListRequest) ([]ProviderAgentResourceEvent, *http.Response, error)
Execute executes the request
@return []ProviderAgentResourceEvent
func (*ProviderProjectAgentApiService) ProviderProjectAgentResourceGet ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceGet(ctx context.Context, projectId string, locationId string, agentId string, resourceId string) ApiProviderProjectAgentResourceGetRequest
ProviderProjectAgentResourceGet Get provider/agent.resource
Get provider/agent.resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param resourceId resourceId @return ApiProviderProjectAgentResourceGetRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentResourceGetExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceGetExecute(r ApiProviderProjectAgentResourceGetRequest) (*ProviderAgentResource, *http.Response, error)
Execute executes the request
@return ProviderAgentResource
func (*ProviderProjectAgentApiService) ProviderProjectAgentResourceInspect ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceInspect(ctx context.Context, projectId string, locationId string, agentId string, resourceId string) ApiProviderProjectAgentResourceInspectRequest
ProviderProjectAgentResourceInspect Inspect provider/agent.resource
action inspect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param resourceId resourceId @return ApiProviderProjectAgentResourceInspectRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentResourceInspectExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceInspectExecute(r ApiProviderProjectAgentResourceInspectRequest) (interface{}, *http.Response, error)
Execute executes the request
@return interface{}
func (*ProviderProjectAgentApiService) ProviderProjectAgentResourceList ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentResourceListRequest
ProviderProjectAgentResourceList List provider/agent.resource
List provider/agent.resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentResourceListRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentResourceListExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceListExecute(r ApiProviderProjectAgentResourceListRequest) ([]ProviderAgentResource, *http.Response, error)
Execute executes the request
@return []ProviderAgentResource
func (*ProviderProjectAgentApiService) ProviderProjectAgentResourceRecreate ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceRecreate(ctx context.Context, projectId string, locationId string, agentId string, resourceId string) ApiProviderProjectAgentResourceRecreateRequest
ProviderProjectAgentResourceRecreate Recreate provider/agent.resource
action recreate
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param resourceId resourceId @return ApiProviderProjectAgentResourceRecreateRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentResourceRecreateExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentResourceRecreateExecute(r ApiProviderProjectAgentResourceRecreateRequest) (*ProviderAgentResource, *http.Response, error)
Execute executes the request
@return ProviderAgentResource
func (*ProviderProjectAgentApiService) ProviderProjectAgentServiceGet ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentServiceGet(ctx context.Context, projectId string, locationId string, agentId string, serviceId string) ApiProviderProjectAgentServiceGetRequest
ProviderProjectAgentServiceGet Get provider/agent.service
Get provider/agent.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param serviceId serviceId @return ApiProviderProjectAgentServiceGetRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentServiceGetExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentServiceGetExecute(r ApiProviderProjectAgentServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*ProviderProjectAgentApiService) ProviderProjectAgentServiceList ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentServiceList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentServiceListRequest
ProviderProjectAgentServiceList List provider/agent.service
List provider/agent.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentServiceListRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentServiceListExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentServiceListExecute(r ApiProviderProjectAgentServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*ProviderProjectAgentApiService) ProviderProjectAgentStart ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentStart(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentStartRequest
ProviderProjectAgentStart Start provider/agent
action start
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentStartRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentStartExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentStartExecute(r ApiProviderProjectAgentStartRequest) (*Agent, *http.Response, error)
Execute executes the request
@return Agent
func (*ProviderProjectAgentApiService) ProviderProjectAgentSuspend ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentSuspend(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentSuspendRequest
ProviderProjectAgentSuspend Suspend provider/agent
action suspend
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentSuspendRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentSuspendExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentSuspendExecute(r ApiProviderProjectAgentSuspendRequest) (*Agent, *http.Response, error)
Execute executes the request
@return Agent
func (*ProviderProjectAgentApiService) ProviderProjectAgentTagCreate ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagCreate(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentTagCreateRequest
ProviderProjectAgentTagCreate Create provider/agent.tag
Create provider/agent.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentTagCreateRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentTagCreateExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagCreateExecute(r ApiProviderProjectAgentTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*ProviderProjectAgentApiService) ProviderProjectAgentTagDelete ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagDelete(ctx context.Context, projectId string, locationId string, agentId string, tagId string) ApiProviderProjectAgentTagDeleteRequest
ProviderProjectAgentTagDelete Delete provider/agent.tag
Delete provider/agent.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param tagId tagId @return ApiProviderProjectAgentTagDeleteRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentTagDeleteExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagDeleteExecute(r ApiProviderProjectAgentTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ProviderProjectAgentApiService) ProviderProjectAgentTagGet ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagGet(ctx context.Context, projectId string, locationId string, agentId string, tagId string) ApiProviderProjectAgentTagGetRequest
ProviderProjectAgentTagGet Get provider/agent.tag
Get provider/agent.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @param tagId tagId @return ApiProviderProjectAgentTagGetRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentTagGetExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagGetExecute(r ApiProviderProjectAgentTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*ProviderProjectAgentApiService) ProviderProjectAgentTagList ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagList(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentTagListRequest
ProviderProjectAgentTagList List provider/agent.tag
List provider/agent.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentTagListRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentTagListExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagListExecute(r ApiProviderProjectAgentTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*ProviderProjectAgentApiService) ProviderProjectAgentTagPut ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagPut(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentTagPutRequest
ProviderProjectAgentTagPut Replace provider/agent.tag
Replace provider/agent.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentTagPutRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentTagPutExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTagPutExecute(r ApiProviderProjectAgentTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*ProviderProjectAgentApiService) ProviderProjectAgentTransfer ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTransfer(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentTransferRequest
ProviderProjectAgentTransfer Transfer provider/agent
action transfer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentTransferRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentTransferExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentTransferExecute(r ApiProviderProjectAgentTransferRequest) (*Agent, *http.Response, error)
Execute executes the request
@return Agent
func (*ProviderProjectAgentApiService) ProviderProjectAgentUpdate ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentUpdate(ctx context.Context, projectId string, locationId string, agentId string) ApiProviderProjectAgentUpdateRequest
ProviderProjectAgentUpdate Update provider/agent
Returns modified agent
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param agentId Agent Id @return ApiProviderProjectAgentUpdateRequest
func (*ProviderProjectAgentApiService) ProviderProjectAgentUpdateExecute ¶
func (a *ProviderProjectAgentApiService) ProviderProjectAgentUpdateExecute(r ApiProviderProjectAgentUpdateRequest) (*Agent, *http.Response, error)
Execute executes the request
@return Agent
type ProviderProjectAgentCreate ¶
type ProviderProjectAgentCreate struct { Name string `json:"name"` Service string `json:"service"` Tag []Tag `json:"tag,omitempty"` }
ProviderProjectAgentCreate struct for ProviderProjectAgentCreate
func NewProviderProjectAgentCreate ¶
func NewProviderProjectAgentCreate(name string, service string) *ProviderProjectAgentCreate
NewProviderProjectAgentCreate instantiates a new ProviderProjectAgentCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProviderProjectAgentCreateWithDefaults ¶
func NewProviderProjectAgentCreateWithDefaults() *ProviderProjectAgentCreate
NewProviderProjectAgentCreateWithDefaults instantiates a new ProviderProjectAgentCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProviderProjectAgentCreate) GetName ¶
func (o *ProviderProjectAgentCreate) GetName() string
GetName returns the Name field value
func (*ProviderProjectAgentCreate) GetNameOk ¶
func (o *ProviderProjectAgentCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ProviderProjectAgentCreate) GetService ¶
func (o *ProviderProjectAgentCreate) GetService() string
GetService returns the Service field value
func (*ProviderProjectAgentCreate) GetServiceOk ¶
func (o *ProviderProjectAgentCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (*ProviderProjectAgentCreate) GetTag ¶
func (o *ProviderProjectAgentCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*ProviderProjectAgentCreate) GetTagOk ¶
func (o *ProviderProjectAgentCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderProjectAgentCreate) HasTag ¶
func (o *ProviderProjectAgentCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (ProviderProjectAgentCreate) MarshalJSON ¶
func (o ProviderProjectAgentCreate) MarshalJSON() ([]byte, error)
func (*ProviderProjectAgentCreate) SetName ¶
func (o *ProviderProjectAgentCreate) SetName(v string)
SetName sets field value
func (*ProviderProjectAgentCreate) SetService ¶
func (o *ProviderProjectAgentCreate) SetService(v string)
SetService sets field value
func (*ProviderProjectAgentCreate) SetTag ¶
func (o *ProviderProjectAgentCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type ProviderProjectAgentCredentialPatch ¶
type ProviderProjectAgentCredentialPatch struct {
Name string `json:"name"`
}
ProviderProjectAgentCredentialPatch struct for ProviderProjectAgentCredentialPatch
func NewProviderProjectAgentCredentialPatch ¶
func NewProviderProjectAgentCredentialPatch(name string) *ProviderProjectAgentCredentialPatch
NewProviderProjectAgentCredentialPatch instantiates a new ProviderProjectAgentCredentialPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProviderProjectAgentCredentialPatchWithDefaults ¶
func NewProviderProjectAgentCredentialPatchWithDefaults() *ProviderProjectAgentCredentialPatch
NewProviderProjectAgentCredentialPatchWithDefaults instantiates a new ProviderProjectAgentCredentialPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProviderProjectAgentCredentialPatch) GetName ¶
func (o *ProviderProjectAgentCredentialPatch) GetName() string
GetName returns the Name field value
func (*ProviderProjectAgentCredentialPatch) GetNameOk ¶
func (o *ProviderProjectAgentCredentialPatch) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (ProviderProjectAgentCredentialPatch) MarshalJSON ¶
func (o ProviderProjectAgentCredentialPatch) MarshalJSON() ([]byte, error)
func (*ProviderProjectAgentCredentialPatch) SetName ¶
func (o *ProviderProjectAgentCredentialPatch) SetName(v string)
SetName sets field value
type ProviderProjectAgentTransfer ¶
type ProviderProjectAgentTransfer struct {
Project string `json:"project"`
}
ProviderProjectAgentTransfer struct for ProviderProjectAgentTransfer
func NewProviderProjectAgentTransfer ¶
func NewProviderProjectAgentTransfer(project string) *ProviderProjectAgentTransfer
NewProviderProjectAgentTransfer instantiates a new ProviderProjectAgentTransfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProviderProjectAgentTransferWithDefaults ¶
func NewProviderProjectAgentTransferWithDefaults() *ProviderProjectAgentTransfer
NewProviderProjectAgentTransferWithDefaults instantiates a new ProviderProjectAgentTransfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProviderProjectAgentTransfer) GetProject ¶
func (o *ProviderProjectAgentTransfer) GetProject() string
GetProject returns the Project field value
func (*ProviderProjectAgentTransfer) GetProjectOk ¶
func (o *ProviderProjectAgentTransfer) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (ProviderProjectAgentTransfer) MarshalJSON ¶
func (o ProviderProjectAgentTransfer) MarshalJSON() ([]byte, error)
func (*ProviderProjectAgentTransfer) SetProject ¶
func (o *ProviderProjectAgentTransfer) SetProject(v string)
SetProject sets field value
type ProviderProjectAgentUpdate ¶
type ProviderProjectAgentUpdate struct {
Name *string `json:"name,omitempty"`
}
ProviderProjectAgentUpdate struct for ProviderProjectAgentUpdate
func NewProviderProjectAgentUpdate ¶
func NewProviderProjectAgentUpdate() *ProviderProjectAgentUpdate
NewProviderProjectAgentUpdate instantiates a new ProviderProjectAgentUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProviderProjectAgentUpdateWithDefaults ¶
func NewProviderProjectAgentUpdateWithDefaults() *ProviderProjectAgentUpdate
NewProviderProjectAgentUpdateWithDefaults instantiates a new ProviderProjectAgentUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProviderProjectAgentUpdate) GetName ¶
func (o *ProviderProjectAgentUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ProviderProjectAgentUpdate) GetNameOk ¶
func (o *ProviderProjectAgentUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderProjectAgentUpdate) HasName ¶
func (o *ProviderProjectAgentUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (ProviderProjectAgentUpdate) MarshalJSON ¶
func (o ProviderProjectAgentUpdate) MarshalJSON() ([]byte, error)
func (*ProviderProjectAgentUpdate) SetName ¶
func (o *ProviderProjectAgentUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type Quota ¶
type Quota struct { Id *string `json:"id,omitempty"` Limit *QuotaLimit `json:"limit,omitempty"` Metric *QuotaMetric `json:"metric,omitempty"` Name *string `json:"name,omitempty"` Usage *float32 `json:"usage,omitempty"` }
Quota struct for Quota
func NewQuota ¶
func NewQuota() *Quota
NewQuota instantiates a new Quota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQuotaWithDefaults ¶
func NewQuotaWithDefaults() *Quota
NewQuotaWithDefaults instantiates a new Quota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Quota) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quota) GetLimit ¶
func (o *Quota) GetLimit() QuotaLimit
GetLimit returns the Limit field value if set, zero value otherwise.
func (*Quota) GetLimitOk ¶
func (o *Quota) GetLimitOk() (*QuotaLimit, bool)
GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quota) GetMetric ¶
func (o *Quota) GetMetric() QuotaMetric
GetMetric returns the Metric field value if set, zero value otherwise.
func (*Quota) GetMetricOk ¶
func (o *Quota) GetMetricOk() (*QuotaMetric, bool)
GetMetricOk returns a tuple with the Metric field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quota) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Quota) GetUsageOk ¶
GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.
func (Quota) MarshalJSON ¶
func (*Quota) SetLimit ¶
func (o *Quota) SetLimit(v QuotaLimit)
SetLimit gets a reference to the given QuotaLimit and assigns it to the Limit field.
func (*Quota) SetMetric ¶
func (o *Quota) SetMetric(v QuotaMetric)
SetMetric gets a reference to the given QuotaMetric and assigns it to the Metric field.
type QuotaLimit ¶
type QuotaLimit struct { Effective *float32 `json:"effective,omitempty"` Platform *float32 `json:"platform,omitempty"` User *float32 `json:"user,omitempty"` }
QuotaLimit struct for QuotaLimit
func NewQuotaLimit ¶
func NewQuotaLimit() *QuotaLimit
NewQuotaLimit instantiates a new QuotaLimit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQuotaLimitWithDefaults ¶
func NewQuotaLimitWithDefaults() *QuotaLimit
NewQuotaLimitWithDefaults instantiates a new QuotaLimit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QuotaLimit) GetEffective ¶
func (o *QuotaLimit) GetEffective() float32
GetEffective returns the Effective field value if set, zero value otherwise.
func (*QuotaLimit) GetEffectiveOk ¶
func (o *QuotaLimit) GetEffectiveOk() (*float32, bool)
GetEffectiveOk returns a tuple with the Effective field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaLimit) GetPlatform ¶
func (o *QuotaLimit) GetPlatform() float32
GetPlatform returns the Platform field value if set, zero value otherwise.
func (*QuotaLimit) GetPlatformOk ¶
func (o *QuotaLimit) GetPlatformOk() (*float32, bool)
GetPlatformOk returns a tuple with the Platform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaLimit) GetUser ¶
func (o *QuotaLimit) GetUser() float32
GetUser returns the User field value if set, zero value otherwise.
func (*QuotaLimit) GetUserOk ¶
func (o *QuotaLimit) GetUserOk() (*float32, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaLimit) HasEffective ¶
func (o *QuotaLimit) HasEffective() bool
HasEffective returns a boolean if a field has been set.
func (*QuotaLimit) HasPlatform ¶
func (o *QuotaLimit) HasPlatform() bool
HasPlatform returns a boolean if a field has been set.
func (*QuotaLimit) HasUser ¶
func (o *QuotaLimit) HasUser() bool
HasUser returns a boolean if a field has been set.
func (QuotaLimit) MarshalJSON ¶
func (o QuotaLimit) MarshalJSON() ([]byte, error)
func (*QuotaLimit) SetEffective ¶
func (o *QuotaLimit) SetEffective(v float32)
SetEffective gets a reference to the given float32 and assigns it to the Effective field.
func (*QuotaLimit) SetPlatform ¶
func (o *QuotaLimit) SetPlatform(v float32)
SetPlatform gets a reference to the given float32 and assigns it to the Platform field.
func (*QuotaLimit) SetUser ¶
func (o *QuotaLimit) SetUser(v float32)
SetUser gets a reference to the given float32 and assigns it to the User field.
type QuotaMetric ¶
QuotaMetric struct for QuotaMetric
func NewQuotaMetric ¶
func NewQuotaMetric() *QuotaMetric
NewQuotaMetric instantiates a new QuotaMetric object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQuotaMetricWithDefaults ¶
func NewQuotaMetricWithDefaults() *QuotaMetric
NewQuotaMetricWithDefaults instantiates a new QuotaMetric object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QuotaMetric) GetKey ¶
func (o *QuotaMetric) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*QuotaMetric) GetKeyOk ¶
func (o *QuotaMetric) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaMetric) GetUnit ¶
func (o *QuotaMetric) GetUnit() string
GetUnit returns the Unit field value if set, zero value otherwise.
func (*QuotaMetric) GetUnitOk ¶
func (o *QuotaMetric) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QuotaMetric) HasKey ¶
func (o *QuotaMetric) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*QuotaMetric) HasUnit ¶
func (o *QuotaMetric) HasUnit() bool
HasUnit returns a boolean if a field has been set.
func (QuotaMetric) MarshalJSON ¶
func (o QuotaMetric) MarshalJSON() ([]byte, error)
func (*QuotaMetric) SetKey ¶
func (o *QuotaMetric) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (*QuotaMetric) SetUnit ¶
func (o *QuotaMetric) SetUnit(v string)
SetUnit gets a reference to the given string and assigns it to the Unit field.
type Reconciliation ¶
type Reconciliation struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Profile *string `json:"profile,omitempty"` }
Reconciliation struct for Reconciliation
func NewReconciliation ¶
func NewReconciliation() *Reconciliation
NewReconciliation instantiates a new Reconciliation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReconciliationWithDefaults ¶
func NewReconciliationWithDefaults() *Reconciliation
NewReconciliationWithDefaults instantiates a new Reconciliation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Reconciliation) GetId ¶
func (o *Reconciliation) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Reconciliation) GetIdOk ¶
func (o *Reconciliation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Reconciliation) GetName ¶
func (o *Reconciliation) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Reconciliation) GetNameOk ¶
func (o *Reconciliation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Reconciliation) GetProfile ¶
func (o *Reconciliation) GetProfile() string
GetProfile returns the Profile field value if set, zero value otherwise.
func (*Reconciliation) GetProfileOk ¶
func (o *Reconciliation) GetProfileOk() (*string, bool)
GetProfileOk returns a tuple with the Profile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Reconciliation) HasId ¶
func (o *Reconciliation) HasId() bool
HasId returns a boolean if a field has been set.
func (*Reconciliation) HasName ¶
func (o *Reconciliation) HasName() bool
HasName returns a boolean if a field has been set.
func (*Reconciliation) HasProfile ¶
func (o *Reconciliation) HasProfile() bool
HasProfile returns a boolean if a field has been set.
func (Reconciliation) MarshalJSON ¶
func (o Reconciliation) MarshalJSON() ([]byte, error)
func (*Reconciliation) SetId ¶
func (o *Reconciliation) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Reconciliation) SetName ¶
func (o *Reconciliation) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Reconciliation) SetProfile ¶
func (o *Reconciliation) SetProfile(v string)
SetProfile gets a reference to the given string and assigns it to the Profile field.
type ReconciliationTarget ¶
type ReconciliationTarget struct { Cost *float32 `json:"cost,omitempty"` Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Measurement *string `json:"measurement,omitempty"` Profile *string `json:"profile,omitempty"` Resource []ReconciliationTargetResource `json:"resource,omitempty"` Usage *float32 `json:"usage,omitempty"` }
ReconciliationTarget struct for ReconciliationTarget
func NewReconciliationTarget ¶
func NewReconciliationTarget() *ReconciliationTarget
NewReconciliationTarget instantiates a new ReconciliationTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReconciliationTargetWithDefaults ¶
func NewReconciliationTargetWithDefaults() *ReconciliationTarget
NewReconciliationTargetWithDefaults instantiates a new ReconciliationTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReconciliationTarget) GetCost ¶
func (o *ReconciliationTarget) GetCost() float32
GetCost returns the Cost field value if set, zero value otherwise.
func (*ReconciliationTarget) GetCostOk ¶
func (o *ReconciliationTarget) GetCostOk() (*float32, bool)
GetCostOk returns a tuple with the Cost field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTarget) GetId ¶
func (o *ReconciliationTarget) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ReconciliationTarget) GetIdOk ¶
func (o *ReconciliationTarget) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTarget) GetKind ¶
func (o *ReconciliationTarget) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ReconciliationTarget) GetKindOk ¶
func (o *ReconciliationTarget) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTarget) GetMeasurement ¶
func (o *ReconciliationTarget) GetMeasurement() string
GetMeasurement returns the Measurement field value if set, zero value otherwise.
func (*ReconciliationTarget) GetMeasurementOk ¶
func (o *ReconciliationTarget) GetMeasurementOk() (*string, bool)
GetMeasurementOk returns a tuple with the Measurement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTarget) GetProfile ¶
func (o *ReconciliationTarget) GetProfile() string
GetProfile returns the Profile field value if set, zero value otherwise.
func (*ReconciliationTarget) GetProfileOk ¶
func (o *ReconciliationTarget) GetProfileOk() (*string, bool)
GetProfileOk returns a tuple with the Profile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTarget) GetResource ¶
func (o *ReconciliationTarget) GetResource() []ReconciliationTargetResource
GetResource returns the Resource field value if set, zero value otherwise.
func (*ReconciliationTarget) GetResourceOk ¶
func (o *ReconciliationTarget) GetResourceOk() ([]ReconciliationTargetResource, bool)
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTarget) GetUsage ¶
func (o *ReconciliationTarget) GetUsage() float32
GetUsage returns the Usage field value if set, zero value otherwise.
func (*ReconciliationTarget) GetUsageOk ¶
func (o *ReconciliationTarget) GetUsageOk() (*float32, bool)
GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTarget) HasCost ¶
func (o *ReconciliationTarget) HasCost() bool
HasCost returns a boolean if a field has been set.
func (*ReconciliationTarget) HasId ¶
func (o *ReconciliationTarget) HasId() bool
HasId returns a boolean if a field has been set.
func (*ReconciliationTarget) HasKind ¶
func (o *ReconciliationTarget) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*ReconciliationTarget) HasMeasurement ¶
func (o *ReconciliationTarget) HasMeasurement() bool
HasMeasurement returns a boolean if a field has been set.
func (*ReconciliationTarget) HasProfile ¶
func (o *ReconciliationTarget) HasProfile() bool
HasProfile returns a boolean if a field has been set.
func (*ReconciliationTarget) HasResource ¶
func (o *ReconciliationTarget) HasResource() bool
HasResource returns a boolean if a field has been set.
func (*ReconciliationTarget) HasUsage ¶
func (o *ReconciliationTarget) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (ReconciliationTarget) MarshalJSON ¶
func (o ReconciliationTarget) MarshalJSON() ([]byte, error)
func (*ReconciliationTarget) SetCost ¶
func (o *ReconciliationTarget) SetCost(v float32)
SetCost gets a reference to the given float32 and assigns it to the Cost field.
func (*ReconciliationTarget) SetId ¶
func (o *ReconciliationTarget) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ReconciliationTarget) SetKind ¶
func (o *ReconciliationTarget) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*ReconciliationTarget) SetMeasurement ¶
func (o *ReconciliationTarget) SetMeasurement(v string)
SetMeasurement gets a reference to the given string and assigns it to the Measurement field.
func (*ReconciliationTarget) SetProfile ¶
func (o *ReconciliationTarget) SetProfile(v string)
SetProfile gets a reference to the given string and assigns it to the Profile field.
func (*ReconciliationTarget) SetResource ¶
func (o *ReconciliationTarget) SetResource(v []ReconciliationTargetResource)
SetResource gets a reference to the given []ReconciliationTargetResource and assigns it to the Resource field.
func (*ReconciliationTarget) SetUsage ¶
func (o *ReconciliationTarget) SetUsage(v float32)
SetUsage gets a reference to the given float32 and assigns it to the Usage field.
type ReconciliationTargetPlan ¶
type ReconciliationTargetPlan struct { Cost *float32 `json:"cost,omitempty"` Id *string `json:"id,omitempty"` Usage *float32 `json:"usage,omitempty"` }
ReconciliationTargetPlan struct for ReconciliationTargetPlan
func NewReconciliationTargetPlan ¶
func NewReconciliationTargetPlan() *ReconciliationTargetPlan
NewReconciliationTargetPlan instantiates a new ReconciliationTargetPlan object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReconciliationTargetPlanWithDefaults ¶
func NewReconciliationTargetPlanWithDefaults() *ReconciliationTargetPlan
NewReconciliationTargetPlanWithDefaults instantiates a new ReconciliationTargetPlan object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReconciliationTargetPlan) GetCost ¶
func (o *ReconciliationTargetPlan) GetCost() float32
GetCost returns the Cost field value if set, zero value otherwise.
func (*ReconciliationTargetPlan) GetCostOk ¶
func (o *ReconciliationTargetPlan) GetCostOk() (*float32, bool)
GetCostOk returns a tuple with the Cost field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTargetPlan) GetId ¶
func (o *ReconciliationTargetPlan) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ReconciliationTargetPlan) GetIdOk ¶
func (o *ReconciliationTargetPlan) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTargetPlan) GetUsage ¶
func (o *ReconciliationTargetPlan) GetUsage() float32
GetUsage returns the Usage field value if set, zero value otherwise.
func (*ReconciliationTargetPlan) GetUsageOk ¶
func (o *ReconciliationTargetPlan) GetUsageOk() (*float32, bool)
GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTargetPlan) HasCost ¶
func (o *ReconciliationTargetPlan) HasCost() bool
HasCost returns a boolean if a field has been set.
func (*ReconciliationTargetPlan) HasId ¶
func (o *ReconciliationTargetPlan) HasId() bool
HasId returns a boolean if a field has been set.
func (*ReconciliationTargetPlan) HasUsage ¶
func (o *ReconciliationTargetPlan) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (ReconciliationTargetPlan) MarshalJSON ¶
func (o ReconciliationTargetPlan) MarshalJSON() ([]byte, error)
func (*ReconciliationTargetPlan) SetCost ¶
func (o *ReconciliationTargetPlan) SetCost(v float32)
SetCost gets a reference to the given float32 and assigns it to the Cost field.
func (*ReconciliationTargetPlan) SetId ¶
func (o *ReconciliationTargetPlan) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ReconciliationTargetPlan) SetUsage ¶
func (o *ReconciliationTargetPlan) SetUsage(v float32)
SetUsage gets a reference to the given float32 and assigns it to the Usage field.
type ReconciliationTargetResource ¶
type ReconciliationTargetResource struct { Id *string `json:"id,omitempty"` Plan []ReconciliationTargetPlan `json:"plan,omitempty"` Usage *float32 `json:"usage,omitempty"` }
ReconciliationTargetResource struct for ReconciliationTargetResource
func NewReconciliationTargetResource ¶
func NewReconciliationTargetResource() *ReconciliationTargetResource
NewReconciliationTargetResource instantiates a new ReconciliationTargetResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReconciliationTargetResourceWithDefaults ¶
func NewReconciliationTargetResourceWithDefaults() *ReconciliationTargetResource
NewReconciliationTargetResourceWithDefaults instantiates a new ReconciliationTargetResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReconciliationTargetResource) GetId ¶
func (o *ReconciliationTargetResource) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ReconciliationTargetResource) GetIdOk ¶
func (o *ReconciliationTargetResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTargetResource) GetPlan ¶
func (o *ReconciliationTargetResource) GetPlan() []ReconciliationTargetPlan
GetPlan returns the Plan field value if set, zero value otherwise.
func (*ReconciliationTargetResource) GetPlanOk ¶
func (o *ReconciliationTargetResource) GetPlanOk() ([]ReconciliationTargetPlan, bool)
GetPlanOk returns a tuple with the Plan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTargetResource) GetUsage ¶
func (o *ReconciliationTargetResource) GetUsage() float32
GetUsage returns the Usage field value if set, zero value otherwise.
func (*ReconciliationTargetResource) GetUsageOk ¶
func (o *ReconciliationTargetResource) GetUsageOk() (*float32, bool)
GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReconciliationTargetResource) HasId ¶
func (o *ReconciliationTargetResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*ReconciliationTargetResource) HasPlan ¶
func (o *ReconciliationTargetResource) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (*ReconciliationTargetResource) HasUsage ¶
func (o *ReconciliationTargetResource) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (ReconciliationTargetResource) MarshalJSON ¶
func (o ReconciliationTargetResource) MarshalJSON() ([]byte, error)
func (*ReconciliationTargetResource) SetId ¶
func (o *ReconciliationTargetResource) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ReconciliationTargetResource) SetPlan ¶
func (o *ReconciliationTargetResource) SetPlan(v []ReconciliationTargetPlan)
SetPlan gets a reference to the given []ReconciliationTargetPlan and assigns it to the Plan field.
func (*ReconciliationTargetResource) SetUsage ¶
func (o *ReconciliationTargetResource) SetUsage(v float32)
SetUsage gets a reference to the given float32 and assigns it to the Usage field.
type Registry ¶
type Registry struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Fqdn *string `json:"fqdn,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` SizeUsed *float32 `json:"sizeUsed,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Registry struct for Registry
func NewRegistry ¶
NewRegistry instantiates a new Registry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegistryWithDefaults ¶
func NewRegistryWithDefaults() *Registry
NewRegistryWithDefaults instantiates a new Registry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Registry) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Registry) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Registry) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Registry) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Registry) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Registry) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Registry) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Registry) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Registry) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetSizeUsed ¶
GetSizeUsed returns the SizeUsed field value if set, zero value otherwise.
func (*Registry) GetSizeUsedOk ¶
GetSizeUsedOk returns a tuple with the SizeUsed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Registry) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Registry) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Registry) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Registry) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Registry) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Registry) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Registry) HasSizeUsed ¶
HasSizeUsed returns a boolean if a field has been set.
func (Registry) MarshalJSON ¶
func (*Registry) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Registry) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Registry) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Registry) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*Registry) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Registry) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Registry) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Registry) SetSizeUsed ¶
SetSizeUsed gets a reference to the given float32 and assigns it to the SizeUsed field.
func (*Registry) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type RegistryCredential ¶
type RegistryCredential struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Fingerprint *string `json:"fingerprint,omitempty"` Id *string `json:"id,omitempty"` Name string `json:"name"` Token *string `json:"token,omitempty"` Type string `json:"type"` Value string `json:"value"` }
RegistryCredential struct for RegistryCredential
func NewRegistryCredential ¶
func NewRegistryCredential(name string, type_ string, value string) *RegistryCredential
NewRegistryCredential instantiates a new RegistryCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegistryCredentialWithDefaults ¶
func NewRegistryCredentialWithDefaults() *RegistryCredential
NewRegistryCredentialWithDefaults instantiates a new RegistryCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegistryCredential) GetCreatedBy ¶
func (o *RegistryCredential) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*RegistryCredential) GetCreatedByOk ¶
func (o *RegistryCredential) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetCreatedOn ¶
func (o *RegistryCredential) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*RegistryCredential) GetCreatedOnOk ¶
func (o *RegistryCredential) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetFingerprint ¶
func (o *RegistryCredential) GetFingerprint() string
GetFingerprint returns the Fingerprint field value if set, zero value otherwise.
func (*RegistryCredential) GetFingerprintOk ¶
func (o *RegistryCredential) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetId ¶
func (o *RegistryCredential) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*RegistryCredential) GetIdOk ¶
func (o *RegistryCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetName ¶
func (o *RegistryCredential) GetName() string
GetName returns the Name field value
func (*RegistryCredential) GetNameOk ¶
func (o *RegistryCredential) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RegistryCredential) GetToken ¶
func (o *RegistryCredential) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*RegistryCredential) GetTokenOk ¶
func (o *RegistryCredential) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegistryCredential) GetType ¶
func (o *RegistryCredential) GetType() string
GetType returns the Type field value
func (*RegistryCredential) GetTypeOk ¶
func (o *RegistryCredential) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*RegistryCredential) GetValue ¶
func (o *RegistryCredential) GetValue() string
GetValue returns the Value field value
func (*RegistryCredential) GetValueOk ¶
func (o *RegistryCredential) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*RegistryCredential) HasCreatedBy ¶
func (o *RegistryCredential) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*RegistryCredential) HasCreatedOn ¶
func (o *RegistryCredential) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*RegistryCredential) HasFingerprint ¶
func (o *RegistryCredential) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (*RegistryCredential) HasId ¶
func (o *RegistryCredential) HasId() bool
HasId returns a boolean if a field has been set.
func (*RegistryCredential) HasToken ¶
func (o *RegistryCredential) HasToken() bool
HasToken returns a boolean if a field has been set.
func (RegistryCredential) MarshalJSON ¶
func (o RegistryCredential) MarshalJSON() ([]byte, error)
func (*RegistryCredential) SetCreatedBy ¶
func (o *RegistryCredential) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*RegistryCredential) SetCreatedOn ¶
func (o *RegistryCredential) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*RegistryCredential) SetFingerprint ¶
func (o *RegistryCredential) SetFingerprint(v string)
SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.
func (*RegistryCredential) SetId ¶
func (o *RegistryCredential) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*RegistryCredential) SetName ¶
func (o *RegistryCredential) SetName(v string)
SetName sets field value
func (*RegistryCredential) SetToken ¶
func (o *RegistryCredential) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*RegistryCredential) SetType ¶
func (o *RegistryCredential) SetType(v string)
SetType sets field value
func (*RegistryCredential) SetValue ¶
func (o *RegistryCredential) SetValue(v string)
SetValue sets field value
type Replica ¶
type Replica struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Replica struct for Replica
func NewReplica ¶
NewReplica instantiates a new Replica object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReplicaWithDefaults ¶
func NewReplicaWithDefaults() *Replica
NewReplicaWithDefaults instantiates a new Replica object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Replica) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Replica) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Replica) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Replica) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Replica) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Replica) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Replica) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Replica) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Replica) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Replica) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Replica) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Replica) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Replica) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Replica) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Replica) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Replica) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Replica) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Replica) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Replica) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Replica) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Replica) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Replica) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Replica) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Replica) MarshalJSON ¶
func (*Replica) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Replica) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Replica) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Replica) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Replica) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Replica) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Replica) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type Resource ¶
type Resource struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Name *string `json:"name,omitempty"` Organisation *string `json:"organisation,omitempty"` Project *string `json:"project,omitempty"` Uri *string `json:"uri,omitempty"` }
Resource struct for Resource
func NewResource ¶
func NewResource() *Resource
NewResource instantiates a new Resource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceWithDefaults ¶
func NewResourceWithDefaults() *Resource
NewResourceWithDefaults instantiates a new Resource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Resource) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetOrganisation ¶
GetOrganisation returns the Organisation field value if set, zero value otherwise.
func (*Resource) GetOrganisationOk ¶
GetOrganisationOk returns a tuple with the Organisation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Resource) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) HasOrganisation ¶
HasOrganisation returns a boolean if a field has been set.
func (*Resource) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Resource) MarshalJSON ¶
func (*Resource) SetId ¶
SetId gets a reference to the given string and assigns it to the Id field.
func (*Resource) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Resource) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Resource) SetOrganisation ¶
SetOrganisation gets a reference to the given string and assigns it to the Organisation field.
func (*Resource) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
type ResourceConnect ¶
type ResourceConnect struct { Example *string `json:"example,omitempty"` Host *string `json:"host,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` Username *string `json:"username,omitempty"` }
ResourceConnect struct for ResourceConnect
func NewResourceConnect ¶
func NewResourceConnect() *ResourceConnect
NewResourceConnect instantiates a new ResourceConnect object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceConnectWithDefaults ¶
func NewResourceConnectWithDefaults() *ResourceConnect
NewResourceConnectWithDefaults instantiates a new ResourceConnect object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceConnect) GetExample ¶
func (o *ResourceConnect) GetExample() string
GetExample returns the Example field value if set, zero value otherwise.
func (*ResourceConnect) GetExampleOk ¶
func (o *ResourceConnect) GetExampleOk() (*string, bool)
GetExampleOk returns a tuple with the Example field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceConnect) GetHost ¶
func (o *ResourceConnect) GetHost() string
GetHost returns the Host field value if set, zero value otherwise.
func (*ResourceConnect) GetHostOk ¶
func (o *ResourceConnect) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceConnect) GetId ¶
func (o *ResourceConnect) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ResourceConnect) GetIdOk ¶
func (o *ResourceConnect) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceConnect) GetName ¶
func (o *ResourceConnect) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResourceConnect) GetNameOk ¶
func (o *ResourceConnect) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceConnect) GetType ¶
func (o *ResourceConnect) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResourceConnect) GetTypeOk ¶
func (o *ResourceConnect) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceConnect) GetUsername ¶
func (o *ResourceConnect) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*ResourceConnect) GetUsernameOk ¶
func (o *ResourceConnect) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceConnect) HasExample ¶
func (o *ResourceConnect) HasExample() bool
HasExample returns a boolean if a field has been set.
func (*ResourceConnect) HasHost ¶
func (o *ResourceConnect) HasHost() bool
HasHost returns a boolean if a field has been set.
func (*ResourceConnect) HasId ¶
func (o *ResourceConnect) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResourceConnect) HasName ¶
func (o *ResourceConnect) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResourceConnect) HasType ¶
func (o *ResourceConnect) HasType() bool
HasType returns a boolean if a field has been set.
func (*ResourceConnect) HasUsername ¶
func (o *ResourceConnect) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (ResourceConnect) MarshalJSON ¶
func (o ResourceConnect) MarshalJSON() ([]byte, error)
func (*ResourceConnect) SetExample ¶
func (o *ResourceConnect) SetExample(v string)
SetExample gets a reference to the given string and assigns it to the Example field.
func (*ResourceConnect) SetHost ¶
func (o *ResourceConnect) SetHost(v string)
SetHost gets a reference to the given string and assigns it to the Host field.
func (*ResourceConnect) SetId ¶
func (o *ResourceConnect) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ResourceConnect) SetName ¶
func (o *ResourceConnect) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResourceConnect) SetType ¶
func (o *ResourceConnect) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ResourceConnect) SetUsername ¶
func (o *ResourceConnect) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
type ResourceService ¶
type ResourceService struct { Billing *string `json:"billing,omitempty"` Data *map[string]string `json:"data,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` SourceService *string `json:"sourceService,omitempty"` Type *string `json:"type,omitempty"` }
ResourceService struct for ResourceService
func NewResourceService ¶
func NewResourceService() *ResourceService
NewResourceService instantiates a new ResourceService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceServiceWithDefaults ¶
func NewResourceServiceWithDefaults() *ResourceService
NewResourceServiceWithDefaults instantiates a new ResourceService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceService) GetBilling ¶
func (o *ResourceService) GetBilling() string
GetBilling returns the Billing field value if set, zero value otherwise.
func (*ResourceService) GetBillingOk ¶
func (o *ResourceService) GetBillingOk() (*string, bool)
GetBillingOk returns a tuple with the Billing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceService) GetData ¶
func (o *ResourceService) GetData() map[string]string
GetData returns the Data field value if set, zero value otherwise.
func (*ResourceService) GetDataOk ¶
func (o *ResourceService) GetDataOk() (*map[string]string, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceService) GetId ¶
func (o *ResourceService) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ResourceService) GetIdOk ¶
func (o *ResourceService) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceService) GetName ¶
func (o *ResourceService) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResourceService) GetNameOk ¶
func (o *ResourceService) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceService) GetSourceService ¶
func (o *ResourceService) GetSourceService() string
GetSourceService returns the SourceService field value if set, zero value otherwise.
func (*ResourceService) GetSourceServiceOk ¶
func (o *ResourceService) GetSourceServiceOk() (*string, bool)
GetSourceServiceOk returns a tuple with the SourceService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceService) GetType ¶
func (o *ResourceService) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResourceService) GetTypeOk ¶
func (o *ResourceService) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceService) HasBilling ¶
func (o *ResourceService) HasBilling() bool
HasBilling returns a boolean if a field has been set.
func (*ResourceService) HasData ¶
func (o *ResourceService) HasData() bool
HasData returns a boolean if a field has been set.
func (*ResourceService) HasId ¶
func (o *ResourceService) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResourceService) HasName ¶
func (o *ResourceService) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResourceService) HasSourceService ¶
func (o *ResourceService) HasSourceService() bool
HasSourceService returns a boolean if a field has been set.
func (*ResourceService) HasType ¶
func (o *ResourceService) HasType() bool
HasType returns a boolean if a field has been set.
func (ResourceService) MarshalJSON ¶
func (o ResourceService) MarshalJSON() ([]byte, error)
func (*ResourceService) SetBilling ¶
func (o *ResourceService) SetBilling(v string)
SetBilling gets a reference to the given string and assigns it to the Billing field.
func (*ResourceService) SetData ¶
func (o *ResourceService) SetData(v map[string]string)
SetData gets a reference to the given map[string]string and assigns it to the Data field.
func (*ResourceService) SetId ¶
func (o *ResourceService) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ResourceService) SetName ¶
func (o *ResourceService) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResourceService) SetSourceService ¶
func (o *ResourceService) SetSourceService(v string)
SetSourceService gets a reference to the given string and assigns it to the SourceService field.
func (*ResourceService) SetType ¶
func (o *ResourceService) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type Role ¶
type Role struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Organisation *string `json:"organisation,omitempty"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Role struct for Role
func NewRole ¶
NewRole instantiates a new Role object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoleWithDefaults ¶
func NewRoleWithDefaults() *Role
NewRoleWithDefaults instantiates a new Role object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Role) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Role) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Role) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Role) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Role) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Role) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Role) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Role) GetOrganisation ¶
GetOrganisation returns the Organisation field value if set, zero value otherwise.
func (*Role) GetOrganisationOk ¶
GetOrganisationOk returns a tuple with the Organisation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Role) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Role) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Role) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Role) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Role) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Role) HasOrganisation ¶
HasOrganisation returns a boolean if a field has been set.
func (*Role) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Role) MarshalJSON ¶
func (*Role) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Role) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Role) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Role) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Role) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Role) SetOrganisation ¶
SetOrganisation gets a reference to the given string and assigns it to the Organisation field.
func (*Role) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Role) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type Sa ¶
type Sa struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Sa struct for Sa
func NewSa ¶
NewSa instantiates a new Sa object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSaWithDefaults ¶
func NewSaWithDefaults() *Sa
NewSaWithDefaults instantiates a new Sa object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Sa) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Sa) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sa) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Sa) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sa) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Sa) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sa) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Sa) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Sa) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sa) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Sa) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sa) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Sa) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Sa) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sa) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sa) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sa) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sa) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Sa) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Sa) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Sa) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Sa) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Sa) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Sa) MarshalJSON ¶
func (*Sa) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Sa) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Sa) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Sa) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Sa) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Sa) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Sa) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type SaCredential ¶
type SaCredential struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Fingerprint *string `json:"fingerprint,omitempty"` Id *string `json:"id,omitempty"` Name string `json:"name"` Token *string `json:"token,omitempty"` Type string `json:"type"` Value string `json:"value"` }
SaCredential struct for SaCredential
func NewSaCredential ¶
func NewSaCredential(name string, type_ string, value string) *SaCredential
NewSaCredential instantiates a new SaCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSaCredentialWithDefaults ¶
func NewSaCredentialWithDefaults() *SaCredential
NewSaCredentialWithDefaults instantiates a new SaCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SaCredential) GetCreatedBy ¶
func (o *SaCredential) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*SaCredential) GetCreatedByOk ¶
func (o *SaCredential) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SaCredential) GetCreatedOn ¶
func (o *SaCredential) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*SaCredential) GetCreatedOnOk ¶
func (o *SaCredential) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SaCredential) GetFingerprint ¶
func (o *SaCredential) GetFingerprint() string
GetFingerprint returns the Fingerprint field value if set, zero value otherwise.
func (*SaCredential) GetFingerprintOk ¶
func (o *SaCredential) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SaCredential) GetId ¶
func (o *SaCredential) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SaCredential) GetIdOk ¶
func (o *SaCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SaCredential) GetName ¶
func (o *SaCredential) GetName() string
GetName returns the Name field value
func (*SaCredential) GetNameOk ¶
func (o *SaCredential) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SaCredential) GetToken ¶
func (o *SaCredential) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*SaCredential) GetTokenOk ¶
func (o *SaCredential) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SaCredential) GetType ¶
func (o *SaCredential) GetType() string
GetType returns the Type field value
func (*SaCredential) GetTypeOk ¶
func (o *SaCredential) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SaCredential) GetValue ¶
func (o *SaCredential) GetValue() string
GetValue returns the Value field value
func (*SaCredential) GetValueOk ¶
func (o *SaCredential) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*SaCredential) HasCreatedBy ¶
func (o *SaCredential) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*SaCredential) HasCreatedOn ¶
func (o *SaCredential) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*SaCredential) HasFingerprint ¶
func (o *SaCredential) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (*SaCredential) HasId ¶
func (o *SaCredential) HasId() bool
HasId returns a boolean if a field has been set.
func (*SaCredential) HasToken ¶
func (o *SaCredential) HasToken() bool
HasToken returns a boolean if a field has been set.
func (SaCredential) MarshalJSON ¶
func (o SaCredential) MarshalJSON() ([]byte, error)
func (*SaCredential) SetCreatedBy ¶
func (o *SaCredential) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*SaCredential) SetCreatedOn ¶
func (o *SaCredential) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*SaCredential) SetFingerprint ¶
func (o *SaCredential) SetFingerprint(v string)
SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.
func (*SaCredential) SetId ¶
func (o *SaCredential) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SaCredential) SetToken ¶
func (o *SaCredential) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*SaCredential) SetValue ¶
func (o *SaCredential) SetValue(v string)
SetValue sets field value
type SearchResourceApiService ¶
type SearchResourceApiService service
SearchResourceApiService SearchResourceApi service
func (*SearchResourceApiService) SearchResourceList ¶
func (a *SearchResourceApiService) SearchResourceList(ctx context.Context) ApiSearchResourceListRequest
SearchResourceList List search/resource
List resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchResourceListRequest
func (*SearchResourceApiService) SearchResourceListExecute ¶
func (a *SearchResourceApiService) SearchResourceListExecute(r ApiSearchResourceListRequest) ([]Resource, *http.Response, error)
Execute executes the request
@return []Resource
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Service ¶
type Service struct { AvailableServices []string `json:"availableServices,omitempty"` Billing *ServiceBilling `json:"billing,omitempty"` Data *map[string]string `json:"data,omitempty"` Display *ServiceDisplay `json:"display,omitempty"` Id string `json:"id"` Name *string `json:"name,omitempty"` Resource *string `json:"resource,omitempty"` Type *string `json:"type,omitempty"` Uri *string `json:"uri,omitempty"` }
Service struct for Service
func NewService ¶
NewService instantiates a new Service object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceWithDefaults ¶
func NewServiceWithDefaults() *Service
NewServiceWithDefaults instantiates a new Service object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Service) GetAvailableServices ¶
GetAvailableServices returns the AvailableServices field value if set, zero value otherwise.
func (*Service) GetAvailableServicesOk ¶
GetAvailableServicesOk returns a tuple with the AvailableServices field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetBilling ¶
func (o *Service) GetBilling() ServiceBilling
GetBilling returns the Billing field value if set, zero value otherwise.
func (*Service) GetBillingOk ¶
func (o *Service) GetBillingOk() (*ServiceBilling, bool)
GetBillingOk returns a tuple with the Billing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDataOk ¶
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetDisplay ¶
func (o *Service) GetDisplay() ServiceDisplay
GetDisplay returns the Display field value if set, zero value otherwise.
func (*Service) GetDisplayOk ¶
func (o *Service) GetDisplayOk() (*ServiceDisplay, bool)
GetDisplayOk returns a tuple with the Display field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Service) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetResource ¶
GetResource returns the Resource field value if set, zero value otherwise.
func (*Service) GetResourceOk ¶
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Service) HasAvailableServices ¶
HasAvailableServices returns a boolean if a field has been set.
func (*Service) HasBilling ¶
HasBilling returns a boolean if a field has been set.
func (*Service) HasDisplay ¶
HasDisplay returns a boolean if a field has been set.
func (*Service) HasResource ¶
HasResource returns a boolean if a field has been set.
func (Service) MarshalJSON ¶
func (*Service) SetAvailableServices ¶
SetAvailableServices gets a reference to the given []string and assigns it to the AvailableServices field.
func (*Service) SetBilling ¶
func (o *Service) SetBilling(v ServiceBilling)
SetBilling gets a reference to the given ServiceBilling and assigns it to the Billing field.
func (*Service) SetData ¶
SetData gets a reference to the given map[string]string and assigns it to the Data field.
func (*Service) SetDisplay ¶
func (o *Service) SetDisplay(v ServiceDisplay)
SetDisplay gets a reference to the given ServiceDisplay and assigns it to the Display field.
func (*Service) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Service) SetResource ¶
SetResource gets a reference to the given string and assigns it to the Resource field.
type ServiceBilling ¶
type ServiceBilling struct { OneTime *bool `json:"oneTime,omitempty"` Period *string `json:"period,omitempty"` Price *ServiceBillingPrice `json:"price,omitempty"` Quantity *float32 `json:"quantity,omitempty"` Reservations *ServiceBillingReservations `json:"reservations,omitempty"` }
ServiceBilling struct for ServiceBilling
func NewServiceBilling ¶
func NewServiceBilling() *ServiceBilling
NewServiceBilling instantiates a new ServiceBilling object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceBillingWithDefaults ¶
func NewServiceBillingWithDefaults() *ServiceBilling
NewServiceBillingWithDefaults instantiates a new ServiceBilling object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceBilling) GetOneTime ¶
func (o *ServiceBilling) GetOneTime() bool
GetOneTime returns the OneTime field value if set, zero value otherwise.
func (*ServiceBilling) GetOneTimeOk ¶
func (o *ServiceBilling) GetOneTimeOk() (*bool, bool)
GetOneTimeOk returns a tuple with the OneTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBilling) GetPeriod ¶
func (o *ServiceBilling) GetPeriod() string
GetPeriod returns the Period field value if set, zero value otherwise.
func (*ServiceBilling) GetPeriodOk ¶
func (o *ServiceBilling) GetPeriodOk() (*string, bool)
GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBilling) GetPrice ¶
func (o *ServiceBilling) GetPrice() ServiceBillingPrice
GetPrice returns the Price field value if set, zero value otherwise.
func (*ServiceBilling) GetPriceOk ¶
func (o *ServiceBilling) GetPriceOk() (*ServiceBillingPrice, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBilling) GetQuantity ¶
func (o *ServiceBilling) GetQuantity() float32
GetQuantity returns the Quantity field value if set, zero value otherwise.
func (*ServiceBilling) GetQuantityOk ¶
func (o *ServiceBilling) GetQuantityOk() (*float32, bool)
GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBilling) GetReservations ¶
func (o *ServiceBilling) GetReservations() ServiceBillingReservations
GetReservations returns the Reservations field value if set, zero value otherwise.
func (*ServiceBilling) GetReservationsOk ¶
func (o *ServiceBilling) GetReservationsOk() (*ServiceBillingReservations, bool)
GetReservationsOk returns a tuple with the Reservations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBilling) HasOneTime ¶
func (o *ServiceBilling) HasOneTime() bool
HasOneTime returns a boolean if a field has been set.
func (*ServiceBilling) HasPeriod ¶
func (o *ServiceBilling) HasPeriod() bool
HasPeriod returns a boolean if a field has been set.
func (*ServiceBilling) HasPrice ¶
func (o *ServiceBilling) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*ServiceBilling) HasQuantity ¶
func (o *ServiceBilling) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (*ServiceBilling) HasReservations ¶
func (o *ServiceBilling) HasReservations() bool
HasReservations returns a boolean if a field has been set.
func (ServiceBilling) MarshalJSON ¶
func (o ServiceBilling) MarshalJSON() ([]byte, error)
func (*ServiceBilling) SetOneTime ¶
func (o *ServiceBilling) SetOneTime(v bool)
SetOneTime gets a reference to the given bool and assigns it to the OneTime field.
func (*ServiceBilling) SetPeriod ¶
func (o *ServiceBilling) SetPeriod(v string)
SetPeriod gets a reference to the given string and assigns it to the Period field.
func (*ServiceBilling) SetPrice ¶
func (o *ServiceBilling) SetPrice(v ServiceBillingPrice)
SetPrice gets a reference to the given ServiceBillingPrice and assigns it to the Price field.
func (*ServiceBilling) SetQuantity ¶
func (o *ServiceBilling) SetQuantity(v float32)
SetQuantity gets a reference to the given float32 and assigns it to the Quantity field.
func (*ServiceBilling) SetReservations ¶
func (o *ServiceBilling) SetReservations(v ServiceBillingReservations)
SetReservations gets a reference to the given ServiceBillingReservations and assigns it to the Reservations field.
type ServiceBillingPrice ¶
type ServiceBillingPrice struct { EUR *float32 `json:"EUR,omitempty"` GBP *float32 `json:"GBP,omitempty"` PLN *float32 `json:"PLN,omitempty"` USD *float32 `json:"USD,omitempty"` }
ServiceBillingPrice struct for ServiceBillingPrice
func NewServiceBillingPrice ¶
func NewServiceBillingPrice() *ServiceBillingPrice
NewServiceBillingPrice instantiates a new ServiceBillingPrice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceBillingPriceWithDefaults ¶
func NewServiceBillingPriceWithDefaults() *ServiceBillingPrice
NewServiceBillingPriceWithDefaults instantiates a new ServiceBillingPrice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceBillingPrice) GetEUR ¶
func (o *ServiceBillingPrice) GetEUR() float32
GetEUR returns the EUR field value if set, zero value otherwise.
func (*ServiceBillingPrice) GetEUROk ¶
func (o *ServiceBillingPrice) GetEUROk() (*float32, bool)
GetEUROk returns a tuple with the EUR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBillingPrice) GetGBP ¶
func (o *ServiceBillingPrice) GetGBP() float32
GetGBP returns the GBP field value if set, zero value otherwise.
func (*ServiceBillingPrice) GetGBPOk ¶
func (o *ServiceBillingPrice) GetGBPOk() (*float32, bool)
GetGBPOk returns a tuple with the GBP field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBillingPrice) GetPLN ¶
func (o *ServiceBillingPrice) GetPLN() float32
GetPLN returns the PLN field value if set, zero value otherwise.
func (*ServiceBillingPrice) GetPLNOk ¶
func (o *ServiceBillingPrice) GetPLNOk() (*float32, bool)
GetPLNOk returns a tuple with the PLN field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBillingPrice) GetUSD ¶
func (o *ServiceBillingPrice) GetUSD() float32
GetUSD returns the USD field value if set, zero value otherwise.
func (*ServiceBillingPrice) GetUSDOk ¶
func (o *ServiceBillingPrice) GetUSDOk() (*float32, bool)
GetUSDOk returns a tuple with the USD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBillingPrice) HasEUR ¶
func (o *ServiceBillingPrice) HasEUR() bool
HasEUR returns a boolean if a field has been set.
func (*ServiceBillingPrice) HasGBP ¶
func (o *ServiceBillingPrice) HasGBP() bool
HasGBP returns a boolean if a field has been set.
func (*ServiceBillingPrice) HasPLN ¶
func (o *ServiceBillingPrice) HasPLN() bool
HasPLN returns a boolean if a field has been set.
func (*ServiceBillingPrice) HasUSD ¶
func (o *ServiceBillingPrice) HasUSD() bool
HasUSD returns a boolean if a field has been set.
func (ServiceBillingPrice) MarshalJSON ¶
func (o ServiceBillingPrice) MarshalJSON() ([]byte, error)
func (*ServiceBillingPrice) SetEUR ¶
func (o *ServiceBillingPrice) SetEUR(v float32)
SetEUR gets a reference to the given float32 and assigns it to the EUR field.
func (*ServiceBillingPrice) SetGBP ¶
func (o *ServiceBillingPrice) SetGBP(v float32)
SetGBP gets a reference to the given float32 and assigns it to the GBP field.
func (*ServiceBillingPrice) SetPLN ¶
func (o *ServiceBillingPrice) SetPLN(v float32)
SetPLN gets a reference to the given float32 and assigns it to the PLN field.
func (*ServiceBillingPrice) SetUSD ¶
func (o *ServiceBillingPrice) SetUSD(v float32)
SetUSD gets a reference to the given float32 and assigns it to the USD field.
type ServiceBillingReservations ¶
type ServiceBillingReservations struct { Id *string `json:"id,omitempty"` Period *string `json:"period,omitempty"` Price *ServiceBillingPrice `json:"price,omitempty"` ResourcePrice *ServiceBillingPrice `json:"resourcePrice,omitempty"` }
ServiceBillingReservations struct for ServiceBillingReservations
func NewServiceBillingReservations ¶
func NewServiceBillingReservations() *ServiceBillingReservations
NewServiceBillingReservations instantiates a new ServiceBillingReservations object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceBillingReservationsWithDefaults ¶
func NewServiceBillingReservationsWithDefaults() *ServiceBillingReservations
NewServiceBillingReservationsWithDefaults instantiates a new ServiceBillingReservations object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceBillingReservations) GetId ¶
func (o *ServiceBillingReservations) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ServiceBillingReservations) GetIdOk ¶
func (o *ServiceBillingReservations) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBillingReservations) GetPeriod ¶
func (o *ServiceBillingReservations) GetPeriod() string
GetPeriod returns the Period field value if set, zero value otherwise.
func (*ServiceBillingReservations) GetPeriodOk ¶
func (o *ServiceBillingReservations) GetPeriodOk() (*string, bool)
GetPeriodOk returns a tuple with the Period field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBillingReservations) GetPrice ¶
func (o *ServiceBillingReservations) GetPrice() ServiceBillingPrice
GetPrice returns the Price field value if set, zero value otherwise.
func (*ServiceBillingReservations) GetPriceOk ¶
func (o *ServiceBillingReservations) GetPriceOk() (*ServiceBillingPrice, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBillingReservations) GetResourcePrice ¶
func (o *ServiceBillingReservations) GetResourcePrice() ServiceBillingPrice
GetResourcePrice returns the ResourcePrice field value if set, zero value otherwise.
func (*ServiceBillingReservations) GetResourcePriceOk ¶
func (o *ServiceBillingReservations) GetResourcePriceOk() (*ServiceBillingPrice, bool)
GetResourcePriceOk returns a tuple with the ResourcePrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceBillingReservations) HasId ¶
func (o *ServiceBillingReservations) HasId() bool
HasId returns a boolean if a field has been set.
func (*ServiceBillingReservations) HasPeriod ¶
func (o *ServiceBillingReservations) HasPeriod() bool
HasPeriod returns a boolean if a field has been set.
func (*ServiceBillingReservations) HasPrice ¶
func (o *ServiceBillingReservations) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*ServiceBillingReservations) HasResourcePrice ¶
func (o *ServiceBillingReservations) HasResourcePrice() bool
HasResourcePrice returns a boolean if a field has been set.
func (ServiceBillingReservations) MarshalJSON ¶
func (o ServiceBillingReservations) MarshalJSON() ([]byte, error)
func (*ServiceBillingReservations) SetId ¶
func (o *ServiceBillingReservations) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ServiceBillingReservations) SetPeriod ¶
func (o *ServiceBillingReservations) SetPeriod(v string)
SetPeriod gets a reference to the given string and assigns it to the Period field.
func (*ServiceBillingReservations) SetPrice ¶
func (o *ServiceBillingReservations) SetPrice(v ServiceBillingPrice)
SetPrice gets a reference to the given ServiceBillingPrice and assigns it to the Price field.
func (*ServiceBillingReservations) SetResourcePrice ¶
func (o *ServiceBillingReservations) SetResourcePrice(v ServiceBillingPrice)
SetResourcePrice gets a reference to the given ServiceBillingPrice and assigns it to the ResourcePrice field.
type ServiceDisplay ¶
type ServiceDisplay struct {
Unit *ServiceDisplayUnit `json:"unit,omitempty"`
}
ServiceDisplay struct for ServiceDisplay
func NewServiceDisplay ¶
func NewServiceDisplay() *ServiceDisplay
NewServiceDisplay instantiates a new ServiceDisplay object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceDisplayWithDefaults ¶
func NewServiceDisplayWithDefaults() *ServiceDisplay
NewServiceDisplayWithDefaults instantiates a new ServiceDisplay object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceDisplay) GetUnit ¶
func (o *ServiceDisplay) GetUnit() ServiceDisplayUnit
GetUnit returns the Unit field value if set, zero value otherwise.
func (*ServiceDisplay) GetUnitOk ¶
func (o *ServiceDisplay) GetUnitOk() (*ServiceDisplayUnit, bool)
GetUnitOk returns a tuple with the Unit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceDisplay) HasUnit ¶
func (o *ServiceDisplay) HasUnit() bool
HasUnit returns a boolean if a field has been set.
func (ServiceDisplay) MarshalJSON ¶
func (o ServiceDisplay) MarshalJSON() ([]byte, error)
func (*ServiceDisplay) SetUnit ¶
func (o *ServiceDisplay) SetUnit(v ServiceDisplayUnit)
SetUnit gets a reference to the given ServiceDisplayUnit and assigns it to the Unit field.
type ServiceDisplayUnit ¶
type ServiceDisplayUnit struct { Billing *string `json:"billing,omitempty"` Usage *string `json:"usage,omitempty"` }
ServiceDisplayUnit struct for ServiceDisplayUnit
func NewServiceDisplayUnit ¶
func NewServiceDisplayUnit() *ServiceDisplayUnit
NewServiceDisplayUnit instantiates a new ServiceDisplayUnit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceDisplayUnitWithDefaults ¶
func NewServiceDisplayUnitWithDefaults() *ServiceDisplayUnit
NewServiceDisplayUnitWithDefaults instantiates a new ServiceDisplayUnit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceDisplayUnit) GetBilling ¶
func (o *ServiceDisplayUnit) GetBilling() string
GetBilling returns the Billing field value if set, zero value otherwise.
func (*ServiceDisplayUnit) GetBillingOk ¶
func (o *ServiceDisplayUnit) GetBillingOk() (*string, bool)
GetBillingOk returns a tuple with the Billing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceDisplayUnit) GetUsage ¶
func (o *ServiceDisplayUnit) GetUsage() string
GetUsage returns the Usage field value if set, zero value otherwise.
func (*ServiceDisplayUnit) GetUsageOk ¶
func (o *ServiceDisplayUnit) GetUsageOk() (*string, bool)
GetUsageOk returns a tuple with the Usage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceDisplayUnit) HasBilling ¶
func (o *ServiceDisplayUnit) HasBilling() bool
HasBilling returns a boolean if a field has been set.
func (*ServiceDisplayUnit) HasUsage ¶
func (o *ServiceDisplayUnit) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (ServiceDisplayUnit) MarshalJSON ¶
func (o ServiceDisplayUnit) MarshalJSON() ([]byte, error)
func (*ServiceDisplayUnit) SetBilling ¶
func (o *ServiceDisplayUnit) SetBilling(v string)
SetBilling gets a reference to the given string and assigns it to the Billing field.
func (*ServiceDisplayUnit) SetUsage ¶
func (o *ServiceDisplayUnit) SetUsage(v string)
SetUsage gets a reference to the given string and assigns it to the Usage field.
type StorageObject ¶
type StorageObject struct { CreatedOn *time.Time `json:"createdOn,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Size *float32 `json:"size,omitempty"` }
StorageObject struct for StorageObject
func NewStorageObject ¶
func NewStorageObject() *StorageObject
NewStorageObject instantiates a new StorageObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageObjectWithDefaults ¶
func NewStorageObjectWithDefaults() *StorageObject
NewStorageObjectWithDefaults instantiates a new StorageObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageObject) GetCreatedOn ¶
func (o *StorageObject) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*StorageObject) GetCreatedOnOk ¶
func (o *StorageObject) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageObject) GetId ¶
func (o *StorageObject) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*StorageObject) GetIdOk ¶
func (o *StorageObject) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageObject) GetName ¶
func (o *StorageObject) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*StorageObject) GetNameOk ¶
func (o *StorageObject) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageObject) GetSize ¶
func (o *StorageObject) GetSize() float32
GetSize returns the Size field value if set, zero value otherwise.
func (*StorageObject) GetSizeOk ¶
func (o *StorageObject) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageObject) HasCreatedOn ¶
func (o *StorageObject) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*StorageObject) HasId ¶
func (o *StorageObject) HasId() bool
HasId returns a boolean if a field has been set.
func (*StorageObject) HasName ¶
func (o *StorageObject) HasName() bool
HasName returns a boolean if a field has been set.
func (*StorageObject) HasSize ¶
func (o *StorageObject) HasSize() bool
HasSize returns a boolean if a field has been set.
func (StorageObject) MarshalJSON ¶
func (o StorageObject) MarshalJSON() ([]byte, error)
func (*StorageObject) SetCreatedOn ¶
func (o *StorageObject) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*StorageObject) SetId ¶
func (o *StorageObject) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*StorageObject) SetName ¶
func (o *StorageObject) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*StorageObject) SetSize ¶
func (o *StorageObject) SetSize(v float32)
SetSize gets a reference to the given float32 and assigns it to the Size field.
type StorageProjectBucketApiService ¶
type StorageProjectBucketApiService service
StorageProjectBucketApiService StorageProjectBucketApi service
func (*StorageProjectBucketApiService) StorageProjectBucketGet ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketGet(ctx context.Context, projectId string, locationId string, bucketId string) ApiStorageProjectBucketGetRequest
StorageProjectBucketGet Get storage/bucket
Returns a single bucket
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param bucketId Bucket Id @return ApiStorageProjectBucketGetRequest
func (*StorageProjectBucketApiService) StorageProjectBucketGetExecute ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketGetExecute(r ApiStorageProjectBucketGetRequest) (*Bucket, *http.Response, error)
Execute executes the request
@return Bucket
func (*StorageProjectBucketApiService) StorageProjectBucketList ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketList(ctx context.Context, projectId string, locationId string) ApiStorageProjectBucketListRequest
StorageProjectBucketList List storage/bucket
List bucket
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiStorageProjectBucketListRequest
func (*StorageProjectBucketApiService) StorageProjectBucketListExecute ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketListExecute(r ApiStorageProjectBucketListRequest) ([]Bucket, *http.Response, error)
Execute executes the request
@return []Bucket
func (*StorageProjectBucketApiService) StorageProjectBucketObjectDelete ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketObjectDelete(ctx context.Context, projectId string, locationId string, bucketId string, objectId string) ApiStorageProjectBucketObjectDeleteRequest
StorageProjectBucketObjectDelete Delete storage/bucket.object
Delete storage/bucket.object
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param bucketId Bucket Id @param objectId objectId @return ApiStorageProjectBucketObjectDeleteRequest
func (*StorageProjectBucketApiService) StorageProjectBucketObjectDeleteExecute ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketObjectDeleteExecute(r ApiStorageProjectBucketObjectDeleteRequest) (*http.Response, error)
Execute executes the request
func (*StorageProjectBucketApiService) StorageProjectBucketObjectDownload ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketObjectDownload(ctx context.Context, projectId string, locationId string, bucketId string, objectId string) ApiStorageProjectBucketObjectDownloadRequest
StorageProjectBucketObjectDownload Download storage/bucket.object
action download
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param bucketId Bucket Id @param objectId objectId @return ApiStorageProjectBucketObjectDownloadRequest
func (*StorageProjectBucketApiService) StorageProjectBucketObjectDownloadExecute ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketObjectDownloadExecute(r ApiStorageProjectBucketObjectDownloadRequest) (*http.Response, error)
Execute executes the request
func (*StorageProjectBucketApiService) StorageProjectBucketObjectGet ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketObjectGet(ctx context.Context, projectId string, locationId string, bucketId string, objectId string) ApiStorageProjectBucketObjectGetRequest
StorageProjectBucketObjectGet Get storage/bucket.object
Get storage/bucket.object
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param bucketId Bucket Id @param objectId objectId @return ApiStorageProjectBucketObjectGetRequest
func (*StorageProjectBucketApiService) StorageProjectBucketObjectGetExecute ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketObjectGetExecute(r ApiStorageProjectBucketObjectGetRequest) (*StorageObject, *http.Response, error)
Execute executes the request
@return StorageObject
func (*StorageProjectBucketApiService) StorageProjectBucketObjectList ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketObjectList(ctx context.Context, projectId string, locationId string, bucketId string) ApiStorageProjectBucketObjectListRequest
StorageProjectBucketObjectList List storage/bucket.object
List storage/bucket.object
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param bucketId Bucket Id @return ApiStorageProjectBucketObjectListRequest
func (*StorageProjectBucketApiService) StorageProjectBucketObjectListExecute ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketObjectListExecute(r ApiStorageProjectBucketObjectListRequest) ([]StorageObject, *http.Response, error)
Execute executes the request
@return []StorageObject
func (*StorageProjectBucketApiService) StorageProjectBucketUpload ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketUpload(ctx context.Context, projectId string, locationId string, bucketId string) ApiStorageProjectBucketUploadRequest
StorageProjectBucketUpload Upload storage/bucket
action upload
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param bucketId Bucket Id @return ApiStorageProjectBucketUploadRequest
func (*StorageProjectBucketApiService) StorageProjectBucketUploadExecute ¶
func (a *StorageProjectBucketApiService) StorageProjectBucketUploadExecute(r ApiStorageProjectBucketUploadRequest) (*Bucket, *http.Response, error)
Execute executes the request
@return Bucket
type StorageProjectBucketUpload ¶
type StorageProjectBucketUpload struct {
Name string `json:"name"`
}
StorageProjectBucketUpload struct for StorageProjectBucketUpload
func NewStorageProjectBucketUpload ¶
func NewStorageProjectBucketUpload(name string) *StorageProjectBucketUpload
NewStorageProjectBucketUpload instantiates a new StorageProjectBucketUpload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectBucketUploadWithDefaults ¶
func NewStorageProjectBucketUploadWithDefaults() *StorageProjectBucketUpload
NewStorageProjectBucketUploadWithDefaults instantiates a new StorageProjectBucketUpload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectBucketUpload) GetName ¶
func (o *StorageProjectBucketUpload) GetName() string
GetName returns the Name field value
func (*StorageProjectBucketUpload) GetNameOk ¶
func (o *StorageProjectBucketUpload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (StorageProjectBucketUpload) MarshalJSON ¶
func (o StorageProjectBucketUpload) MarshalJSON() ([]byte, error)
func (*StorageProjectBucketUpload) SetName ¶
func (o *StorageProjectBucketUpload) SetName(v string)
SetName sets field value
type StorageProjectDiskApiService ¶
type StorageProjectDiskApiService service
StorageProjectDiskApiService StorageProjectDiskApi service
func (*StorageProjectDiskApiService) StorageProjectDiskCreate ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskCreate(ctx context.Context, projectId string, locationId string) ApiStorageProjectDiskCreateRequest
StorageProjectDiskCreate Create storage/disk
Create disk
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiStorageProjectDiskCreateRequest
func (*StorageProjectDiskApiService) StorageProjectDiskCreateExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskCreateExecute(r ApiStorageProjectDiskCreateRequest) (*Disk, *http.Response, error)
Execute executes the request
@return Disk
func (*StorageProjectDiskApiService) StorageProjectDiskDelete ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskDelete(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskDeleteRequest
StorageProjectDiskDelete Delete storage/disk
Delete disk
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskDeleteRequest
func (*StorageProjectDiskApiService) StorageProjectDiskDeleteExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskDeleteExecute(r ApiStorageProjectDiskDeleteRequest) (*Disk, *http.Response, error)
Execute executes the request
@return Disk
func (*StorageProjectDiskApiService) StorageProjectDiskDetach ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskDetach(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskDetachRequest
StorageProjectDiskDetach Detach storage/disk
action detach
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskDetachRequest
func (*StorageProjectDiskApiService) StorageProjectDiskDetachExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskDetachExecute(r ApiStorageProjectDiskDetachRequest) (*Disk, *http.Response, error)
Execute executes the request
@return Disk
func (*StorageProjectDiskApiService) StorageProjectDiskDownload ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskDownload(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskDownloadRequest
StorageProjectDiskDownload Download storage/disk
action download
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskDownloadRequest
func (*StorageProjectDiskApiService) StorageProjectDiskDownloadExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskDownloadExecute(r ApiStorageProjectDiskDownloadRequest) (*http.Response, error)
Execute executes the request
func (*StorageProjectDiskApiService) StorageProjectDiskEventGet ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskEventGet(ctx context.Context, projectId string, locationId string, diskId string, eventId string) ApiStorageProjectDiskEventGetRequest
StorageProjectDiskEventGet Get storage/disk.event
Get storage/disk.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @param eventId eventId @return ApiStorageProjectDiskEventGetRequest
func (*StorageProjectDiskApiService) StorageProjectDiskEventGetExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskEventGetExecute(r ApiStorageProjectDiskEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*StorageProjectDiskApiService) StorageProjectDiskEventList ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskEventList(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskEventListRequest
StorageProjectDiskEventList List storage/disk.event
List storage/disk.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskEventListRequest
func (*StorageProjectDiskApiService) StorageProjectDiskEventListExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskEventListExecute(r ApiStorageProjectDiskEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*StorageProjectDiskApiService) StorageProjectDiskGet ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskGet(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskGetRequest
StorageProjectDiskGet Get storage/disk
Returns a single disk
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskGetRequest
func (*StorageProjectDiskApiService) StorageProjectDiskGetExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskGetExecute(r ApiStorageProjectDiskGetRequest) (*Disk, *http.Response, error)
Execute executes the request
@return Disk
func (*StorageProjectDiskApiService) StorageProjectDiskList ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskList(ctx context.Context, projectId string, locationId string) ApiStorageProjectDiskListRequest
StorageProjectDiskList List storage/disk
List disk
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiStorageProjectDiskListRequest
func (*StorageProjectDiskApiService) StorageProjectDiskListExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskListExecute(r ApiStorageProjectDiskListRequest) ([]Disk, *http.Response, error)
Execute executes the request
@return []Disk
func (*StorageProjectDiskApiService) StorageProjectDiskMetricGet ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskMetricGet(ctx context.Context, projectId string, locationId string, diskId string, metricId string) ApiStorageProjectDiskMetricGetRequest
StorageProjectDiskMetricGet Get storage/disk.metric
Get storage/disk.metric
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @param metricId metricId @return ApiStorageProjectDiskMetricGetRequest
func (*StorageProjectDiskApiService) StorageProjectDiskMetricGetExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskMetricGetExecute(r ApiStorageProjectDiskMetricGetRequest) (*Metric, *http.Response, error)
Execute executes the request
@return Metric
func (*StorageProjectDiskApiService) StorageProjectDiskMetricList ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskMetricList(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskMetricListRequest
StorageProjectDiskMetricList List storage/disk.metric
List storage/disk.metric
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskMetricListRequest
func (*StorageProjectDiskApiService) StorageProjectDiskMetricListExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskMetricListExecute(r ApiStorageProjectDiskMetricListRequest) ([]Metric, *http.Response, error)
Execute executes the request
@return []Metric
func (*StorageProjectDiskApiService) StorageProjectDiskMetricSeriesList ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskMetricSeriesList(ctx context.Context, projectId string, locationId string, diskId string, metricId string) ApiStorageProjectDiskMetricSeriesListRequest
StorageProjectDiskMetricSeriesList List storage/disk.series
List storage/disk.series
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @param metricId metricId @return ApiStorageProjectDiskMetricSeriesListRequest
func (*StorageProjectDiskApiService) StorageProjectDiskMetricSeriesListExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskMetricSeriesListExecute(r ApiStorageProjectDiskMetricSeriesListRequest) ([]Point, *http.Response, error)
Execute executes the request
@return []Point
func (*StorageProjectDiskApiService) StorageProjectDiskResize ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskResize(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskResizeRequest
StorageProjectDiskResize Resize storage/disk
action resize
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskResizeRequest
func (*StorageProjectDiskApiService) StorageProjectDiskResizeExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskResizeExecute(r ApiStorageProjectDiskResizeRequest) (*Disk, *http.Response, error)
Execute executes the request
@return Disk
func (*StorageProjectDiskApiService) StorageProjectDiskServiceGet ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskServiceGet(ctx context.Context, projectId string, locationId string, diskId string, serviceId string) ApiStorageProjectDiskServiceGetRequest
StorageProjectDiskServiceGet Get storage/disk.service
Get storage/disk.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @param serviceId serviceId @return ApiStorageProjectDiskServiceGetRequest
func (*StorageProjectDiskApiService) StorageProjectDiskServiceGetExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskServiceGetExecute(r ApiStorageProjectDiskServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*StorageProjectDiskApiService) StorageProjectDiskServiceList ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskServiceList(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskServiceListRequest
StorageProjectDiskServiceList List storage/disk.service
List storage/disk.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskServiceListRequest
func (*StorageProjectDiskApiService) StorageProjectDiskServiceListExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskServiceListExecute(r ApiStorageProjectDiskServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*StorageProjectDiskApiService) StorageProjectDiskTagCreate ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTagCreate(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskTagCreateRequest
StorageProjectDiskTagCreate Create storage/disk.tag
Create storage/disk.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskTagCreateRequest
func (*StorageProjectDiskApiService) StorageProjectDiskTagCreateExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTagCreateExecute(r ApiStorageProjectDiskTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*StorageProjectDiskApiService) StorageProjectDiskTagDelete ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTagDelete(ctx context.Context, projectId string, locationId string, diskId string, tagId string) ApiStorageProjectDiskTagDeleteRequest
StorageProjectDiskTagDelete Delete storage/disk.tag
Delete storage/disk.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @param tagId tagId @return ApiStorageProjectDiskTagDeleteRequest
func (*StorageProjectDiskApiService) StorageProjectDiskTagDeleteExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTagDeleteExecute(r ApiStorageProjectDiskTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*StorageProjectDiskApiService) StorageProjectDiskTagGet ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTagGet(ctx context.Context, projectId string, locationId string, diskId string, tagId string) ApiStorageProjectDiskTagGetRequest
StorageProjectDiskTagGet Get storage/disk.tag
Get storage/disk.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @param tagId tagId @return ApiStorageProjectDiskTagGetRequest
func (*StorageProjectDiskApiService) StorageProjectDiskTagGetExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTagGetExecute(r ApiStorageProjectDiskTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*StorageProjectDiskApiService) StorageProjectDiskTagList ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTagList(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskTagListRequest
StorageProjectDiskTagList List storage/disk.tag
List storage/disk.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskTagListRequest
func (*StorageProjectDiskApiService) StorageProjectDiskTagListExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTagListExecute(r ApiStorageProjectDiskTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*StorageProjectDiskApiService) StorageProjectDiskTagPut ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTagPut(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskTagPutRequest
StorageProjectDiskTagPut Replace storage/disk.tag
Replace storage/disk.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskTagPutRequest
func (*StorageProjectDiskApiService) StorageProjectDiskTagPutExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTagPutExecute(r ApiStorageProjectDiskTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*StorageProjectDiskApiService) StorageProjectDiskTransfer ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTransfer(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskTransferRequest
StorageProjectDiskTransfer Transfer storage/disk
action transfer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskTransferRequest
func (*StorageProjectDiskApiService) StorageProjectDiskTransferExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskTransferExecute(r ApiStorageProjectDiskTransferRequest) (*Disk, *http.Response, error)
Execute executes the request
@return Disk
func (*StorageProjectDiskApiService) StorageProjectDiskUpdate ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskUpdate(ctx context.Context, projectId string, locationId string, diskId string) ApiStorageProjectDiskUpdateRequest
StorageProjectDiskUpdate Update storage/disk
Returns modified disk
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param diskId Disk Id @return ApiStorageProjectDiskUpdateRequest
func (*StorageProjectDiskApiService) StorageProjectDiskUpdateExecute ¶
func (a *StorageProjectDiskApiService) StorageProjectDiskUpdateExecute(r ApiStorageProjectDiskUpdateRequest) (*Disk, *http.Response, error)
Execute executes the request
@return Disk
type StorageProjectDiskCreate ¶
type StorageProjectDiskCreate struct { Name string `json:"name"` Service string `json:"service"` Size float32 `json:"size"` Source *string `json:"source,omitempty"` Tag []Tag `json:"tag,omitempty"` Vm *string `json:"vm,omitempty"` }
StorageProjectDiskCreate struct for StorageProjectDiskCreate
func NewStorageProjectDiskCreate ¶
func NewStorageProjectDiskCreate(name string, service string, size float32) *StorageProjectDiskCreate
NewStorageProjectDiskCreate instantiates a new StorageProjectDiskCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectDiskCreateWithDefaults ¶
func NewStorageProjectDiskCreateWithDefaults() *StorageProjectDiskCreate
NewStorageProjectDiskCreateWithDefaults instantiates a new StorageProjectDiskCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectDiskCreate) GetName ¶
func (o *StorageProjectDiskCreate) GetName() string
GetName returns the Name field value
func (*StorageProjectDiskCreate) GetNameOk ¶
func (o *StorageProjectDiskCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*StorageProjectDiskCreate) GetService ¶
func (o *StorageProjectDiskCreate) GetService() string
GetService returns the Service field value
func (*StorageProjectDiskCreate) GetServiceOk ¶
func (o *StorageProjectDiskCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (*StorageProjectDiskCreate) GetSize ¶
func (o *StorageProjectDiskCreate) GetSize() float32
GetSize returns the Size field value
func (*StorageProjectDiskCreate) GetSizeOk ¶
func (o *StorageProjectDiskCreate) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*StorageProjectDiskCreate) GetSource ¶
func (o *StorageProjectDiskCreate) GetSource() string
GetSource returns the Source field value if set, zero value otherwise.
func (*StorageProjectDiskCreate) GetSourceOk ¶
func (o *StorageProjectDiskCreate) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectDiskCreate) GetTag ¶
func (o *StorageProjectDiskCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*StorageProjectDiskCreate) GetTagOk ¶
func (o *StorageProjectDiskCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectDiskCreate) GetVm ¶
func (o *StorageProjectDiskCreate) GetVm() string
GetVm returns the Vm field value if set, zero value otherwise.
func (*StorageProjectDiskCreate) GetVmOk ¶
func (o *StorageProjectDiskCreate) GetVmOk() (*string, bool)
GetVmOk returns a tuple with the Vm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectDiskCreate) HasSource ¶
func (o *StorageProjectDiskCreate) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*StorageProjectDiskCreate) HasTag ¶
func (o *StorageProjectDiskCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (*StorageProjectDiskCreate) HasVm ¶
func (o *StorageProjectDiskCreate) HasVm() bool
HasVm returns a boolean if a field has been set.
func (StorageProjectDiskCreate) MarshalJSON ¶
func (o StorageProjectDiskCreate) MarshalJSON() ([]byte, error)
func (*StorageProjectDiskCreate) SetName ¶
func (o *StorageProjectDiskCreate) SetName(v string)
SetName sets field value
func (*StorageProjectDiskCreate) SetService ¶
func (o *StorageProjectDiskCreate) SetService(v string)
SetService sets field value
func (*StorageProjectDiskCreate) SetSize ¶
func (o *StorageProjectDiskCreate) SetSize(v float32)
SetSize sets field value
func (*StorageProjectDiskCreate) SetSource ¶
func (o *StorageProjectDiskCreate) SetSource(v string)
SetSource gets a reference to the given string and assigns it to the Source field.
func (*StorageProjectDiskCreate) SetTag ¶
func (o *StorageProjectDiskCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
func (*StorageProjectDiskCreate) SetVm ¶
func (o *StorageProjectDiskCreate) SetVm(v string)
SetVm gets a reference to the given string and assigns it to the Vm field.
type StorageProjectDiskResize ¶
type StorageProjectDiskResize struct {
Size float32 `json:"size"`
}
StorageProjectDiskResize struct for StorageProjectDiskResize
func NewStorageProjectDiskResize ¶
func NewStorageProjectDiskResize(size float32) *StorageProjectDiskResize
NewStorageProjectDiskResize instantiates a new StorageProjectDiskResize object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectDiskResizeWithDefaults ¶
func NewStorageProjectDiskResizeWithDefaults() *StorageProjectDiskResize
NewStorageProjectDiskResizeWithDefaults instantiates a new StorageProjectDiskResize object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectDiskResize) GetSize ¶
func (o *StorageProjectDiskResize) GetSize() float32
GetSize returns the Size field value
func (*StorageProjectDiskResize) GetSizeOk ¶
func (o *StorageProjectDiskResize) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (StorageProjectDiskResize) MarshalJSON ¶
func (o StorageProjectDiskResize) MarshalJSON() ([]byte, error)
func (*StorageProjectDiskResize) SetSize ¶
func (o *StorageProjectDiskResize) SetSize(v float32)
SetSize sets field value
type StorageProjectDiskTransfer ¶
type StorageProjectDiskTransfer struct {
Project string `json:"project"`
}
StorageProjectDiskTransfer struct for StorageProjectDiskTransfer
func NewStorageProjectDiskTransfer ¶
func NewStorageProjectDiskTransfer(project string) *StorageProjectDiskTransfer
NewStorageProjectDiskTransfer instantiates a new StorageProjectDiskTransfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectDiskTransferWithDefaults ¶
func NewStorageProjectDiskTransferWithDefaults() *StorageProjectDiskTransfer
NewStorageProjectDiskTransferWithDefaults instantiates a new StorageProjectDiskTransfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectDiskTransfer) GetProject ¶
func (o *StorageProjectDiskTransfer) GetProject() string
GetProject returns the Project field value
func (*StorageProjectDiskTransfer) GetProjectOk ¶
func (o *StorageProjectDiskTransfer) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (StorageProjectDiskTransfer) MarshalJSON ¶
func (o StorageProjectDiskTransfer) MarshalJSON() ([]byte, error)
func (*StorageProjectDiskTransfer) SetProject ¶
func (o *StorageProjectDiskTransfer) SetProject(v string)
SetProject sets field value
type StorageProjectDiskUpdate ¶
type StorageProjectDiskUpdate struct {
Name *string `json:"name,omitempty"`
}
StorageProjectDiskUpdate struct for StorageProjectDiskUpdate
func NewStorageProjectDiskUpdate ¶
func NewStorageProjectDiskUpdate() *StorageProjectDiskUpdate
NewStorageProjectDiskUpdate instantiates a new StorageProjectDiskUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectDiskUpdateWithDefaults ¶
func NewStorageProjectDiskUpdateWithDefaults() *StorageProjectDiskUpdate
NewStorageProjectDiskUpdateWithDefaults instantiates a new StorageProjectDiskUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectDiskUpdate) GetName ¶
func (o *StorageProjectDiskUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*StorageProjectDiskUpdate) GetNameOk ¶
func (o *StorageProjectDiskUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectDiskUpdate) HasName ¶
func (o *StorageProjectDiskUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (StorageProjectDiskUpdate) MarshalJSON ¶
func (o StorageProjectDiskUpdate) MarshalJSON() ([]byte, error)
func (*StorageProjectDiskUpdate) SetName ¶
func (o *StorageProjectDiskUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type StorageProjectImageApiService ¶
type StorageProjectImageApiService service
StorageProjectImageApiService StorageProjectImageApi service
func (*StorageProjectImageApiService) StorageProjectImageCreate ¶
func (a *StorageProjectImageApiService) StorageProjectImageCreate(ctx context.Context, projectId string, locationId string) ApiStorageProjectImageCreateRequest
StorageProjectImageCreate Create storage/image
Create image
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiStorageProjectImageCreateRequest
func (*StorageProjectImageApiService) StorageProjectImageCreateExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageCreateExecute(r ApiStorageProjectImageCreateRequest) (*Image, *http.Response, error)
Execute executes the request
@return Image
func (*StorageProjectImageApiService) StorageProjectImageDelete ¶
func (a *StorageProjectImageApiService) StorageProjectImageDelete(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageDeleteRequest
StorageProjectImageDelete Delete storage/image
Delete image
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @return ApiStorageProjectImageDeleteRequest
func (*StorageProjectImageApiService) StorageProjectImageDeleteExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageDeleteExecute(r ApiStorageProjectImageDeleteRequest) (*Image, *http.Response, error)
Execute executes the request
@return Image
func (*StorageProjectImageApiService) StorageProjectImageEventGet ¶
func (a *StorageProjectImageApiService) StorageProjectImageEventGet(ctx context.Context, projectId string, locationId string, imageId string, eventId string) ApiStorageProjectImageEventGetRequest
StorageProjectImageEventGet Get storage/image.event
Get storage/image.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @param eventId eventId @return ApiStorageProjectImageEventGetRequest
func (*StorageProjectImageApiService) StorageProjectImageEventGetExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageEventGetExecute(r ApiStorageProjectImageEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*StorageProjectImageApiService) StorageProjectImageEventList ¶
func (a *StorageProjectImageApiService) StorageProjectImageEventList(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageEventListRequest
StorageProjectImageEventList List storage/image.event
List storage/image.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @return ApiStorageProjectImageEventListRequest
func (*StorageProjectImageApiService) StorageProjectImageEventListExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageEventListExecute(r ApiStorageProjectImageEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*StorageProjectImageApiService) StorageProjectImageGet ¶
func (a *StorageProjectImageApiService) StorageProjectImageGet(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageGetRequest
StorageProjectImageGet Get storage/image
Returns a single image
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @return ApiStorageProjectImageGetRequest
func (*StorageProjectImageApiService) StorageProjectImageGetExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageGetExecute(r ApiStorageProjectImageGetRequest) (*Image, *http.Response, error)
Execute executes the request
@return Image
func (*StorageProjectImageApiService) StorageProjectImageList ¶
func (a *StorageProjectImageApiService) StorageProjectImageList(ctx context.Context, projectId string, locationId string) ApiStorageProjectImageListRequest
StorageProjectImageList List storage/image
List image
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiStorageProjectImageListRequest
func (*StorageProjectImageApiService) StorageProjectImageListExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageListExecute(r ApiStorageProjectImageListRequest) ([]Image, *http.Response, error)
Execute executes the request
@return []Image
func (*StorageProjectImageApiService) StorageProjectImageServiceGet ¶
func (a *StorageProjectImageApiService) StorageProjectImageServiceGet(ctx context.Context, projectId string, locationId string, imageId string, serviceId string) ApiStorageProjectImageServiceGetRequest
StorageProjectImageServiceGet Get storage/image.service
Get storage/image.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @param serviceId serviceId @return ApiStorageProjectImageServiceGetRequest
func (*StorageProjectImageApiService) StorageProjectImageServiceGetExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageServiceGetExecute(r ApiStorageProjectImageServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*StorageProjectImageApiService) StorageProjectImageServiceList ¶
func (a *StorageProjectImageApiService) StorageProjectImageServiceList(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageServiceListRequest
StorageProjectImageServiceList List storage/image.service
List storage/image.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @return ApiStorageProjectImageServiceListRequest
func (*StorageProjectImageApiService) StorageProjectImageServiceListExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageServiceListExecute(r ApiStorageProjectImageServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*StorageProjectImageApiService) StorageProjectImageTagCreate ¶
func (a *StorageProjectImageApiService) StorageProjectImageTagCreate(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageTagCreateRequest
StorageProjectImageTagCreate Create storage/image.tag
Create storage/image.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @return ApiStorageProjectImageTagCreateRequest
func (*StorageProjectImageApiService) StorageProjectImageTagCreateExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageTagCreateExecute(r ApiStorageProjectImageTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*StorageProjectImageApiService) StorageProjectImageTagDelete ¶
func (a *StorageProjectImageApiService) StorageProjectImageTagDelete(ctx context.Context, projectId string, locationId string, imageId string, tagId string) ApiStorageProjectImageTagDeleteRequest
StorageProjectImageTagDelete Delete storage/image.tag
Delete storage/image.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @param tagId tagId @return ApiStorageProjectImageTagDeleteRequest
func (*StorageProjectImageApiService) StorageProjectImageTagDeleteExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageTagDeleteExecute(r ApiStorageProjectImageTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*StorageProjectImageApiService) StorageProjectImageTagGet ¶
func (a *StorageProjectImageApiService) StorageProjectImageTagGet(ctx context.Context, projectId string, locationId string, imageId string, tagId string) ApiStorageProjectImageTagGetRequest
StorageProjectImageTagGet Get storage/image.tag
Get storage/image.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @param tagId tagId @return ApiStorageProjectImageTagGetRequest
func (*StorageProjectImageApiService) StorageProjectImageTagGetExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageTagGetExecute(r ApiStorageProjectImageTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*StorageProjectImageApiService) StorageProjectImageTagList ¶
func (a *StorageProjectImageApiService) StorageProjectImageTagList(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageTagListRequest
StorageProjectImageTagList List storage/image.tag
List storage/image.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @return ApiStorageProjectImageTagListRequest
func (*StorageProjectImageApiService) StorageProjectImageTagListExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageTagListExecute(r ApiStorageProjectImageTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*StorageProjectImageApiService) StorageProjectImageTagPut ¶
func (a *StorageProjectImageApiService) StorageProjectImageTagPut(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageTagPutRequest
StorageProjectImageTagPut Replace storage/image.tag
Replace storage/image.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @return ApiStorageProjectImageTagPutRequest
func (*StorageProjectImageApiService) StorageProjectImageTagPutExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageTagPutExecute(r ApiStorageProjectImageTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*StorageProjectImageApiService) StorageProjectImageTransfer ¶
func (a *StorageProjectImageApiService) StorageProjectImageTransfer(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageTransferRequest
StorageProjectImageTransfer Transfer storage/image
action transfer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @return ApiStorageProjectImageTransferRequest
func (*StorageProjectImageApiService) StorageProjectImageTransferExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageTransferExecute(r ApiStorageProjectImageTransferRequest) (*Image, *http.Response, error)
Execute executes the request
@return Image
func (*StorageProjectImageApiService) StorageProjectImageUpdate ¶
func (a *StorageProjectImageApiService) StorageProjectImageUpdate(ctx context.Context, projectId string, locationId string, imageId string) ApiStorageProjectImageUpdateRequest
StorageProjectImageUpdate Update storage/image
Returns modified image
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param imageId Image Id @return ApiStorageProjectImageUpdateRequest
func (*StorageProjectImageApiService) StorageProjectImageUpdateExecute ¶
func (a *StorageProjectImageApiService) StorageProjectImageUpdateExecute(r ApiStorageProjectImageUpdateRequest) (*Image, *http.Response, error)
Execute executes the request
@return Image
type StorageProjectImageCreate ¶
type StorageProjectImageCreate struct { Description *string `json:"description,omitempty"` Name string `json:"name"` Replica *string `json:"replica,omitempty"` Service *string `json:"service,omitempty"` Tag []Tag `json:"tag,omitempty"` Vm *string `json:"vm,omitempty"` }
StorageProjectImageCreate struct for StorageProjectImageCreate
func NewStorageProjectImageCreate ¶
func NewStorageProjectImageCreate(name string) *StorageProjectImageCreate
NewStorageProjectImageCreate instantiates a new StorageProjectImageCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectImageCreateWithDefaults ¶
func NewStorageProjectImageCreateWithDefaults() *StorageProjectImageCreate
NewStorageProjectImageCreateWithDefaults instantiates a new StorageProjectImageCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectImageCreate) GetDescription ¶
func (o *StorageProjectImageCreate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*StorageProjectImageCreate) GetDescriptionOk ¶
func (o *StorageProjectImageCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectImageCreate) GetName ¶
func (o *StorageProjectImageCreate) GetName() string
GetName returns the Name field value
func (*StorageProjectImageCreate) GetNameOk ¶
func (o *StorageProjectImageCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*StorageProjectImageCreate) GetReplica ¶
func (o *StorageProjectImageCreate) GetReplica() string
GetReplica returns the Replica field value if set, zero value otherwise.
func (*StorageProjectImageCreate) GetReplicaOk ¶
func (o *StorageProjectImageCreate) GetReplicaOk() (*string, bool)
GetReplicaOk returns a tuple with the Replica field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectImageCreate) GetService ¶
func (o *StorageProjectImageCreate) GetService() string
GetService returns the Service field value if set, zero value otherwise.
func (*StorageProjectImageCreate) GetServiceOk ¶
func (o *StorageProjectImageCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectImageCreate) GetTag ¶
func (o *StorageProjectImageCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*StorageProjectImageCreate) GetTagOk ¶
func (o *StorageProjectImageCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectImageCreate) GetVm ¶
func (o *StorageProjectImageCreate) GetVm() string
GetVm returns the Vm field value if set, zero value otherwise.
func (*StorageProjectImageCreate) GetVmOk ¶
func (o *StorageProjectImageCreate) GetVmOk() (*string, bool)
GetVmOk returns a tuple with the Vm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectImageCreate) HasDescription ¶
func (o *StorageProjectImageCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*StorageProjectImageCreate) HasReplica ¶
func (o *StorageProjectImageCreate) HasReplica() bool
HasReplica returns a boolean if a field has been set.
func (*StorageProjectImageCreate) HasService ¶
func (o *StorageProjectImageCreate) HasService() bool
HasService returns a boolean if a field has been set.
func (*StorageProjectImageCreate) HasTag ¶
func (o *StorageProjectImageCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (*StorageProjectImageCreate) HasVm ¶
func (o *StorageProjectImageCreate) HasVm() bool
HasVm returns a boolean if a field has been set.
func (StorageProjectImageCreate) MarshalJSON ¶
func (o StorageProjectImageCreate) MarshalJSON() ([]byte, error)
func (*StorageProjectImageCreate) SetDescription ¶
func (o *StorageProjectImageCreate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*StorageProjectImageCreate) SetName ¶
func (o *StorageProjectImageCreate) SetName(v string)
SetName sets field value
func (*StorageProjectImageCreate) SetReplica ¶
func (o *StorageProjectImageCreate) SetReplica(v string)
SetReplica gets a reference to the given string and assigns it to the Replica field.
func (*StorageProjectImageCreate) SetService ¶
func (o *StorageProjectImageCreate) SetService(v string)
SetService gets a reference to the given string and assigns it to the Service field.
func (*StorageProjectImageCreate) SetTag ¶
func (o *StorageProjectImageCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
func (*StorageProjectImageCreate) SetVm ¶
func (o *StorageProjectImageCreate) SetVm(v string)
SetVm gets a reference to the given string and assigns it to the Vm field.
type StorageProjectImageTransfer ¶
type StorageProjectImageTransfer struct {
Project string `json:"project"`
}
StorageProjectImageTransfer struct for StorageProjectImageTransfer
func NewStorageProjectImageTransfer ¶
func NewStorageProjectImageTransfer(project string) *StorageProjectImageTransfer
NewStorageProjectImageTransfer instantiates a new StorageProjectImageTransfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectImageTransferWithDefaults ¶
func NewStorageProjectImageTransferWithDefaults() *StorageProjectImageTransfer
NewStorageProjectImageTransferWithDefaults instantiates a new StorageProjectImageTransfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectImageTransfer) GetProject ¶
func (o *StorageProjectImageTransfer) GetProject() string
GetProject returns the Project field value
func (*StorageProjectImageTransfer) GetProjectOk ¶
func (o *StorageProjectImageTransfer) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (StorageProjectImageTransfer) MarshalJSON ¶
func (o StorageProjectImageTransfer) MarshalJSON() ([]byte, error)
func (*StorageProjectImageTransfer) SetProject ¶
func (o *StorageProjectImageTransfer) SetProject(v string)
SetProject sets field value
type StorageProjectImageUpdate ¶
type StorageProjectImageUpdate struct { Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` }
StorageProjectImageUpdate struct for StorageProjectImageUpdate
func NewStorageProjectImageUpdate ¶
func NewStorageProjectImageUpdate() *StorageProjectImageUpdate
NewStorageProjectImageUpdate instantiates a new StorageProjectImageUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectImageUpdateWithDefaults ¶
func NewStorageProjectImageUpdateWithDefaults() *StorageProjectImageUpdate
NewStorageProjectImageUpdateWithDefaults instantiates a new StorageProjectImageUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectImageUpdate) GetDescription ¶
func (o *StorageProjectImageUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*StorageProjectImageUpdate) GetDescriptionOk ¶
func (o *StorageProjectImageUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectImageUpdate) GetName ¶
func (o *StorageProjectImageUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*StorageProjectImageUpdate) GetNameOk ¶
func (o *StorageProjectImageUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectImageUpdate) HasDescription ¶
func (o *StorageProjectImageUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*StorageProjectImageUpdate) HasName ¶
func (o *StorageProjectImageUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (StorageProjectImageUpdate) MarshalJSON ¶
func (o StorageProjectImageUpdate) MarshalJSON() ([]byte, error)
func (*StorageProjectImageUpdate) SetDescription ¶
func (o *StorageProjectImageUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*StorageProjectImageUpdate) SetName ¶
func (o *StorageProjectImageUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type StorageProjectIsoApiService ¶
type StorageProjectIsoApiService service
StorageProjectIsoApiService StorageProjectIsoApi service
func (*StorageProjectIsoApiService) StorageProjectIsoCreate ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoCreate(ctx context.Context, projectId string, locationId string) ApiStorageProjectIsoCreateRequest
StorageProjectIsoCreate Create storage/iso
Create iso
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiStorageProjectIsoCreateRequest
func (*StorageProjectIsoApiService) StorageProjectIsoCreateExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoCreateExecute(r ApiStorageProjectIsoCreateRequest) (*Iso, *http.Response, error)
Execute executes the request
@return Iso
func (*StorageProjectIsoApiService) StorageProjectIsoDelete ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoDelete(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoDeleteRequest
StorageProjectIsoDelete Delete storage/iso
Delete iso
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @return ApiStorageProjectIsoDeleteRequest
func (*StorageProjectIsoApiService) StorageProjectIsoDeleteExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoDeleteExecute(r ApiStorageProjectIsoDeleteRequest) (*Iso, *http.Response, error)
Execute executes the request
@return Iso
func (*StorageProjectIsoApiService) StorageProjectIsoDetach ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoDetach(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoDetachRequest
StorageProjectIsoDetach Detach storage/iso
action detach
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @return ApiStorageProjectIsoDetachRequest
func (*StorageProjectIsoApiService) StorageProjectIsoDetachExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoDetachExecute(r ApiStorageProjectIsoDetachRequest) (*Iso, *http.Response, error)
Execute executes the request
@return Iso
func (*StorageProjectIsoApiService) StorageProjectIsoEventGet ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoEventGet(ctx context.Context, projectId string, locationId string, isoId string, eventId string) ApiStorageProjectIsoEventGetRequest
StorageProjectIsoEventGet Get storage/iso.event
Get storage/iso.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @param eventId eventId @return ApiStorageProjectIsoEventGetRequest
func (*StorageProjectIsoApiService) StorageProjectIsoEventGetExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoEventGetExecute(r ApiStorageProjectIsoEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*StorageProjectIsoApiService) StorageProjectIsoEventList ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoEventList(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoEventListRequest
StorageProjectIsoEventList List storage/iso.event
List storage/iso.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @return ApiStorageProjectIsoEventListRequest
func (*StorageProjectIsoApiService) StorageProjectIsoEventListExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoEventListExecute(r ApiStorageProjectIsoEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*StorageProjectIsoApiService) StorageProjectIsoGet ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoGet(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoGetRequest
StorageProjectIsoGet Get storage/iso
Returns a single iso
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @return ApiStorageProjectIsoGetRequest
func (*StorageProjectIsoApiService) StorageProjectIsoGetExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoGetExecute(r ApiStorageProjectIsoGetRequest) (*Iso, *http.Response, error)
Execute executes the request
@return Iso
func (*StorageProjectIsoApiService) StorageProjectIsoList ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoList(ctx context.Context, projectId string, locationId string) ApiStorageProjectIsoListRequest
StorageProjectIsoList List storage/iso
List iso
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiStorageProjectIsoListRequest
func (*StorageProjectIsoApiService) StorageProjectIsoListExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoListExecute(r ApiStorageProjectIsoListRequest) ([]Iso, *http.Response, error)
Execute executes the request
@return []Iso
func (*StorageProjectIsoApiService) StorageProjectIsoServiceGet ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoServiceGet(ctx context.Context, projectId string, locationId string, isoId string, serviceId string) ApiStorageProjectIsoServiceGetRequest
StorageProjectIsoServiceGet Get storage/iso.service
Get storage/iso.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @param serviceId serviceId @return ApiStorageProjectIsoServiceGetRequest
func (*StorageProjectIsoApiService) StorageProjectIsoServiceGetExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoServiceGetExecute(r ApiStorageProjectIsoServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*StorageProjectIsoApiService) StorageProjectIsoServiceList ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoServiceList(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoServiceListRequest
StorageProjectIsoServiceList List storage/iso.service
List storage/iso.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @return ApiStorageProjectIsoServiceListRequest
func (*StorageProjectIsoApiService) StorageProjectIsoServiceListExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoServiceListExecute(r ApiStorageProjectIsoServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*StorageProjectIsoApiService) StorageProjectIsoTagCreate ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTagCreate(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoTagCreateRequest
StorageProjectIsoTagCreate Create storage/iso.tag
Create storage/iso.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @return ApiStorageProjectIsoTagCreateRequest
func (*StorageProjectIsoApiService) StorageProjectIsoTagCreateExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTagCreateExecute(r ApiStorageProjectIsoTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*StorageProjectIsoApiService) StorageProjectIsoTagDelete ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTagDelete(ctx context.Context, projectId string, locationId string, isoId string, tagId string) ApiStorageProjectIsoTagDeleteRequest
StorageProjectIsoTagDelete Delete storage/iso.tag
Delete storage/iso.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @param tagId tagId @return ApiStorageProjectIsoTagDeleteRequest
func (*StorageProjectIsoApiService) StorageProjectIsoTagDeleteExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTagDeleteExecute(r ApiStorageProjectIsoTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*StorageProjectIsoApiService) StorageProjectIsoTagGet ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTagGet(ctx context.Context, projectId string, locationId string, isoId string, tagId string) ApiStorageProjectIsoTagGetRequest
StorageProjectIsoTagGet Get storage/iso.tag
Get storage/iso.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @param tagId tagId @return ApiStorageProjectIsoTagGetRequest
func (*StorageProjectIsoApiService) StorageProjectIsoTagGetExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTagGetExecute(r ApiStorageProjectIsoTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*StorageProjectIsoApiService) StorageProjectIsoTagList ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTagList(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoTagListRequest
StorageProjectIsoTagList List storage/iso.tag
List storage/iso.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @return ApiStorageProjectIsoTagListRequest
func (*StorageProjectIsoApiService) StorageProjectIsoTagListExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTagListExecute(r ApiStorageProjectIsoTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*StorageProjectIsoApiService) StorageProjectIsoTagPut ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTagPut(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoTagPutRequest
StorageProjectIsoTagPut Replace storage/iso.tag
Replace storage/iso.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @return ApiStorageProjectIsoTagPutRequest
func (*StorageProjectIsoApiService) StorageProjectIsoTagPutExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTagPutExecute(r ApiStorageProjectIsoTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*StorageProjectIsoApiService) StorageProjectIsoTransfer ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTransfer(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoTransferRequest
StorageProjectIsoTransfer Transfer storage/iso
action transfer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @return ApiStorageProjectIsoTransferRequest
func (*StorageProjectIsoApiService) StorageProjectIsoTransferExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoTransferExecute(r ApiStorageProjectIsoTransferRequest) (*Iso, *http.Response, error)
Execute executes the request
@return Iso
func (*StorageProjectIsoApiService) StorageProjectIsoUpdate ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoUpdate(ctx context.Context, projectId string, locationId string, isoId string) ApiStorageProjectIsoUpdateRequest
StorageProjectIsoUpdate Update storage/iso
Returns modified iso
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param isoId Iso Id @return ApiStorageProjectIsoUpdateRequest
func (*StorageProjectIsoApiService) StorageProjectIsoUpdateExecute ¶
func (a *StorageProjectIsoApiService) StorageProjectIsoUpdateExecute(r ApiStorageProjectIsoUpdateRequest) (*Iso, *http.Response, error)
Execute executes the request
@return Iso
type StorageProjectIsoCreate ¶
type StorageProjectIsoCreate struct { Name string `json:"name"` Source string `json:"source"` Tag []Tag `json:"tag,omitempty"` }
StorageProjectIsoCreate struct for StorageProjectIsoCreate
func NewStorageProjectIsoCreate ¶
func NewStorageProjectIsoCreate(name string, source string) *StorageProjectIsoCreate
NewStorageProjectIsoCreate instantiates a new StorageProjectIsoCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectIsoCreateWithDefaults ¶
func NewStorageProjectIsoCreateWithDefaults() *StorageProjectIsoCreate
NewStorageProjectIsoCreateWithDefaults instantiates a new StorageProjectIsoCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectIsoCreate) GetName ¶
func (o *StorageProjectIsoCreate) GetName() string
GetName returns the Name field value
func (*StorageProjectIsoCreate) GetNameOk ¶
func (o *StorageProjectIsoCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*StorageProjectIsoCreate) GetSource ¶
func (o *StorageProjectIsoCreate) GetSource() string
GetSource returns the Source field value
func (*StorageProjectIsoCreate) GetSourceOk ¶
func (o *StorageProjectIsoCreate) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.
func (*StorageProjectIsoCreate) GetTag ¶
func (o *StorageProjectIsoCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*StorageProjectIsoCreate) GetTagOk ¶
func (o *StorageProjectIsoCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectIsoCreate) HasTag ¶
func (o *StorageProjectIsoCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (StorageProjectIsoCreate) MarshalJSON ¶
func (o StorageProjectIsoCreate) MarshalJSON() ([]byte, error)
func (*StorageProjectIsoCreate) SetName ¶
func (o *StorageProjectIsoCreate) SetName(v string)
SetName sets field value
func (*StorageProjectIsoCreate) SetSource ¶
func (o *StorageProjectIsoCreate) SetSource(v string)
SetSource sets field value
func (*StorageProjectIsoCreate) SetTag ¶
func (o *StorageProjectIsoCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type StorageProjectIsoDetach ¶
type StorageProjectIsoDetach struct {
Vm string `json:"vm"`
}
StorageProjectIsoDetach struct for StorageProjectIsoDetach
func NewStorageProjectIsoDetach ¶
func NewStorageProjectIsoDetach(vm string) *StorageProjectIsoDetach
NewStorageProjectIsoDetach instantiates a new StorageProjectIsoDetach object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectIsoDetachWithDefaults ¶
func NewStorageProjectIsoDetachWithDefaults() *StorageProjectIsoDetach
NewStorageProjectIsoDetachWithDefaults instantiates a new StorageProjectIsoDetach object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectIsoDetach) GetVm ¶
func (o *StorageProjectIsoDetach) GetVm() string
GetVm returns the Vm field value
func (*StorageProjectIsoDetach) GetVmOk ¶
func (o *StorageProjectIsoDetach) GetVmOk() (*string, bool)
GetVmOk returns a tuple with the Vm field value and a boolean to check if the value has been set.
func (StorageProjectIsoDetach) MarshalJSON ¶
func (o StorageProjectIsoDetach) MarshalJSON() ([]byte, error)
func (*StorageProjectIsoDetach) SetVm ¶
func (o *StorageProjectIsoDetach) SetVm(v string)
SetVm sets field value
type StorageProjectIsoTransfer ¶
type StorageProjectIsoTransfer struct {
Project string `json:"project"`
}
StorageProjectIsoTransfer struct for StorageProjectIsoTransfer
func NewStorageProjectIsoTransfer ¶
func NewStorageProjectIsoTransfer(project string) *StorageProjectIsoTransfer
NewStorageProjectIsoTransfer instantiates a new StorageProjectIsoTransfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectIsoTransferWithDefaults ¶
func NewStorageProjectIsoTransferWithDefaults() *StorageProjectIsoTransfer
NewStorageProjectIsoTransferWithDefaults instantiates a new StorageProjectIsoTransfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectIsoTransfer) GetProject ¶
func (o *StorageProjectIsoTransfer) GetProject() string
GetProject returns the Project field value
func (*StorageProjectIsoTransfer) GetProjectOk ¶
func (o *StorageProjectIsoTransfer) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (StorageProjectIsoTransfer) MarshalJSON ¶
func (o StorageProjectIsoTransfer) MarshalJSON() ([]byte, error)
func (*StorageProjectIsoTransfer) SetProject ¶
func (o *StorageProjectIsoTransfer) SetProject(v string)
SetProject sets field value
type StorageProjectIsoUpdate ¶
type StorageProjectIsoUpdate struct {
Name *string `json:"name,omitempty"`
}
StorageProjectIsoUpdate struct for StorageProjectIsoUpdate
func NewStorageProjectIsoUpdate ¶
func NewStorageProjectIsoUpdate() *StorageProjectIsoUpdate
NewStorageProjectIsoUpdate instantiates a new StorageProjectIsoUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectIsoUpdateWithDefaults ¶
func NewStorageProjectIsoUpdateWithDefaults() *StorageProjectIsoUpdate
NewStorageProjectIsoUpdateWithDefaults instantiates a new StorageProjectIsoUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectIsoUpdate) GetName ¶
func (o *StorageProjectIsoUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*StorageProjectIsoUpdate) GetNameOk ¶
func (o *StorageProjectIsoUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectIsoUpdate) HasName ¶
func (o *StorageProjectIsoUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (StorageProjectIsoUpdate) MarshalJSON ¶
func (o StorageProjectIsoUpdate) MarshalJSON() ([]byte, error)
func (*StorageProjectIsoUpdate) SetName ¶
func (o *StorageProjectIsoUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type StorageProjectVaultApiService ¶
type StorageProjectVaultApiService service
StorageProjectVaultApiService StorageProjectVaultApi service
func (*StorageProjectVaultApiService) StorageProjectVaultConnectGet ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultConnectGet(ctx context.Context, projectId string, locationId string, vaultId string, connectId string) ApiStorageProjectVaultConnectGetRequest
StorageProjectVaultConnectGet Get storage/vault.connect
Get storage/vault.connect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @param connectId connectId @return ApiStorageProjectVaultConnectGetRequest
func (*StorageProjectVaultApiService) StorageProjectVaultConnectGetExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultConnectGetExecute(r ApiStorageProjectVaultConnectGetRequest) (*ResourceConnect, *http.Response, error)
Execute executes the request
@return ResourceConnect
func (*StorageProjectVaultApiService) StorageProjectVaultConnectList ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultConnectList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultConnectListRequest
StorageProjectVaultConnectList List storage/vault.connect
List storage/vault.connect
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultConnectListRequest
func (*StorageProjectVaultApiService) StorageProjectVaultConnectListExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultConnectListExecute(r ApiStorageProjectVaultConnectListRequest) ([]ResourceConnect, *http.Response, error)
Execute executes the request
@return []ResourceConnect
func (*StorageProjectVaultApiService) StorageProjectVaultCreate ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCreate(ctx context.Context, projectId string, locationId string) ApiStorageProjectVaultCreateRequest
StorageProjectVaultCreate Create storage/vault
Create vault
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiStorageProjectVaultCreateRequest
func (*StorageProjectVaultApiService) StorageProjectVaultCreateExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCreateExecute(r ApiStorageProjectVaultCreateRequest) (*Vault, *http.Response, error)
Execute executes the request
@return Vault
func (*StorageProjectVaultApiService) StorageProjectVaultCredentialCreate ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialCreate(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultCredentialCreateRequest
StorageProjectVaultCredentialCreate Create storage/vault.credential
Create storage/vault.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultCredentialCreateRequest
func (*StorageProjectVaultApiService) StorageProjectVaultCredentialCreateExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialCreateExecute(r ApiStorageProjectVaultCredentialCreateRequest) (*VaultCredential, *http.Response, error)
Execute executes the request
@return VaultCredential
func (*StorageProjectVaultApiService) StorageProjectVaultCredentialDelete ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialDelete(ctx context.Context, projectId string, locationId string, vaultId string, credentialId string) ApiStorageProjectVaultCredentialDeleteRequest
StorageProjectVaultCredentialDelete Delete storage/vault.credential
Delete storage/vault.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @param credentialId credentialId @return ApiStorageProjectVaultCredentialDeleteRequest
func (*StorageProjectVaultApiService) StorageProjectVaultCredentialDeleteExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialDeleteExecute(r ApiStorageProjectVaultCredentialDeleteRequest) (*Vault, *http.Response, error)
Execute executes the request
@return Vault
func (*StorageProjectVaultApiService) StorageProjectVaultCredentialGet ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialGet(ctx context.Context, projectId string, locationId string, vaultId string, credentialId string) ApiStorageProjectVaultCredentialGetRequest
StorageProjectVaultCredentialGet Get storage/vault.credential
Get storage/vault.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @param credentialId credentialId @return ApiStorageProjectVaultCredentialGetRequest
func (*StorageProjectVaultApiService) StorageProjectVaultCredentialGetExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialGetExecute(r ApiStorageProjectVaultCredentialGetRequest) (*VaultCredential, *http.Response, error)
Execute executes the request
@return VaultCredential
func (*StorageProjectVaultApiService) StorageProjectVaultCredentialList ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultCredentialListRequest
StorageProjectVaultCredentialList List storage/vault.credential
List storage/vault.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultCredentialListRequest
func (*StorageProjectVaultApiService) StorageProjectVaultCredentialListExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialListExecute(r ApiStorageProjectVaultCredentialListRequest) ([]VaultCredential, *http.Response, error)
Execute executes the request
@return []VaultCredential
func (*StorageProjectVaultApiService) StorageProjectVaultCredentialPatch ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialPatch(ctx context.Context, projectId string, locationId string, vaultId string, credentialId string) ApiStorageProjectVaultCredentialPatchRequest
StorageProjectVaultCredentialPatch Update storage/vault.credential
Update storage/vault.credential
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @param credentialId credentialId @return ApiStorageProjectVaultCredentialPatchRequest
func (*StorageProjectVaultApiService) StorageProjectVaultCredentialPatchExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultCredentialPatchExecute(r ApiStorageProjectVaultCredentialPatchRequest) (*VaultCredential, *http.Response, error)
Execute executes the request
@return VaultCredential
func (*StorageProjectVaultApiService) StorageProjectVaultDelete ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultDelete(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultDeleteRequest
StorageProjectVaultDelete Delete storage/vault
Delete vault
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultDeleteRequest
func (*StorageProjectVaultApiService) StorageProjectVaultDeleteExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultDeleteExecute(r ApiStorageProjectVaultDeleteRequest) (*Vault, *http.Response, error)
Execute executes the request
@return Vault
func (*StorageProjectVaultApiService) StorageProjectVaultEventGet ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultEventGet(ctx context.Context, projectId string, locationId string, vaultId string, eventId string) ApiStorageProjectVaultEventGetRequest
StorageProjectVaultEventGet Get storage/vault.event
Get storage/vault.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @param eventId eventId @return ApiStorageProjectVaultEventGetRequest
func (*StorageProjectVaultApiService) StorageProjectVaultEventGetExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultEventGetExecute(r ApiStorageProjectVaultEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*StorageProjectVaultApiService) StorageProjectVaultEventList ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultEventList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultEventListRequest
StorageProjectVaultEventList List storage/vault.event
List storage/vault.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultEventListRequest
func (*StorageProjectVaultApiService) StorageProjectVaultEventListExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultEventListExecute(r ApiStorageProjectVaultEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*StorageProjectVaultApiService) StorageProjectVaultGet ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultGet(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultGetRequest
StorageProjectVaultGet Get storage/vault
Returns a single vault
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultGetRequest
func (*StorageProjectVaultApiService) StorageProjectVaultGetExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultGetExecute(r ApiStorageProjectVaultGetRequest) (*Vault, *http.Response, error)
Execute executes the request
@return Vault
func (*StorageProjectVaultApiService) StorageProjectVaultList ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultList(ctx context.Context, projectId string, locationId string) ApiStorageProjectVaultListRequest
StorageProjectVaultList List storage/vault
List vault
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiStorageProjectVaultListRequest
func (*StorageProjectVaultApiService) StorageProjectVaultListExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultListExecute(r ApiStorageProjectVaultListRequest) ([]Vault, *http.Response, error)
Execute executes the request
@return []Vault
func (*StorageProjectVaultApiService) StorageProjectVaultResize ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultResize(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultResizeRequest
StorageProjectVaultResize Resize storage/vault
action resize
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultResizeRequest
func (*StorageProjectVaultApiService) StorageProjectVaultResizeExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultResizeExecute(r ApiStorageProjectVaultResizeRequest) (*Vault, *http.Response, error)
Execute executes the request
@return Vault
func (*StorageProjectVaultApiService) StorageProjectVaultServiceGet ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultServiceGet(ctx context.Context, projectId string, locationId string, vaultId string, serviceId string) ApiStorageProjectVaultServiceGetRequest
StorageProjectVaultServiceGet Get storage/vault.service
Get storage/vault.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @param serviceId serviceId @return ApiStorageProjectVaultServiceGetRequest
func (*StorageProjectVaultApiService) StorageProjectVaultServiceGetExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultServiceGetExecute(r ApiStorageProjectVaultServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*StorageProjectVaultApiService) StorageProjectVaultServiceList ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultServiceList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultServiceListRequest
StorageProjectVaultServiceList List storage/vault.service
List storage/vault.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultServiceListRequest
func (*StorageProjectVaultApiService) StorageProjectVaultServiceListExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultServiceListExecute(r ApiStorageProjectVaultServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*StorageProjectVaultApiService) StorageProjectVaultSnapshotCreate ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotCreate(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultSnapshotCreateRequest
StorageProjectVaultSnapshotCreate Create storage/vault.snapshot
Create storage/vault.snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultSnapshotCreateRequest
func (*StorageProjectVaultApiService) StorageProjectVaultSnapshotCreateExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotCreateExecute(r ApiStorageProjectVaultSnapshotCreateRequest) (*StorageSnapshot, *http.Response, error)
Execute executes the request
@return StorageSnapshot
func (*StorageProjectVaultApiService) StorageProjectVaultSnapshotDelete ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotDelete(ctx context.Context, projectId string, locationId string, vaultId string, snapshotId string) ApiStorageProjectVaultSnapshotDeleteRequest
StorageProjectVaultSnapshotDelete Delete storage/vault.snapshot
Delete storage/vault.snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @param snapshotId snapshotId @return ApiStorageProjectVaultSnapshotDeleteRequest
func (*StorageProjectVaultApiService) StorageProjectVaultSnapshotDeleteExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotDeleteExecute(r ApiStorageProjectVaultSnapshotDeleteRequest) (*StorageSnapshot, *http.Response, error)
Execute executes the request
@return StorageSnapshot
func (*StorageProjectVaultApiService) StorageProjectVaultSnapshotGet ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotGet(ctx context.Context, projectId string, locationId string, vaultId string, snapshotId string) ApiStorageProjectVaultSnapshotGetRequest
StorageProjectVaultSnapshotGet Get storage/vault.snapshot
Get storage/vault.snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @param snapshotId snapshotId @return ApiStorageProjectVaultSnapshotGetRequest
func (*StorageProjectVaultApiService) StorageProjectVaultSnapshotGetExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotGetExecute(r ApiStorageProjectVaultSnapshotGetRequest) (*StorageSnapshot, *http.Response, error)
Execute executes the request
@return StorageSnapshot
func (*StorageProjectVaultApiService) StorageProjectVaultSnapshotList ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultSnapshotListRequest
StorageProjectVaultSnapshotList List storage/vault.snapshot
List storage/vault.snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultSnapshotListRequest
func (*StorageProjectVaultApiService) StorageProjectVaultSnapshotListExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultSnapshotListExecute(r ApiStorageProjectVaultSnapshotListRequest) ([]StorageSnapshot, *http.Response, error)
Execute executes the request
@return []StorageSnapshot
func (*StorageProjectVaultApiService) StorageProjectVaultStart ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultStart(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultStartRequest
StorageProjectVaultStart Start storage/vault
action start
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultStartRequest
func (*StorageProjectVaultApiService) StorageProjectVaultStartExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultStartExecute(r ApiStorageProjectVaultStartRequest) (*Vault, *http.Response, error)
Execute executes the request
@return Vault
func (*StorageProjectVaultApiService) StorageProjectVaultStop ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultStop(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultStopRequest
StorageProjectVaultStop Stop storage/vault
action stop
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultStopRequest
func (*StorageProjectVaultApiService) StorageProjectVaultStopExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultStopExecute(r ApiStorageProjectVaultStopRequest) (*Vault, *http.Response, error)
Execute executes the request
@return Vault
func (*StorageProjectVaultApiService) StorageProjectVaultTagCreate ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultTagCreate(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultTagCreateRequest
StorageProjectVaultTagCreate Create storage/vault.tag
Create storage/vault.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultTagCreateRequest
func (*StorageProjectVaultApiService) StorageProjectVaultTagCreateExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultTagCreateExecute(r ApiStorageProjectVaultTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*StorageProjectVaultApiService) StorageProjectVaultTagDelete ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultTagDelete(ctx context.Context, projectId string, locationId string, vaultId string, tagId string) ApiStorageProjectVaultTagDeleteRequest
StorageProjectVaultTagDelete Delete storage/vault.tag
Delete storage/vault.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @param tagId tagId @return ApiStorageProjectVaultTagDeleteRequest
func (*StorageProjectVaultApiService) StorageProjectVaultTagDeleteExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultTagDeleteExecute(r ApiStorageProjectVaultTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*StorageProjectVaultApiService) StorageProjectVaultTagGet ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultTagGet(ctx context.Context, projectId string, locationId string, vaultId string, tagId string) ApiStorageProjectVaultTagGetRequest
StorageProjectVaultTagGet Get storage/vault.tag
Get storage/vault.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @param tagId tagId @return ApiStorageProjectVaultTagGetRequest
func (*StorageProjectVaultApiService) StorageProjectVaultTagGetExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultTagGetExecute(r ApiStorageProjectVaultTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*StorageProjectVaultApiService) StorageProjectVaultTagList ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultTagList(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultTagListRequest
StorageProjectVaultTagList List storage/vault.tag
List storage/vault.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultTagListRequest
func (*StorageProjectVaultApiService) StorageProjectVaultTagListExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultTagListExecute(r ApiStorageProjectVaultTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*StorageProjectVaultApiService) StorageProjectVaultTagPut ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultTagPut(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultTagPutRequest
StorageProjectVaultTagPut Replace storage/vault.tag
Replace storage/vault.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultTagPutRequest
func (*StorageProjectVaultApiService) StorageProjectVaultTagPutExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultTagPutExecute(r ApiStorageProjectVaultTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*StorageProjectVaultApiService) StorageProjectVaultUpdate ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultUpdate(ctx context.Context, projectId string, locationId string, vaultId string) ApiStorageProjectVaultUpdateRequest
StorageProjectVaultUpdate Update storage/vault
Returns modified vault
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param vaultId Vault Id @return ApiStorageProjectVaultUpdateRequest
func (*StorageProjectVaultApiService) StorageProjectVaultUpdateExecute ¶
func (a *StorageProjectVaultApiService) StorageProjectVaultUpdateExecute(r ApiStorageProjectVaultUpdateRequest) (*Vault, *http.Response, error)
Execute executes the request
@return Vault
type StorageProjectVaultCreate ¶
type StorageProjectVaultCreate struct { Name string `json:"name"` Service *string `json:"service,omitempty"` Size float32 `json:"size"` Source *string `json:"source,omitempty"` Tag []Tag `json:"tag,omitempty"` }
StorageProjectVaultCreate struct for StorageProjectVaultCreate
func NewStorageProjectVaultCreate ¶
func NewStorageProjectVaultCreate(name string, size float32) *StorageProjectVaultCreate
NewStorageProjectVaultCreate instantiates a new StorageProjectVaultCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectVaultCreateWithDefaults ¶
func NewStorageProjectVaultCreateWithDefaults() *StorageProjectVaultCreate
NewStorageProjectVaultCreateWithDefaults instantiates a new StorageProjectVaultCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectVaultCreate) GetName ¶
func (o *StorageProjectVaultCreate) GetName() string
GetName returns the Name field value
func (*StorageProjectVaultCreate) GetNameOk ¶
func (o *StorageProjectVaultCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*StorageProjectVaultCreate) GetService ¶
func (o *StorageProjectVaultCreate) GetService() string
GetService returns the Service field value if set, zero value otherwise.
func (*StorageProjectVaultCreate) GetServiceOk ¶
func (o *StorageProjectVaultCreate) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectVaultCreate) GetSize ¶
func (o *StorageProjectVaultCreate) GetSize() float32
GetSize returns the Size field value
func (*StorageProjectVaultCreate) GetSizeOk ¶
func (o *StorageProjectVaultCreate) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*StorageProjectVaultCreate) GetSource ¶
func (o *StorageProjectVaultCreate) GetSource() string
GetSource returns the Source field value if set, zero value otherwise.
func (*StorageProjectVaultCreate) GetSourceOk ¶
func (o *StorageProjectVaultCreate) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectVaultCreate) GetTag ¶
func (o *StorageProjectVaultCreate) GetTag() []Tag
GetTag returns the Tag field value if set, zero value otherwise.
func (*StorageProjectVaultCreate) GetTagOk ¶
func (o *StorageProjectVaultCreate) GetTagOk() ([]Tag, bool)
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectVaultCreate) HasService ¶
func (o *StorageProjectVaultCreate) HasService() bool
HasService returns a boolean if a field has been set.
func (*StorageProjectVaultCreate) HasSource ¶
func (o *StorageProjectVaultCreate) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*StorageProjectVaultCreate) HasTag ¶
func (o *StorageProjectVaultCreate) HasTag() bool
HasTag returns a boolean if a field has been set.
func (StorageProjectVaultCreate) MarshalJSON ¶
func (o StorageProjectVaultCreate) MarshalJSON() ([]byte, error)
func (*StorageProjectVaultCreate) SetName ¶
func (o *StorageProjectVaultCreate) SetName(v string)
SetName sets field value
func (*StorageProjectVaultCreate) SetService ¶
func (o *StorageProjectVaultCreate) SetService(v string)
SetService gets a reference to the given string and assigns it to the Service field.
func (*StorageProjectVaultCreate) SetSize ¶
func (o *StorageProjectVaultCreate) SetSize(v float32)
SetSize sets field value
func (*StorageProjectVaultCreate) SetSource ¶
func (o *StorageProjectVaultCreate) SetSource(v string)
SetSource gets a reference to the given string and assigns it to the Source field.
func (*StorageProjectVaultCreate) SetTag ¶
func (o *StorageProjectVaultCreate) SetTag(v []Tag)
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type StorageProjectVaultCredentialPatch ¶
type StorageProjectVaultCredentialPatch struct {
Name string `json:"name"`
}
StorageProjectVaultCredentialPatch struct for StorageProjectVaultCredentialPatch
func NewStorageProjectVaultCredentialPatch ¶
func NewStorageProjectVaultCredentialPatch(name string) *StorageProjectVaultCredentialPatch
NewStorageProjectVaultCredentialPatch instantiates a new StorageProjectVaultCredentialPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectVaultCredentialPatchWithDefaults ¶
func NewStorageProjectVaultCredentialPatchWithDefaults() *StorageProjectVaultCredentialPatch
NewStorageProjectVaultCredentialPatchWithDefaults instantiates a new StorageProjectVaultCredentialPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectVaultCredentialPatch) GetName ¶
func (o *StorageProjectVaultCredentialPatch) GetName() string
GetName returns the Name field value
func (*StorageProjectVaultCredentialPatch) GetNameOk ¶
func (o *StorageProjectVaultCredentialPatch) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (StorageProjectVaultCredentialPatch) MarshalJSON ¶
func (o StorageProjectVaultCredentialPatch) MarshalJSON() ([]byte, error)
func (*StorageProjectVaultCredentialPatch) SetName ¶
func (o *StorageProjectVaultCredentialPatch) SetName(v string)
SetName sets field value
type StorageProjectVaultDelete ¶
type StorageProjectVaultDelete struct {
RemoveAllSnapshots *bool `json:"removeAllSnapshots,omitempty"`
}
StorageProjectVaultDelete struct for StorageProjectVaultDelete
func NewStorageProjectVaultDelete ¶
func NewStorageProjectVaultDelete() *StorageProjectVaultDelete
NewStorageProjectVaultDelete instantiates a new StorageProjectVaultDelete object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectVaultDeleteWithDefaults ¶
func NewStorageProjectVaultDeleteWithDefaults() *StorageProjectVaultDelete
NewStorageProjectVaultDeleteWithDefaults instantiates a new StorageProjectVaultDelete object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectVaultDelete) GetRemoveAllSnapshots ¶
func (o *StorageProjectVaultDelete) GetRemoveAllSnapshots() bool
GetRemoveAllSnapshots returns the RemoveAllSnapshots field value if set, zero value otherwise.
func (*StorageProjectVaultDelete) GetRemoveAllSnapshotsOk ¶
func (o *StorageProjectVaultDelete) GetRemoveAllSnapshotsOk() (*bool, bool)
GetRemoveAllSnapshotsOk returns a tuple with the RemoveAllSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectVaultDelete) HasRemoveAllSnapshots ¶
func (o *StorageProjectVaultDelete) HasRemoveAllSnapshots() bool
HasRemoveAllSnapshots returns a boolean if a field has been set.
func (StorageProjectVaultDelete) MarshalJSON ¶
func (o StorageProjectVaultDelete) MarshalJSON() ([]byte, error)
func (*StorageProjectVaultDelete) SetRemoveAllSnapshots ¶
func (o *StorageProjectVaultDelete) SetRemoveAllSnapshots(v bool)
SetRemoveAllSnapshots gets a reference to the given bool and assigns it to the RemoveAllSnapshots field.
type StorageProjectVaultResize ¶
type StorageProjectVaultResize struct {
Size float32 `json:"size"`
}
StorageProjectVaultResize struct for StorageProjectVaultResize
func NewStorageProjectVaultResize ¶
func NewStorageProjectVaultResize(size float32) *StorageProjectVaultResize
NewStorageProjectVaultResize instantiates a new StorageProjectVaultResize object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectVaultResizeWithDefaults ¶
func NewStorageProjectVaultResizeWithDefaults() *StorageProjectVaultResize
NewStorageProjectVaultResizeWithDefaults instantiates a new StorageProjectVaultResize object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectVaultResize) GetSize ¶
func (o *StorageProjectVaultResize) GetSize() float32
GetSize returns the Size field value
func (*StorageProjectVaultResize) GetSizeOk ¶
func (o *StorageProjectVaultResize) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (StorageProjectVaultResize) MarshalJSON ¶
func (o StorageProjectVaultResize) MarshalJSON() ([]byte, error)
func (*StorageProjectVaultResize) SetSize ¶
func (o *StorageProjectVaultResize) SetSize(v float32)
SetSize sets field value
type StorageProjectVaultSnapshotCreate ¶
type StorageProjectVaultSnapshotCreate struct {
Name string `json:"name"`
}
StorageProjectVaultSnapshotCreate struct for StorageProjectVaultSnapshotCreate
func NewStorageProjectVaultSnapshotCreate ¶
func NewStorageProjectVaultSnapshotCreate(name string) *StorageProjectVaultSnapshotCreate
NewStorageProjectVaultSnapshotCreate instantiates a new StorageProjectVaultSnapshotCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectVaultSnapshotCreateWithDefaults ¶
func NewStorageProjectVaultSnapshotCreateWithDefaults() *StorageProjectVaultSnapshotCreate
NewStorageProjectVaultSnapshotCreateWithDefaults instantiates a new StorageProjectVaultSnapshotCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectVaultSnapshotCreate) GetName ¶
func (o *StorageProjectVaultSnapshotCreate) GetName() string
GetName returns the Name field value
func (*StorageProjectVaultSnapshotCreate) GetNameOk ¶
func (o *StorageProjectVaultSnapshotCreate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (StorageProjectVaultSnapshotCreate) MarshalJSON ¶
func (o StorageProjectVaultSnapshotCreate) MarshalJSON() ([]byte, error)
func (*StorageProjectVaultSnapshotCreate) SetName ¶
func (o *StorageProjectVaultSnapshotCreate) SetName(v string)
SetName sets field value
type StorageProjectVaultUpdate ¶
type StorageProjectVaultUpdate struct {
Name *string `json:"name,omitempty"`
}
StorageProjectVaultUpdate struct for StorageProjectVaultUpdate
func NewStorageProjectVaultUpdate ¶
func NewStorageProjectVaultUpdate() *StorageProjectVaultUpdate
NewStorageProjectVaultUpdate instantiates a new StorageProjectVaultUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageProjectVaultUpdateWithDefaults ¶
func NewStorageProjectVaultUpdateWithDefaults() *StorageProjectVaultUpdate
NewStorageProjectVaultUpdateWithDefaults instantiates a new StorageProjectVaultUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageProjectVaultUpdate) GetName ¶
func (o *StorageProjectVaultUpdate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*StorageProjectVaultUpdate) GetNameOk ¶
func (o *StorageProjectVaultUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageProjectVaultUpdate) HasName ¶
func (o *StorageProjectVaultUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (StorageProjectVaultUpdate) MarshalJSON ¶
func (o StorageProjectVaultUpdate) MarshalJSON() ([]byte, error)
func (*StorageProjectVaultUpdate) SetName ¶
func (o *StorageProjectVaultUpdate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type StorageS3credential ¶
type StorageS3credential struct { AccessKeyId *string `json:"accessKeyId,omitempty"` Bucket *string `json:"bucket,omitempty"` Endpoint *string `json:"endpoint,omitempty"` Key *string `json:"key,omitempty"` Location *string `json:"location,omitempty"` Region *string `json:"region,omitempty"` SecretAccessKey *string `json:"secretAccessKey,omitempty"` SessionToken *string `json:"sessionToken,omitempty"` }
StorageS3credential struct for StorageS3credential
func NewStorageS3credential ¶
func NewStorageS3credential() *StorageS3credential
NewStorageS3credential instantiates a new StorageS3credential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageS3credentialWithDefaults ¶
func NewStorageS3credentialWithDefaults() *StorageS3credential
NewStorageS3credentialWithDefaults instantiates a new StorageS3credential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageS3credential) GetAccessKeyId ¶
func (o *StorageS3credential) GetAccessKeyId() string
GetAccessKeyId returns the AccessKeyId field value if set, zero value otherwise.
func (*StorageS3credential) GetAccessKeyIdOk ¶
func (o *StorageS3credential) GetAccessKeyIdOk() (*string, bool)
GetAccessKeyIdOk returns a tuple with the AccessKeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageS3credential) GetBucket ¶
func (o *StorageS3credential) GetBucket() string
GetBucket returns the Bucket field value if set, zero value otherwise.
func (*StorageS3credential) GetBucketOk ¶
func (o *StorageS3credential) GetBucketOk() (*string, bool)
GetBucketOk returns a tuple with the Bucket field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageS3credential) GetEndpoint ¶
func (o *StorageS3credential) GetEndpoint() string
GetEndpoint returns the Endpoint field value if set, zero value otherwise.
func (*StorageS3credential) GetEndpointOk ¶
func (o *StorageS3credential) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageS3credential) GetKey ¶
func (o *StorageS3credential) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*StorageS3credential) GetKeyOk ¶
func (o *StorageS3credential) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageS3credential) GetLocation ¶
func (o *StorageS3credential) GetLocation() string
GetLocation returns the Location field value if set, zero value otherwise.
func (*StorageS3credential) GetLocationOk ¶
func (o *StorageS3credential) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageS3credential) GetRegion ¶
func (o *StorageS3credential) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*StorageS3credential) GetRegionOk ¶
func (o *StorageS3credential) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageS3credential) GetSecretAccessKey ¶
func (o *StorageS3credential) GetSecretAccessKey() string
GetSecretAccessKey returns the SecretAccessKey field value if set, zero value otherwise.
func (*StorageS3credential) GetSecretAccessKeyOk ¶
func (o *StorageS3credential) GetSecretAccessKeyOk() (*string, bool)
GetSecretAccessKeyOk returns a tuple with the SecretAccessKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageS3credential) GetSessionToken ¶
func (o *StorageS3credential) GetSessionToken() string
GetSessionToken returns the SessionToken field value if set, zero value otherwise.
func (*StorageS3credential) GetSessionTokenOk ¶
func (o *StorageS3credential) GetSessionTokenOk() (*string, bool)
GetSessionTokenOk returns a tuple with the SessionToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageS3credential) HasAccessKeyId ¶
func (o *StorageS3credential) HasAccessKeyId() bool
HasAccessKeyId returns a boolean if a field has been set.
func (*StorageS3credential) HasBucket ¶
func (o *StorageS3credential) HasBucket() bool
HasBucket returns a boolean if a field has been set.
func (*StorageS3credential) HasEndpoint ¶
func (o *StorageS3credential) HasEndpoint() bool
HasEndpoint returns a boolean if a field has been set.
func (*StorageS3credential) HasKey ¶
func (o *StorageS3credential) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*StorageS3credential) HasLocation ¶
func (o *StorageS3credential) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*StorageS3credential) HasRegion ¶
func (o *StorageS3credential) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (*StorageS3credential) HasSecretAccessKey ¶
func (o *StorageS3credential) HasSecretAccessKey() bool
HasSecretAccessKey returns a boolean if a field has been set.
func (*StorageS3credential) HasSessionToken ¶
func (o *StorageS3credential) HasSessionToken() bool
HasSessionToken returns a boolean if a field has been set.
func (StorageS3credential) MarshalJSON ¶
func (o StorageS3credential) MarshalJSON() ([]byte, error)
func (*StorageS3credential) SetAccessKeyId ¶
func (o *StorageS3credential) SetAccessKeyId(v string)
SetAccessKeyId gets a reference to the given string and assigns it to the AccessKeyId field.
func (*StorageS3credential) SetBucket ¶
func (o *StorageS3credential) SetBucket(v string)
SetBucket gets a reference to the given string and assigns it to the Bucket field.
func (*StorageS3credential) SetEndpoint ¶
func (o *StorageS3credential) SetEndpoint(v string)
SetEndpoint gets a reference to the given string and assigns it to the Endpoint field.
func (*StorageS3credential) SetKey ¶
func (o *StorageS3credential) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (*StorageS3credential) SetLocation ¶
func (o *StorageS3credential) SetLocation(v string)
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*StorageS3credential) SetRegion ¶
func (o *StorageS3credential) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*StorageS3credential) SetSecretAccessKey ¶
func (o *StorageS3credential) SetSecretAccessKey(v string)
SetSecretAccessKey gets a reference to the given string and assigns it to the SecretAccessKey field.
func (*StorageS3credential) SetSessionToken ¶
func (o *StorageS3credential) SetSessionToken(v string)
SetSessionToken gets a reference to the given string and assigns it to the SessionToken field.
type StorageSnapshot ¶
type StorageSnapshot struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Organisation *string `json:"organisation,omitempty"` Project *string `json:"project,omitempty"` SizeUsed *float32 `json:"sizeUsed,omitempty"` State *string `json:"state,omitempty"` Uri *string `json:"uri,omitempty"` }
StorageSnapshot struct for StorageSnapshot
func NewStorageSnapshot ¶
func NewStorageSnapshot(id string, name string) *StorageSnapshot
NewStorageSnapshot instantiates a new StorageSnapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageSnapshotWithDefaults ¶
func NewStorageSnapshotWithDefaults() *StorageSnapshot
NewStorageSnapshotWithDefaults instantiates a new StorageSnapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageSnapshot) GetCreatedBy ¶
func (o *StorageSnapshot) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*StorageSnapshot) GetCreatedByOk ¶
func (o *StorageSnapshot) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageSnapshot) GetCreatedOn ¶
func (o *StorageSnapshot) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*StorageSnapshot) GetCreatedOnOk ¶
func (o *StorageSnapshot) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageSnapshot) GetFlavour ¶
func (o *StorageSnapshot) GetFlavour() string
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*StorageSnapshot) GetFlavourOk ¶
func (o *StorageSnapshot) GetFlavourOk() (*string, bool)
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageSnapshot) GetId ¶
func (o *StorageSnapshot) GetId() string
GetId returns the Id field value
func (*StorageSnapshot) GetIdOk ¶
func (o *StorageSnapshot) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*StorageSnapshot) GetModifiedBy ¶
func (o *StorageSnapshot) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*StorageSnapshot) GetModifiedByOk ¶
func (o *StorageSnapshot) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageSnapshot) GetModifiedOn ¶
func (o *StorageSnapshot) GetModifiedOn() time.Time
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*StorageSnapshot) GetModifiedOnOk ¶
func (o *StorageSnapshot) GetModifiedOnOk() (*time.Time, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageSnapshot) GetName ¶
func (o *StorageSnapshot) GetName() string
GetName returns the Name field value
func (*StorageSnapshot) GetNameOk ¶
func (o *StorageSnapshot) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*StorageSnapshot) GetOrganisation ¶
func (o *StorageSnapshot) GetOrganisation() string
GetOrganisation returns the Organisation field value if set, zero value otherwise.
func (*StorageSnapshot) GetOrganisationOk ¶
func (o *StorageSnapshot) GetOrganisationOk() (*string, bool)
GetOrganisationOk returns a tuple with the Organisation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageSnapshot) GetProject ¶
func (o *StorageSnapshot) GetProject() string
GetProject returns the Project field value if set, zero value otherwise.
func (*StorageSnapshot) GetProjectOk ¶
func (o *StorageSnapshot) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageSnapshot) GetSizeUsed ¶
func (o *StorageSnapshot) GetSizeUsed() float32
GetSizeUsed returns the SizeUsed field value if set, zero value otherwise.
func (*StorageSnapshot) GetSizeUsedOk ¶
func (o *StorageSnapshot) GetSizeUsedOk() (*float32, bool)
GetSizeUsedOk returns a tuple with the SizeUsed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageSnapshot) GetState ¶
func (o *StorageSnapshot) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*StorageSnapshot) GetStateOk ¶
func (o *StorageSnapshot) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageSnapshot) GetUri ¶
func (o *StorageSnapshot) GetUri() string
GetUri returns the Uri field value if set, zero value otherwise.
func (*StorageSnapshot) GetUriOk ¶
func (o *StorageSnapshot) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageSnapshot) HasCreatedBy ¶
func (o *StorageSnapshot) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*StorageSnapshot) HasCreatedOn ¶
func (o *StorageSnapshot) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*StorageSnapshot) HasFlavour ¶
func (o *StorageSnapshot) HasFlavour() bool
HasFlavour returns a boolean if a field has been set.
func (*StorageSnapshot) HasModifiedBy ¶
func (o *StorageSnapshot) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (*StorageSnapshot) HasModifiedOn ¶
func (o *StorageSnapshot) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (*StorageSnapshot) HasOrganisation ¶
func (o *StorageSnapshot) HasOrganisation() bool
HasOrganisation returns a boolean if a field has been set.
func (*StorageSnapshot) HasProject ¶
func (o *StorageSnapshot) HasProject() bool
HasProject returns a boolean if a field has been set.
func (*StorageSnapshot) HasSizeUsed ¶
func (o *StorageSnapshot) HasSizeUsed() bool
HasSizeUsed returns a boolean if a field has been set.
func (*StorageSnapshot) HasState ¶
func (o *StorageSnapshot) HasState() bool
HasState returns a boolean if a field has been set.
func (*StorageSnapshot) HasUri ¶
func (o *StorageSnapshot) HasUri() bool
HasUri returns a boolean if a field has been set.
func (StorageSnapshot) MarshalJSON ¶
func (o StorageSnapshot) MarshalJSON() ([]byte, error)
func (*StorageSnapshot) SetCreatedBy ¶
func (o *StorageSnapshot) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*StorageSnapshot) SetCreatedOn ¶
func (o *StorageSnapshot) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*StorageSnapshot) SetFlavour ¶
func (o *StorageSnapshot) SetFlavour(v string)
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*StorageSnapshot) SetModifiedBy ¶
func (o *StorageSnapshot) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*StorageSnapshot) SetModifiedOn ¶
func (o *StorageSnapshot) SetModifiedOn(v time.Time)
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*StorageSnapshot) SetName ¶
func (o *StorageSnapshot) SetName(v string)
SetName sets field value
func (*StorageSnapshot) SetOrganisation ¶
func (o *StorageSnapshot) SetOrganisation(v string)
SetOrganisation gets a reference to the given string and assigns it to the Organisation field.
func (*StorageSnapshot) SetProject ¶
func (o *StorageSnapshot) SetProject(v string)
SetProject gets a reference to the given string and assigns it to the Project field.
func (*StorageSnapshot) SetSizeUsed ¶
func (o *StorageSnapshot) SetSizeUsed(v float32)
SetSizeUsed gets a reference to the given float32 and assigns it to the SizeUsed field.
func (*StorageSnapshot) SetState ¶
func (o *StorageSnapshot) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*StorageSnapshot) SetUri ¶
func (o *StorageSnapshot) SetUri(v string)
SetUri gets a reference to the given string and assigns it to the Uri field.
type SupportMessage ¶
type SupportMessage struct { Data *MessageData `json:"data,omitempty"` Date *time.Time `json:"date,omitempty"` Id *string `json:"id,omitempty"` Origin *string `json:"origin,omitempty"` Type string `json:"type"` User *string `json:"user,omitempty"` }
SupportMessage struct for SupportMessage
func NewSupportMessage ¶
func NewSupportMessage(type_ string) *SupportMessage
NewSupportMessage instantiates a new SupportMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSupportMessageWithDefaults ¶
func NewSupportMessageWithDefaults() *SupportMessage
NewSupportMessageWithDefaults instantiates a new SupportMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SupportMessage) GetData ¶
func (o *SupportMessage) GetData() MessageData
GetData returns the Data field value if set, zero value otherwise.
func (*SupportMessage) GetDataOk ¶
func (o *SupportMessage) GetDataOk() (*MessageData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportMessage) GetDate ¶
func (o *SupportMessage) GetDate() time.Time
GetDate returns the Date field value if set, zero value otherwise.
func (*SupportMessage) GetDateOk ¶
func (o *SupportMessage) GetDateOk() (*time.Time, bool)
GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportMessage) GetId ¶
func (o *SupportMessage) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SupportMessage) GetIdOk ¶
func (o *SupportMessage) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportMessage) GetOrigin ¶
func (o *SupportMessage) GetOrigin() string
GetOrigin returns the Origin field value if set, zero value otherwise.
func (*SupportMessage) GetOriginOk ¶
func (o *SupportMessage) GetOriginOk() (*string, bool)
GetOriginOk returns a tuple with the Origin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportMessage) GetType ¶
func (o *SupportMessage) GetType() string
GetType returns the Type field value
func (*SupportMessage) GetTypeOk ¶
func (o *SupportMessage) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SupportMessage) GetUser ¶
func (o *SupportMessage) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*SupportMessage) GetUserOk ¶
func (o *SupportMessage) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SupportMessage) HasData ¶
func (o *SupportMessage) HasData() bool
HasData returns a boolean if a field has been set.
func (*SupportMessage) HasDate ¶
func (o *SupportMessage) HasDate() bool
HasDate returns a boolean if a field has been set.
func (*SupportMessage) HasId ¶
func (o *SupportMessage) HasId() bool
HasId returns a boolean if a field has been set.
func (*SupportMessage) HasOrigin ¶
func (o *SupportMessage) HasOrigin() bool
HasOrigin returns a boolean if a field has been set.
func (*SupportMessage) HasUser ¶
func (o *SupportMessage) HasUser() bool
HasUser returns a boolean if a field has been set.
func (SupportMessage) MarshalJSON ¶
func (o SupportMessage) MarshalJSON() ([]byte, error)
func (*SupportMessage) SetData ¶
func (o *SupportMessage) SetData(v MessageData)
SetData gets a reference to the given MessageData and assigns it to the Data field.
func (*SupportMessage) SetDate ¶
func (o *SupportMessage) SetDate(v time.Time)
SetDate gets a reference to the given time.Time and assigns it to the Date field.
func (*SupportMessage) SetId ¶
func (o *SupportMessage) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SupportMessage) SetOrigin ¶
func (o *SupportMessage) SetOrigin(v string)
SetOrigin gets a reference to the given string and assigns it to the Origin field.
func (*SupportMessage) SetType ¶
func (o *SupportMessage) SetType(v string)
SetType sets field value
func (*SupportMessage) SetUser ¶
func (o *SupportMessage) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
type SupportProjectTicketApiService ¶
type SupportProjectTicketApiService service
SupportProjectTicketApiService SupportProjectTicketApi service
func (*SupportProjectTicketApiService) SupportProjectTicketClose ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketClose(ctx context.Context, projectId string, ticketId string) ApiSupportProjectTicketCloseRequest
SupportProjectTicketClose Close support/ticket
action close
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param ticketId Ticket Id @return ApiSupportProjectTicketCloseRequest
func (*SupportProjectTicketApiService) SupportProjectTicketCloseExecute ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketCloseExecute(r ApiSupportProjectTicketCloseRequest) (*Ticket, *http.Response, error)
Execute executes the request
@return Ticket
func (*SupportProjectTicketApiService) SupportProjectTicketCreate ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketCreate(ctx context.Context, projectId string) ApiSupportProjectTicketCreateRequest
SupportProjectTicketCreate Create support/ticket
Create ticket
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiSupportProjectTicketCreateRequest
func (*SupportProjectTicketApiService) SupportProjectTicketCreateExecute ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketCreateExecute(r ApiSupportProjectTicketCreateRequest) (*Ticket, *http.Response, error)
Execute executes the request
@return Ticket
func (*SupportProjectTicketApiService) SupportProjectTicketGet ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketGet(ctx context.Context, projectId string, ticketId string) ApiSupportProjectTicketGetRequest
SupportProjectTicketGet Get support/ticket
Returns a single ticket
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param ticketId Ticket Id @return ApiSupportProjectTicketGetRequest
func (*SupportProjectTicketApiService) SupportProjectTicketGetExecute ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketGetExecute(r ApiSupportProjectTicketGetRequest) (*Ticket, *http.Response, error)
Execute executes the request
@return Ticket
func (*SupportProjectTicketApiService) SupportProjectTicketList ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketList(ctx context.Context, projectId string) ApiSupportProjectTicketListRequest
SupportProjectTicketList List support/ticket
List ticket
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @return ApiSupportProjectTicketListRequest
func (*SupportProjectTicketApiService) SupportProjectTicketListExecute ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketListExecute(r ApiSupportProjectTicketListRequest) ([]Ticket, *http.Response, error)
Execute executes the request
@return []Ticket
func (*SupportProjectTicketApiService) SupportProjectTicketMessageCreate ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketMessageCreate(ctx context.Context, projectId string, ticketId string) ApiSupportProjectTicketMessageCreateRequest
SupportProjectTicketMessageCreate Create support/ticket.message
Create support/ticket.message
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param ticketId Ticket Id @return ApiSupportProjectTicketMessageCreateRequest
func (*SupportProjectTicketApiService) SupportProjectTicketMessageCreateExecute ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketMessageCreateExecute(r ApiSupportProjectTicketMessageCreateRequest) (*SupportMessage, *http.Response, error)
Execute executes the request
@return SupportMessage
func (*SupportProjectTicketApiService) SupportProjectTicketMessageGet ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketMessageGet(ctx context.Context, projectId string, ticketId string, messageId string) ApiSupportProjectTicketMessageGetRequest
SupportProjectTicketMessageGet Get support/ticket.message
Get support/ticket.message
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param ticketId Ticket Id @param messageId messageId @return ApiSupportProjectTicketMessageGetRequest
func (*SupportProjectTicketApiService) SupportProjectTicketMessageGetExecute ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketMessageGetExecute(r ApiSupportProjectTicketMessageGetRequest) (*SupportMessage, *http.Response, error)
Execute executes the request
@return SupportMessage
func (*SupportProjectTicketApiService) SupportProjectTicketMessageList ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketMessageList(ctx context.Context, projectId string, ticketId string) ApiSupportProjectTicketMessageListRequest
SupportProjectTicketMessageList List support/ticket.message
List support/ticket.message
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param ticketId Ticket Id @return ApiSupportProjectTicketMessageListRequest
func (*SupportProjectTicketApiService) SupportProjectTicketMessageListExecute ¶
func (a *SupportProjectTicketApiService) SupportProjectTicketMessageListExecute(r ApiSupportProjectTicketMessageListRequest) ([]SupportMessage, *http.Response, error)
Execute executes the request
@return []SupportMessage
type SupportProjectTicketCreate ¶
type SupportProjectTicketCreate struct { Message string `json:"message"` Subject string `json:"subject"` Type string `json:"type"` }
SupportProjectTicketCreate struct for SupportProjectTicketCreate
func NewSupportProjectTicketCreate ¶
func NewSupportProjectTicketCreate(message string, subject string, type_ string) *SupportProjectTicketCreate
NewSupportProjectTicketCreate instantiates a new SupportProjectTicketCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSupportProjectTicketCreateWithDefaults ¶
func NewSupportProjectTicketCreateWithDefaults() *SupportProjectTicketCreate
NewSupportProjectTicketCreateWithDefaults instantiates a new SupportProjectTicketCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SupportProjectTicketCreate) GetMessage ¶
func (o *SupportProjectTicketCreate) GetMessage() string
GetMessage returns the Message field value
func (*SupportProjectTicketCreate) GetMessageOk ¶
func (o *SupportProjectTicketCreate) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*SupportProjectTicketCreate) GetSubject ¶
func (o *SupportProjectTicketCreate) GetSubject() string
GetSubject returns the Subject field value
func (*SupportProjectTicketCreate) GetSubjectOk ¶
func (o *SupportProjectTicketCreate) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.
func (*SupportProjectTicketCreate) GetType ¶
func (o *SupportProjectTicketCreate) GetType() string
GetType returns the Type field value
func (*SupportProjectTicketCreate) GetTypeOk ¶
func (o *SupportProjectTicketCreate) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (SupportProjectTicketCreate) MarshalJSON ¶
func (o SupportProjectTicketCreate) MarshalJSON() ([]byte, error)
func (*SupportProjectTicketCreate) SetMessage ¶
func (o *SupportProjectTicketCreate) SetMessage(v string)
SetMessage sets field value
func (*SupportProjectTicketCreate) SetSubject ¶
func (o *SupportProjectTicketCreate) SetSubject(v string)
SetSubject sets field value
func (*SupportProjectTicketCreate) SetType ¶
func (o *SupportProjectTicketCreate) SetType(v string)
SetType sets field value
type Tag ¶
Tag struct for Tag
func NewTag ¶
NewTag instantiates a new Tag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTagWithDefaults ¶
func NewTagWithDefaults() *Tag
NewTagWithDefaults instantiates a new Tag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tag) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Tag) GetKeyOk ¶
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*Tag) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (Tag) MarshalJSON ¶
type Ticket ¶
type Ticket struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Id *string `json:"id,omitempty"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Subject *string `json:"subject,omitempty"` Type *string `json:"type,omitempty"` Uri *string `json:"uri,omitempty"` }
Ticket struct for Ticket
func NewTicket ¶
func NewTicket() *Ticket
NewTicket instantiates a new Ticket object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTicketWithDefaults ¶
func NewTicketWithDefaults() *Ticket
NewTicketWithDefaults instantiates a new Ticket object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ticket) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Ticket) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ticket) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Ticket) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ticket) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ticket) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Ticket) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ticket) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Ticket) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ticket) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Ticket) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ticket) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ticket) GetSubject ¶
GetSubject returns the Subject field value if set, zero value otherwise.
func (*Ticket) GetSubjectOk ¶
GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ticket) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ticket) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ticket) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Ticket) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Ticket) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Ticket) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Ticket) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Ticket) HasSubject ¶
HasSubject returns a boolean if a field has been set.
func (Ticket) MarshalJSON ¶
func (*Ticket) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Ticket) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Ticket) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Ticket) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Ticket) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Ticket) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
func (*Ticket) SetSubject ¶
SetSubject gets a reference to the given string and assigns it to the Subject field.
type Transfer ¶
type Transfer struct { Id *string `json:"id,omitempty"` Name string `json:"name"` State *string `json:"state,omitempty"` }
Transfer struct for Transfer
func NewTransfer ¶
NewTransfer instantiates a new Transfer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransferWithDefaults ¶
func NewTransferWithDefaults() *Transfer
NewTransferWithDefaults instantiates a new Transfer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Transfer) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Transfer) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Transfer) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (Transfer) MarshalJSON ¶
type User ¶
type User struct { CreatedOn *time.Time `json:"createdOn,omitempty"` FamilyName *string `json:"familyName,omitempty"` FirstName *string `json:"firstName,omitempty"` Id *string `json:"id,omitempty"` Lang *string `json:"lang,omitempty"` Limit *UserLimit `json:"limit,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name *string `json:"name,omitempty"` Phone *string `json:"phone,omitempty"` State *string `json:"state,omitempty"` Uri *string `json:"uri,omitempty"` }
User struct for User
func NewUser ¶
func NewUser() *User
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*User) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*User) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetFamilyName ¶
GetFamilyName returns the FamilyName field value if set, zero value otherwise.
func (*User) GetFamilyNameOk ¶
GetFamilyNameOk returns a tuple with the FamilyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetFirstName ¶
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*User) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetLangOk ¶
GetLangOk returns a tuple with the Lang field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetLimitOk ¶
GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*User) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetPhoneOk ¶
GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*User) HasFamilyName ¶
HasFamilyName returns a boolean if a field has been set.
func (*User) HasFirstName ¶
HasFirstName returns a boolean if a field has been set.
func (*User) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (User) MarshalJSON ¶
func (*User) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*User) SetFamilyName ¶
SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.
func (*User) SetFirstName ¶
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*User) SetLang ¶
SetLang gets a reference to the given string and assigns it to the Lang field.
func (*User) SetLimit ¶
SetLimit gets a reference to the given UserLimit and assigns it to the Limit field.
func (*User) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*User) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*User) SetPhone ¶
SetPhone gets a reference to the given string and assigns it to the Phone field.
type UserCredential ¶
type UserCredential struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Fingerprint *string `json:"fingerprint,omitempty"` Id *string `json:"id,omitempty"` Name string `json:"name"` Token *string `json:"token,omitempty"` Type string `json:"type"` Value string `json:"value"` }
UserCredential struct for UserCredential
func NewUserCredential ¶
func NewUserCredential(name string, type_ string, value string) *UserCredential
NewUserCredential instantiates a new UserCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserCredentialWithDefaults ¶
func NewUserCredentialWithDefaults() *UserCredential
NewUserCredentialWithDefaults instantiates a new UserCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserCredential) GetCreatedBy ¶
func (o *UserCredential) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*UserCredential) GetCreatedByOk ¶
func (o *UserCredential) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCredential) GetCreatedOn ¶
func (o *UserCredential) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*UserCredential) GetCreatedOnOk ¶
func (o *UserCredential) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCredential) GetFingerprint ¶
func (o *UserCredential) GetFingerprint() string
GetFingerprint returns the Fingerprint field value if set, zero value otherwise.
func (*UserCredential) GetFingerprintOk ¶
func (o *UserCredential) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCredential) GetId ¶
func (o *UserCredential) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*UserCredential) GetIdOk ¶
func (o *UserCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCredential) GetName ¶
func (o *UserCredential) GetName() string
GetName returns the Name field value
func (*UserCredential) GetNameOk ¶
func (o *UserCredential) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UserCredential) GetToken ¶
func (o *UserCredential) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*UserCredential) GetTokenOk ¶
func (o *UserCredential) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserCredential) GetType ¶
func (o *UserCredential) GetType() string
GetType returns the Type field value
func (*UserCredential) GetTypeOk ¶
func (o *UserCredential) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*UserCredential) GetValue ¶
func (o *UserCredential) GetValue() string
GetValue returns the Value field value
func (*UserCredential) GetValueOk ¶
func (o *UserCredential) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*UserCredential) HasCreatedBy ¶
func (o *UserCredential) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*UserCredential) HasCreatedOn ¶
func (o *UserCredential) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*UserCredential) HasFingerprint ¶
func (o *UserCredential) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (*UserCredential) HasId ¶
func (o *UserCredential) HasId() bool
HasId returns a boolean if a field has been set.
func (*UserCredential) HasToken ¶
func (o *UserCredential) HasToken() bool
HasToken returns a boolean if a field has been set.
func (UserCredential) MarshalJSON ¶
func (o UserCredential) MarshalJSON() ([]byte, error)
func (*UserCredential) SetCreatedBy ¶
func (o *UserCredential) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*UserCredential) SetCreatedOn ¶
func (o *UserCredential) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*UserCredential) SetFingerprint ¶
func (o *UserCredential) SetFingerprint(v string)
SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.
func (*UserCredential) SetId ¶
func (o *UserCredential) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UserCredential) SetName ¶
func (o *UserCredential) SetName(v string)
SetName sets field value
func (*UserCredential) SetToken ¶
func (o *UserCredential) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*UserCredential) SetType ¶
func (o *UserCredential) SetType(v string)
SetType sets field value
func (*UserCredential) SetValue ¶
func (o *UserCredential) SetValue(v string)
SetValue sets field value
type UserLimit ¶
type UserLimit struct {
Organisation *UserLimitOrganisation `json:"organisation,omitempty"`
}
UserLimit struct for UserLimit
func NewUserLimit ¶
func NewUserLimit() *UserLimit
NewUserLimit instantiates a new UserLimit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserLimitWithDefaults ¶
func NewUserLimitWithDefaults() *UserLimit
NewUserLimitWithDefaults instantiates a new UserLimit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserLimit) GetOrganisation ¶
func (o *UserLimit) GetOrganisation() UserLimitOrganisation
GetOrganisation returns the Organisation field value if set, zero value otherwise.
func (*UserLimit) GetOrganisationOk ¶
func (o *UserLimit) GetOrganisationOk() (*UserLimitOrganisation, bool)
GetOrganisationOk returns a tuple with the Organisation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserLimit) HasOrganisation ¶
HasOrganisation returns a boolean if a field has been set.
func (UserLimit) MarshalJSON ¶
func (*UserLimit) SetOrganisation ¶
func (o *UserLimit) SetOrganisation(v UserLimitOrganisation)
SetOrganisation gets a reference to the given UserLimitOrganisation and assigns it to the Organisation field.
type UserLimitOrganisation ¶
type UserLimitOrganisation struct {
Count float32 `json:"count"`
}
UserLimitOrganisation struct for UserLimitOrganisation
func NewUserLimitOrganisation ¶
func NewUserLimitOrganisation(count float32) *UserLimitOrganisation
NewUserLimitOrganisation instantiates a new UserLimitOrganisation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserLimitOrganisationWithDefaults ¶
func NewUserLimitOrganisationWithDefaults() *UserLimitOrganisation
NewUserLimitOrganisationWithDefaults instantiates a new UserLimitOrganisation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserLimitOrganisation) GetCount ¶
func (o *UserLimitOrganisation) GetCount() float32
GetCount returns the Count field value
func (*UserLimitOrganisation) GetCountOk ¶
func (o *UserLimitOrganisation) GetCountOk() (*float32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (UserLimitOrganisation) MarshalJSON ¶
func (o UserLimitOrganisation) MarshalJSON() ([]byte, error)
func (*UserLimitOrganisation) SetCount ¶
func (o *UserLimitOrganisation) SetCount(v float32)
SetCount sets field value
type Vault ¶
type Vault struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Fqdn *string `json:"fqdn,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` Size *float32 `json:"size,omitempty"` SizeUsed *float32 `json:"sizeUsed,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Vault struct for Vault
func NewVault ¶
NewVault instantiates a new Vault object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVaultWithDefaults ¶
func NewVaultWithDefaults() *Vault
NewVaultWithDefaults instantiates a new Vault object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Vault) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Vault) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Vault) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Vault) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Vault) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Vault) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Vault) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Vault) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Vault) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) GetSizeUsed ¶
GetSizeUsed returns the SizeUsed field value if set, zero value otherwise.
func (*Vault) GetSizeUsedOk ¶
GetSizeUsedOk returns a tuple with the SizeUsed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vault) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Vault) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Vault) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Vault) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Vault) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Vault) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Vault) HasSizeUsed ¶
HasSizeUsed returns a boolean if a field has been set.
func (Vault) MarshalJSON ¶
func (*Vault) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Vault) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Vault) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Vault) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*Vault) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Vault) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Vault) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Vault) SetSize ¶
SetSize gets a reference to the given float32 and assigns it to the Size field.
func (*Vault) SetSizeUsed ¶
SetSizeUsed gets a reference to the given float32 and assigns it to the SizeUsed field.
func (*Vault) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type VaultCredential ¶
type VaultCredential struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Fingerprint *string `json:"fingerprint,omitempty"` Id *string `json:"id,omitempty"` Name string `json:"name"` Token *string `json:"token,omitempty"` Type string `json:"type"` Value string `json:"value"` }
VaultCredential struct for VaultCredential
func NewVaultCredential ¶
func NewVaultCredential(name string, type_ string, value string) *VaultCredential
NewVaultCredential instantiates a new VaultCredential object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVaultCredentialWithDefaults ¶
func NewVaultCredentialWithDefaults() *VaultCredential
NewVaultCredentialWithDefaults instantiates a new VaultCredential object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VaultCredential) GetCreatedBy ¶
func (o *VaultCredential) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*VaultCredential) GetCreatedByOk ¶
func (o *VaultCredential) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VaultCredential) GetCreatedOn ¶
func (o *VaultCredential) GetCreatedOn() time.Time
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*VaultCredential) GetCreatedOnOk ¶
func (o *VaultCredential) GetCreatedOnOk() (*time.Time, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VaultCredential) GetFingerprint ¶
func (o *VaultCredential) GetFingerprint() string
GetFingerprint returns the Fingerprint field value if set, zero value otherwise.
func (*VaultCredential) GetFingerprintOk ¶
func (o *VaultCredential) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VaultCredential) GetId ¶
func (o *VaultCredential) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VaultCredential) GetIdOk ¶
func (o *VaultCredential) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VaultCredential) GetName ¶
func (o *VaultCredential) GetName() string
GetName returns the Name field value
func (*VaultCredential) GetNameOk ¶
func (o *VaultCredential) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*VaultCredential) GetToken ¶
func (o *VaultCredential) GetToken() string
GetToken returns the Token field value if set, zero value otherwise.
func (*VaultCredential) GetTokenOk ¶
func (o *VaultCredential) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VaultCredential) GetType ¶
func (o *VaultCredential) GetType() string
GetType returns the Type field value
func (*VaultCredential) GetTypeOk ¶
func (o *VaultCredential) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*VaultCredential) GetValue ¶
func (o *VaultCredential) GetValue() string
GetValue returns the Value field value
func (*VaultCredential) GetValueOk ¶
func (o *VaultCredential) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*VaultCredential) HasCreatedBy ¶
func (o *VaultCredential) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*VaultCredential) HasCreatedOn ¶
func (o *VaultCredential) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (*VaultCredential) HasFingerprint ¶
func (o *VaultCredential) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (*VaultCredential) HasId ¶
func (o *VaultCredential) HasId() bool
HasId returns a boolean if a field has been set.
func (*VaultCredential) HasToken ¶
func (o *VaultCredential) HasToken() bool
HasToken returns a boolean if a field has been set.
func (VaultCredential) MarshalJSON ¶
func (o VaultCredential) MarshalJSON() ([]byte, error)
func (*VaultCredential) SetCreatedBy ¶
func (o *VaultCredential) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*VaultCredential) SetCreatedOn ¶
func (o *VaultCredential) SetCreatedOn(v time.Time)
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*VaultCredential) SetFingerprint ¶
func (o *VaultCredential) SetFingerprint(v string)
SetFingerprint gets a reference to the given string and assigns it to the Fingerprint field.
func (*VaultCredential) SetId ¶
func (o *VaultCredential) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VaultCredential) SetName ¶
func (o *VaultCredential) SetName(v string)
SetName sets field value
func (*VaultCredential) SetToken ¶
func (o *VaultCredential) SetToken(v string)
SetToken gets a reference to the given string and assigns it to the Token field.
func (*VaultCredential) SetType ¶
func (o *VaultCredential) SetType(v string)
SetType sets field value
func (*VaultCredential) SetValue ¶
func (o *VaultCredential) SetValue(v string)
SetValue sets field value
type Vm ¶
type Vm struct { Cpu *float32 `json:"cpu,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Fqdn *string `json:"fqdn,omitempty"` Id string `json:"id"` Memory *float32 `json:"memory,omitempty"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` UserMetadata *string `json:"userMetadata,omitempty"` }
Vm struct for Vm
func NewVm ¶
NewVm instantiates a new Vm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVmWithDefaults ¶
func NewVmWithDefaults() *Vm
NewVmWithDefaults instantiates a new Vm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Vm) GetCpuOk ¶
GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Vm) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Vm) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Vm) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Vm) GetMemoryOk ¶
GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Vm) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Vm) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Vm) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Vm) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) GetUserMetadata ¶
GetUserMetadata returns the UserMetadata field value if set, zero value otherwise.
func (*Vm) GetUserMetadataOk ¶
GetUserMetadataOk returns a tuple with the UserMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vm) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Vm) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Vm) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Vm) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Vm) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Vm) HasProject ¶
HasProject returns a boolean if a field has been set.
func (*Vm) HasUserMetadata ¶
HasUserMetadata returns a boolean if a field has been set.
func (Vm) MarshalJSON ¶
func (*Vm) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Vm) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Vm) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Vm) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*Vm) SetMemory ¶
SetMemory gets a reference to the given float32 and assigns it to the Memory field.
func (*Vm) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Vm) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Vm) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Vm) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
func (*Vm) SetUserMetadata ¶
SetUserMetadata gets a reference to the given string and assigns it to the UserMetadata field.
type Vmhost ¶
type Vmhost struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` Flavour *string `json:"flavour,omitempty"` Fqdn *string `json:"fqdn,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Type *string `json:"type,omitempty"` Uri *string `json:"uri,omitempty"` }
Vmhost struct for Vmhost
func NewVmhost ¶
NewVmhost instantiates a new Vmhost object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVmhostWithDefaults ¶
func NewVmhostWithDefaults() *Vmhost
NewVmhostWithDefaults instantiates a new Vmhost object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Vmhost) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Vmhost) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vmhost) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Vmhost) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vmhost) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Vmhost) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vmhost) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vmhost) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Vmhost) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Vmhost) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vmhost) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Vmhost) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vmhost) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Vmhost) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Vmhost) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vmhost) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vmhost) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vmhost) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vmhost) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Vmhost) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Vmhost) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Vmhost) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Vmhost) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Vmhost) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Vmhost) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Vmhost) MarshalJSON ¶
func (*Vmhost) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Vmhost) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Vmhost) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Vmhost) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*Vmhost) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Vmhost) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Vmhost) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Vmhost) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
func (*Vmhost) SetTag ¶
SetTag gets a reference to the given []Tag and assigns it to the Tag field.
type VmhostProjectInstanceApiService ¶
type VmhostProjectInstanceApiService service
VmhostProjectInstanceApiService VmhostProjectInstanceApi service
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceEventGet ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceEventGet(ctx context.Context, projectId string, locationId string, instanceId string, eventId string) ApiVmhostProjectInstanceEventGetRequest
VmhostProjectInstanceEventGet Get vmhost/instance.event
Get vmhost/instance.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param instanceId Instance Id @param eventId eventId @return ApiVmhostProjectInstanceEventGetRequest
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceEventGetExecute ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceEventGetExecute(r ApiVmhostProjectInstanceEventGetRequest) (*Event, *http.Response, error)
Execute executes the request
@return Event
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceEventList ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceEventList(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceEventListRequest
VmhostProjectInstanceEventList List vmhost/instance.event
List vmhost/instance.event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param instanceId Instance Id @return ApiVmhostProjectInstanceEventListRequest
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceEventListExecute ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceEventListExecute(r ApiVmhostProjectInstanceEventListRequest) ([]Event, *http.Response, error)
Execute executes the request
@return []Event
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceGet ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceGet(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceGetRequest
VmhostProjectInstanceGet Get vmhost/instance
Returns a single instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param instanceId Instance Id @return ApiVmhostProjectInstanceGetRequest
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceGetExecute ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceGetExecute(r ApiVmhostProjectInstanceGetRequest) (*Vmhost, *http.Response, error)
Execute executes the request
@return Vmhost
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceList ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceList(ctx context.Context, projectId string, locationId string) ApiVmhostProjectInstanceListRequest
VmhostProjectInstanceList List vmhost/instance
List instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @return ApiVmhostProjectInstanceListRequest
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceListExecute ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceListExecute(r ApiVmhostProjectInstanceListRequest) ([]Vmhost, *http.Response, error)
Execute executes the request
@return []Vmhost
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceServiceGet ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceServiceGet(ctx context.Context, projectId string, locationId string, instanceId string, serviceId string) ApiVmhostProjectInstanceServiceGetRequest
VmhostProjectInstanceServiceGet Get vmhost/instance.service
Get vmhost/instance.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param instanceId Instance Id @param serviceId serviceId @return ApiVmhostProjectInstanceServiceGetRequest
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceServiceGetExecute ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceServiceGetExecute(r ApiVmhostProjectInstanceServiceGetRequest) (*ResourceService, *http.Response, error)
Execute executes the request
@return ResourceService
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceServiceList ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceServiceList(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceServiceListRequest
VmhostProjectInstanceServiceList List vmhost/instance.service
List vmhost/instance.service
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param instanceId Instance Id @return ApiVmhostProjectInstanceServiceListRequest
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceServiceListExecute ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceServiceListExecute(r ApiVmhostProjectInstanceServiceListRequest) ([]ResourceService, *http.Response, error)
Execute executes the request
@return []ResourceService
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceTagCreate ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagCreate(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceTagCreateRequest
VmhostProjectInstanceTagCreate Create vmhost/instance.tag
Create vmhost/instance.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param instanceId Instance Id @return ApiVmhostProjectInstanceTagCreateRequest
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceTagCreateExecute ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagCreateExecute(r ApiVmhostProjectInstanceTagCreateRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceTagDelete ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagDelete(ctx context.Context, projectId string, locationId string, instanceId string, tagId string) ApiVmhostProjectInstanceTagDeleteRequest
VmhostProjectInstanceTagDelete Delete vmhost/instance.tag
Delete vmhost/instance.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param instanceId Instance Id @param tagId tagId @return ApiVmhostProjectInstanceTagDeleteRequest
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceTagDeleteExecute ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagDeleteExecute(r ApiVmhostProjectInstanceTagDeleteRequest) (*http.Response, error)
Execute executes the request
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceTagGet ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagGet(ctx context.Context, projectId string, locationId string, instanceId string, tagId string) ApiVmhostProjectInstanceTagGetRequest
VmhostProjectInstanceTagGet Get vmhost/instance.tag
Get vmhost/instance.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param instanceId Instance Id @param tagId tagId @return ApiVmhostProjectInstanceTagGetRequest
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceTagGetExecute ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagGetExecute(r ApiVmhostProjectInstanceTagGetRequest) (*Tag, *http.Response, error)
Execute executes the request
@return Tag
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceTagList ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagList(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceTagListRequest
VmhostProjectInstanceTagList List vmhost/instance.tag
List vmhost/instance.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param instanceId Instance Id @return ApiVmhostProjectInstanceTagListRequest
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceTagListExecute ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagListExecute(r ApiVmhostProjectInstanceTagListRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceTagPut ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagPut(ctx context.Context, projectId string, locationId string, instanceId string) ApiVmhostProjectInstanceTagPutRequest
VmhostProjectInstanceTagPut Replace vmhost/instance.tag
Replace vmhost/instance.tag
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project Id @param locationId Location Id @param instanceId Instance Id @return ApiVmhostProjectInstanceTagPutRequest
func (*VmhostProjectInstanceApiService) VmhostProjectInstanceTagPutExecute ¶
func (a *VmhostProjectInstanceApiService) VmhostProjectInstanceTagPutExecute(r ApiVmhostProjectInstanceTagPutRequest) ([]Tag, *http.Response, error)
Execute executes the request
@return []Tag
type Zone ¶
type Zone struct { CreatedBy *string `json:"createdBy,omitempty"` CreatedOn *time.Time `json:"createdOn,omitempty"` DnsName *string `json:"dnsName,omitempty"` Flavour *string `json:"flavour,omitempty"` Fqdn *string `json:"fqdn,omitempty"` Id string `json:"id"` ModifiedBy *string `json:"modifiedBy,omitempty"` ModifiedOn *time.Time `json:"modifiedOn,omitempty"` Name string `json:"name"` Nameserver []string `json:"nameserver,omitempty"` Project *string `json:"project,omitempty"` State *string `json:"state,omitempty"` Tag []Tag `json:"tag,omitempty"` Uri *string `json:"uri,omitempty"` }
Zone struct for Zone
func NewZone ¶
NewZone instantiates a new Zone object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewZoneWithDefaults ¶
func NewZoneWithDefaults() *Zone
NewZoneWithDefaults instantiates a new Zone object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Zone) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Zone) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetCreatedOn ¶
GetCreatedOn returns the CreatedOn field value if set, zero value otherwise.
func (*Zone) GetCreatedOnOk ¶
GetCreatedOnOk returns a tuple with the CreatedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetDnsName ¶
GetDnsName returns the DnsName field value if set, zero value otherwise.
func (*Zone) GetDnsNameOk ¶
GetDnsNameOk returns a tuple with the DnsName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetFlavour ¶
GetFlavour returns the Flavour field value if set, zero value otherwise.
func (*Zone) GetFlavourOk ¶
GetFlavourOk returns a tuple with the Flavour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Zone) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise.
func (*Zone) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetModifiedOn ¶
GetModifiedOn returns the ModifiedOn field value if set, zero value otherwise.
func (*Zone) GetModifiedOnOk ¶
GetModifiedOnOk returns a tuple with the ModifiedOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Zone) GetNameserver ¶
GetNameserver returns the Nameserver field value if set, zero value otherwise.
func (*Zone) GetNameserverOk ¶
GetNameserverOk returns a tuple with the Nameserver field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetProject ¶
GetProject returns the Project field value if set, zero value otherwise.
func (*Zone) GetProjectOk ¶
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetTagOk ¶
GetTagOk returns a tuple with the Tag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) GetUriOk ¶
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Zone) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Zone) HasCreatedOn ¶
HasCreatedOn returns a boolean if a field has been set.
func (*Zone) HasDnsName ¶
HasDnsName returns a boolean if a field has been set.
func (*Zone) HasFlavour ¶
HasFlavour returns a boolean if a field has been set.
func (*Zone) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field has been set.
func (*Zone) HasModifiedOn ¶
HasModifiedOn returns a boolean if a field has been set.
func (*Zone) HasNameserver ¶
HasNameserver returns a boolean if a field has been set.
func (*Zone) HasProject ¶
HasProject returns a boolean if a field has been set.
func (Zone) MarshalJSON ¶
func (*Zone) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Zone) SetCreatedOn ¶
SetCreatedOn gets a reference to the given time.Time and assigns it to the CreatedOn field.
func (*Zone) SetDnsName ¶
SetDnsName gets a reference to the given string and assigns it to the DnsName field.
func (*Zone) SetFlavour ¶
SetFlavour gets a reference to the given string and assigns it to the Flavour field.
func (*Zone) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*Zone) SetModifiedBy ¶
SetModifiedBy gets a reference to the given string and assigns it to the ModifiedBy field.
func (*Zone) SetModifiedOn ¶
SetModifiedOn gets a reference to the given time.Time and assigns it to the ModifiedOn field.
func (*Zone) SetNameserver ¶
SetNameserver gets a reference to the given []string and assigns it to the Nameserver field.
func (*Zone) SetProject ¶
SetProject gets a reference to the given string and assigns it to the Project field.
func (*Zone) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
type ZoneSource ¶
type ZoneSource struct {
DnsProbing *bool `json:"dnsProbing,omitempty"`
}
ZoneSource struct for ZoneSource
func NewZoneSource ¶
func NewZoneSource() *ZoneSource
NewZoneSource instantiates a new ZoneSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewZoneSourceWithDefaults ¶
func NewZoneSourceWithDefaults() *ZoneSource
NewZoneSourceWithDefaults instantiates a new ZoneSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ZoneSource) GetDnsProbing ¶
func (o *ZoneSource) GetDnsProbing() bool
GetDnsProbing returns the DnsProbing field value if set, zero value otherwise.
func (*ZoneSource) GetDnsProbingOk ¶
func (o *ZoneSource) GetDnsProbingOk() (*bool, bool)
GetDnsProbingOk returns a tuple with the DnsProbing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ZoneSource) HasDnsProbing ¶
func (o *ZoneSource) HasDnsProbing() bool
HasDnsProbing returns a boolean if a field has been set.
func (ZoneSource) MarshalJSON ¶
func (o ZoneSource) MarshalJSON() ([]byte, error)
func (*ZoneSource) SetDnsProbing ¶
func (o *ZoneSource) SetDnsProbing(v bool)
SetDnsProbing gets a reference to the given bool and assigns it to the DnsProbing field.
Source Files
¶
- api_billing_project_service.go
- api_compute_project_replica.go
- api_compute_project_vm.go
- api_container_project_registry.go
- api_dns_project_zone.go
- api_iam_organisation.go
- api_iam_organisation_policy.go
- api_iam_organisation_role.go
- api_iam_project.go
- api_iam_project_application.go
- api_iam_project_group.go
- api_iam_project_policy.go
- api_iam_project_role.go
- api_iam_project_sa.go
- api_iam_user.go
- api_insight_project_journal.go
- api_networking_project_firewall.go
- api_networking_project_ip.go
- api_networking_project_netadp.go
- api_networking_project_netgw.go
- api_networking_project_network.go
- api_provider_project_agent.go
- api_search_resource.go
- api_storage_project_bucket.go
- api_storage_project_disk.go
- api_storage_project_image.go
- api_storage_project_iso.go
- api_storage_project_vault.go
- api_support_project_ticket.go
- api_vmhost_project_instance.go
- client.go
- configuration.go
- model_agent.go
- model_agent_credential.go
- model_application.go
- model_application_credential.go
- model_attempt.go
- model_auth_token.go
- model_auth_token_access.go
- model_billing.go
- model_billing_address.go
- model_billing_address_1.go
- model_billing_charges.go
- model_billing_resource.go
- model_billing_service.go
- model_bucket.go
- model_compute_project_replica_create.go
- model_compute_project_vm_connect_open.go
- model_compute_project_vm_create.go
- model_compute_project_vm_create_credential.go
- model_compute_project_vm_create_disk.go
- model_compute_project_vm_create_netadp.go
- model_compute_project_vm_disk_create.go
- model_compute_project_vm_flavour.go
- model_compute_project_vm_iso_create.go
- model_compute_project_vm_password_reset.go
- model_compute_project_vm_serialport.go
- model_compute_project_vm_update.go
- model_connect.go
- model_container_image.go
- model_container_project_registry_create.go
- model_container_project_registry_credential_patch.go
- model_container_project_registry_transfer.go
- model_container_project_registry_update.go
- model_container_repository.go
- model_disk.go
- model_dns_project_zone_create.go
- model_dns_project_zone_recordset_patch.go
- model_dns_project_zone_update.go
- model_dns_record.go
- model_dns_recordset.go
- model_domain.go
- model_enabled_service.go
- model_event.go
- model_event_base.go
- model_firewall.go
- model_group.go
- model_hdd.go
- model_iam_actor.go
- model_iam_actor_or_group.go
- model_iam_organisation_create.go
- model_iam_organisation_invitation_accept.go
- model_iam_organisation_ownership_create.go
- model_iam_organisation_payment_allocate.go
- model_iam_organisation_proforma_create.go
- model_iam_organisation_transfer_accept.go
- model_iam_organisation_update.go
- model_iam_permission.go
- model_iam_project_application_create.go
- model_iam_project_application_credential_patch.go
- model_iam_project_application_redirect_patch.go
- model_iam_project_application_update.go
- model_iam_project_create.go
- model_iam_project_credential_store_patch.go
- model_iam_project_group_create.go
- model_iam_project_group_update.go
- model_iam_project_invitation_accept.go
- model_iam_project_ownership_create.go
- model_iam_project_policy_create.go
- model_iam_project_policy_create_actor.go
- model_iam_project_policy_update.go
- model_iam_project_quota_limit_patch.go
- model_iam_project_role_create.go
- model_iam_project_role_update.go
- model_iam_project_sa_create.go
- model_iam_project_sa_credential_patch.go
- model_iam_project_sa_update.go
- model_iam_project_threshold_create.go
- model_iam_project_transfer.go
- model_iam_project_update.go
- model_iam_redirect.go
- model_iam_user_authorization.go
- model_iam_user_authorization_code.go
- model_iam_user_credential_patch.go
- model_iam_user_update.go
- model_image.go
- model_inline_response_200.go
- model_inline_response_default.go
- model_inline_response_default_operation.go
- model_insight_project_journal_create.go
- model_insight_project_journal_credential_patch.go
- model_insight_project_journal_transfer.go
- model_insight_project_journal_update.go
- model_invitation.go
- model_invoice.go
- model_invoice_buyer.go
- model_invoice_buyer_address.go
- model_invoice_items.go
- model_invoice_seller.go
- model_invoice_seller_address.go
- model_ip.go
- model_ip_associated.go
- model_ip_properties.go
- model_iso.go
- model_iso_metadata.go
- model_iso_metadata_source.go
- model_journal.go
- model_journal_credential.go
- model_message_data.go
- model_metric.go
- model_metric_properties.go
- model_metric_properties_dimension.go
- model_netadp.go
- model_netgw.go
- model_netgw_private.go
- model_netgw_public.go
- model_network.go
- model_network_dns.go
- model_networking_project_firewall_create.go
- model_networking_project_firewall_transfer.go
- model_networking_project_firewall_update.go
- model_networking_project_ip_associate.go
- model_networking_project_ip_create.go
- model_networking_project_ip_transfer.go
- model_networking_project_ip_update.go
- model_networking_project_netadp_create.go
- model_networking_project_netadp_update.go
- model_networking_project_netgw_attach.go
- model_networking_project_netgw_create.go
- model_networking_project_netgw_update.go
- model_networking_project_network_create.go
- model_networking_project_network_update.go
- model_networking_rule.go
- model_organisation.go
- model_organisation_billing.go
- model_organisation_billing_1.go
- model_ownership.go
- model_payment.go
- model_point.go
- model_point_value.go
- model_policy.go
- model_proforma.go
- model_proforma___array__.go
- model_proforma_seller.go
- model_project.go
- model_project_billing.go
- model_project_credential.go
- model_project_feature.go
- model_project_threshold.go
- model_provider_agent_resource.go
- model_provider_agent_resource_event.go
- model_provider_project_agent_create.go
- model_provider_project_agent_credential_patch.go
- model_provider_project_agent_transfer.go
- model_provider_project_agent_update.go
- model_quota.go
- model_quota_limit.go
- model_quota_metric.go
- model_reconciliation.go
- model_reconciliation_target.go
- model_reconciliation_target_plan.go
- model_reconciliation_target_resource.go
- model_registry.go
- model_registry_credential.go
- model_replica.go
- model_resource.go
- model_resource_connect.go
- model_resource_service.go
- model_role.go
- model_sa.go
- model_sa_credential.go
- model_service.go
- model_service_billing.go
- model_service_billing_price.go
- model_service_billing_reservations.go
- model_service_display.go
- model_service_display_unit.go
- model_storage_object.go
- model_storage_project_bucket_upload.go
- model_storage_project_disk_create.go
- model_storage_project_disk_resize.go
- model_storage_project_disk_transfer.go
- model_storage_project_disk_update.go
- model_storage_project_image_create.go
- model_storage_project_image_transfer.go
- model_storage_project_image_update.go
- model_storage_project_iso_create.go
- model_storage_project_iso_detach.go
- model_storage_project_iso_transfer.go
- model_storage_project_iso_update.go
- model_storage_project_vault_create.go
- model_storage_project_vault_credential_patch.go
- model_storage_project_vault_delete.go
- model_storage_project_vault_resize.go
- model_storage_project_vault_snapshot_create.go
- model_storage_project_vault_update.go
- model_storage_s3credential.go
- model_storage_snapshot.go
- model_support_message.go
- model_support_project_ticket_create.go
- model_tag.go
- model_ticket.go
- model_transfer.go
- model_user.go
- model_user_credential.go
- model_user_limit.go
- model_user_limit_organisation.go
- model_vault.go
- model_vault_credential.go
- model_vm.go
- model_vmhost.go
- model_zone.go
- model_zone_source.go
- response.go
- utils.go