Class: Aws::Types::StorageVirtualMachine

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_configurationTypes::SvmActiveDirectoryConfiguration

Returns the value of attribute active_directory_configuration.



1624
1625
1626
# File 'sig/types.rbs', line 1624

def active_directory_configuration
  @active_directory_configuration
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def creation_time
  @creation_time
end

#endpointsTypes::SvmEndpoints

Returns the value of attribute endpoints.

Returns:



1626
1627
1628
# File 'sig/types.rbs', line 1626

def endpoints
  @endpoints
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


1627
1628
1629
# File 'sig/types.rbs', line 1627

def file_system_id
  @file_system_id
end

#lifecycle"CREATED", ...

Returns the value of attribute lifecycle.

Returns:

  • ("CREATED", "CREATING", "DELETING", "FAILED", "MISCONFIGURED", "PENDING")


1628
1629
1630
# File 'sig/types.rbs', line 1628

def lifecycle
  @lifecycle
end

#lifecycle_transition_reasonTypes::LifecycleTransitionReason

Returns the value of attribute lifecycle_transition_reason.



1635
1636
1637
# File 'sig/types.rbs', line 1635

def lifecycle_transition_reason
  @lifecycle_transition_reason
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def name
  @name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def resource_arn
  @resource_arn
end

#root_volume_security_style"UNIX", ...

Returns the value of attribute root_volume_security_style.

Returns:

  • ("UNIX", "NTFS", "MIXED")


1636
1637
1638
# File 'sig/types.rbs', line 1636

def root_volume_security_style
  @root_volume_security_style
end

#storage_virtual_machine_id::String

Returns the value of attribute storage_virtual_machine_id.

Returns:

  • (::String)


1631
1632
1633
# File 'sig/types.rbs', line 1631

def storage_virtual_machine_id
  @storage_virtual_machine_id
end

#subtype"DEFAULT", ...

Returns the value of attribute subtype.

Returns:

  • ("DEFAULT", "DP_DESTINATION", "SYNC_DESTINATION", "SYNC_SOURCE")


1632
1633
1634
# File 'sig/types.rbs', line 1632

def subtype
  @subtype
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1634
1635
1636
# File 'sig/types.rbs', line 1634

def tags
  @tags
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


1633
1634
1635
# File 'sig/types.rbs', line 1633

def uuid
  @uuid
end