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.
-
#replication ⇒ Google::Apis::FileV1::Replication
Replication specifications.
-
#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.
-
#tags ⇒ Hash<String,String>
Optional.
-
#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.
907 908 909 |
# File 'lib/google/apis/file_v1/classes.rb', line 907 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
821 822 823 |
# File 'lib/google/apis/file_v1/classes.rb', line 821 def create_time @create_time end |
#description ⇒ String
The description of the instance (2048 characters or less).
Corresponds to the JSON property description
826 827 828 |
# File 'lib/google/apis/file_v1/classes.rb', line 826 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
832 833 834 |
# File 'lib/google/apis/file_v1/classes.rb', line 832 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
838 839 840 |
# File 'lib/google/apis/file_v1/classes.rb', line 838 def file_shares @file_shares end |
#kms_key_name ⇒ String
KMS key name used for data encryption.
Corresponds to the JSON property kmsKeyName
843 844 845 |
# File 'lib/google/apis/file_v1/classes.rb', line 843 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
848 849 850 |
# File 'lib/google/apis/file_v1/classes.rb', line 848 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`
854 855 856 |
# File 'lib/google/apis/file_v1/classes.rb', line 854 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
860 861 862 |
# File 'lib/google/apis/file_v1/classes.rb', line 860 def networks @networks end |
#replication ⇒ Google::Apis::FileV1::Replication
Replication specifications.
Corresponds to the JSON property replication
865 866 867 |
# File 'lib/google/apis/file_v1/classes.rb', line 865 def replication @replication end |
#satisfies_pzi ⇒ Boolean Also known as: satisfies_pzi?
Output only. Reserved for future use.
Corresponds to the JSON property satisfiesPzi
870 871 872 |
# File 'lib/google/apis/file_v1/classes.rb', line 870 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
876 877 878 |
# File 'lib/google/apis/file_v1/classes.rb', line 876 def satisfies_pzs @satisfies_pzs end |
#state ⇒ String
Output only. The instance state.
Corresponds to the JSON property state
882 883 884 |
# File 'lib/google/apis/file_v1/classes.rb', line 882 def state @state end |
#status_message ⇒ String
Output only. Additional information about the instance state, if available.
Corresponds to the JSON property statusMessage
887 888 889 |
# File 'lib/google/apis/file_v1/classes.rb', line 887 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
893 894 895 |
# File 'lib/google/apis/file_v1/classes.rb', line 893 def suspension_reasons @suspension_reasons end |
#tags ⇒ Hash<String,String>
Optional. Input only. Immutable. Tag keys/values directly bound to this
resource. For example: "123/environment": "production", "123/costCenter": "
marketing"
Corresponds to the JSON property tags
900 901 902 |
# File 'lib/google/apis/file_v1/classes.rb', line 900 def @tags end |
#tier ⇒ String
The service tier of the instance.
Corresponds to the JSON property tier
905 906 907 |
# File 'lib/google/apis/file_v1/classes.rb', line 905 def tier @tier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 |
# File 'lib/google/apis/file_v1/classes.rb', line 912 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) @replication = args[:replication] if args.key?(:replication) @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) @tags = args[:tags] if args.key?(:tags) @tier = args[:tier] if args.key?(:tier) end |