Class: Aws::Types::SvmEndpoints
- Inherits:
-
Object
- Object
- Aws::Types::SvmEndpoints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iscsi ⇒ Types::SvmEndpoint
Returns the value of attribute iscsi.
-
#management ⇒ Types::SvmEndpoint
Returns the value of attribute management.
-
#nfs ⇒ Types::SvmEndpoint
Returns the value of attribute nfs.
-
#smb ⇒ Types::SvmEndpoint
Returns the value of attribute smb.
Instance Attribute Details
#iscsi ⇒ Types::SvmEndpoint
Returns the value of attribute iscsi.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def iscsi @iscsi end |
#management ⇒ Types::SvmEndpoint
Returns the value of attribute management.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def management @management end |
#nfs ⇒ Types::SvmEndpoint
Returns the value of attribute nfs.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def nfs @nfs end |
#smb ⇒ Types::SvmEndpoint
Returns the value of attribute smb.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def smb @smb end |