Class: TencentCloud::Cfs::V20190719::FileSystemByPolicy
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::FileSystemByPolicy
- Defined in:
- lib/v20190719/models.rb
Overview
绑定快照策略的文件系统信息
Instance Attribute Summary collapse
- #CreationTime ⇒ Object
- #CreationToken ⇒ Object
- #FileSystemId ⇒ Object
- #SizeByte ⇒ Object
- #StorageType ⇒ Object
- #TotalSnapshotSize ⇒ Object
- #ZoneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(creationtoken = nil, filesystemid = nil, sizebyte = nil, storagetype = nil, totalsnapshotsize = nil, creationtime = nil, zoneid = nil) ⇒ FileSystemByPolicy
constructor
A new instance of FileSystemByPolicy.
Constructor Details
#initialize(creationtoken = nil, filesystemid = nil, sizebyte = nil, storagetype = nil, totalsnapshotsize = nil, creationtime = nil, zoneid = nil) ⇒ FileSystemByPolicy
Returns a new instance of FileSystemByPolicy.
2666 2667 2668 2669 2670 2671 2672 2673 2674 |
# File 'lib/v20190719/models.rb', line 2666 def initialize(creationtoken=nil, filesystemid=nil, sizebyte=nil, storagetype=nil, totalsnapshotsize=nil, creationtime=nil, zoneid=nil) @CreationToken = creationtoken @FileSystemId = filesystemid @SizeByte = sizebyte @StorageType = storagetype @TotalSnapshotSize = totalsnapshotsize @CreationTime = creationtime @ZoneId = zoneid end |
Instance Attribute Details
#CreationTime ⇒ Object
2664 2665 2666 |
# File 'lib/v20190719/models.rb', line 2664 def CreationTime @CreationTime end |
#CreationToken ⇒ Object
2664 2665 2666 |
# File 'lib/v20190719/models.rb', line 2664 def CreationToken @CreationToken end |
#FileSystemId ⇒ Object
2664 2665 2666 |
# File 'lib/v20190719/models.rb', line 2664 def FileSystemId @FileSystemId end |
#SizeByte ⇒ Object
2664 2665 2666 |
# File 'lib/v20190719/models.rb', line 2664 def SizeByte @SizeByte end |
#StorageType ⇒ Object
2664 2665 2666 |
# File 'lib/v20190719/models.rb', line 2664 def StorageType @StorageType end |
#TotalSnapshotSize ⇒ Object
2664 2665 2666 |
# File 'lib/v20190719/models.rb', line 2664 def TotalSnapshotSize @TotalSnapshotSize end |
#ZoneId ⇒ Object
2664 2665 2666 |
# File 'lib/v20190719/models.rb', line 2664 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
2676 2677 2678 2679 2680 2681 2682 2683 2684 |
# File 'lib/v20190719/models.rb', line 2676 def deserialize(params) @CreationToken = params['CreationToken'] @FileSystemId = params['FileSystemId'] @SizeByte = params['SizeByte'] @StorageType = params['StorageType'] @TotalSnapshotSize = params['TotalSnapshotSize'] @CreationTime = params['CreationTime'] @ZoneId = params['ZoneId'] end |