Class: Google::Apis::GkehubV1::EdgeCluster
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::GkehubV1::EdgeCluster
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/representations.rb 
Overview
EdgeCluster contains information specific to Google Edge Clusters.
Instance Attribute Summary collapse
- 
  
    
      #resource_link  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Immutable.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ EdgeCluster 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of EdgeCluster.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ EdgeCluster
Returns a new instance of EdgeCluster.
      1923 1924 1925  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 1923 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#resource_link ⇒ String
Immutable. Self-link of the Google Cloud resource for the Edge Cluster. For
example: //edgecontainer.googleapis.com/projects/my-project/locations/us-west1-
a/clusters/my-cluster
Corresponds to the JSON property resourceLink
      1921 1922 1923  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 1921 def resource_link @resource_link end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1928 1929 1930  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 1928 def update!(**args) @resource_link = args[:resource_link] if args.key?(:resource_link) end  |