bunnyshell.com/sdk@v0.16.0/docs/KubernetesIntegrationCollection.md (about) 1 # KubernetesIntegrationCollection 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Id** | Pointer to **string** | Kubernetes integration identifier. | [optional] [readonly] 8 **ClusterName** | Pointer to **string** | Kubernetes integration cluster name. | [optional] [readonly] 9 **CloudName** | Pointer to **string** | Kubernetes integration cloud name. | [optional] [readonly] 10 **CloudProvider** | Pointer to **string** | Kubernetes integration cluster provider. | [optional] [readonly] 11 **Status** | Pointer to **string** | Kubernetes integration status. | [optional] [readonly] 12 **Organization** | Pointer to **NullableString** | Organization identifier. | [optional] [readonly] 13 14 ## Methods 15 16 ### NewKubernetesIntegrationCollection 17 18 `func NewKubernetesIntegrationCollection() *KubernetesIntegrationCollection` 19 20 NewKubernetesIntegrationCollection instantiates a new KubernetesIntegrationCollection object 21 This constructor will assign default values to properties that have it defined, 22 and makes sure properties required by API are set, but the set of arguments 23 will change when the set of required properties is changed 24 25 ### NewKubernetesIntegrationCollectionWithDefaults 26 27 `func NewKubernetesIntegrationCollectionWithDefaults() *KubernetesIntegrationCollection` 28 29 NewKubernetesIntegrationCollectionWithDefaults instantiates a new KubernetesIntegrationCollection object 30 This constructor will only assign default values to properties that have it defined, 31 but it doesn't guarantee that properties required by API are set 32 33 ### GetId 34 35 `func (o *KubernetesIntegrationCollection) GetId() string` 36 37 GetId returns the Id field if non-nil, zero value otherwise. 38 39 ### GetIdOk 40 41 `func (o *KubernetesIntegrationCollection) GetIdOk() (*string, bool)` 42 43 GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 44 and a boolean to check if the value has been set. 45 46 ### SetId 47 48 `func (o *KubernetesIntegrationCollection) SetId(v string)` 49 50 SetId sets Id field to given value. 51 52 ### HasId 53 54 `func (o *KubernetesIntegrationCollection) HasId() bool` 55 56 HasId returns a boolean if a field has been set. 57 58 ### GetClusterName 59 60 `func (o *KubernetesIntegrationCollection) GetClusterName() string` 61 62 GetClusterName returns the ClusterName field if non-nil, zero value otherwise. 63 64 ### GetClusterNameOk 65 66 `func (o *KubernetesIntegrationCollection) GetClusterNameOk() (*string, bool)` 67 68 GetClusterNameOk returns a tuple with the ClusterName field if it's non-nil, zero value otherwise 69 and a boolean to check if the value has been set. 70 71 ### SetClusterName 72 73 `func (o *KubernetesIntegrationCollection) SetClusterName(v string)` 74 75 SetClusterName sets ClusterName field to given value. 76 77 ### HasClusterName 78 79 `func (o *KubernetesIntegrationCollection) HasClusterName() bool` 80 81 HasClusterName returns a boolean if a field has been set. 82 83 ### GetCloudName 84 85 `func (o *KubernetesIntegrationCollection) GetCloudName() string` 86 87 GetCloudName returns the CloudName field if non-nil, zero value otherwise. 88 89 ### GetCloudNameOk 90 91 `func (o *KubernetesIntegrationCollection) GetCloudNameOk() (*string, bool)` 92 93 GetCloudNameOk returns a tuple with the CloudName field if it's non-nil, zero value otherwise 94 and a boolean to check if the value has been set. 95 96 ### SetCloudName 97 98 `func (o *KubernetesIntegrationCollection) SetCloudName(v string)` 99 100 SetCloudName sets CloudName field to given value. 101 102 ### HasCloudName 103 104 `func (o *KubernetesIntegrationCollection) HasCloudName() bool` 105 106 HasCloudName returns a boolean if a field has been set. 107 108 ### GetCloudProvider 109 110 `func (o *KubernetesIntegrationCollection) GetCloudProvider() string` 111 112 GetCloudProvider returns the CloudProvider field if non-nil, zero value otherwise. 113 114 ### GetCloudProviderOk 115 116 `func (o *KubernetesIntegrationCollection) GetCloudProviderOk() (*string, bool)` 117 118 GetCloudProviderOk returns a tuple with the CloudProvider field if it's non-nil, zero value otherwise 119 and a boolean to check if the value has been set. 120 121 ### SetCloudProvider 122 123 `func (o *KubernetesIntegrationCollection) SetCloudProvider(v string)` 124 125 SetCloudProvider sets CloudProvider field to given value. 126 127 ### HasCloudProvider 128 129 `func (o *KubernetesIntegrationCollection) HasCloudProvider() bool` 130 131 HasCloudProvider returns a boolean if a field has been set. 132 133 ### GetStatus 134 135 `func (o *KubernetesIntegrationCollection) GetStatus() string` 136 137 GetStatus returns the Status field if non-nil, zero value otherwise. 138 139 ### GetStatusOk 140 141 `func (o *KubernetesIntegrationCollection) GetStatusOk() (*string, bool)` 142 143 GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise 144 and a boolean to check if the value has been set. 145 146 ### SetStatus 147 148 `func (o *KubernetesIntegrationCollection) SetStatus(v string)` 149 150 SetStatus sets Status field to given value. 151 152 ### HasStatus 153 154 `func (o *KubernetesIntegrationCollection) HasStatus() bool` 155 156 HasStatus returns a boolean if a field has been set. 157 158 ### GetOrganization 159 160 `func (o *KubernetesIntegrationCollection) GetOrganization() string` 161 162 GetOrganization returns the Organization field if non-nil, zero value otherwise. 163 164 ### GetOrganizationOk 165 166 `func (o *KubernetesIntegrationCollection) GetOrganizationOk() (*string, bool)` 167 168 GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise 169 and a boolean to check if the value has been set. 170 171 ### SetOrganization 172 173 `func (o *KubernetesIntegrationCollection) SetOrganization(v string)` 174 175 SetOrganization sets Organization field to given value. 176 177 ### HasOrganization 178 179 `func (o *KubernetesIntegrationCollection) HasOrganization() bool` 180 181 HasOrganization returns a boolean if a field has been set. 182 183 ### SetOrganizationNil 184 185 `func (o *KubernetesIntegrationCollection) SetOrganizationNil(b bool)` 186 187 SetOrganizationNil sets the value for Organization to be an explicit nil 188 189 ### UnsetOrganization 190 `func (o *KubernetesIntegrationCollection) UnsetOrganization()` 191 192 UnsetOrganization ensures that no value is present for Organization, not even an explicit nil 193 194 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 195 196