Class: TencentCloud::Tem::V20201221::TemNamespaceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::TemNamespaceInfo
- Defined in:
- lib/v20201221/models.rb
Overview
命名空间对象
Instance Attribute Summary collapse
-
#Channel ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ClusterStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CreateDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Creator ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Description ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#EnableTswTraceService ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Modifier ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ModifyDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#NamespaceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#NamespaceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RunInstancesNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ServiceNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SubnetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TcbEnvStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Vpc ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespaceid = nil, channel = nil, namespacename = nil, region = nil, description = nil, status = nil, vpc = nil, createdate = nil, modifydate = nil, modifier = nil, creator = nil, servicenum = nil, runinstancesnum = nil, subnetid = nil, tcbenvstatus = nil, clusterstatus = nil, enabletswtraceservice = nil) ⇒ TemNamespaceInfo
constructor
A new instance of TemNamespaceInfo.
Constructor Details
#initialize(namespaceid = nil, channel = nil, namespacename = nil, region = nil, description = nil, status = nil, vpc = nil, createdate = nil, modifydate = nil, modifier = nil, creator = nil, servicenum = nil, runinstancesnum = nil, subnetid = nil, tcbenvstatus = nil, clusterstatus = nil, enabletswtraceservice = nil) ⇒ TemNamespaceInfo
Returns a new instance of TemNamespaceInfo.
1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 |
# File 'lib/v20201221/models.rb', line 1863 def initialize(namespaceid=nil, channel=nil, namespacename=nil, region=nil, description=nil, status=nil, vpc=nil, createdate=nil, modifydate=nil, modifier=nil, creator=nil, servicenum=nil, runinstancesnum=nil, subnetid=nil, tcbenvstatus=nil, clusterstatus=nil, enabletswtraceservice=nil) @NamespaceId = namespaceid @Channel = channel @NamespaceName = namespacename @Region = region @Description = description @Status = status @Vpc = vpc @CreateDate = createdate @ModifyDate = modifydate @Modifier = modifier @Creator = creator @ServiceNum = servicenum @RunInstancesNum = runinstancesnum @SubnetId = subnetid @TcbEnvStatus = tcbenvstatus @ClusterStatus = clusterstatus @EnableTswTraceService = enabletswtraceservice end |
Instance Attribute Details
#Channel ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def Channel @Channel end |
#ClusterStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def ClusterStatus @ClusterStatus end |
#CreateDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def CreateDate @CreateDate end |
#Creator ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def Creator @Creator end |
#Description ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def Description @Description end |
#EnableTswTraceService ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def EnableTswTraceService @EnableTswTraceService end |
#Modifier ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def Modifier @Modifier end |
#ModifyDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def ModifyDate @ModifyDate end |
#NamespaceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def NamespaceId @NamespaceId end |
#NamespaceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def NamespaceName @NamespaceName end |
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def Region @Region end |
#RunInstancesNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def RunInstancesNum @RunInstancesNum end |
#ServiceNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def ServiceNum @ServiceNum end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def Status @Status end |
#SubnetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def SubnetId @SubnetId end |
#TcbEnvStatus ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def TcbEnvStatus @TcbEnvStatus end |
#Vpc ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1861 1862 1863 |
# File 'lib/v20201221/models.rb', line 1861 def Vpc @Vpc end |
Instance Method Details
#deserialize(params) ⇒ Object
1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 |
# File 'lib/v20201221/models.rb', line 1883 def deserialize(params) @NamespaceId = params['NamespaceId'] @Channel = params['Channel'] @NamespaceName = params['NamespaceName'] @Region = params['Region'] @Description = params['Description'] @Status = params['Status'] @Vpc = params['Vpc'] @CreateDate = params['CreateDate'] @ModifyDate = params['ModifyDate'] @Modifier = params['Modifier'] @Creator = params['Creator'] @ServiceNum = params['ServiceNum'] @RunInstancesNum = params['RunInstancesNum'] @SubnetId = params['SubnetId'] @TcbEnvStatus = params['TcbEnvStatus'] @ClusterStatus = params['ClusterStatus'] @EnableTswTraceService = params['EnableTswTraceService'] end |