Documentation
¶
Index ¶
- Variables
- type AccessModel
- type AffinityRuleModel
- type DataSourceRGAffinityGroupComputesModel
- type DataSourceRGAffinityGroupsGetModel
- type DataSourceRGAffinityGroupsListModel
- type DataSourceRGAuditsModel
- type DataSourceRGGetResourceConsumptionModel
- type DataSourceRGListComputesModel
- type DataSourceRGListDeletedModel
- type DataSourceRGListLBModel
- type DataSourceRGListModel
- type DataSourceRGListPFWModel
- type DataSourceRGListVinsModel
- type DataSourceRGModel
- type DataSourceRGResourceConsumptionListModel
- type DataSourceRGUsageModel
- type DefNetModel
- type ItemACLModel
- type ItemAffinityGroupComputeModel
- type ItemAffinityGroupModel
- type ItemBackendModel
- type ItemBindingModel
- type ItemFrontendModel
- type ItemIDModel
- type ItemResourceConsumptionModel
- type ItemServerModel
- type ItemsRGAuditModel
- type ItemsRGListComputeModel
- type ItemsRGListDeletedModel
- type ItemsRGListLBModel
- type ItemsRGListModel
- type ItemsRGListPFWModel
- type ItemsRGListVinsModel
- type RecordNodeModel
- type RecordServerSettingsModel
- type ResourceLimitsModel
- type ResourceModel
- type ResourceRGModel
- type SEPsModel
Constants ¶
This section is empty.
Variables ¶
View Source
var ItemACL = map[string]attr.Type{ "explicit": types.BoolType, "guid": types.StringType, "right": types.StringType, "status": types.StringType, "type": types.StringType, "user_group_id": types.StringType, }
View Source
var ItemAffinityRule = map[string]attr.Type{ "guid": types.StringType, "key": types.StringType, "mode": types.StringType, "policy": types.StringType, "topology": types.StringType, "value": types.StringType, }
View Source
var ItemResource = map[string]attr.Type{ "cpu": types.Int64Type, "disk_size": types.Float64Type, "disk_size_max": types.Float64Type, "extips": types.Int64Type, "exttraffic": types.Int64Type, "gpu": types.Int64Type, "ram": types.Int64Type, "seps": types.ListType{ElemType: types.ObjectType{AttrTypes: ItemSEPs}}, }
View Source
var ItemResourseModel = map[string]attr.Type{ "cu_c": types.Float64Type, "cu_d": types.Float64Type, "cu_dm": types.Float64Type, "cu_i": types.Float64Type, "cu_m": types.Float64Type, "cu_np": types.Float64Type, "gpu_units": types.Float64Type, }
View Source
var ItemSEPs = map[string]attr.Type{ "sep_id": types.StringType, "data_name": types.StringType, "disk_size": types.Float64Type, "disk_size_max": types.Float64Type, }
Functions ¶
This section is empty.
Types ¶
type AccessModel ¶
func (*AccessModel) Contains ¶
func (a *AccessModel) Contains(accessList []AccessModel) bool
Contains returns true if accessList contains a as an element. Otherwise it returns false.
type AffinityRuleModel ¶
type DataSourceRGAffinityGroupComputesModel ¶
type DataSourceRGAffinityGroupComputesModel struct { // request required fields RGID types.Int64 `tfsdk:"rg_id"` AffinityGroup types.String `tfsdk:"affinity_group"` // request optional fields Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields Id types.String `tfsdk:"id"` Items []ItemAffinityGroupComputeModel `tfsdk:"items"` }
type DataSourceRGAffinityGroupsGetModel ¶
type DataSourceRGAffinityGroupsGetModel struct { // request required fields RGID types.Int64 `tfsdk:"rg_id"` AffinityGroup types.String `tfsdk:"affinity_group"` // request optional fields Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields Id types.String `tfsdk:"id"` Ids types.List `tfsdk:"ids"` }
type DataSourceRGAffinityGroupsListModel ¶
type DataSourceRGAffinityGroupsListModel struct { // request required fields RGID types.Int64 `tfsdk:"rg_id"` // request optional fields Page types.Int64 `tfsdk:"page"` Size types.Int64 `tfsdk:"size"` Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields Id types.String `tfsdk:"id"` AffinityGroups []ItemAffinityGroupModel `tfsdk:"affinity_groups"` EntryCount types.Int64 `tfsdk:"entry_count"` }
type DataSourceRGAuditsModel ¶
type DataSourceRGGetResourceConsumptionModel ¶
type DataSourceRGGetResourceConsumptionModel struct { // request fields RGID types.Int64 `tfsdk:"rg_id"` Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields Id types.String `tfsdk:"id"` Consumed types.Object `tfsdk:"consumed"` Reserved types.Object `tfsdk:"reserved"` ResourceLimits types.Object `tfsdk:"resource_limits"` }
type DataSourceRGListComputesModel ¶
type DataSourceRGListComputesModel struct { // request required fields RGID types.Int64 `tfsdk:"rg_id"` // request optional fields ComputeID types.Int64 `tfsdk:"compute_id"` Name types.String `tfsdk:"name"` AccountID types.Int64 `tfsdk:"account_id"` TechStatus types.String `tfsdk:"tech_status"` Status types.String `tfsdk:"status"` IPAddress types.String `tfsdk:"ip_address"` ExtNetName types.String `tfsdk:"extnet_name"` ExtNetID types.Int64 `tfsdk:"extnet_id"` SortBy types.String `tfsdk:"sort_by"` Page types.Int64 `tfsdk:"page"` Size types.Int64 `tfsdk:"size"` Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields Id types.String `tfsdk:"id"` Items []ItemsRGListComputeModel `tfsdk:"items"` EntryCount types.Int64 `tfsdk:"entry_count"` }
type DataSourceRGListDeletedModel ¶
type DataSourceRGListDeletedModel struct { // request optional fields ById types.Int64 `tfsdk:"by_id"` Name types.String `tfsdk:"name"` AccountId types.Int64 `tfsdk:"account_id"` AccountName types.String `tfsdk:"account_name"` CreatedAfter types.Int64 `tfsdk:"created_after"` CreatedBefore types.Int64 `tfsdk:"created_before"` LockStatus types.String `tfsdk:"lock_status"` SortBy types.String `tfsdk:"sort_by"` Page types.Int64 `tfsdk:"page"` Size types.Int64 `tfsdk:"size"` Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields Id types.String `tfsdk:"id"` Items []ItemsRGListDeletedModel `tfsdk:"items"` EntryCount types.Int64 `tfsdk:"entry_count"` }
type DataSourceRGListLBModel ¶
type DataSourceRGListLBModel struct { // request required fields RGID types.Int64 `tfsdk:"rg_id"` // request optional fields ByID types.Int64 `tfsdk:"by_id"` Name types.String `tfsdk:"name"` TechStatus types.String `tfsdk:"tech_status"` Status types.String `tfsdk:"status"` FrontIP types.String `tfsdk:"front_ip"` BackIP types.String `tfsdk:"back_ip"` SortBy types.String `tfsdk:"sort_by"` Page types.Int64 `tfsdk:"page"` Size types.Int64 `tfsdk:"size"` Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields Id types.String `tfsdk:"id"` Items []ItemsRGListLBModel `tfsdk:"items"` EntryCount types.Int64 `tfsdk:"entry_count"` }
type DataSourceRGListModel ¶
type DataSourceRGListModel struct { // request optional fields ById types.Int64 `tfsdk:"by_id"` Name types.String `tfsdk:"name"` AccountId types.Int64 `tfsdk:"account_id"` AccountName types.String `tfsdk:"account_name"` CreatedAfter types.Int64 `tfsdk:"created_after"` CreatedBefore types.Int64 `tfsdk:"created_before"` Status types.String `tfsdk:"status"` LockStatus types.String `tfsdk:"lock_status"` IncludeDeleted types.Bool `tfsdk:"includedeleted"` SortBy types.String `tfsdk:"sort_by"` Page types.Int64 `tfsdk:"page"` Size types.Int64 `tfsdk:"size"` Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields Id types.String `tfsdk:"id"` Items []ItemsRGListModel `tfsdk:"items"` EntryCount types.Int64 `tfsdk:"entry_count"` }
type DataSourceRGListVinsModel ¶
type DataSourceRGListVinsModel struct { // request required fields RGID types.Int64 `tfsdk:"rg_id"` // request optional fields Name types.String `tfsdk:"name"` AccountID types.Int64 `tfsdk:"account_id"` ExtIP types.String `tfsdk:"ext_ip"` VINSID types.Int64 `tfsdk:"vins_id"` SortBy types.String `tfsdk:"sort_by"` Page types.Int64 `tfsdk:"page"` Size types.Int64 `tfsdk:"size"` Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields Id types.String `tfsdk:"id"` Items []ItemsRGListVinsModel `tfsdk:"items"` EntryCount types.Int64 `tfsdk:"entry_count"` }
type DataSourceRGModel ¶
type DataSourceRGModel struct { // request fields RGID types.Int64 `tfsdk:"rg_id"` Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields AccountID types.Int64 `tfsdk:"account_id"` AccountName types.String `tfsdk:"account_name"` ACL types.List `tfsdk:"acl"` ComputeFeatures types.List `tfsdk:"compute_features"` CPUAllocationParameter types.String `tfsdk:"cpu_allocation_parameter"` CPUAllocationRatio types.Float64 `tfsdk:"cpu_allocation_ratio"` CreatedBy types.String `tfsdk:"created_by"` CreatedTime types.Int64 `tfsdk:"created_time"` DefNetID types.Int64 `tfsdk:"def_net_id"` DefNetType types.String `tfsdk:"def_net_type"` DeletedBy types.String `tfsdk:"deleted_by"` DeletedTime types.Int64 `tfsdk:"deleted_time"` Description types.String `tfsdk:"desc"` Dirty types.Bool `tfsdk:"dirty"` GID types.Int64 `tfsdk:"gid"` GUID types.Int64 `tfsdk:"guid"` Id types.String `tfsdk:"id"` LockStatus types.String `tfsdk:"lock_status"` Milestones types.Int64 `tfsdk:"milestones"` Name types.String `tfsdk:"name"` RegisterComputes types.Bool `tfsdk:"register_computes"` ResourceLimits types.Object `tfsdk:"resource_limits"` ResourceTypes types.List `tfsdk:"resource_types"` Secret types.String `tfsdk:"secret"` Status types.String `tfsdk:"status"` UniqPools types.List `tfsdk:"uniq_pools"` UpdatedBy types.String `tfsdk:"updated_by"` UpdatedTime types.Int64 `tfsdk:"updated_time"` VINS types.List `tfsdk:"vins"` Computes types.List `tfsdk:"computes"` }
type DataSourceRGUsageModel ¶
type DataSourceRGUsageModel struct { // request fields RGID types.Int64 `tfsdk:"rg_id"` Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields Id types.String `tfsdk:"id"` CPU types.Int64 `tfsdk:"cpu"` DiskSize types.Int64 `tfsdk:"disk_size"` DiskSizeMax types.Int64 `tfsdk:"disk_size_max"` ExtIPs types.Int64 `tfsdk:"extips"` ExtTraffic types.Int64 `tfsdk:"exttraffic"` GPU types.Int64 `tfsdk:"gpu"` RAM types.Int64 `tfsdk:"ram"` SEPs types.List `tfsdk:"seps"` }
type DefNetModel ¶
type ItemACLModel ¶
type ItemAffinityGroupComputeModel ¶
type ItemAffinityGroupComputeModel struct { ComputeID types.Int64 `tfsdk:"compute_id"` OtherNode types.List `tfsdk:"other_node"` OtherNodeIndirect types.List `tfsdk:"other_node_indirect"` OtherNodeIndirectSoft types.List `tfsdk:"other_node_indirect_soft"` OtherNodeSoft types.List `tfsdk:"other_node_soft"` SameNode types.List `tfsdk:"same_node"` SameNodeSoft types.List `tfsdk:"same_node_soft"` }
type ItemAffinityGroupModel ¶
type ItemAffinityGroupModel struct { Label types.String `tfsdk:"label"` Ids []ItemIDModel `tfsdk:"ids"` }
type ItemBackendModel ¶
type ItemBackendModel struct { Algorithm types.String `tfsdk:"algorithm"` GUID types.String `tfsdk:"guid"` Name types.String `tfsdk:"name"` ServerDefaultSettings RecordServerSettingsModel `tfsdk:"server_default_settings"` Servers []ItemServerModel `tfsdk:"servers"` }
type ItemBindingModel ¶
type ItemFrontendModel ¶
type ItemIDModel ¶
type ItemServerModel ¶
type ItemsRGAuditModel ¶
type ItemsRGListComputeModel ¶
type ItemsRGListComputeModel struct { AccountID types.Int64 `tfsdk:"account_id"` AccountName types.String `tfsdk:"account_name"` AffinityLabel types.String `tfsdk:"affinity_label"` AffinityRules types.List `tfsdk:"affinity_rules"` AffinityWeight types.Int64 `tfsdk:"affinity_weight"` AntiAffinityRules types.List `tfsdk:"antiaffinity_rules"` CPUs types.Int64 `tfsdk:"cpus"` CreatedBy types.String `tfsdk:"created_by"` CreatedTime types.Int64 `tfsdk:"created_time"` DeletedBy types.String `tfsdk:"deleted_by"` DeletedTime types.Int64 `tfsdk:"deleted_time"` ID types.Int64 `tfsdk:"id"` Name types.String `tfsdk:"name"` RAM types.Int64 `tfsdk:"ram"` Registered types.Bool `tfsdk:"registered"` RGID types.Int64 `tfsdk:"rg_id"` RGName types.String `tfsdk:"rg_name"` Status types.String `tfsdk:"status"` TechStatus types.String `tfsdk:"tech_status"` TotalDisksSize types.Int64 `tfsdk:"total_disks_size"` UpdatedBy types.String `tfsdk:"updated_by"` UpdatedTime types.Int64 `tfsdk:"updated_time"` UserManaged types.Bool `tfsdk:"user_managed"` VINSConnected types.Int64 `tfsdk:"vins_connected"` }
type ItemsRGListDeletedModel ¶
type ItemsRGListDeletedModel struct { AccountACL types.List `tfsdk:"acl"` AccountID types.Int64 `tfsdk:"account_id"` AccountName types.String `tfsdk:"account_name"` ComputeFeatures types.List `tfsdk:"compute_features"` CPUAllocationParameter types.String `tfsdk:"cpu_allocation_parameter"` CPUAllocationRatio types.Float64 `tfsdk:"cpu_allocation_ratio"` CreatedBy types.String `tfsdk:"created_by"` CreatedTime types.Int64 `tfsdk:"created_time"` DefNetID types.Int64 `tfsdk:"def_net_id"` DefNetType types.String `tfsdk:"def_net_type"` DeletedBy types.String `tfsdk:"deleted_by"` DeletedTime types.Int64 `tfsdk:"deleted_time"` Description types.String `tfsdk:"desc"` Dirty types.Bool `tfsdk:"dirty"` GID types.Int64 `tfsdk:"gid"` GUID types.Int64 `tfsdk:"guid"` RGID types.Int64 `tfsdk:"rg_id"` LockStatus types.String `tfsdk:"lock_status"` Milestones types.Int64 `tfsdk:"milestones"` Name types.String `tfsdk:"name"` RegisterComputes types.Bool `tfsdk:"register_computes"` ResourceLimits types.Object `tfsdk:"resource_limits"` ResTypes types.List `tfsdk:"resource_types"` Secret types.String `tfsdk:"secret"` Status types.String `tfsdk:"status"` UniqPools types.List `tfsdk:"uniq_pools"` UpdatedBy types.String `tfsdk:"updated_by"` UpdatedTime types.Int64 `tfsdk:"updated_time"` VINS types.List `tfsdk:"vins"` VMS types.List `tfsdk:"vms"` }
type ItemsRGListLBModel ¶
type ItemsRGListLBModel struct { HAMode types.Bool `tfsdk:"ha_mode"` ACL types.String `tfsdk:"acl"` Backends []ItemBackendModel `tfsdk:"backends"` CreatedBy types.String `tfsdk:"created_by"` CreatedTime types.Int64 `tfsdk:"created_time"` DeletedBy types.String `tfsdk:"deleted_by"` DeletedTime types.Int64 `tfsdk:"deleted_time"` Description types.String `tfsdk:"desc"` DPAPIUser types.String `tfsdk:"dp_api_user"` ExtNetID types.Int64 `tfsdk:"extnet_id"` Frontends []ItemFrontendModel `tfsdk:"frontends"` GID types.Int64 `tfsdk:"gid"` GUID types.Int64 `tfsdk:"guid"` ID types.Int64 `tfsdk:"id"` ImageID types.Int64 `tfsdk:"image_id"` Milestones types.Int64 `tfsdk:"milestones"` Name types.String `tfsdk:"name"` PrimaryNode RecordNodeModel `tfsdk:"primary_node"` RGName types.String `tfsdk:"rg_name"` SecondaryNode RecordNodeModel `tfsdk:"secondary_node"` Status types.String `tfsdk:"status"` TechStatus types.String `tfsdk:"tech_status"` UpdatedBy types.String `tfsdk:"updated_by"` UpdatedTime types.Int64 `tfsdk:"updated_time"` VINSID types.Int64 `tfsdk:"vins_id"` }
type ItemsRGListModel ¶
type ItemsRGListModel struct { AccountACL types.List `tfsdk:"acl"` AccountID types.Int64 `tfsdk:"account_id"` AccountName types.String `tfsdk:"account_name"` ComputeFeatures types.List `tfsdk:"compute_features"` CPUAllocationParameter types.String `tfsdk:"cpu_allocation_parameter"` CPUAllocationRatio types.Float64 `tfsdk:"cpu_allocation_ratio"` CreatedBy types.String `tfsdk:"created_by"` CreatedTime types.Int64 `tfsdk:"created_time"` DefNetID types.Int64 `tfsdk:"def_net_id"` DefNetType types.String `tfsdk:"def_net_type"` DeletedBy types.String `tfsdk:"deleted_by"` DeletedTime types.Int64 `tfsdk:"deleted_time"` Description types.String `tfsdk:"desc"` Dirty types.Bool `tfsdk:"dirty"` GID types.Int64 `tfsdk:"gid"` GUID types.Int64 `tfsdk:"guid"` RGID types.Int64 `tfsdk:"rg_id"` LockStatus types.String `tfsdk:"lock_status"` Milestones types.Int64 `tfsdk:"milestones"` Name types.String `tfsdk:"name"` RegisterComputes types.Bool `tfsdk:"register_computes"` ResourceLimits types.Object `tfsdk:"resource_limits"` ResTypes types.List `tfsdk:"resource_types"` Secret types.String `tfsdk:"secret"` Status types.String `tfsdk:"status"` UniqPools types.List `tfsdk:"uniq_pools"` UpdatedBy types.String `tfsdk:"updated_by"` UpdatedTime types.Int64 `tfsdk:"updated_time"` VINS types.List `tfsdk:"vins"` VMS types.List `tfsdk:"vms"` }
type ItemsRGListPFWModel ¶
type ItemsRGListPFWModel struct { PublicPortEnd types.Int64 `tfsdk:"public_port_end"` PublicPortStart types.Int64 `tfsdk:"public_port_start"` VMID types.Int64 `tfsdk:"vm_id"` VMIP types.String `tfsdk:"vm_ip"` VMName types.String `tfsdk:"vm_name"` VMPort types.Int64 `tfsdk:"vm_port"` VINSID types.Int64 `tfsdk:"vins_id"` VINSName types.String `tfsdk:"vins_name"` }
type ItemsRGListVinsModel ¶
type ItemsRGListVinsModel struct { AccountID types.Int64 `tfsdk:"account_id"` AccountName types.String `tfsdk:"account_name"` Computes types.Int64 `tfsdk:"computes"` CreatedBy types.String `tfsdk:"created_by"` CreatedTime types.Int64 `tfsdk:"created_time"` DeletedBy types.String `tfsdk:"deleted_by"` DeletedTime types.Int64 `tfsdk:"deleted_time"` ExternalIP types.String `tfsdk:"external_ip"` ExtnetID types.Int64 `tfsdk:"extnet_id"` FreeIPs types.Int64 `tfsdk:"free_ips"` ID types.Int64 `tfsdk:"id"` Name types.String `tfsdk:"name"` Network types.String `tfsdk:"network"` PriVNFDevID types.Int64 `tfsdk:"pri_vnf_dev_id"` RGID types.Int64 `tfsdk:"rg_id"` RGName types.String `tfsdk:"rg_name"` Status types.String `tfsdk:"status"` UpdatedBy types.String `tfsdk:"updated_by"` UpdatedTime types.Int64 `tfsdk:"updated_time"` }
type RecordNodeModel ¶
type RecordServerSettingsModel ¶
type RecordServerSettingsModel struct { Inter types.Int64 `tfsdk:"inter"` GUID types.String `tfsdk:"guid"` DownInter types.Int64 `tfsdk:"down_inter"` Rise types.Int64 `tfsdk:"rise"` Fall types.Int64 `tfsdk:"fall"` SlowStart types.Int64 `tfsdk:"slow_start"` MaxConn types.Int64 `tfsdk:"max_conn"` MaxQueue types.Int64 `tfsdk:"max_queue"` Weight types.Int64 `tfsdk:"weight"` }
type ResourceLimitsModel ¶
type ResourceModel ¶
type ResourceModel struct { CPU types.Int64 `tfsdk:"cpu"` DiskSize types.Float64 `tfsdk:"disk_size"` DiskSizeMax types.Float64 `tfsdk:"disk_size_max"` ExtIPs types.Int64 `tfsdk:"extips"` ExtTraffic types.Int64 `tfsdk:"exttraffic"` GPU types.Int64 `tfsdk:"gpu"` RAM types.Int64 `tfsdk:"ram"` SEPs types.List `tfsdk:"seps"` }
type ResourceRGModel ¶
type ResourceRGModel struct { // request fields - required AccountID types.Int64 `tfsdk:"account_id"` GID types.Int64 `tfsdk:"gid"` Name types.String `tfsdk:"rg_name"` // request fields - optional DefNetType types.String `tfsdk:"def_net_type"` IPCIDR types.String `tfsdk:"ipcidr"` ExtNetID types.Int64 `tfsdk:"ext_net_id"` ExtIP types.String `tfsdk:"ext_ip"` Owner types.String `tfsdk:"owner"` ResourceLimits types.Object `tfsdk:"resource_limits"` CPUAllocationParameter types.String `tfsdk:"cpu_allocation_parameter"` CPUAllocationRatio types.Float64 `tfsdk:"cpu_allocation_ratio"` Access types.List `tfsdk:"access"` DefNet types.Object `tfsdk:"def_net"` Description types.String `tfsdk:"description"` Force types.Bool `tfsdk:"force"` Permanently types.Bool `tfsdk:"permanently"` RegisterComputes types.Bool `tfsdk:"register_computes"` Restore types.Bool `tfsdk:"restore"` Enable types.Bool `tfsdk:"enable"` Timeouts timeouts.Value `tfsdk:"timeouts"` // response fields RGID types.Int64 `tfsdk:"rg_id"` LastUpdated types.String `tfsdk:"last_updated"` AccountName types.String `tfsdk:"account_name"` ACL types.List `tfsdk:"acl"` ComputeFeatures types.List `tfsdk:"compute_features"` CreatedBy types.String `tfsdk:"created_by"` CreatedTime types.Int64 `tfsdk:"created_time"` DefNetID types.Int64 `tfsdk:"def_net_id"` DeletedBy types.String `tfsdk:"deleted_by"` DeletedTime types.Int64 `tfsdk:"deleted_time"` GUID types.Int64 `tfsdk:"guid"` Id types.String `tfsdk:"id"` LockStatus types.String `tfsdk:"lock_status"` Milestones types.Int64 `tfsdk:"milestones"` Secret types.String `tfsdk:"secret"` Status types.String `tfsdk:"status"` UniqPools types.List `tfsdk:"uniq_pools"` UpdatedBy types.String `tfsdk:"updated_by"` UpdatedTime types.Int64 `tfsdk:"updated_time"` ResourceTypes types.List `tfsdk:"resource_types"` VINS types.List `tfsdk:"vins"` VMS types.List `tfsdk:"vms"` }
Source Files
¶
- model_data_source_rg.go
- model_data_source_rg_affinity_group_computes.go
- model_data_source_rg_affinity_groups_get.go
- model_data_source_rg_affinity_groups_list.go
- model_data_source_rg_audits.go
- model_data_source_rg_get_resource_limits.go
- model_data_source_rg_list.go
- model_data_source_rg_list_computes.go
- model_data_source_rg_list_deleted.go
- model_data_source_rg_list_lb.go
- model_data_source_rg_list_pfw.go
- model_data_source_rg_list_vins.go
- model_data_source_rg_resource_limits_list.go
- model_data_source_rg_usage.go
- model_resource_rg.go
Click to show internal directories.
Click to hide internal directories.