Class: Google::Apis::FileV1::Instance
- Inherits:
-
Object
- Object
- Google::Apis::FileV1::Instance
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/file_v1/classes.rb,
lib/google/apis/file_v1/representations.rb,
lib/google/apis/file_v1/representations.rb
Overview
A Filestore instance.
Instance Attribute Summary collapse
-
#create_time ⇒ String
Output only.
-
#description ⇒ String
The description of the instance (2048 characters or less).
-
#etag ⇒ String
Server-specified ETag for the instance resource to prevent simultaneous updates from overwriting each other.
-
#file_shares ⇒ Array<Google::Apis::FileV1::FileShareConfig>
File system shares on the instance.
-
#kms_key_name ⇒ String
KMS key name used for data encryption.
-
#labels ⇒ Hash<String,String>
Resource labels to represent user provided metadata.
-
#name ⇒ String
Output only.
-
#networks ⇒ Array<Google::Apis::FileV1::NetworkConfig>
VPC networks to which the instance is connected.
-
#satisfies_pzi ⇒ Boolean
(also: #satisfies_pzi?)
Output only.
-
#satisfies_pzs ⇒ Boolean
(also: #satisfies_pzs?)
Output only.
-
#state ⇒ String
Output only.
-
#status_message ⇒ String
Output only.
-
#suspension_reasons ⇒ Array<String>
Output only.
-
#tier ⇒ String
The service tier of the instance.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Instance
constructor
A new instance of Instance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Instance
Returns a new instance of Instance.
835 836 837 |
# File 'lib/google/apis/file_v1/classes.rb', line 835 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Output only. The time when the instance was created.
Corresponds to the JSON property createTime
761 762 763 |
# File 'lib/google/apis/file_v1/classes.rb', line 761 def create_time @create_time end |
#description ⇒ String
The description of the instance (2048 characters or less).
Corresponds to the JSON property description
766 767 768 |
# File 'lib/google/apis/file_v1/classes.rb', line 766 def description @description end |
#etag ⇒ String
Server-specified ETag for the instance resource to prevent simultaneous
updates from overwriting each other.
Corresponds to the JSON property etag
772 773 774 |
# File 'lib/google/apis/file_v1/classes.rb', line 772 def etag @etag end |
#file_shares ⇒ Array<Google::Apis::FileV1::FileShareConfig>
File system shares on the instance. For this version, only a single file share
is supported.
Corresponds to the JSON property fileShares
778 779 780 |
# File 'lib/google/apis/file_v1/classes.rb', line 778 def file_shares @file_shares end |
#kms_key_name ⇒ String
KMS key name used for data encryption.
Corresponds to the JSON property kmsKeyName
783 784 785 |
# File 'lib/google/apis/file_v1/classes.rb', line 783 def kms_key_name @kms_key_name end |
#labels ⇒ Hash<String,String>
Resource labels to represent user provided metadata.
Corresponds to the JSON property labels
788 789 790 |
# File 'lib/google/apis/file_v1/classes.rb', line 788 def labels @labels end |
#name ⇒ String
Output only. The resource name of the instance, in the format projects/
project/locations/
location/instances/
instance`.
Corresponds to the JSON property
name`
794 795 796 |
# File 'lib/google/apis/file_v1/classes.rb', line 794 def name @name end |
#networks ⇒ Array<Google::Apis::FileV1::NetworkConfig>
VPC networks to which the instance is connected. For this version, only a
single network is supported.
Corresponds to the JSON property networks
800 801 802 |
# File 'lib/google/apis/file_v1/classes.rb', line 800 def networks @networks end |
#satisfies_pzi ⇒ Boolean Also known as: satisfies_pzi?
Output only. Reserved for future use.
Corresponds to the JSON property satisfiesPzi
805 806 807 |
# File 'lib/google/apis/file_v1/classes.rb', line 805 def satisfies_pzi @satisfies_pzi end |
#satisfies_pzs ⇒ Boolean Also known as: satisfies_pzs?
Output only. Reserved for future use.
Corresponds to the JSON property satisfiesPzs
811 812 813 |
# File 'lib/google/apis/file_v1/classes.rb', line 811 def satisfies_pzs @satisfies_pzs end |
#state ⇒ String
Output only. The instance state.
Corresponds to the JSON property state
817 818 819 |
# File 'lib/google/apis/file_v1/classes.rb', line 817 def state @state end |
#status_message ⇒ String
Output only. Additional information about the instance state, if available.
Corresponds to the JSON property statusMessage
822 823 824 |
# File 'lib/google/apis/file_v1/classes.rb', line 822 def @status_message end |
#suspension_reasons ⇒ Array<String>
Output only. Field indicates all the reasons the instance is in "SUSPENDED"
state.
Corresponds to the JSON property suspensionReasons
828 829 830 |
# File 'lib/google/apis/file_v1/classes.rb', line 828 def suspension_reasons @suspension_reasons end |
#tier ⇒ String
The service tier of the instance.
Corresponds to the JSON property tier
833 834 835 |
# File 'lib/google/apis/file_v1/classes.rb', line 833 def tier @tier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 |
# File 'lib/google/apis/file_v1/classes.rb', line 840 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @description = args[:description] if args.key?(:description) @etag = args[:etag] if args.key?(:etag) @file_shares = args[:file_shares] if args.key?(:file_shares) @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name) @labels = args[:labels] if args.key?(:labels) @name = args[:name] if args.key?(:name) @networks = args[:networks] if args.key?(:networks) @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi) @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs) @state = args[:state] if args.key?(:state) @status_message = args[:status_message] if args.key?(:status_message) @suspension_reasons = args[:suspension_reasons] if args.key?(:suspension_reasons) @tier = args[:tier] if args.key?(:tier) end |