Class StorageTransferJobSchedule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobSchedule.Jsii$Proxy
-
- All Implemented Interfaces:
StorageTransferJobSchedule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageTransferJobSchedule
@Stability(Stable) @Internal public static final class StorageTransferJobSchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageTransferJobSchedule
An implementation forStorageTransferJobSchedule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobSchedule
StorageTransferJobSchedule.Builder, StorageTransferJobSchedule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageTransferJobSchedule.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageTransferJobSchedule.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetRepeatInterval()Interval between the start of each scheduled transfer.StorageTransferJobScheduleScheduleEndDategetScheduleEndDate()schedule_end_date block.StorageTransferJobScheduleScheduleStartDategetScheduleStartDate()schedule_start_date block.StorageTransferJobScheduleStartTimeOfDaygetStartTimeOfDay()start_time_of_day block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(StorageTransferJobSchedule.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageTransferJobSchedule.Builder.
-
-
Method Detail
-
getScheduleStartDate
public final StorageTransferJobScheduleScheduleStartDate getScheduleStartDate()
Description copied from interface:StorageTransferJobScheduleschedule_start_date block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#schedule_start_date StorageTransferJob#schedule_start_date}
- Specified by:
getScheduleStartDatein interfaceStorageTransferJobSchedule
-
getRepeatInterval
public final String getRepeatInterval()
Description copied from interface:StorageTransferJobScheduleInterval between the start of each scheduled transfer.If unspecified, the default value is 24 hours. This value may not be less than 1 hour. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#repeat_interval StorageTransferJob#repeat_interval}
- Specified by:
getRepeatIntervalin interfaceStorageTransferJobSchedule
-
getScheduleEndDate
public final StorageTransferJobScheduleScheduleEndDate getScheduleEndDate()
Description copied from interface:StorageTransferJobScheduleschedule_end_date block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#schedule_end_date StorageTransferJob#schedule_end_date}
- Specified by:
getScheduleEndDatein interfaceStorageTransferJobSchedule
-
getStartTimeOfDay
public final StorageTransferJobScheduleStartTimeOfDay getStartTimeOfDay()
Description copied from interface:StorageTransferJobSchedulestart_time_of_day block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#start_time_of_day StorageTransferJob#start_time_of_day}
- Specified by:
getStartTimeOfDayin interfaceStorageTransferJobSchedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-