Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.42 KB

SvmPeer.md

File metadata and controls

16 lines (12 loc) · 1.42 KB

SvmPeer

Properties

Name Type Description Notes
Links *InlineResponse201Links [optional] [default to null]
Applications []SvmPeerApplications A list of applications for an SVM peer relation. [optional] [default to null]
Name string A peer SVM alias name to avoid a name conflict on the local cluster. [optional] [default to null]
Peer *SvmPeerPeer [optional] [default to null]
State string SVM peering state. To accept a pending SVM peer request, PATCH the state to "peered". To reject a pending SVM peer request, PATCH the state to "rejected". To suspend a peered SVM peer relation, PATCH the state to "suspended". To resume a suspended SVM peer relation, PATCH the state to "peered". The states "initiated", "pending", and "initializing" are system-generated and cannot be used for PATCH. [optional] [default to null]
Svm *SvmPeerSvm [optional] [default to null]
Uuid string SVM peer relation UUID [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]