Name
Pointer to string
The name of the resource.
[optional]
CreateDataCenter
Pointer to bool
Create data center privilege.
[optional]
CreateSnapshot
Pointer to bool
Create snapshot privilege.
[optional]
ReserveIp
Pointer to bool
Reserve IP block privilege.
[optional]
AccessActivityLog
Pointer to bool
Activity log access privilege.
[optional]
CreatePcc
Pointer to bool
User privilege to create a cross connect.
[optional]
S3Privilege
Pointer to bool
S3 privilege.
[optional]
CreateBackupUnit
Pointer to bool
Create backup unit privilege.
[optional]
CreateInternetAccess
Pointer to bool
Create internet access privilege.
[optional]
CreateK8sCluster
Pointer to bool
Create Kubernetes cluster privilege.
[optional]
CreateFlowLog
Pointer to bool
Create Flow Logs privilege.
[optional]
AccessAndManageMonitoring
Pointer to bool
Privilege for a group to access and manage monitoring related functionality (access metrics, CRUD on alarms, alarm-actions etc) using Monotoring-as-a-Service (MaaS).
[optional]
AccessAndManageCertificates
Pointer to bool
Privilege for a group to access and manage certificates.
[optional]
ManageDBaaS
Pointer to bool
Privilege for a group to manage DBaaS related functionality.
[optional]
AccessAndManageDns
Pointer to bool
Privilege for a group to access and manage dns records.
[optional]
ManageRegistry
Pointer to bool
Privilege for group accessing container registry related functionality.
[optional]
ManageDataplatform
Pointer to bool
Privilege for a group to access and manage the Data Platform.
[optional]
AccessAndManageLogging
Pointer to bool
Privilege for a group to access and manage Logs.
[optional]
AccessAndManageCdn
Pointer to bool
Privilege for a group to access and manage CDN.
[optional]
AccessAndManageVpn
Pointer to bool
Privilege for a group to access and manage VPN.
[optional]
AccessAndManageApiGateway
Pointer to bool
Privilege for a group to access and manage API Gateway.
[optional]
AccessAndManageKaas
Pointer to bool
Privilege for a group to access and manage KaaS.
[optional]
AccessAndManageNetworkFileStorage
Pointer to bool
Privilege for a group to access and manage Network File Storage.
[optional]
AccessAndManageAiModelHub
Pointer to bool
Privilege for a group to access and manage AI Model Hub.
[optional]
AccessAndManageIamResources
Pointer to bool
Privilege for a group to access and manage Password Policies.
[optional]
CreateNetworkSecurityGroups
Pointer to bool
Privilege for a group to access and manage Network Security Groups.
[optional]
func NewGroupProperties() *GroupProperties
NewGroupProperties instantiates a new GroupProperties 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 NewGroupPropertiesWithDefaults() *GroupProperties
NewGroupPropertiesWithDefaults instantiates a new GroupProperties 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 (o *GroupProperties) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GroupProperties) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetName(v string)
SetName sets Name field to given value.
func (o *GroupProperties) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GroupProperties) GetCreateDataCenter() bool
GetCreateDataCenter returns the CreateDataCenter field if non-nil, zero value otherwise.
func (o *GroupProperties) GetCreateDataCenterOk() (*bool, bool)
GetCreateDataCenterOk returns a tuple with the CreateDataCenter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetCreateDataCenter(v bool)
SetCreateDataCenter sets CreateDataCenter field to given value.
func (o *GroupProperties) HasCreateDataCenter() bool
HasCreateDataCenter returns a boolean if a field has been set.
func (o *GroupProperties) GetCreateSnapshot() bool
GetCreateSnapshot returns the CreateSnapshot field if non-nil, zero value otherwise.
func (o *GroupProperties) GetCreateSnapshotOk() (*bool, bool)
GetCreateSnapshotOk returns a tuple with the CreateSnapshot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetCreateSnapshot(v bool)
SetCreateSnapshot sets CreateSnapshot field to given value.
func (o *GroupProperties) HasCreateSnapshot() bool
HasCreateSnapshot returns a boolean if a field has been set.
func (o *GroupProperties) GetReserveIp() bool
GetReserveIp returns the ReserveIp field if non-nil, zero value otherwise.
func (o *GroupProperties) GetReserveIpOk() (*bool, bool)
GetReserveIpOk returns a tuple with the ReserveIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetReserveIp(v bool)
SetReserveIp sets ReserveIp field to given value.
func (o *GroupProperties) HasReserveIp() bool
HasReserveIp returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessActivityLog() bool
GetAccessActivityLog returns the AccessActivityLog field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessActivityLogOk() (*bool, bool)
GetAccessActivityLogOk returns a tuple with the AccessActivityLog field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessActivityLog(v bool)
SetAccessActivityLog sets AccessActivityLog field to given value.
func (o *GroupProperties) HasAccessActivityLog() bool
HasAccessActivityLog returns a boolean if a field has been set.
func (o *GroupProperties) GetCreatePcc() bool
GetCreatePcc returns the CreatePcc field if non-nil, zero value otherwise.
func (o *GroupProperties) GetCreatePccOk() (*bool, bool)
GetCreatePccOk returns a tuple with the CreatePcc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetCreatePcc(v bool)
SetCreatePcc sets CreatePcc field to given value.
func (o *GroupProperties) HasCreatePcc() bool
HasCreatePcc returns a boolean if a field has been set.
func (o *GroupProperties) GetS3Privilege() bool
GetS3Privilege returns the S3Privilege field if non-nil, zero value otherwise.
func (o *GroupProperties) GetS3PrivilegeOk() (*bool, bool)
GetS3PrivilegeOk returns a tuple with the S3Privilege field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetS3Privilege(v bool)
SetS3Privilege sets S3Privilege field to given value.
func (o *GroupProperties) HasS3Privilege() bool
HasS3Privilege returns a boolean if a field has been set.
func (o *GroupProperties) GetCreateBackupUnit() bool
GetCreateBackupUnit returns the CreateBackupUnit field if non-nil, zero value otherwise.
func (o *GroupProperties) GetCreateBackupUnitOk() (*bool, bool)
GetCreateBackupUnitOk returns a tuple with the CreateBackupUnit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetCreateBackupUnit(v bool)
SetCreateBackupUnit sets CreateBackupUnit field to given value.
func (o *GroupProperties) HasCreateBackupUnit() bool
HasCreateBackupUnit returns a boolean if a field has been set.
func (o *GroupProperties) GetCreateInternetAccess() bool
GetCreateInternetAccess returns the CreateInternetAccess field if non-nil, zero value otherwise.
func (o *GroupProperties) GetCreateInternetAccessOk() (*bool, bool)
GetCreateInternetAccessOk returns a tuple with the CreateInternetAccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetCreateInternetAccess(v bool)
SetCreateInternetAccess sets CreateInternetAccess field to given value.
func (o *GroupProperties) HasCreateInternetAccess() bool
HasCreateInternetAccess returns a boolean if a field has been set.
func (o *GroupProperties) GetCreateK8sCluster() bool
GetCreateK8sCluster returns the CreateK8sCluster field if non-nil, zero value otherwise.
func (o *GroupProperties) GetCreateK8sClusterOk() (*bool, bool)
GetCreateK8sClusterOk returns a tuple with the CreateK8sCluster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetCreateK8sCluster(v bool)
SetCreateK8sCluster sets CreateK8sCluster field to given value.
func (o *GroupProperties) HasCreateK8sCluster() bool
HasCreateK8sCluster returns a boolean if a field has been set.
func (o *GroupProperties) GetCreateFlowLog() bool
GetCreateFlowLog returns the CreateFlowLog field if non-nil, zero value otherwise.
func (o *GroupProperties) GetCreateFlowLogOk() (*bool, bool)
GetCreateFlowLogOk returns a tuple with the CreateFlowLog field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetCreateFlowLog(v bool)
SetCreateFlowLog sets CreateFlowLog field to given value.
func (o *GroupProperties) HasCreateFlowLog() bool
HasCreateFlowLog returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessAndManageMonitoring() bool
GetAccessAndManageMonitoring returns the AccessAndManageMonitoring field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessAndManageMonitoringOk() (*bool, bool)
GetAccessAndManageMonitoringOk returns a tuple with the AccessAndManageMonitoring field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessAndManageMonitoring(v bool)
SetAccessAndManageMonitoring sets AccessAndManageMonitoring field to given value.
func (o *GroupProperties) HasAccessAndManageMonitoring() bool
HasAccessAndManageMonitoring returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessAndManageCertificates() bool
GetAccessAndManageCertificates returns the AccessAndManageCertificates field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessAndManageCertificatesOk() (*bool, bool)
GetAccessAndManageCertificatesOk returns a tuple with the AccessAndManageCertificates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessAndManageCertificates(v bool)
SetAccessAndManageCertificates sets AccessAndManageCertificates field to given value.
func (o *GroupProperties) HasAccessAndManageCertificates() bool
HasAccessAndManageCertificates returns a boolean if a field has been set.
func (o *GroupProperties) GetManageDBaaS() bool
GetManageDBaaS returns the ManageDBaaS field if non-nil, zero value otherwise.
func (o *GroupProperties) GetManageDBaaSOk() (*bool, bool)
GetManageDBaaSOk returns a tuple with the ManageDBaaS field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetManageDBaaS(v bool)
SetManageDBaaS sets ManageDBaaS field to given value.
func (o *GroupProperties) HasManageDBaaS() bool
HasManageDBaaS returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessAndManageDns() bool
GetAccessAndManageDns returns the AccessAndManageDns field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessAndManageDnsOk() (*bool, bool)
GetAccessAndManageDnsOk returns a tuple with the AccessAndManageDns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessAndManageDns(v bool)
SetAccessAndManageDns sets AccessAndManageDns field to given value.
func (o *GroupProperties) HasAccessAndManageDns() bool
HasAccessAndManageDns returns a boolean if a field has been set.
func (o *GroupProperties) GetManageRegistry() bool
GetManageRegistry returns the ManageRegistry field if non-nil, zero value otherwise.
func (o *GroupProperties) GetManageRegistryOk() (*bool, bool)
GetManageRegistryOk returns a tuple with the ManageRegistry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetManageRegistry(v bool)
SetManageRegistry sets ManageRegistry field to given value.
func (o *GroupProperties) HasManageRegistry() bool
HasManageRegistry returns a boolean if a field has been set.
func (o *GroupProperties) GetManageDataplatform() bool
GetManageDataplatform returns the ManageDataplatform field if non-nil, zero value otherwise.
func (o *GroupProperties) GetManageDataplatformOk() (*bool, bool)
GetManageDataplatformOk returns a tuple with the ManageDataplatform field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetManageDataplatform(v bool)
SetManageDataplatform sets ManageDataplatform field to given value.
func (o *GroupProperties) HasManageDataplatform() bool
HasManageDataplatform returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessAndManageLogging() bool
GetAccessAndManageLogging returns the AccessAndManageLogging field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessAndManageLoggingOk() (*bool, bool)
GetAccessAndManageLoggingOk returns a tuple with the AccessAndManageLogging field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessAndManageLogging(v bool)
SetAccessAndManageLogging sets AccessAndManageLogging field to given value.
func (o *GroupProperties) HasAccessAndManageLogging() bool
HasAccessAndManageLogging returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessAndManageCdn() bool
GetAccessAndManageCdn returns the AccessAndManageCdn field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessAndManageCdnOk() (*bool, bool)
GetAccessAndManageCdnOk returns a tuple with the AccessAndManageCdn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessAndManageCdn(v bool)
SetAccessAndManageCdn sets AccessAndManageCdn field to given value.
func (o *GroupProperties) HasAccessAndManageCdn() bool
HasAccessAndManageCdn returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessAndManageVpn() bool
GetAccessAndManageVpn returns the AccessAndManageVpn field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessAndManageVpnOk() (*bool, bool)
GetAccessAndManageVpnOk returns a tuple with the AccessAndManageVpn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessAndManageVpn(v bool)
SetAccessAndManageVpn sets AccessAndManageVpn field to given value.
func (o *GroupProperties) HasAccessAndManageVpn() bool
HasAccessAndManageVpn returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessAndManageApiGateway() bool
GetAccessAndManageApiGateway returns the AccessAndManageApiGateway field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessAndManageApiGatewayOk() (*bool, bool)
GetAccessAndManageApiGatewayOk returns a tuple with the AccessAndManageApiGateway field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessAndManageApiGateway(v bool)
SetAccessAndManageApiGateway sets AccessAndManageApiGateway field to given value.
func (o *GroupProperties) HasAccessAndManageApiGateway() bool
HasAccessAndManageApiGateway returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessAndManageKaas() bool
GetAccessAndManageKaas returns the AccessAndManageKaas field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessAndManageKaasOk() (*bool, bool)
GetAccessAndManageKaasOk returns a tuple with the AccessAndManageKaas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessAndManageKaas(v bool)
SetAccessAndManageKaas sets AccessAndManageKaas field to given value.
func (o *GroupProperties) HasAccessAndManageKaas() bool
HasAccessAndManageKaas returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessAndManageNetworkFileStorage() bool
GetAccessAndManageNetworkFileStorage returns the AccessAndManageNetworkFileStorage field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessAndManageNetworkFileStorageOk() (*bool, bool)
GetAccessAndManageNetworkFileStorageOk returns a tuple with the AccessAndManageNetworkFileStorage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessAndManageNetworkFileStorage(v bool)
SetAccessAndManageNetworkFileStorage sets AccessAndManageNetworkFileStorage field to given value.
func (o *GroupProperties) HasAccessAndManageNetworkFileStorage() bool
HasAccessAndManageNetworkFileStorage returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessAndManageAiModelHub() bool
GetAccessAndManageAiModelHub returns the AccessAndManageAiModelHub field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessAndManageAiModelHubOk() (*bool, bool)
GetAccessAndManageAiModelHubOk returns a tuple with the AccessAndManageAiModelHub field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessAndManageAiModelHub(v bool)
SetAccessAndManageAiModelHub sets AccessAndManageAiModelHub field to given value.
func (o *GroupProperties) HasAccessAndManageAiModelHub() bool
HasAccessAndManageAiModelHub returns a boolean if a field has been set.
func (o *GroupProperties) GetAccessAndManageIamResources() bool
GetAccessAndManageIamResources returns the AccessAndManageIamResources field if non-nil, zero value otherwise.
func (o *GroupProperties) GetAccessAndManageIamResourcesOk() (*bool, bool)
GetAccessAndManageIamResourcesOk returns a tuple with the AccessAndManageIamResources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetAccessAndManageIamResources(v bool)
SetAccessAndManageIamResources sets AccessAndManageIamResources field to given value.
func (o *GroupProperties) HasAccessAndManageIamResources() bool
HasAccessAndManageIamResources returns a boolean if a field has been set.
func (o *GroupProperties) GetCreateNetworkSecurityGroups() bool
GetCreateNetworkSecurityGroups returns the CreateNetworkSecurityGroups field if non-nil, zero value otherwise.
func (o *GroupProperties) GetCreateNetworkSecurityGroupsOk() (*bool, bool)
GetCreateNetworkSecurityGroupsOk returns a tuple with the CreateNetworkSecurityGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupProperties) SetCreateNetworkSecurityGroups(v bool)
SetCreateNetworkSecurityGroups sets CreateNetworkSecurityGroups field to given value.
func (o *GroupProperties) HasCreateNetworkSecurityGroups() bool
HasCreateNetworkSecurityGroups returns a boolean if a field has been set.