checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
checkpoint.getManagementDataCenterContent
Explore with Pulumi AI
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw
Use this data source to get information on an existing Check Point data center content.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.checkpoint.CheckpointFunctions;
import com.pulumi.checkpoint.inputs.GetManagementDataCenterContentArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var test = CheckpointFunctions.getManagementDataCenterContent(GetManagementDataCenterContentArgs.builder()
.filter(Map.ofEntries(
Map.entry("text", "TEXT_TO_FIND"),
Map.entry("uri", "DATA_CENTER_URI")
))
.limit(100)
.name("Network")
.build());
}
}
variables:
test:
fn::invoke:
function: checkpoint:getManagementDataCenterContent
arguments:
filter:
text: TEXT_TO_FIND
uri: DATA_CENTER_URI
limit: 100
name: Network
Using getManagementDataCenterContent
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagementDataCenterContent(args: GetManagementDataCenterContentArgs, opts?: InvokeOptions): Promise<GetManagementDataCenterContentResult>
function getManagementDataCenterContentOutput(args: GetManagementDataCenterContentOutputArgs, opts?: InvokeOptions): Output<GetManagementDataCenterContentResult>
def get_management_data_center_content(data_center_name: Optional[str] = None,
data_center_uid: Optional[str] = None,
filter: Optional[Mapping[str, str]] = None,
id: Optional[str] = None,
limit: Optional[float] = None,
offset: Optional[float] = None,
orders: Optional[Sequence[GetManagementDataCenterContentOrder]] = None,
uid_in_data_center: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementDataCenterContentResult
def get_management_data_center_content_output(data_center_name: Optional[pulumi.Input[str]] = None,
data_center_uid: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[float]] = None,
offset: Optional[pulumi.Input[float]] = None,
orders: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementDataCenterContentOrderArgs]]]] = None,
uid_in_data_center: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementDataCenterContentResult]
func GetManagementDataCenterContent(ctx *Context, args *GetManagementDataCenterContentArgs, opts ...InvokeOption) (*GetManagementDataCenterContentResult, error)
func GetManagementDataCenterContentOutput(ctx *Context, args *GetManagementDataCenterContentOutputArgs, opts ...InvokeOption) GetManagementDataCenterContentResultOutput
> Note: This function is named GetManagementDataCenterContent
in the Go SDK.
public static class GetManagementDataCenterContent
{
public static Task<GetManagementDataCenterContentResult> InvokeAsync(GetManagementDataCenterContentArgs args, InvokeOptions? opts = null)
public static Output<GetManagementDataCenterContentResult> Invoke(GetManagementDataCenterContentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagementDataCenterContentResult> getManagementDataCenterContent(GetManagementDataCenterContentArgs args, InvokeOptions options)
public static Output<GetManagementDataCenterContentResult> getManagementDataCenterContent(GetManagementDataCenterContentArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getManagementDataCenterContent:getManagementDataCenterContent
arguments:
# arguments dictionary
The following arguments are supported:
- Data
Center stringName - Name of the Data Center Server where to search for objects.
- Data
Center stringUid - Unique identifier of the Data Center Server where to search for objects.
- Filter Dictionary<string, string>
- Return results matching the specified filter.
- Id string
- Limit double
- The maximal number of returned results.
- Offset double
- Number of the results to initially skip.
- Orders
List<Get
Management Data Center Content Order> - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
- Uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- Data
Center stringName - Name of the Data Center Server where to search for objects.
- Data
Center stringUid - Unique identifier of the Data Center Server where to search for objects.
- Filter map[string]string
- Return results matching the specified filter.
- Id string
- Limit float64
- The maximal number of returned results.
- Offset float64
- Number of the results to initially skip.
- Orders
[]Get
Management Data Center Content Order - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
- Uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- data
Center StringName - Name of the Data Center Server where to search for objects.
- data
Center StringUid - Unique identifier of the Data Center Server where to search for objects.
- filter Map<String,String>
- Return results matching the specified filter.
- id String
- limit Double
- The maximal number of returned results.
- offset Double
- Number of the results to initially skip.
- orders
List<Get
Management Data Center Content Order> - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
- uid
In StringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- data
Center stringName - Name of the Data Center Server where to search for objects.
- data
Center stringUid - Unique identifier of the Data Center Server where to search for objects.
- filter {[key: string]: string}
- Return results matching the specified filter.
- id string
- limit number
- The maximal number of returned results.
- offset number
- Number of the results to initially skip.
- orders
Get
Management Data Center Content Order[] - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
- uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- data_
center_ strname - Name of the Data Center Server where to search for objects.
- data_
center_ struid - Unique identifier of the Data Center Server where to search for objects.
- filter Mapping[str, str]
- Return results matching the specified filter.
- id str
- limit float
- The maximal number of returned results.
- offset float
- Number of the results to initially skip.
- orders
Sequence[Get
Management Data Center Content Order] - Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
- uid_
in_ strdata_ center - Return result matching the unique identifier of the object on the Data Center Server.
- data
Center StringName - Name of the Data Center Server where to search for objects.
- data
Center StringUid - Unique identifier of the Data Center Server where to search for objects.
- filter Map<String>
- Return results matching the specified filter.
- id String
- limit Number
- The maximal number of returned results.
- offset Number
- Number of the results to initially skip.
- orders List<Property Map>
- Sorts the results by search criteria. Automatically sorts the results by Name, in the ascending order. orders blocks are documented below.
- uid
In StringData Center - Return result matching the unique identifier of the object on the Data Center Server.
getManagementDataCenterContent Result
The following output properties are available:
- From double
- Id string
- Objects
List<Get
Management Data Center Content Object> - To double
- Total double
- Data
Center stringName - Data
Center stringUid - Filter Dictionary<string, string>
- Limit double
- Offset double
- Orders
List<Get
Management Data Center Content Order> - Uid
In stringData Center
- From float64
- Id string
- Objects
[]Get
Management Data Center Content Object - To float64
- Total float64
- Data
Center stringName - Data
Center stringUid - Filter map[string]string
- Limit float64
- Offset float64
- Orders
[]Get
Management Data Center Content Order - Uid
In stringData Center
- from Double
- id String
- objects
List<Get
Management Data Center Content Object> - to Double
- total Double
- data
Center StringName - data
Center StringUid - filter Map<String,String>
- limit Double
- offset Double
- orders
List<Get
Management Data Center Content Order> - uid
In StringData Center
- from number
- id string
- objects
Get
Management Data Center Content Object[] - to number
- total number
- data
Center stringName - data
Center stringUid - filter {[key: string]: string}
- limit number
- offset number
- orders
Get
Management Data Center Content Order[] - uid
In stringData Center
- from_ float
- id str
- objects
Sequence[Get
Management Data Center Content Object] - to float
- total float
- data_
center_ strname - data_
center_ struid - filter Mapping[str, str]
- limit float
- offset float
- orders
Sequence[Get
Management Data Center Content Order] - uid_
in_ strdata_ center
- from Number
- id String
- objects List<Property Map>
- to Number
- total Number
- data
Center StringName - data
Center StringUid - filter Map<String>
- limit Number
- offset Number
- orders List<Property Map>
- uid
In StringData Center
Supporting Types
GetManagementDataCenterContentObject
- Additional
Properties Dictionary<string, string> - Data
Center Dictionary<string, string>Object - Name string
- Name
In stringData Center - Type
In stringData Center - Uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- Additional
Properties map[string]string - Data
Center map[string]stringObject - Name string
- Name
In stringData Center - Type
In stringData Center - Uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- additional
Properties Map<String,String> - data
Center Map<String,String>Object - name String
- name
In StringData Center - type
In StringData Center - uid
In StringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- additional
Properties {[key: string]: string} - data
Center {[key: string]: string}Object - name string
- name
In stringData Center - type
In stringData Center - uid
In stringData Center - Return result matching the unique identifier of the object on the Data Center Server.
- additional_
properties Mapping[str, str] - data_
center_ Mapping[str, str]object - name str
- name_
in_ strdata_ center - type_
in_ strdata_ center - uid_
in_ strdata_ center - Return result matching the unique identifier of the object on the Data Center Server.
- additional
Properties Map<String> - data
Center Map<String>Object - name String
- name
In StringData Center - type
In StringData Center - uid
In StringData Center - Return result matching the unique identifier of the object on the Data Center Server.
GetManagementDataCenterContentOrder
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw