Class: TencentCloud::Ecm::V20190719::NetworkInterfaceAttachment
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::NetworkInterfaceAttachment
- Defined in:
- lib/v20190719/models.rb
Overview
弹性网卡绑定关系
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, deviceindex = nil, instanceaccountid = nil, attachtime = nil) ⇒ NetworkInterfaceAttachment
constructor
A new instance of NetworkInterfaceAttachment.
Constructor Details
#initialize(instanceid = nil, deviceindex = nil, instanceaccountid = nil, attachtime = nil) ⇒ NetworkInterfaceAttachment
Returns a new instance of NetworkInterfaceAttachment.
8580 8581 8582 8583 8584 8585 |
# File 'lib/v20190719/models.rb', line 8580 def initialize(instanceid=nil, deviceindex=nil, instanceaccountid=nil, attachtime=nil) @InstanceId = instanceid @DeviceIndex = deviceindex @InstanceAccountId = instanceaccountid @AttachTime = attachtime end |
Instance Attribute Details
#AttachTime ⇒ Object
8578 8579 8580 |
# File 'lib/v20190719/models.rb', line 8578 def AttachTime @AttachTime end |
#DeviceIndex ⇒ Object
8578 8579 8580 |
# File 'lib/v20190719/models.rb', line 8578 def DeviceIndex @DeviceIndex end |
#InstanceAccountId ⇒ Object
8578 8579 8580 |
# File 'lib/v20190719/models.rb', line 8578 def InstanceAccountId @InstanceAccountId end |
#InstanceId ⇒ Object
8578 8579 8580 |
# File 'lib/v20190719/models.rb', line 8578 def InstanceId @InstanceId end |
Instance Method Details
#deserialize(params) ⇒ Object
8587 8588 8589 8590 8591 8592 |
# File 'lib/v20190719/models.rb', line 8587 def deserialize(params) @InstanceId = params['InstanceId'] @DeviceIndex = params['DeviceIndex'] @InstanceAccountId = params['InstanceAccountId'] @AttachTime = params['AttachTime'] end |