x

package
v1.77.2 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitCommand

func InitCommand() *cobra.Command

InitCommand initializes the code-generated CLI instance and returns the resulting Cobra command to the caller so it can be added as subcommand to a higher level CLI.

func SetClientCredentials

func SetClientCredentials(apiKey, apiSecret string) error

SetClientCredentials adds a pre-request hook to sign outgoing requests using specified API credentials.

func SetClientUserAgent

func SetClientUserAgent(ua string)

SetClientUserAgent adds a pre-request hook to set the User-Agent header value on outgoing HTTP requests.

func XAddExternalSourceToSecurityGroup

func XAddExternalSourceToSecurityGroup(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAddExternalSourceToSecurityGroup Add an external source as a member of a Security Group

func XAddInstanceProtection added in v0.51.1

func XAddInstanceProtection(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAddInstanceProtection Set instance destruction protection

func XAddRuleToSecurityGroup

func XAddRuleToSecurityGroup(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAddRuleToSecurityGroup Create a Security Group rule

func XAddServiceToLoadBalancer

func XAddServiceToLoadBalancer(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAddServiceToLoadBalancer Add a Load Balancer Service

func XAttachBlockStorageVolumeToInstance added in v1.74.5

func XAttachBlockStorageVolumeToInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAttachBlockStorageVolumeToInstance Attach block storage volume to an instance

func XAttachInstanceToElasticIp

func XAttachInstanceToElasticIp(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAttachInstanceToElasticIp Attach a Compute instance to an Elastic IP

func XAttachInstanceToPrivateNetwork

func XAttachInstanceToPrivateNetwork(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAttachInstanceToPrivateNetwork Attach a Compute instance to a Private Network

func XAttachInstanceToSecurityGroup

func XAttachInstanceToSecurityGroup(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XAttachInstanceToSecurityGroup Attach a Compute instance to a Security Group

func XCopyTemplate

func XCopyTemplate(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCopyTemplate Copy a Template from a zone to another

func XCreateAccessKey

func XCreateAccessKey(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateAccessKey Create a legacy IAM Access Key

func XCreateAntiAffinityGroup

func XCreateAntiAffinityGroup(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateAntiAffinityGroup Create an Anti-affinity Group

func XCreateApiKey added in v1.67.0

func XCreateApiKey(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateApiKey Create a new v3 API key

func XCreateBlockStorageSnapshot added in v1.74.5

func XCreateBlockStorageSnapshot(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateBlockStorageSnapshot Create a block storage snapshot

func XCreateBlockStorageVolume added in v1.74.5

func XCreateBlockStorageVolume(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateBlockStorageVolume Create a block storage volume. If block-storage-snapshot with a snapshot ID is passed in, a volume with the size of the snapshot's underlying volume is created.

func XCreateDbaasIntegration

func XCreateDbaasIntegration(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasIntegration Create a new DBaaS integration between two services

func XCreateDbaasKafkaSchemaRegistryAclConfig added in v1.61.0

func XCreateDbaasKafkaSchemaRegistryAclConfig(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasKafkaSchemaRegistryAclConfig Add a Kafka Schema Registry ACL entry

func XCreateDbaasKafkaTopicAclConfig added in v1.61.0

func XCreateDbaasKafkaTopicAclConfig(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasKafkaTopicAclConfig Add a Kafka topic ACL entry

func XCreateDbaasKafkaUser added in v1.61.0

func XCreateDbaasKafkaUser(paramServiceName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasKafkaUser Create a DBaaS Kafka user

func XCreateDbaasMysqlDatabase added in v1.74.0

func XCreateDbaasMysqlDatabase(paramServiceName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasMysqlDatabase Create a DBaaS MySQL database

func XCreateDbaasMysqlUser added in v1.67.0

func XCreateDbaasMysqlUser(paramServiceName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasMysqlUser Create a DBaaS MySQL user

func XCreateDbaasOpensearchUser added in v1.67.0

func XCreateDbaasOpensearchUser(paramServiceName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasOpensearchUser Create a DBaaS OpenSearch user

func XCreateDbaasPgConnectionPool added in v1.53.0

func XCreateDbaasPgConnectionPool(paramServiceName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasPgConnectionPool Create a DBaaS PostgreSQL connection pool

func XCreateDbaasPgDatabase added in v1.74.0

func XCreateDbaasPgDatabase(paramServiceName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasPgDatabase Create a DBaaS Postgres database

func XCreateDbaasPgUpgradeCheck added in v1.74.0

func XCreateDbaasPgUpgradeCheck(paramService string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasPgUpgradeCheck create-dbaas-pg-upgrade-check

func XCreateDbaasPostgresUser added in v1.61.0

func XCreateDbaasPostgresUser(paramServiceName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasPostgresUser Create a DBaaS Postgres user

func XCreateDbaasServiceGrafana added in v1.67.0

func XCreateDbaasServiceGrafana(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasServiceGrafana create-dbaas-service-grafana

func XCreateDbaasServiceKafka

func XCreateDbaasServiceKafka(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasServiceKafka Create a DBaaS Kafka service

func XCreateDbaasServiceMysql

func XCreateDbaasServiceMysql(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasServiceMysql Create a DBaaS MySQL service

func XCreateDbaasServiceOpensearch

func XCreateDbaasServiceOpensearch(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasServiceOpensearch Create a DBaaS OpenSearch service

func XCreateDbaasServicePg

func XCreateDbaasServicePg(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasServicePg Create a DBaaS PostgreSQL service

func XCreateDbaasServiceRedis

func XCreateDbaasServiceRedis(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasServiceRedis Create a DBaaS Redis service

func XCreateDbaasTaskMigrationCheck added in v0.51.1

func XCreateDbaasTaskMigrationCheck(paramService string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDbaasTaskMigrationCheck create-dbaas-task-migration-check

func XCreateDnsDomain added in v1.59.0

func XCreateDnsDomain(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDnsDomain Create DNS domain

func XCreateDnsDomainRecord added in v1.59.0

func XCreateDnsDomainRecord(paramDomainId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateDnsDomainRecord Create DNS domain record

func XCreateElasticIp

func XCreateElasticIp(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateElasticIp Create an Elastic IP

func XCreateIamRole added in v1.67.0

func XCreateIamRole(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateIamRole Create IAM Role

func XCreateInstance

func XCreateInstance(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateInstance Create a Compute instance

func XCreateInstancePool

func XCreateInstancePool(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateInstancePool Create an Instance Pool

func XCreateLoadBalancer

func XCreateLoadBalancer(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateLoadBalancer Create a Load Balancer

func XCreatePrivateNetwork

func XCreatePrivateNetwork(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreatePrivateNetwork Create a Private Network

func XCreateSecurityGroup

func XCreateSecurityGroup(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateSecurityGroup Create a Security Group

func XCreateSksCluster

func XCreateSksCluster(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateSksCluster Create an SKS cluster

func XCreateSksNodepool

func XCreateSksNodepool(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateSksNodepool Create a new SKS Nodepool

func XCreateSnapshot

func XCreateSnapshot(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XCreateSnapshot Create a Snapshot of a Compute instance

func XDeleteAntiAffinityGroup

func XDeleteAntiAffinityGroup(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteAntiAffinityGroup Delete an Anti-affinity Group

func XDeleteApiKey added in v1.67.0

func XDeleteApiKey(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteApiKey Delete a v3 API key

func XDeleteBlockStorageSnapshot added in v1.74.5

func XDeleteBlockStorageSnapshot(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteBlockStorageSnapshot Delete a block storage snapshot, data will be unrecoverable

func XDeleteBlockStorageVolume added in v1.74.5

func XDeleteBlockStorageVolume(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteBlockStorageVolume Delete a block storage volume, data will be unrecoverable

func XDeleteDbaasIntegration

func XDeleteDbaasIntegration(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasIntegration Delete a DBaaS Integration

func XDeleteDbaasKafkaSchemaRegistryAclConfig added in v1.61.0

func XDeleteDbaasKafkaSchemaRegistryAclConfig(paramName string, paramAclId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasKafkaSchemaRegistryAclConfig Delete a Kafka ACL entry

func XDeleteDbaasKafkaTopicAclConfig added in v1.61.0

func XDeleteDbaasKafkaTopicAclConfig(paramName string, paramAclId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasKafkaTopicAclConfig Delete a Kafka ACL entry

func XDeleteDbaasKafkaUser added in v1.61.0

func XDeleteDbaasKafkaUser(paramServiceName string, paramUsername string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasKafkaUser Delete a DBaaS kafka user

func XDeleteDbaasMysqlDatabase added in v1.74.0

func XDeleteDbaasMysqlDatabase(paramServiceName string, paramDatabaseName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasMysqlDatabase Delete a DBaaS MySQL database

func XDeleteDbaasMysqlUser added in v1.67.0

func XDeleteDbaasMysqlUser(paramServiceName string, paramUsername string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasMysqlUser Delete a DBaaS MySQL user

func XDeleteDbaasOpensearchUser added in v1.67.0

func XDeleteDbaasOpensearchUser(paramServiceName string, paramUsername string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasOpensearchUser Delete a DBaaS OpenSearch user

func XDeleteDbaasPgConnectionPool added in v1.53.0

func XDeleteDbaasPgConnectionPool(paramServiceName string, paramConnectionPoolName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasPgConnectionPool Delete a DBaaS PostgreSQL connection pool

func XDeleteDbaasPgDatabase added in v1.74.0

func XDeleteDbaasPgDatabase(paramServiceName string, paramDatabaseName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasPgDatabase Delete a DBaaS Postgres database

func XDeleteDbaasPostgresUser added in v1.61.0

func XDeleteDbaasPostgresUser(paramServiceName string, paramUsername string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasPostgresUser Delete a DBaaS Postgres user

func XDeleteDbaasService

func XDeleteDbaasService(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasService Delete a DBaaS service

func XDeleteDbaasServiceGrafana added in v1.67.0

func XDeleteDbaasServiceGrafana(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasServiceGrafana Delete a Grafana service

func XDeleteDbaasServiceKafka added in v1.67.0

func XDeleteDbaasServiceKafka(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasServiceKafka Delete a Kafka service

func XDeleteDbaasServiceMysql added in v1.67.0

func XDeleteDbaasServiceMysql(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasServiceMysql Delete a MySQL service

func XDeleteDbaasServiceOpensearch added in v1.67.0

func XDeleteDbaasServiceOpensearch(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasServiceOpensearch Delete a OpenSearch service

func XDeleteDbaasServicePg added in v1.67.0

func XDeleteDbaasServicePg(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasServicePg Delete a Postgres service

func XDeleteDbaasServiceRedis added in v1.67.0

func XDeleteDbaasServiceRedis(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDbaasServiceRedis Delete a Redis service

func XDeleteDnsDomain added in v1.59.0

func XDeleteDnsDomain(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDnsDomain Delete DNS Domain

func XDeleteDnsDomainRecord added in v1.59.0

func XDeleteDnsDomainRecord(paramDomainId string, paramRecordId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteDnsDomainRecord Delete DNS domain record

func XDeleteElasticIp

func XDeleteElasticIp(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteElasticIp Delete an Elastic IP

func XDeleteIamRole added in v1.67.0

func XDeleteIamRole(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteIamRole Delete IAM Role

func XDeleteInstance

func XDeleteInstance(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteInstance Delete a Compute instance

func XDeleteInstancePool

func XDeleteInstancePool(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteInstancePool Delete an Instance Pool

func XDeleteLoadBalancer

func XDeleteLoadBalancer(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteLoadBalancer Delete a Load Balancer

func XDeleteLoadBalancerService

func XDeleteLoadBalancerService(paramId string, paramServiceId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteLoadBalancerService Delete a Load Balancer Service

func XDeletePrivateNetwork

func XDeletePrivateNetwork(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeletePrivateNetwork Delete a Private Network

func XDeleteReverseDnsElasticIp added in v1.59.0

func XDeleteReverseDnsElasticIp(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteReverseDnsElasticIp Delete the PTR DNS record for an elastic IP

func XDeleteReverseDnsInstance added in v1.59.0

func XDeleteReverseDnsInstance(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteReverseDnsInstance Delete the PTR DNS record for an instance

func XDeleteRuleFromSecurityGroup

func XDeleteRuleFromSecurityGroup(paramId string, paramRuleId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteRuleFromSecurityGroup Delete a Security Group rule

func XDeleteSecurityGroup

func XDeleteSecurityGroup(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteSecurityGroup Delete a Security Group

func XDeleteSksCluster

func XDeleteSksCluster(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteSksCluster Delete an SKS cluster

func XDeleteSksNodepool

func XDeleteSksNodepool(paramId string, paramSksNodepoolId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteSksNodepool Delete an SKS Nodepool

func XDeleteSnapshot

func XDeleteSnapshot(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteSnapshot Delete a Snapshot

func XDeleteSshKey

func XDeleteSshKey(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteSshKey Delete a SSH key

func XDeleteTemplate

func XDeleteTemplate(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XDeleteTemplate Delete a Template

func XDetachBlockStorageVolume added in v1.74.5

func XDetachBlockStorageVolume(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XDetachBlockStorageVolume Detach block storage volume

func XDetachInstanceFromElasticIp

func XDetachInstanceFromElasticIp(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XDetachInstanceFromElasticIp Detach a Compute instance from an Elastic IP

func XDetachInstanceFromPrivateNetwork

func XDetachInstanceFromPrivateNetwork(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XDetachInstanceFromPrivateNetwork Detach a Compute instance from a Private Network

func XDetachInstanceFromSecurityGroup

func XDetachInstanceFromSecurityGroup(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XDetachInstanceFromSecurityGroup Detach a Compute instance from a Security Group

func XEvictInstancePoolMembers

func XEvictInstancePoolMembers(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XEvictInstancePoolMembers Evict Instance Pool members

func XEvictSksNodepoolMembers

func XEvictSksNodepoolMembers(paramId string, paramSksNodepoolId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XEvictSksNodepoolMembers Evict Nodepool members

func XExportSnapshot

func XExportSnapshot(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XExportSnapshot Export a Snapshot

func XGenerateSksClusterKubeconfig

func XGenerateSksClusterKubeconfig(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XGenerateSksClusterKubeconfig Generate a new Kubeconfig file for a SKS cluster

func XGetAccessKey

func XGetAccessKey(paramKey string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetAccessKey Retrieve IAM Access Key details

func XGetAntiAffinityGroup

func XGetAntiAffinityGroup(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetAntiAffinityGroup Retrieve Anti-affinity Group details

func XGetApiKey added in v1.13.0

func XGetApiKey(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetApiKey Get v3 API key

func XGetBlockStorageSnapshot added in v1.74.5

func XGetBlockStorageSnapshot(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetBlockStorageSnapshot Retrieve block storage snapshot details

func XGetBlockStorageVolume added in v1.74.5

func XGetBlockStorageVolume(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetBlockStorageVolume Retrieve block storage volume details

func XGetDbaasCaCertificate

func XGetDbaasCaCertificate(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasCaCertificate Get DBaaS CA Certificate

func XGetDbaasIntegration

func XGetDbaasIntegration(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasIntegration Get a DBaaS Integration

func XGetDbaasKafkaAclConfig added in v1.61.0

func XGetDbaasKafkaAclConfig(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasKafkaAclConfig Get DBaaS kafka ACL configuration

func XGetDbaasMigrationStatus

func XGetDbaasMigrationStatus(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasMigrationStatus Get a DBaaS migration status

func XGetDbaasOpensearchAclConfig added in v1.67.0

func XGetDbaasOpensearchAclConfig(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasOpensearchAclConfig Get DBaaS OpenSearch ACL configuration

func XGetDbaasServiceGrafana added in v1.67.0

func XGetDbaasServiceGrafana(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasServiceGrafana Get a DBaaS Grafana service

func XGetDbaasServiceKafka

func XGetDbaasServiceKafka(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasServiceKafka Get a DBaaS Kafka service

func XGetDbaasServiceLogs

func XGetDbaasServiceLogs(paramServiceName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasServiceLogs Get logs of DBaaS service

func XGetDbaasServiceMetrics

func XGetDbaasServiceMetrics(paramServiceName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasServiceMetrics Get metrics of DBaaS service

func XGetDbaasServiceMysql

func XGetDbaasServiceMysql(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasServiceMysql Get a DBaaS MySQL service

func XGetDbaasServiceOpensearch

func XGetDbaasServiceOpensearch(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasServiceOpensearch Get a DBaaS OpenSearch service

func XGetDbaasServicePg

func XGetDbaasServicePg(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasServicePg Get a DBaaS PostgreSQL service

func XGetDbaasServiceRedis

func XGetDbaasServiceRedis(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasServiceRedis Get a DBaaS Redis service

func XGetDbaasServiceType

func XGetDbaasServiceType(paramServiceTypeName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasServiceType Get a DBaaS service type

func XGetDbaasSettingsGrafana added in v1.67.0

func XGetDbaasSettingsGrafana(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasSettingsGrafana Get DBaaS Grafana settings

func XGetDbaasSettingsKafka

func XGetDbaasSettingsKafka(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasSettingsKafka Get DBaaS Kafka settings

func XGetDbaasSettingsMysql

func XGetDbaasSettingsMysql(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasSettingsMysql Get DBaaS MySQL settings

func XGetDbaasSettingsOpensearch

func XGetDbaasSettingsOpensearch(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasSettingsOpensearch Get DBaaS OpenSearch settings

func XGetDbaasSettingsPg

func XGetDbaasSettingsPg(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasSettingsPg Get DBaaS PostgreSQL settings

func XGetDbaasSettingsRedis

func XGetDbaasSettingsRedis(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasSettingsRedis Get DBaaS Redis settings

func XGetDbaasTask added in v0.51.1

func XGetDbaasTask(paramService string, paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDbaasTask Get a DBaaS task

func XGetDeployTarget

func XGetDeployTarget(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDeployTarget Retrieve Deploy Target details

func XGetDnsDomain

func XGetDnsDomain(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDnsDomain Retrieve DNS domain details

func XGetDnsDomainRecord

func XGetDnsDomainRecord(paramDomainId string, paramRecordId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDnsDomainRecord Retrieve DNS domain record details

func XGetDnsDomainZoneFile added in v1.59.0

func XGetDnsDomainZoneFile(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetDnsDomainZoneFile Retrieve DNS domain zone file

func XGetElasticIp

func XGetElasticIp(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetElasticIp Retrieve Elastic IP details

func XGetIamOrganizationPolicy added in v1.67.0

func XGetIamOrganizationPolicy(params *viper.Viper) (*gentleman.Response, interface{}, error)

XGetIamOrganizationPolicy Retrieve IAM Organization Policy

func XGetIamRole added in v1.67.0

func XGetIamRole(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetIamRole Retrieve IAM Role

func XGetInstance

func XGetInstance(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetInstance Retrieve Compute instance details

func XGetInstancePool

func XGetInstancePool(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetInstancePool Retrieve Instance Pool details

func XGetInstanceType

func XGetInstanceType(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetInstanceType Retrieve Instance Type details

func XGetLoadBalancer

func XGetLoadBalancer(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetLoadBalancer Retrieve Load Balancer details

func XGetLoadBalancerService

func XGetLoadBalancerService(paramId string, paramServiceId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetLoadBalancerService Retrieve Load Balancer Service details

func XGetOperation

func XGetOperation(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetOperation Retrieve Operation details

func XGetPrivateNetwork

func XGetPrivateNetwork(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetPrivateNetwork Retrieve Private Network details

func XGetQuota

func XGetQuota(paramEntity string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetQuota Retrieve Resource Quota

func XGetReverseDnsElasticIp added in v1.59.0

func XGetReverseDnsElasticIp(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetReverseDnsElasticIp Query the PTR DNS records for an elastic IP

func XGetReverseDnsInstance added in v1.59.0

func XGetReverseDnsInstance(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetReverseDnsInstance Query the PTR DNS records for an instance

func XGetSecurityGroup

func XGetSecurityGroup(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetSecurityGroup Retrieve Security Group details

func XGetSksCluster

func XGetSksCluster(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetSksCluster Retrieve SKS cluster details

func XGetSksClusterAuthorityCert

func XGetSksClusterAuthorityCert(paramId string, paramAuthority string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetSksClusterAuthorityCert Get the certificate for a SKS cluster authority

func XGetSksClusterInspection added in v1.74.5

func XGetSksClusterInspection(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetSksClusterInspection Get the latest inspection result

func XGetSksNodepool

func XGetSksNodepool(paramId string, paramSksNodepoolId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetSksNodepool Retrieve SKS Nodepool details

func XGetSnapshot

func XGetSnapshot(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetSnapshot Retrieve Snapshot details

func XGetSosPresignedUrl

func XGetSosPresignedUrl(paramBucket string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetSosPresignedUrl Retrieve Presigned Download URL for SOS object

func XGetSshKey

func XGetSshKey(paramName string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetSshKey Retrieve SSH key details

func XGetTemplate

func XGetTemplate(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XGetTemplate Retrieve Template details

func XListAccessKeyKnownOperations

func XListAccessKeyKnownOperations(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListAccessKeyKnownOperations Retrieve all known available IAM Access Key operations and associated tags

func XListAccessKeyOperations

func XListAccessKeyOperations(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListAccessKeyOperations Retrieve IAM Access Key operations and associated tags for the signing key

func XListAccessKeys

func XListAccessKeys(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListAccessKeys List IAM Access Keys

func XListAntiAffinityGroups

func XListAntiAffinityGroups(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListAntiAffinityGroups List Anti-affinity Groups

func XListApiKeys added in v1.13.0

func XListApiKeys(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListApiKeys List v3 API keys

func XListBlockStorageSnapshots added in v1.74.5

func XListBlockStorageSnapshots(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListBlockStorageSnapshots List block storage snapshots

func XListBlockStorageVolumes added in v1.74.5

func XListBlockStorageVolumes(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListBlockStorageVolumes List block storage volumes

func XListDbaasIntegrationSettings

func XListDbaasIntegrationSettings(paramIntegrationType string, paramSourceType string, paramDestType string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListDbaasIntegrationSettings Get DBaaS integration settings

func XListDbaasIntegrationTypes

func XListDbaasIntegrationTypes(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListDbaasIntegrationTypes Get DBaaS integration types

func XListDbaasServiceTypes

func XListDbaasServiceTypes(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListDbaasServiceTypes DBaaS Service Types

func XListDbaasServices

func XListDbaasServices(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListDbaasServices List DBaaS services

func XListDeployTargets

func XListDeployTargets(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListDeployTargets List Deploy Targets

func XListDnsDomainRecords

func XListDnsDomainRecords(paramDomainId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListDnsDomainRecords List DNS domain records

func XListDnsDomains

func XListDnsDomains(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListDnsDomains List DNS domains

func XListElasticIps

func XListElasticIps(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListElasticIps List Elastic IPs

func XListEvents

func XListEvents(params *viper.Viper) (*gentleman.Response, interface{}, error)

XListEvents List Events

func XListIamRoles added in v1.67.0

func XListIamRoles(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListIamRoles List IAM Roles

func XListInstancePools

func XListInstancePools(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListInstancePools List Instance Pools

func XListInstanceTypes

func XListInstanceTypes(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListInstanceTypes List Compute instance Types

func XListInstances

func XListInstances(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListInstances List Compute instances

func XListLoadBalancers

func XListLoadBalancers(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListLoadBalancers List Load Balancers

func XListPrivateNetworks

func XListPrivateNetworks(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListPrivateNetworks List Private Networks

func XListQuotas

func XListQuotas(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListQuotas List Organization Quotas

func XListSecurityGroups

func XListSecurityGroups(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListSecurityGroups List Security Groups.

func XListSksClusterDeprecatedResources

func XListSksClusterDeprecatedResources(paramId string, params *viper.Viper) (*gentleman.Response, interface{}, error)

XListSksClusterDeprecatedResources Resources that are scheduled to be removed in future kubernetes releases

func XListSksClusterVersions

func XListSksClusterVersions(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListSksClusterVersions List available versions for SKS clusters

func XListSksClusters

func XListSksClusters(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListSksClusters List SKS clusters

func XListSnapshots

func XListSnapshots(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListSnapshots List Snapshots

func XListSosBucketsUsage

func XListSosBucketsUsage(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListSosBucketsUsage List SOS Buckets Usage

func XListSshKeys

func XListSshKeys(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListSshKeys List SSH keys

func XListTemplates

func XListTemplates(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListTemplates List Templates

func XListZones

func XListZones(params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XListZones List Zones

func XPromoteSnapshotToTemplate

func XPromoteSnapshotToTemplate(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XPromoteSnapshotToTemplate Promote a Snapshot to a Template

func XRebootInstance

func XRebootInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRebootInstance Reboot a Compute instance

func XRegisterSshKey

func XRegisterSshKey(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRegisterSshKey Import SSH key

func XRegisterTemplate

func XRegisterTemplate(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRegisterTemplate Register a Template

func XRemoveExternalSourceFromSecurityGroup

func XRemoveExternalSourceFromSecurityGroup(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRemoveExternalSourceFromSecurityGroup Remove an external source from a Security Group

func XRemoveInstanceProtection added in v0.51.1

func XRemoveInstanceProtection(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRemoveInstanceProtection Remove instance destruction protection

func XResetDbaasKafkaUserPassword added in v1.61.0

func XResetDbaasKafkaUserPassword(paramServiceName string, paramUsername string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XResetDbaasKafkaUserPassword Reset the credentials of a DBaaS Kafka user

func XResetDbaasMysqlUserPassword added in v1.67.0

func XResetDbaasMysqlUserPassword(paramServiceName string, paramUsername string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XResetDbaasMysqlUserPassword Reset the credentials of a DBaaS mysql user

func XResetDbaasOpensearchUserPassword added in v1.67.0

func XResetDbaasOpensearchUserPassword(paramServiceName string, paramUsername string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XResetDbaasOpensearchUserPassword Reset the credentials of a DBaaS OpenSearch user

func XResetDbaasPostgresUserPassword added in v1.61.0

func XResetDbaasPostgresUserPassword(paramServiceName string, paramUsername string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XResetDbaasPostgresUserPassword Reset the credentials of a DBaaS Postgres user

func XResetElasticIpField

func XResetElasticIpField(paramId string, paramField string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XResetElasticIpField Reset an Elastic IP field to its default value

func XResetInstance

func XResetInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XResetInstance Reset a Compute instance to a base/target template

func XResetInstanceField

func XResetInstanceField(paramId string, paramField string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XResetInstanceField Reset Instance field

func XResetInstancePassword added in v1.13.0

func XResetInstancePassword(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XResetInstancePassword Reset a compute instance password

func XResetInstancePoolField

func XResetInstancePoolField(paramId string, paramField string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XResetInstancePoolField Reset an Instance Pool field to its default value

func XResetLoadBalancerField

func XResetLoadBalancerField(paramId string, paramField string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XResetLoadBalancerField Reset a Load Balancer field to its default value

func XResetLoadBalancerServiceField

func XResetLoadBalancerServiceField(paramId string, paramServiceId string, paramField string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XResetLoadBalancerServiceField Reset a Load Balancer Service field to its default value

func XResetPrivateNetworkField

func XResetPrivateNetworkField(paramId string, paramField string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XResetPrivateNetworkField Reset Private Network field

func XResetSksClusterField

func XResetSksClusterField(paramId string, paramField string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XResetSksClusterField Reset an SKS cluster field to its default value

func XResetSksNodepoolField

func XResetSksNodepoolField(paramId string, paramSksNodepoolId string, paramField string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XResetSksNodepoolField Reset an SKS Nodepool field to its default value

func XResizeInstanceDisk

func XResizeInstanceDisk(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XResizeInstanceDisk Resize a Compute instance disk

func XRevealInstancePassword added in v1.60.0

func XRevealInstancePassword(paramId string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XRevealInstancePassword Reveal the password used during instance creation or the latest password reset.

func XRevertInstanceToSnapshot

func XRevertInstanceToSnapshot(paramInstanceId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRevertInstanceToSnapshot Revert a snapshot for an instance

func XRevokeAccessKey

func XRevokeAccessKey(paramKey string, params *viper.Viper) (*gentleman.Response, map[string]interface{}, error)

XRevokeAccessKey Revoke an IAM Access Key

func XRotateSksCcmCredentials

func XRotateSksCcmCredentials(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRotateSksCcmCredentials Rotate Exoscale CCM credentials

func XRotateSksOperatorsCa

func XRotateSksOperatorsCa(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XRotateSksOperatorsCa Rotate operators certificate authority

func XScaleInstance

func XScaleInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XScaleInstance Scale a Compute instance to a new Instance Type

func XScaleInstancePool

func XScaleInstancePool(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XScaleInstancePool Scale an Instance Pool

func XScaleSksNodepool

func XScaleSksNodepool(paramId string, paramSksNodepoolId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XScaleSksNodepool Scale a SKS Nodepool

func XStartDbaasGrafanaMaintenance added in v1.67.0

func XStartDbaasGrafanaMaintenance(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStartDbaasGrafanaMaintenance Initiate Grafana maintenance update

func XStartDbaasKafkaMaintenance added in v1.64.0

func XStartDbaasKafkaMaintenance(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStartDbaasKafkaMaintenance Initiate Kafka maintenance update

func XStartDbaasMysqlMaintenance added in v1.64.0

func XStartDbaasMysqlMaintenance(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStartDbaasMysqlMaintenance Initiate MySQL maintenance update

func XStartDbaasOpensearchMaintenance added in v1.64.0

func XStartDbaasOpensearchMaintenance(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStartDbaasOpensearchMaintenance Initiate OpenSearch maintenance update

func XStartDbaasPgMaintenance added in v1.64.0

func XStartDbaasPgMaintenance(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStartDbaasPgMaintenance Initiate PostgreSQL maintenance update

func XStartDbaasRedisMaintenance added in v1.64.0

func XStartDbaasRedisMaintenance(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStartDbaasRedisMaintenance Initiate Redis maintenance update

func XStartInstance

func XStartInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStartInstance Start a Compute instance

func XStopDbaasMysqlMigration added in v1.59.0

func XStopDbaasMysqlMigration(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStopDbaasMysqlMigration Stop a DBaaS MySQL migration

func XStopDbaasPgMigration added in v1.59.0

func XStopDbaasPgMigration(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStopDbaasPgMigration Stop a DBaaS PostgreSQL migration

func XStopDbaasRedisMigration added in v1.59.0

func XStopDbaasRedisMigration(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStopDbaasRedisMigration Stop a DBaaS Redis migration

func XStopInstance

func XStopInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XStopInstance Stop a Compute instance

func XUpdateBlockStorageVolumeLabels added in v1.74.5

func XUpdateBlockStorageVolumeLabels(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateBlockStorageVolumeLabels Set block storage volume labels

func XUpdateDbaasIntegration

func XUpdateDbaasIntegration(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateDbaasIntegration Update a existing DBaaS integration

func XUpdateDbaasOpensearchAclConfig added in v1.67.0

func XUpdateDbaasOpensearchAclConfig(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateDbaasOpensearchAclConfig Create a DBaaS OpenSearch ACL configuration

func XUpdateDbaasPgConnectionPool added in v1.53.0

func XUpdateDbaasPgConnectionPool(paramServiceName string, paramConnectionPoolName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateDbaasPgConnectionPool Update a DBaaS PostgreSQL connection pool

func XUpdateDbaasPostgresAllowReplication added in v1.61.0

func XUpdateDbaasPostgresAllowReplication(paramServiceName string, paramUsername string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateDbaasPostgresAllowReplication Update access control for one service user

func XUpdateDbaasServiceGrafana added in v1.67.0

func XUpdateDbaasServiceGrafana(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateDbaasServiceGrafana Update a DBaaS Grafana service

func XUpdateDbaasServiceKafka

func XUpdateDbaasServiceKafka(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateDbaasServiceKafka Update a DBaaS Kafka service

func XUpdateDbaasServiceMysql

func XUpdateDbaasServiceMysql(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateDbaasServiceMysql Update a DBaaS MySQL service

func XUpdateDbaasServiceOpensearch

func XUpdateDbaasServiceOpensearch(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateDbaasServiceOpensearch Update a DBaaS OpenSearch service

func XUpdateDbaasServicePg

func XUpdateDbaasServicePg(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateDbaasServicePg Update a DBaaS PostgreSQL service

func XUpdateDbaasServiceRedis

func XUpdateDbaasServiceRedis(paramName string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateDbaasServiceRedis Update a DBaaS Redis service

func XUpdateDnsDomainRecord added in v1.59.0

func XUpdateDnsDomainRecord(paramDomainId string, paramRecordId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateDnsDomainRecord Update DNS domain record

func XUpdateElasticIp

func XUpdateElasticIp(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateElasticIp Update an Elastic IP

func XUpdateIamOrganizationPolicy added in v1.67.0

func XUpdateIamOrganizationPolicy(params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateIamOrganizationPolicy Update IAM Organization Policy

func XUpdateIamRole added in v1.67.0

func XUpdateIamRole(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateIamRole Update IAM Role

func XUpdateIamRolePolicy added in v1.67.0

func XUpdateIamRolePolicy(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateIamRolePolicy Update IAM Role Policy

func XUpdateInstance

func XUpdateInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateInstance Update a Compute instance

func XUpdateInstancePool

func XUpdateInstancePool(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateInstancePool Update an Instance Pool

func XUpdateLoadBalancer

func XUpdateLoadBalancer(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateLoadBalancer Update a Load Balancer

func XUpdateLoadBalancerService

func XUpdateLoadBalancerService(paramId string, paramServiceId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateLoadBalancerService Update a Load Balancer Service

func XUpdatePrivateNetwork

func XUpdatePrivateNetwork(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdatePrivateNetwork Update a Private Network

func XUpdatePrivateNetworkInstanceIp

func XUpdatePrivateNetworkInstanceIp(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdatePrivateNetworkInstanceIp Update the IP address of an instance attached to a managed private network

func XUpdateReverseDnsElasticIp added in v1.59.0

func XUpdateReverseDnsElasticIp(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateReverseDnsElasticIp Update/Create the PTR DNS record for an elastic IP

func XUpdateReverseDnsInstance added in v1.59.0

func XUpdateReverseDnsInstance(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateReverseDnsInstance Update/Create the PTR DNS record for an instance

func XUpdateSksCluster

func XUpdateSksCluster(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateSksCluster Update an SKS cluster

func XUpdateSksNodepool

func XUpdateSksNodepool(paramId string, paramSksNodepoolId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateSksNodepool Update an SKS Nodepool

func XUpdateTemplate

func XUpdateTemplate(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpdateTemplate Update template attributes

func XUpgradeSksCluster

func XUpgradeSksCluster(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpgradeSksCluster Upgrade an SKS cluster

func XUpgradeSksClusterServiceLevel

func XUpgradeSksClusterServiceLevel(paramId string, params *viper.Viper, body string) (*gentleman.Response, map[string]interface{}, error)

XUpgradeSksClusterServiceLevel Upgrade a SKS cluster to pro

Types

This section is empty.

Jump to

Keyboard shortcuts

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