@@ -768,42 +768,42 @@ def update!(**args)
768
768
class HybridPeeringDetails
769
769
include Google ::Apis ::Core ::Hashable
770
770
771
- # Optional . Copy-paste-able commands to be used on user's ONTAP to accept
771
+ # Output only . Copy-paste-able commands to be used on user's ONTAP to accept
772
772
# peering requests.
773
773
# Corresponds to the JSON property `command`
774
774
# @return [String]
775
775
attr_accessor :command
776
776
777
- # Optional . Expiration time for the peering command to be executed on user's
777
+ # Output only . Expiration time for the peering command to be executed on user's
778
778
# ONTAP.
779
779
# Corresponds to the JSON property `commandExpiryTime`
780
780
# @return [String]
781
781
attr_accessor :command_expiry_time
782
782
783
- # Optional . Temporary passphrase generated to accept cluster peering command.
783
+ # Output only . Temporary passphrase generated to accept cluster peering command.
784
784
# Corresponds to the JSON property `passphrase`
785
785
# @return [String]
786
786
attr_accessor :passphrase
787
787
788
- # Optional . Name of the user's local source cluster to be peered with the
788
+ # Output only . Name of the user's local source cluster to be peered with the
789
789
# destination cluster.
790
790
# Corresponds to the JSON property `peerClusterName`
791
791
# @return [String]
792
792
attr_accessor :peer_cluster_name
793
793
794
- # Optional . Name of the user's local source vserver svm to be peered with the
794
+ # Output only . Name of the user's local source vserver svm to be peered with the
795
795
# destination vserver svm.
796
796
# Corresponds to the JSON property `peerSvmName`
797
797
# @return [String]
798
798
attr_accessor :peer_svm_name
799
799
800
- # Optional . Name of the user's local source volume to be peered with the
800
+ # Output only . Name of the user's local source volume to be peered with the
801
801
# destination volume.
802
802
# Corresponds to the JSON property `peerVolumeName`
803
803
# @return [String]
804
804
attr_accessor :peer_volume_name
805
805
806
- # Optional . IP address of the subnet.
806
+ # Output only . IP address of the subnet.
807
807
# Corresponds to the JSON property `subnetIp`
808
808
# @return [String]
809
809
attr_accessor :subnet_ip
0 commit comments