bunnyshell.com/sdk@v0.16.0/docs/KubernetesIntegrationItem.md (about)

     1  # KubernetesIntegrationItem
     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  ### NewKubernetesIntegrationItem
    17  
    18  `func NewKubernetesIntegrationItem() *KubernetesIntegrationItem`
    19  
    20  NewKubernetesIntegrationItem instantiates a new KubernetesIntegrationItem 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  ### NewKubernetesIntegrationItemWithDefaults
    26  
    27  `func NewKubernetesIntegrationItemWithDefaults() *KubernetesIntegrationItem`
    28  
    29  NewKubernetesIntegrationItemWithDefaults instantiates a new KubernetesIntegrationItem 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 *KubernetesIntegrationItem) GetId() string`
    36  
    37  GetId returns the Id field if non-nil, zero value otherwise.
    38  
    39  ### GetIdOk
    40  
    41  `func (o *KubernetesIntegrationItem) 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 *KubernetesIntegrationItem) SetId(v string)`
    49  
    50  SetId sets Id field to given value.
    51  
    52  ### HasId
    53  
    54  `func (o *KubernetesIntegrationItem) HasId() bool`
    55  
    56  HasId returns a boolean if a field has been set.
    57  
    58  ### GetClusterName
    59  
    60  `func (o *KubernetesIntegrationItem) GetClusterName() string`
    61  
    62  GetClusterName returns the ClusterName field if non-nil, zero value otherwise.
    63  
    64  ### GetClusterNameOk
    65  
    66  `func (o *KubernetesIntegrationItem) 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 *KubernetesIntegrationItem) SetClusterName(v string)`
    74  
    75  SetClusterName sets ClusterName field to given value.
    76  
    77  ### HasClusterName
    78  
    79  `func (o *KubernetesIntegrationItem) HasClusterName() bool`
    80  
    81  HasClusterName returns a boolean if a field has been set.
    82  
    83  ### GetCloudName
    84  
    85  `func (o *KubernetesIntegrationItem) GetCloudName() string`
    86  
    87  GetCloudName returns the CloudName field if non-nil, zero value otherwise.
    88  
    89  ### GetCloudNameOk
    90  
    91  `func (o *KubernetesIntegrationItem) 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 *KubernetesIntegrationItem) SetCloudName(v string)`
    99  
   100  SetCloudName sets CloudName field to given value.
   101  
   102  ### HasCloudName
   103  
   104  `func (o *KubernetesIntegrationItem) HasCloudName() bool`
   105  
   106  HasCloudName returns a boolean if a field has been set.
   107  
   108  ### GetCloudProvider
   109  
   110  `func (o *KubernetesIntegrationItem) GetCloudProvider() string`
   111  
   112  GetCloudProvider returns the CloudProvider field if non-nil, zero value otherwise.
   113  
   114  ### GetCloudProviderOk
   115  
   116  `func (o *KubernetesIntegrationItem) 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 *KubernetesIntegrationItem) SetCloudProvider(v string)`
   124  
   125  SetCloudProvider sets CloudProvider field to given value.
   126  
   127  ### HasCloudProvider
   128  
   129  `func (o *KubernetesIntegrationItem) HasCloudProvider() bool`
   130  
   131  HasCloudProvider returns a boolean if a field has been set.
   132  
   133  ### GetStatus
   134  
   135  `func (o *KubernetesIntegrationItem) GetStatus() string`
   136  
   137  GetStatus returns the Status field if non-nil, zero value otherwise.
   138  
   139  ### GetStatusOk
   140  
   141  `func (o *KubernetesIntegrationItem) 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 *KubernetesIntegrationItem) SetStatus(v string)`
   149  
   150  SetStatus sets Status field to given value.
   151  
   152  ### HasStatus
   153  
   154  `func (o *KubernetesIntegrationItem) HasStatus() bool`
   155  
   156  HasStatus returns a boolean if a field has been set.
   157  
   158  ### GetOrganization
   159  
   160  `func (o *KubernetesIntegrationItem) GetOrganization() string`
   161  
   162  GetOrganization returns the Organization field if non-nil, zero value otherwise.
   163  
   164  ### GetOrganizationOk
   165  
   166  `func (o *KubernetesIntegrationItem) 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 *KubernetesIntegrationItem) SetOrganization(v string)`
   174  
   175  SetOrganization sets Organization field to given value.
   176  
   177  ### HasOrganization
   178  
   179  `func (o *KubernetesIntegrationItem) HasOrganization() bool`
   180  
   181  HasOrganization returns a boolean if a field has been set.
   182  
   183  ### SetOrganizationNil
   184  
   185  `func (o *KubernetesIntegrationItem) SetOrganizationNil(b bool)`
   186  
   187   SetOrganizationNil sets the value for Organization to be an explicit nil
   188  
   189  ### UnsetOrganization
   190  `func (o *KubernetesIntegrationItem) 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