Class: TencentCloud::Ecm::V20190719::Ipv6Address
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::Ipv6Address
- Defined in:
- lib/v20190719/models.rb
Overview
IPv6地址信息。
Instance Attribute Summary collapse
-
#Address ⇒ Object
PENDING:生产中 MIGRATING:迁移中 DELETING:删除中 AVAILABLE:可用的.
-
#AddressId ⇒ Object
PENDING:生产中 MIGRATING:迁移中 DELETING:删除中 AVAILABLE:可用的.
-
#Description ⇒ Object
PENDING:生产中 MIGRATING:迁移中 DELETING:删除中 AVAILABLE:可用的.
-
#IsWanIpBlocked ⇒ Object
PENDING:生产中 MIGRATING:迁移中 DELETING:删除中 AVAILABLE:可用的.
-
#Primary ⇒ Object
PENDING:生产中 MIGRATING:迁移中 DELETING:删除中 AVAILABLE:可用的.
-
#State ⇒ Object
PENDING:生产中 MIGRATING:迁移中 DELETING:删除中 AVAILABLE:可用的.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(address = nil, primary = nil, addressid = nil, description = nil, iswanipblocked = nil, state = nil) ⇒ Ipv6Address
constructor
A new instance of Ipv6Address.
Constructor Details
#initialize(address = nil, primary = nil, addressid = nil, description = nil, iswanipblocked = nil, state = nil) ⇒ Ipv6Address
Returns a new instance of Ipv6Address.
6601 6602 6603 6604 6605 6606 6607 6608 |
# File 'lib/v20190719/models.rb', line 6601 def initialize(address=nil, primary=nil, addressid=nil, description=nil, iswanipblocked=nil, state=nil) @Address = address @Primary = primary @AddressId = addressid @Description = description @IsWanIpBlocked = iswanipblocked @State = state end |
Instance Attribute Details
#Address ⇒ Object
PENDING:生产中MIGRATING:迁移中DELETING:删除中AVAILABLE:可用的
6599 6600 6601 |
# File 'lib/v20190719/models.rb', line 6599 def Address @Address end |
#AddressId ⇒ Object
PENDING:生产中MIGRATING:迁移中DELETING:删除中AVAILABLE:可用的
6599 6600 6601 |
# File 'lib/v20190719/models.rb', line 6599 def AddressId @AddressId end |
#Description ⇒ Object
PENDING:生产中MIGRATING:迁移中DELETING:删除中AVAILABLE:可用的
6599 6600 6601 |
# File 'lib/v20190719/models.rb', line 6599 def Description @Description end |
#IsWanIpBlocked ⇒ Object
PENDING:生产中MIGRATING:迁移中DELETING:删除中AVAILABLE:可用的
6599 6600 6601 |
# File 'lib/v20190719/models.rb', line 6599 def IsWanIpBlocked @IsWanIpBlocked end |
#Primary ⇒ Object
PENDING:生产中MIGRATING:迁移中DELETING:删除中AVAILABLE:可用的
6599 6600 6601 |
# File 'lib/v20190719/models.rb', line 6599 def Primary @Primary end |
#State ⇒ Object
PENDING:生产中MIGRATING:迁移中DELETING:删除中AVAILABLE:可用的
6599 6600 6601 |
# File 'lib/v20190719/models.rb', line 6599 def State @State end |
Instance Method Details
#deserialize(params) ⇒ Object
6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'lib/v20190719/models.rb', line 6610 def deserialize(params) @Address = params['Address'] @Primary = params['Primary'] @AddressId = params['AddressId'] @Description = params['Description'] @IsWanIpBlocked = params['IsWanIpBlocked'] @State = params['State'] end |